/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-10/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-10/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-614-g51ecbe500f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkcramfs -B /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-10/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/background ... Processing bin/backtick ... Processing bin/cd ... Processing bin/dash ... Processing bin/define ... Processing bin/dnsdomainname ... Processing bin/dollarat ... Processing bin/domainname ... 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/fdblock ... Processing bin/fdclose ... Processing bin/fdmove ... Processing bin/fdreserve ... Processing bin/fdswap ... Processing bin/forbacktickx ... Processing bin/foreground ... Processing bin/forstdin ... Processing bin/forx ... Processing bin/getcwd ... Processing bin/getpid ... Processing bin/heredoc ... Processing bin/homeof ... Processing bin/hostname ... Processing bin/if ... Processing bin/ifelse ... Processing bin/ifte ... Processing bin/ifthenelse ... Processing bin/importas ... Processing bin/loopwhilex ... Processing bin/multidefine ... Processing bin/multisubstitute ... Processing bin/netstat ... Processing bin/nisdomainname ... Processing bin/pipeline ... Processing bin/piperw ... Processing bin/posix-cd ... Processing bin/posix-umask ... Processing bin/redirfd ... Processing bin/runblock ... Processing bin/s6-accessrules-cdb-from-fs ... Processing bin/s6-accessrules-fs-from-cdb ... Processing bin/s6-applyuidgid ... Processing bin/s6-cleanfifodir ... Processing bin/s6-connlimit ... Processing bin/s6-envdir ... Processing bin/s6-envuidgid ... Processing bin/s6-fdholder-daemon ... Processing bin/s6-fdholder-delete ... Processing bin/s6-fdholder-getdump ... Processing bin/s6-fdholder-list ... Processing bin/s6-fdholder-retrieve ... Processing bin/s6-fdholder-setdump ... Processing bin/s6-fdholder-store ... Processing bin/s6-fdholder-transferdump ... Processing bin/s6-fdholderd ... Processing bin/s6-fghack ... Processing bin/s6-ftrig-listen ... Processing bin/s6-ftrig-listen1 ... Processing bin/s6-ftrig-notify ... Processing bin/s6-ftrig-wait ... Processing bin/s6-ftrigrd ... Processing bin/s6-ioconnect ... Processing bin/s6-ipcclient ... Processing bin/s6-ipcserver ... Processing bin/s6-ipcserver-access ... Processing bin/s6-ipcserver-socketbinder ... Processing bin/s6-ipcserverd ... Processing bin/s6-log ... Processing bin/s6-mkfifodir ... Processing bin/s6-notifyoncheck ... Processing bin/s6-permafailon ... Processing bin/s6-setlock ... Processing bin/s6-setsid ... Processing bin/s6-setuidgid ... Processing bin/s6-softlimit ... Processing bin/s6-sudo ... Processing bin/s6-sudoc ... Processing bin/s6-sudod ... Processing bin/s6-supervise ... Processing bin/s6-svc ... Processing bin/s6-svdt ... Processing bin/s6-svdt-clear ... Processing bin/s6-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-tai64n ... Processing bin/s6-tai64nlocal ... Processing bin/s6-usertree-maker ... Processing bin/s6lockd ... Processing bin/sh ... Processing bin/shift ... Processing bin/trap ... Processing bin/tryexec ... Processing bin/ucspilogd ... Processing bin/umask ... Processing bin/unexport ... Processing bin/wait ... Processing bin/withstdinas ... Processing bin/ypdomainname ... 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/default ... Processing etc/default/mini-snmpd ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S29netplug ... Processing etc/init.d/S35iptables ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/iptables.conf ... Processing etc/issue ... Processing etc/mtab ... Processing etc/netplug ... Processing etc/netplug/netplugd.conf ... Processing etc/netplug.d ... Processing etc/netplug.d/netplug ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/rc.d ... Processing etc/rc.d/init.d ... Processing etc/rc.d/init.d/netplugd ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/slsh.rc ... 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/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/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 lib32 ... Processing libexec ... Processing libexec/s6lockd-helper ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/halt ... Processing sbin/ifconfig ... Processing sbin/init ... Processing sbin/ipmaddr ... Processing sbin/iptunnel ... Processing sbin/killall5 ... Processing sbin/mii-tool ... Processing sbin/nameif ... Processing sbin/netplugd ... Processing sbin/pidof ... Processing sbin/plipconfig ... Processing sbin/poweroff ... Processing sbin/rarp ... Processing sbin/reboot ... Processing sbin/route ... Processing sbin/shutdown ... Processing sbin/slattach ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/bunzip2 ... Processing usr/bin/bwrap ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/cd-drive ... Processing usr/bin/cd-info ... Processing usr/bin/cd-paranoia ... Processing usr/bin/cd-read ... Processing usr/bin/empty ... Processing usr/bin/getconf ... Processing usr/bin/iconv ... Processing usr/bin/iptables-xml ... Processing usr/bin/iso-info ... Processing usr/bin/iso-read ... Processing usr/bin/lsscsi ... Processing usr/bin/mbus-serial-request-data ... Processing usr/bin/mbus-serial-request-data-multi-reply ... Processing usr/bin/mbus-serial-scan ... Processing usr/bin/mbus-serial-scan-secondary ... Processing usr/bin/mbus-serial-select-secondary ... Processing usr/bin/mbus-serial-switch-baudrate ... Processing usr/bin/mbus-tcp-request-data ... Processing usr/bin/mbus-tcp-request-data-multi-reply ... Processing usr/bin/mbus-tcp-scan ... Processing usr/bin/mbus-tcp-scan-secondary ... Processing usr/bin/mbus-tcp-select-secondary ... Processing usr/bin/mfoc ... Processing usr/bin/mmc-tool ... Processing usr/bin/most ... Processing usr/bin/mpg123 ... Processing usr/bin/mpg123-id3dump ... Processing usr/bin/mpg123-strip ... Processing usr/bin/nfc-barcode ... Processing usr/bin/nfc-emulate-forum-tag4 ... Processing usr/bin/nfc-jewel ... Processing usr/bin/nfc-list ... Processing usr/bin/nfc-mfclassic ... Processing usr/bin/nfc-mfultralight ... Processing usr/bin/nfc-read-forum-tag3 ... Processing usr/bin/nfc-relay-picc ... Processing usr/bin/nfc-scan-device ... Processing usr/bin/odhcploc ... Processing usr/bin/oping ... Processing usr/bin/out123 ... Processing usr/bin/ramspeed ... Processing usr/bin/rtc ... Processing usr/bin/rtc-range ... Processing usr/bin/rtc-sync ... Processing usr/bin/slsh ... Processing usr/bin/speexdec ... Processing usr/bin/speexenc ... Processing usr/bin/tinymembench ... Processing usr/bin/zip ... Processing usr/bin/zipcloak ... Processing usr/bin/zipnote ... Processing usr/bin/zipsplit ... Processing usr/lib ... Processing usr/lib/charset.alias ... Processing usr/lib/os-release ... Processing usr/lib/xtables ... Processing usr/lib32 ... Processing usr/sbin ... Processing usr/sbin/arptables-legacy ... Processing usr/sbin/ip6tables ... Processing usr/sbin/ip6tables-apply ... Processing usr/sbin/ip6tables-legacy ... Processing usr/sbin/ip6tables-legacy-restore ... Processing usr/sbin/ip6tables-legacy-save ... Processing usr/sbin/ip6tables-restore ... Processing usr/sbin/ip6tables-save ... Processing usr/sbin/iptables ... Processing usr/sbin/iptables-apply ... Processing usr/sbin/iptables-legacy ... Processing usr/sbin/iptables-legacy-restore ... Processing usr/sbin/iptables-legacy-save ... Processing usr/sbin/iptables-restore ... Processing usr/sbin/iptables-save ... Processing usr/sbin/mini-snmpd ... Processing usr/sbin/p910nd ... Processing usr/sbin/pptp ... Processing usr/sbin/quotatool ... Processing usr/sbin/uim ... Processing usr/sbin/xtables-legacy-multi ... Processing usr/share ... Processing usr/share/cursors ... Processing usr/share/cursors/xorg-x11 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors ... Processing []x11/ComixCursors-Black/cursors/00008160000006810000408080010102 ... Processing []x11/ComixCursors-Black/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []x11/ComixCursors-Black/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []x11/ComixCursors-Black/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []x11/ComixCursors-Black/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []x11/ComixCursors-Black/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []x11/ComixCursors-Black/cursors/048008013003cff3c00c801001200000 ... Processing []x11/ComixCursors-Black/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []x11/ComixCursors-Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []x11/ComixCursors-Black/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []x11/ComixCursors-Black/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []x11/ComixCursors-Black/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []x11/ComixCursors-Black/cursors/14fef782d02440884392942c11205230 ... Processing []x11/ComixCursors-Black/cursors/208530c400c041818281048008011002 ... Processing []x11/ComixCursors-Black/cursors/2870a09082c103050810ffdffffe0204 ... Processing []x11/ComixCursors-Black/cursors/3085a0e285430894940527032f8b26df ... Processing []x11/ComixCursors-Black/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []x11/ComixCursors-Black/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []x11/ComixCursors-Black/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []x11/ComixCursors-Black/cursors/50585d75b494802d0151028115016902 ... Processing []x11/ComixCursors-Black/cursors/5aca4d189052212118709018842178c0 ... Processing []x11/ComixCursors-Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []x11/ComixCursors-Black/cursors/6407b0e94181790501fd1e167b474872 ... Processing []x11/ComixCursors-Black/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []x11/ComixCursors-Black/cursors/9081237383d90e509aa00f00170e968f ... Processing []x11/ComixCursors-Black/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []x11/ComixCursors-Black/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/alias ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/arrow ... Processing []/cursors/xorg-x11/ComixCursors-Black/cursors/bottom_left_corner ... Processing []cursors/xorg-x11/ComixCursors-Black/cursors/bottom_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/bottom_side ... Processing []x11/ComixCursors-Black/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []x11/ComixCursors-Black/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/cell ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/closedhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/col-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Black/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/cross ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/crosshair ... Processing []x11/ComixCursors-Black/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/e-resize ... Processing []x11/ComixCursors-Black/cursors/e29285e634086352946a0e7090d73106 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/ew-resize ... Processing []x11/ComixCursors-Black/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []x11/ComixCursors-Black/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []x11/ComixCursors-Black/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/fleur ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/left_ptr ... Processing []hare/cursors/xorg-x11/ComixCursors-Black/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/n-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/ne-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/no-drop ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/not-allowed ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/ns-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/nw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/pointer ... Processing []share/cursors/xorg-x11/ComixCursors-Black/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/progress ... Processing []hare/cursors/xorg-x11/ComixCursors-Black/cursors/question_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/right-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/right_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/s-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Black/cursors/sb_h_double_arrow ... Processing []e/cursors/xorg-x11/ComixCursors-Black/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/size_all ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/size_bdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/split_v ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/text ... Processing []are/cursors/xorg-x11/ComixCursors-Black/cursors/top_left_corner ... Processing []re/cursors/xorg-x11/ComixCursors-Black/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/up_arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Black/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Black/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors ... Processing []-x11/ComixCursors-Blue/cursors/00008160000006810000408080010102 ... Processing []-x11/ComixCursors-Blue/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []-x11/ComixCursors-Blue/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []-x11/ComixCursors-Blue/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []-x11/ComixCursors-Blue/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []-x11/ComixCursors-Blue/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []-x11/ComixCursors-Blue/cursors/048008013003cff3c00c801001200000 ... Processing []-x11/ComixCursors-Blue/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []-x11/ComixCursors-Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []-x11/ComixCursors-Blue/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []-x11/ComixCursors-Blue/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []-x11/ComixCursors-Blue/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []-x11/ComixCursors-Blue/cursors/14fef782d02440884392942c11205230 ... Processing []-x11/ComixCursors-Blue/cursors/208530c400c041818281048008011002 ... Processing []-x11/ComixCursors-Blue/cursors/2870a09082c103050810ffdffffe0204 ... Processing []-x11/ComixCursors-Blue/cursors/3085a0e285430894940527032f8b26df ... Processing []-x11/ComixCursors-Blue/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []-x11/ComixCursors-Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []-x11/ComixCursors-Blue/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []-x11/ComixCursors-Blue/cursors/50585d75b494802d0151028115016902 ... Processing []-x11/ComixCursors-Blue/cursors/5aca4d189052212118709018842178c0 ... Processing []-x11/ComixCursors-Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []-x11/ComixCursors-Blue/cursors/6407b0e94181790501fd1e167b474872 ... Processing []-x11/ComixCursors-Blue/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []-x11/ComixCursors-Blue/cursors/9081237383d90e509aa00f00170e968f ... Processing []-x11/ComixCursors-Blue/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []-x11/ComixCursors-Blue/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/alias ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/arrow ... Processing []e/cursors/xorg-x11/ComixCursors-Blue/cursors/bottom_left_corner ... Processing []/cursors/xorg-x11/ComixCursors-Blue/cursors/bottom_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/bottom_side ... Processing []-x11/ComixCursors-Blue/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []-x11/ComixCursors-Blue/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/cell ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/closedhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/col-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/cross ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/crosshair ... Processing []-x11/ComixCursors-Blue/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/e-resize ... Processing []-x11/ComixCursors-Blue/cursors/e29285e634086352946a0e7090d73106 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/ew-resize ... Processing []-x11/ComixCursors-Blue/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []-x11/ComixCursors-Blue/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []-x11/ComixCursors-Blue/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/fleur ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/left_ptr ... Processing []share/cursors/xorg-x11/ComixCursors-Blue/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/n-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/ne-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/no-drop ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/not-allowed ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/ns-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/nw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/pointer ... Processing []/share/cursors/xorg-x11/ComixCursors-Blue/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/progress ... Processing []share/cursors/xorg-x11/ComixCursors-Blue/cursors/question_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/right-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/right_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/s-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Blue/cursors/sb_h_double_arrow ... Processing []re/cursors/xorg-x11/ComixCursors-Blue/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/size_all ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/size_bdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/split_v ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/text ... Processing []hare/cursors/xorg-x11/ComixCursors-Blue/cursors/top_left_corner ... Processing []are/cursors/xorg-x11/ComixCursors-Blue/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/up_arrow ... Processing []/share/cursors/xorg-x11/ComixCursors-Blue/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Blue/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors ... Processing []x11/ComixCursors-Green/cursors/00008160000006810000408080010102 ... Processing []x11/ComixCursors-Green/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []x11/ComixCursors-Green/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []x11/ComixCursors-Green/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []x11/ComixCursors-Green/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []x11/ComixCursors-Green/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []x11/ComixCursors-Green/cursors/048008013003cff3c00c801001200000 ... Processing []x11/ComixCursors-Green/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []x11/ComixCursors-Green/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []x11/ComixCursors-Green/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []x11/ComixCursors-Green/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []x11/ComixCursors-Green/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []x11/ComixCursors-Green/cursors/14fef782d02440884392942c11205230 ... Processing []x11/ComixCursors-Green/cursors/208530c400c041818281048008011002 ... Processing []x11/ComixCursors-Green/cursors/2870a09082c103050810ffdffffe0204 ... Processing []x11/ComixCursors-Green/cursors/3085a0e285430894940527032f8b26df ... Processing []x11/ComixCursors-Green/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []x11/ComixCursors-Green/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []x11/ComixCursors-Green/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []x11/ComixCursors-Green/cursors/50585d75b494802d0151028115016902 ... Processing []x11/ComixCursors-Green/cursors/5aca4d189052212118709018842178c0 ... Processing []x11/ComixCursors-Green/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []x11/ComixCursors-Green/cursors/6407b0e94181790501fd1e167b474872 ... Processing []x11/ComixCursors-Green/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []x11/ComixCursors-Green/cursors/9081237383d90e509aa00f00170e968f ... Processing []x11/ComixCursors-Green/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []x11/ComixCursors-Green/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/alias ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/arrow ... Processing []/cursors/xorg-x11/ComixCursors-Green/cursors/bottom_left_corner ... Processing []cursors/xorg-x11/ComixCursors-Green/cursors/bottom_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/bottom_side ... Processing []x11/ComixCursors-Green/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []x11/ComixCursors-Green/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/cell ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/closedhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/col-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Green/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/cross ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/crosshair ... Processing []x11/ComixCursors-Green/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/e-resize ... Processing []x11/ComixCursors-Green/cursors/e29285e634086352946a0e7090d73106 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/ew-resize ... Processing []x11/ComixCursors-Green/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []x11/ComixCursors-Green/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []x11/ComixCursors-Green/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/fleur ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/left_ptr ... Processing []hare/cursors/xorg-x11/ComixCursors-Green/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/n-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/ne-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/no-drop ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/not-allowed ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/ns-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/nw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/pointer ... Processing []share/cursors/xorg-x11/ComixCursors-Green/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/progress ... Processing []hare/cursors/xorg-x11/ComixCursors-Green/cursors/question_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/right-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/right_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/s-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Green/cursors/sb_h_double_arrow ... Processing []e/cursors/xorg-x11/ComixCursors-Green/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/size_all ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/size_bdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/split_v ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/text ... Processing []are/cursors/xorg-x11/ComixCursors-Green/cursors/top_left_corner ... Processing []re/cursors/xorg-x11/ComixCursors-Green/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/up_arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Green/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Green/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors ... Processing []11/ComixCursors-Orange/cursors/00008160000006810000408080010102 ... Processing []11/ComixCursors-Orange/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []11/ComixCursors-Orange/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []11/ComixCursors-Orange/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []11/ComixCursors-Orange/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []11/ComixCursors-Orange/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []11/ComixCursors-Orange/cursors/048008013003cff3c00c801001200000 ... Processing []11/ComixCursors-Orange/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []11/ComixCursors-Orange/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []11/ComixCursors-Orange/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []11/ComixCursors-Orange/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []11/ComixCursors-Orange/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []11/ComixCursors-Orange/cursors/14fef782d02440884392942c11205230 ... Processing []11/ComixCursors-Orange/cursors/208530c400c041818281048008011002 ... Processing []11/ComixCursors-Orange/cursors/2870a09082c103050810ffdffffe0204 ... Processing []11/ComixCursors-Orange/cursors/3085a0e285430894940527032f8b26df ... Processing []11/ComixCursors-Orange/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []11/ComixCursors-Orange/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []11/ComixCursors-Orange/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []11/ComixCursors-Orange/cursors/50585d75b494802d0151028115016902 ... Processing []11/ComixCursors-Orange/cursors/5aca4d189052212118709018842178c0 ... Processing []11/ComixCursors-Orange/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []11/ComixCursors-Orange/cursors/6407b0e94181790501fd1e167b474872 ... Processing []11/ComixCursors-Orange/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []11/ComixCursors-Orange/cursors/9081237383d90e509aa00f00170e968f ... Processing []11/ComixCursors-Orange/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []11/ComixCursors-Orange/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/alias ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/arrow ... Processing []cursors/xorg-x11/ComixCursors-Orange/cursors/bottom_left_corner ... Processing []ursors/xorg-x11/ComixCursors-Orange/cursors/bottom_right_corner ... Processing []/share/cursors/xorg-x11/ComixCursors-Orange/cursors/bottom_side ... Processing []11/ComixCursors-Orange/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []11/ComixCursors-Orange/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/cell ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/closedhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/col-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Orange/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/cross ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/crosshair ... Processing []11/ComixCursors-Orange/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/e-resize ... Processing []11/ComixCursors-Orange/cursors/e29285e634086352946a0e7090d73106 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/ew-resize ... Processing []11/ComixCursors-Orange/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []11/ComixCursors-Orange/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []11/ComixCursors-Orange/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/fleur ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/left_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Orange/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/n-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/ne-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Orange/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/no-drop ... Processing []/share/cursors/xorg-x11/ComixCursors-Orange/cursors/not-allowed ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/ns-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/nw-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Orange/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/pointer ... Processing []hare/cursors/xorg-x11/ComixCursors-Orange/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/progress ... Processing []are/cursors/xorg-x11/ComixCursors-Orange/cursors/question_arrow ... Processing []/share/cursors/xorg-x11/ComixCursors-Orange/cursors/right-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/right_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/s-resize ... Processing []/cursors/xorg-x11/ComixCursors-Orange/cursors/sb_h_double_arrow ... Processing []/cursors/xorg-x11/ComixCursors-Orange/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/size_all ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/size_bdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/split_v ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/text ... Processing []re/cursors/xorg-x11/ComixCursors-Orange/cursors/top_left_corner ... Processing []e/cursors/xorg-x11/ComixCursors-Orange/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/up_arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Orange/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Orange/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors ... Processing []g-x11/ComixCursors-Red/cursors/00008160000006810000408080010102 ... Processing []g-x11/ComixCursors-Red/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []g-x11/ComixCursors-Red/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []g-x11/ComixCursors-Red/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []g-x11/ComixCursors-Red/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []g-x11/ComixCursors-Red/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []g-x11/ComixCursors-Red/cursors/048008013003cff3c00c801001200000 ... Processing []g-x11/ComixCursors-Red/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []g-x11/ComixCursors-Red/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []g-x11/ComixCursors-Red/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []g-x11/ComixCursors-Red/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []g-x11/ComixCursors-Red/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []g-x11/ComixCursors-Red/cursors/14fef782d02440884392942c11205230 ... Processing []g-x11/ComixCursors-Red/cursors/208530c400c041818281048008011002 ... Processing []g-x11/ComixCursors-Red/cursors/2870a09082c103050810ffdffffe0204 ... Processing []g-x11/ComixCursors-Red/cursors/3085a0e285430894940527032f8b26df ... Processing []g-x11/ComixCursors-Red/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []g-x11/ComixCursors-Red/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []g-x11/ComixCursors-Red/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []g-x11/ComixCursors-Red/cursors/50585d75b494802d0151028115016902 ... Processing []g-x11/ComixCursors-Red/cursors/5aca4d189052212118709018842178c0 ... Processing []g-x11/ComixCursors-Red/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []g-x11/ComixCursors-Red/cursors/6407b0e94181790501fd1e167b474872 ... Processing []g-x11/ComixCursors-Red/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []g-x11/ComixCursors-Red/cursors/9081237383d90e509aa00f00170e968f ... Processing []g-x11/ComixCursors-Red/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []g-x11/ComixCursors-Red/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/alias ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/arrow ... Processing []re/cursors/xorg-x11/ComixCursors-Red/cursors/bottom_left_corner ... Processing []e/cursors/xorg-x11/ComixCursors-Red/cursors/bottom_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/bottom_side ... Processing []g-x11/ComixCursors-Red/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []g-x11/ComixCursors-Red/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/cell ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/closedhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/col-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/cross ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/crosshair ... Processing []g-x11/ComixCursors-Red/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/e-resize ... Processing []g-x11/ComixCursors-Red/cursors/e29285e634086352946a0e7090d73106 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/ew-resize ... Processing []g-x11/ComixCursors-Red/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []g-x11/ComixCursors-Red/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []g-x11/ComixCursors-Red/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/fleur ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/left_ptr ... Processing []/share/cursors/xorg-x11/ComixCursors-Red/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/n-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/ne-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/no-drop ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/not-allowed ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/ns-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/nw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/pointer ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/progress ... Processing []/share/cursors/xorg-x11/ComixCursors-Red/cursors/question_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/right-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/right_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/s-resize ... Processing []are/cursors/xorg-x11/ComixCursors-Red/cursors/sb_h_double_arrow ... Processing []are/cursors/xorg-x11/ComixCursors-Red/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/size_all ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/size_bdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/split_v ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/text ... Processing []share/cursors/xorg-x11/ComixCursors-Red/cursors/top_left_corner ... Processing []hare/cursors/xorg-x11/ComixCursors-Red/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/up_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Red/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors ... Processing []omixCursors-Slim-Black/cursors/00008160000006810000408080010102 ... Processing []omixCursors-Slim-Black/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []omixCursors-Slim-Black/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []omixCursors-Slim-Black/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []omixCursors-Slim-Black/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []omixCursors-Slim-Black/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []omixCursors-Slim-Black/cursors/048008013003cff3c00c801001200000 ... Processing []omixCursors-Slim-Black/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []omixCursors-Slim-Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []omixCursors-Slim-Black/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []omixCursors-Slim-Black/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []omixCursors-Slim-Black/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []omixCursors-Slim-Black/cursors/14fef782d02440884392942c11205230 ... Processing []omixCursors-Slim-Black/cursors/208530c400c041818281048008011002 ... Processing []omixCursors-Slim-Black/cursors/2870a09082c103050810ffdffffe0204 ... Processing []omixCursors-Slim-Black/cursors/3085a0e285430894940527032f8b26df ... Processing []omixCursors-Slim-Black/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []omixCursors-Slim-Black/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []omixCursors-Slim-Black/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []omixCursors-Slim-Black/cursors/50585d75b494802d0151028115016902 ... Processing []omixCursors-Slim-Black/cursors/5aca4d189052212118709018842178c0 ... Processing []omixCursors-Slim-Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []omixCursors-Slim-Black/cursors/6407b0e94181790501fd1e167b474872 ... Processing []omixCursors-Slim-Black/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []omixCursors-Slim-Black/cursors/9081237383d90e509aa00f00170e968f ... Processing []omixCursors-Slim-Black/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []omixCursors-Slim-Black/cursors/9d800788f1b08800ae810202380a0822 ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/alias ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/arrow ... Processing []ors/xorg-x11/ComixCursors-Slim-Black/cursors/bottom_left_corner ... Processing []rs/xorg-x11/ComixCursors-Slim-Black/cursors/bottom_right_corner ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/bottom_side ... Processing []omixCursors-Slim-Black/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []omixCursors-Slim-Black/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/cell ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/center_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/closedhand ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/col-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/cross ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/crosshair ... Processing []omixCursors-Slim-Black/cursors/d9ce0ab605698f320427677b458ad60b ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/default ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/dnd-ask ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/dnd-copy ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/dnd-link ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/dnd-move ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/dnd-none ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/e-resize ... Processing []omixCursors-Slim-Black/cursors/e29285e634086352946a0e7090d73106 ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/ew-resize ... Processing []omixCursors-Slim-Black/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []omixCursors-Slim-Black/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []omixCursors-Slim-Black/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/fleur ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/forbidden ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/ibeam ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/left_ptr ... Processing []cursors/xorg-x11/ComixCursors-Slim-Black/cursors/left_ptr_watch ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/move ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/n-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/ne-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/nesw-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/no-drop ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/not-allowed ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/ns-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/nw-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/nwse-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/plus ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/pointer ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/pointing_hand ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/progress ... Processing []cursors/xorg-x11/ComixCursors-Slim-Black/cursors/question_arrow ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/right-arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/right_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/right_side ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/row-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/s-resize ... Processing []sors/xorg-x11/ComixCursors-Slim-Black/cursors/sb_h_double_arrow ... Processing []sors/xorg-x11/ComixCursors-Slim-Black/cursors/sb_v_double_arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/se-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/size_all ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/size_bdiag ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/size_fdiag ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/size_hor ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/size_ver ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/split_h ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/split_v ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/text ... Processing []ursors/xorg-x11/ComixCursors-Slim-Black/cursors/top_left_corner ... Processing []rsors/xorg-x11/ComixCursors-Slim-Black/cursors/top_right_corner ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/top_side ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/up-arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/up_arrow ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/vertical-text ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/watch ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/xterm ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/zoom-in ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors ... Processing []ComixCursors-Slim-Blue/cursors/00008160000006810000408080010102 ... Processing []ComixCursors-Slim-Blue/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []ComixCursors-Slim-Blue/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []ComixCursors-Slim-Blue/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []ComixCursors-Slim-Blue/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []ComixCursors-Slim-Blue/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []ComixCursors-Slim-Blue/cursors/048008013003cff3c00c801001200000 ... Processing []ComixCursors-Slim-Blue/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []ComixCursors-Slim-Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []ComixCursors-Slim-Blue/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []ComixCursors-Slim-Blue/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []ComixCursors-Slim-Blue/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []ComixCursors-Slim-Blue/cursors/14fef782d02440884392942c11205230 ... Processing []ComixCursors-Slim-Blue/cursors/208530c400c041818281048008011002 ... Processing []ComixCursors-Slim-Blue/cursors/2870a09082c103050810ffdffffe0204 ... Processing []ComixCursors-Slim-Blue/cursors/3085a0e285430894940527032f8b26df ... Processing []ComixCursors-Slim-Blue/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []ComixCursors-Slim-Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []ComixCursors-Slim-Blue/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []ComixCursors-Slim-Blue/cursors/50585d75b494802d0151028115016902 ... Processing []ComixCursors-Slim-Blue/cursors/5aca4d189052212118709018842178c0 ... Processing []ComixCursors-Slim-Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []ComixCursors-Slim-Blue/cursors/6407b0e94181790501fd1e167b474872 ... Processing []ComixCursors-Slim-Blue/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []ComixCursors-Slim-Blue/cursors/9081237383d90e509aa00f00170e968f ... Processing []ComixCursors-Slim-Blue/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []ComixCursors-Slim-Blue/cursors/9d800788f1b08800ae810202380a0822 ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/alias ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/arrow ... Processing []sors/xorg-x11/ComixCursors-Slim-Blue/cursors/bottom_left_corner ... Processing []ors/xorg-x11/ComixCursors-Slim-Blue/cursors/bottom_right_corner ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/bottom_side ... Processing []ComixCursors-Slim-Blue/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []ComixCursors-Slim-Blue/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/cell ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/center_ptr ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/closedhand ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/col-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/cross ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/crosshair ... Processing []ComixCursors-Slim-Blue/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/dnd-ask ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/dnd-copy ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/dnd-link ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/dnd-move ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/dnd-none ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/e-resize ... Processing []ComixCursors-Slim-Blue/cursors/e29285e634086352946a0e7090d73106 ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/ew-resize ... Processing []ComixCursors-Slim-Blue/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []ComixCursors-Slim-Blue/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []ComixCursors-Slim-Blue/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/fleur ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/forbidden ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/ibeam ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/left_ptr ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/left_ptr_watch ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/move ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/n-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/ne-resize ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/no-drop ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/not-allowed ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/ns-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/nw-resize ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/nwse-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/pointer ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/pointing_hand ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/progress ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/question_arrow ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/right-arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/right_ptr ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/right_side ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/row-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/s-resize ... Processing []rsors/xorg-x11/ComixCursors-Slim-Blue/cursors/sb_h_double_arrow ... Processing []rsors/xorg-x11/ComixCursors-Slim-Blue/cursors/sb_v_double_arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/se-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/size_all ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/size_bdiag ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/size_fdiag ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/size_hor ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/split_v ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/text ... Processing []cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/top_left_corner ... Processing []ursors/xorg-x11/ComixCursors-Slim-Blue/cursors/top_right_corner ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/top_side ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/up-arrow ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/up_arrow ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/vertical-text ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/watch ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/zoom-in ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors ... Processing []omixCursors-Slim-Green/cursors/00008160000006810000408080010102 ... Processing []omixCursors-Slim-Green/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []omixCursors-Slim-Green/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []omixCursors-Slim-Green/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []omixCursors-Slim-Green/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []omixCursors-Slim-Green/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []omixCursors-Slim-Green/cursors/048008013003cff3c00c801001200000 ... Processing []omixCursors-Slim-Green/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []omixCursors-Slim-Green/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []omixCursors-Slim-Green/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []omixCursors-Slim-Green/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []omixCursors-Slim-Green/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []omixCursors-Slim-Green/cursors/14fef782d02440884392942c11205230 ... Processing []omixCursors-Slim-Green/cursors/208530c400c041818281048008011002 ... Processing []omixCursors-Slim-Green/cursors/2870a09082c103050810ffdffffe0204 ... Processing []omixCursors-Slim-Green/cursors/3085a0e285430894940527032f8b26df ... Processing []omixCursors-Slim-Green/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []omixCursors-Slim-Green/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []omixCursors-Slim-Green/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []omixCursors-Slim-Green/cursors/50585d75b494802d0151028115016902 ... Processing []omixCursors-Slim-Green/cursors/5aca4d189052212118709018842178c0 ... Processing []omixCursors-Slim-Green/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []omixCursors-Slim-Green/cursors/6407b0e94181790501fd1e167b474872 ... Processing []omixCursors-Slim-Green/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []omixCursors-Slim-Green/cursors/9081237383d90e509aa00f00170e968f ... Processing []omixCursors-Slim-Green/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []omixCursors-Slim-Green/cursors/9d800788f1b08800ae810202380a0822 ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/alias ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/arrow ... Processing []ors/xorg-x11/ComixCursors-Slim-Green/cursors/bottom_left_corner ... Processing []rs/xorg-x11/ComixCursors-Slim-Green/cursors/bottom_right_corner ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/bottom_side ... Processing []omixCursors-Slim-Green/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []omixCursors-Slim-Green/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/cell ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/center_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/closedhand ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/col-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/cross ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/crosshair ... Processing []omixCursors-Slim-Green/cursors/d9ce0ab605698f320427677b458ad60b ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/default ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/dnd-ask ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/dnd-copy ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/dnd-link ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/dnd-move ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/dnd-none ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/e-resize ... Processing []omixCursors-Slim-Green/cursors/e29285e634086352946a0e7090d73106 ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/ew-resize ... Processing []omixCursors-Slim-Green/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []omixCursors-Slim-Green/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []omixCursors-Slim-Green/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/fleur ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/forbidden ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/ibeam ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/left_ptr ... Processing []cursors/xorg-x11/ComixCursors-Slim-Green/cursors/left_ptr_watch ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/move ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/n-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/ne-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/nesw-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/no-drop ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/not-allowed ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/ns-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/nw-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/nwse-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/plus ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/pointer ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/pointing_hand ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/progress ... Processing []cursors/xorg-x11/ComixCursors-Slim-Green/cursors/question_arrow ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/right-arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/right_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/right_side ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/row-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/s-resize ... Processing []sors/xorg-x11/ComixCursors-Slim-Green/cursors/sb_h_double_arrow ... Processing []sors/xorg-x11/ComixCursors-Slim-Green/cursors/sb_v_double_arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/se-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/size_all ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/size_bdiag ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/size_fdiag ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/size_hor ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/size_ver ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/split_h ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/split_v ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/text ... Processing []ursors/xorg-x11/ComixCursors-Slim-Green/cursors/top_left_corner ... Processing []rsors/xorg-x11/ComixCursors-Slim-Green/cursors/top_right_corner ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/top_side ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/up-arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/up_arrow ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/vertical-text ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/watch ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/xterm ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/zoom-in ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors ... Processing []mixCursors-Slim-Orange/cursors/00008160000006810000408080010102 ... Processing []mixCursors-Slim-Orange/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []mixCursors-Slim-Orange/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []mixCursors-Slim-Orange/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []mixCursors-Slim-Orange/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []mixCursors-Slim-Orange/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []mixCursors-Slim-Orange/cursors/048008013003cff3c00c801001200000 ... Processing []mixCursors-Slim-Orange/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []mixCursors-Slim-Orange/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []mixCursors-Slim-Orange/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []mixCursors-Slim-Orange/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []mixCursors-Slim-Orange/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []mixCursors-Slim-Orange/cursors/14fef782d02440884392942c11205230 ... Processing []mixCursors-Slim-Orange/cursors/208530c400c041818281048008011002 ... Processing []mixCursors-Slim-Orange/cursors/2870a09082c103050810ffdffffe0204 ... Processing []mixCursors-Slim-Orange/cursors/3085a0e285430894940527032f8b26df ... Processing []mixCursors-Slim-Orange/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []mixCursors-Slim-Orange/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []mixCursors-Slim-Orange/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []mixCursors-Slim-Orange/cursors/50585d75b494802d0151028115016902 ... Processing []mixCursors-Slim-Orange/cursors/5aca4d189052212118709018842178c0 ... Processing []mixCursors-Slim-Orange/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []mixCursors-Slim-Orange/cursors/6407b0e94181790501fd1e167b474872 ... Processing []mixCursors-Slim-Orange/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []mixCursors-Slim-Orange/cursors/9081237383d90e509aa00f00170e968f ... Processing []mixCursors-Slim-Orange/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []mixCursors-Slim-Orange/cursors/9d800788f1b08800ae810202380a0822 ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/alias ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/arrow ... Processing []rs/xorg-x11/ComixCursors-Slim-Orange/cursors/bottom_left_corner ... Processing []s/xorg-x11/ComixCursors-Slim-Orange/cursors/bottom_right_corner ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/bottom_side ... Processing []mixCursors-Slim-Orange/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []mixCursors-Slim-Orange/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/cell ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/center_ptr ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/closedhand ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/col-resize ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/cross ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/crosshair ... Processing []mixCursors-Slim-Orange/cursors/d9ce0ab605698f320427677b458ad60b ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/default ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/dnd-ask ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/dnd-copy ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/dnd-link ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/dnd-move ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/dnd-none ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/e-resize ... Processing []mixCursors-Slim-Orange/cursors/e29285e634086352946a0e7090d73106 ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/ew-resize ... Processing []mixCursors-Slim-Orange/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []mixCursors-Slim-Orange/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []mixCursors-Slim-Orange/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/fleur ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/forbidden ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/ibeam ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/left_ptr ... Processing []ursors/xorg-x11/ComixCursors-Slim-Orange/cursors/left_ptr_watch ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/move ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/n-resize ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/ne-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/nesw-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/no-drop ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/not-allowed ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/ns-resize ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/nw-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/nwse-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/openhand ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/pencil ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/plus ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/pointer ... Processing []cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/pointing_hand ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/progress ... Processing []ursors/xorg-x11/ComixCursors-Slim-Orange/cursors/question_arrow ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/right-arrow ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/right_ptr ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/right_side ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/row-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/s-resize ... Processing []ors/xorg-x11/ComixCursors-Slim-Orange/cursors/sb_h_double_arrow ... Processing []ors/xorg-x11/ComixCursors-Slim-Orange/cursors/sb_v_double_arrow ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/se-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/size_all ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/size_bdiag ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/size_fdiag ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/size_hor ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/size_ver ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/split_h ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/split_v ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/text ... Processing []rsors/xorg-x11/ComixCursors-Slim-Orange/cursors/top_left_corner ... Processing []sors/xorg-x11/ComixCursors-Slim-Orange/cursors/top_right_corner ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/top_side ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/up-arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/up_arrow ... Processing []cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/vertical-text ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/watch ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/xterm ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/zoom-in ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors ... Processing []/ComixCursors-Slim-Red/cursors/00008160000006810000408080010102 ... Processing []/ComixCursors-Slim-Red/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []/ComixCursors-Slim-Red/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []/ComixCursors-Slim-Red/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []/ComixCursors-Slim-Red/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []/ComixCursors-Slim-Red/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []/ComixCursors-Slim-Red/cursors/048008013003cff3c00c801001200000 ... Processing []/ComixCursors-Slim-Red/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []/ComixCursors-Slim-Red/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []/ComixCursors-Slim-Red/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []/ComixCursors-Slim-Red/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []/ComixCursors-Slim-Red/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []/ComixCursors-Slim-Red/cursors/14fef782d02440884392942c11205230 ... Processing []/ComixCursors-Slim-Red/cursors/208530c400c041818281048008011002 ... Processing []/ComixCursors-Slim-Red/cursors/2870a09082c103050810ffdffffe0204 ... Processing []/ComixCursors-Slim-Red/cursors/3085a0e285430894940527032f8b26df ... Processing []/ComixCursors-Slim-Red/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []/ComixCursors-Slim-Red/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []/ComixCursors-Slim-Red/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []/ComixCursors-Slim-Red/cursors/50585d75b494802d0151028115016902 ... Processing []/ComixCursors-Slim-Red/cursors/5aca4d189052212118709018842178c0 ... Processing []/ComixCursors-Slim-Red/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []/ComixCursors-Slim-Red/cursors/6407b0e94181790501fd1e167b474872 ... Processing []/ComixCursors-Slim-Red/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []/ComixCursors-Slim-Red/cursors/9081237383d90e509aa00f00170e968f ... Processing []/ComixCursors-Slim-Red/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []/ComixCursors-Slim-Red/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/alias ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/arrow ... Processing []rsors/xorg-x11/ComixCursors-Slim-Red/cursors/bottom_left_corner ... Processing []sors/xorg-x11/ComixCursors-Slim-Red/cursors/bottom_right_corner ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/bottom_side ... Processing []/ComixCursors-Slim-Red/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []/ComixCursors-Slim-Red/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/cell ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/center_ptr ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/closedhand ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/col-resize ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/cross ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/crosshair ... Processing []/ComixCursors-Slim-Red/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/e-resize ... Processing []/ComixCursors-Slim-Red/cursors/e29285e634086352946a0e7090d73106 ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/ew-resize ... Processing []/ComixCursors-Slim-Red/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []/ComixCursors-Slim-Red/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []/ComixCursors-Slim-Red/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/fleur ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/left_ptr ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/left_ptr_watch ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/n-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/ne-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/no-drop ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/not-allowed ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/ns-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/nw-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/pointer ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/progress ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/question_arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/right-arrow ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/right_ptr ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/right_side ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/s-resize ... Processing []ursors/xorg-x11/ComixCursors-Slim-Red/cursors/sb_h_double_arrow ... Processing []ursors/xorg-x11/ComixCursors-Slim-Red/cursors/sb_v_double_arrow ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/size_all ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/size_bdiag ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/split_v ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/text ... Processing []/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/top_left_corner ... Processing []cursors/xorg-x11/ComixCursors-Slim-Red/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/up_arrow ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/watch ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors ... Processing []omixCursors-Slim-White/cursors/00008160000006810000408080010102 ... Processing []omixCursors-Slim-White/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []omixCursors-Slim-White/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []omixCursors-Slim-White/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []omixCursors-Slim-White/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []omixCursors-Slim-White/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []omixCursors-Slim-White/cursors/048008013003cff3c00c801001200000 ... Processing []omixCursors-Slim-White/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []omixCursors-Slim-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []omixCursors-Slim-White/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []omixCursors-Slim-White/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []omixCursors-Slim-White/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []omixCursors-Slim-White/cursors/14fef782d02440884392942c11205230 ... Processing []omixCursors-Slim-White/cursors/208530c400c041818281048008011002 ... Processing []omixCursors-Slim-White/cursors/2870a09082c103050810ffdffffe0204 ... Processing []omixCursors-Slim-White/cursors/3085a0e285430894940527032f8b26df ... Processing []omixCursors-Slim-White/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []omixCursors-Slim-White/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []omixCursors-Slim-White/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []omixCursors-Slim-White/cursors/50585d75b494802d0151028115016902 ... Processing []omixCursors-Slim-White/cursors/5aca4d189052212118709018842178c0 ... Processing []omixCursors-Slim-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []omixCursors-Slim-White/cursors/6407b0e94181790501fd1e167b474872 ... Processing []omixCursors-Slim-White/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []omixCursors-Slim-White/cursors/9081237383d90e509aa00f00170e968f ... Processing []omixCursors-Slim-White/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []omixCursors-Slim-White/cursors/9d800788f1b08800ae810202380a0822 ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/alias ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/arrow ... Processing []ors/xorg-x11/ComixCursors-Slim-White/cursors/bottom_left_corner ... Processing []rs/xorg-x11/ComixCursors-Slim-White/cursors/bottom_right_corner ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-White/cursors/bottom_side ... Processing []omixCursors-Slim-White/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []omixCursors-Slim-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/cell ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/center_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/closedhand ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/col-resize ... Processing []e/cursors/xorg-x11/ComixCursors-Slim-White/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/cross ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/crosshair ... Processing []omixCursors-Slim-White/cursors/d9ce0ab605698f320427677b458ad60b ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/default ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/dnd-ask ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/dnd-copy ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/dnd-link ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/dnd-move ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/dnd-none ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/e-resize ... Processing []omixCursors-Slim-White/cursors/e29285e634086352946a0e7090d73106 ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/ew-resize ... Processing []omixCursors-Slim-White/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []omixCursors-Slim-White/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []omixCursors-Slim-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/fleur ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/forbidden ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/ibeam ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/left_ptr ... Processing []cursors/xorg-x11/ComixCursors-Slim-White/cursors/left_ptr_watch ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/move ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/n-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/ne-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-White/cursors/nesw-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/no-drop ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-White/cursors/not-allowed ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/ns-resize ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/nw-resize ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-White/cursors/nwse-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/plus ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/pointer ... Processing []/cursors/xorg-x11/ComixCursors-Slim-White/cursors/pointing_hand ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/progress ... Processing []cursors/xorg-x11/ComixCursors-Slim-White/cursors/question_arrow ... Processing []re/cursors/xorg-x11/ComixCursors-Slim-White/cursors/right-arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/right_ptr ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/right_side ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/row-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/s-resize ... Processing []sors/xorg-x11/ComixCursors-Slim-White/cursors/sb_h_double_arrow ... Processing []sors/xorg-x11/ComixCursors-Slim-White/cursors/sb_v_double_arrow ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/se-resize ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/size_all ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/size_bdiag ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/size_fdiag ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/size_hor ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/size_ver ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/split_h ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/split_v ... Processing []hare/cursors/xorg-x11/ComixCursors-Slim-White/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/text ... Processing []ursors/xorg-x11/ComixCursors-Slim-White/cursors/top_left_corner ... Processing []rsors/xorg-x11/ComixCursors-Slim-White/cursors/top_right_corner ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/top_side ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/up-arrow ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/up_arrow ... Processing []/cursors/xorg-x11/ComixCursors-Slim-White/cursors/vertical-text ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/watch ... Processing []are/cursors/xorg-x11/ComixCursors-Slim-White/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/xterm ... Processing []/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/zoom-in ... Processing []share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-Slim-White/index.theme ... Processing usr/share/cursors/xorg-x11/ComixCursors-White ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors ... Processing []x11/ComixCursors-White/cursors/00008160000006810000408080010102 ... Processing []x11/ComixCursors-White/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []x11/ComixCursors-White/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []x11/ComixCursors-White/cursors/03b6e0fcb3499374a867d041f52298f0 ... Processing []x11/ComixCursors-White/cursors/0426c94ea35c87780ff01dc239897213 ... Processing []x11/ComixCursors-White/cursors/043a9f68147c53184671403ffa811cc5 ... Processing []x11/ComixCursors-White/cursors/048008013003cff3c00c801001200000 ... Processing []x11/ComixCursors-White/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []x11/ComixCursors-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []x11/ComixCursors-White/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []x11/ComixCursors-White/cursors/08ffe1e65f80fcfdf9fff11263e74c48 ... Processing []x11/ComixCursors-White/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []x11/ComixCursors-White/cursors/14fef782d02440884392942c11205230 ... Processing []x11/ComixCursors-White/cursors/208530c400c041818281048008011002 ... Processing []x11/ComixCursors-White/cursors/2870a09082c103050810ffdffffe0204 ... Processing []x11/ComixCursors-White/cursors/3085a0e285430894940527032f8b26df ... Processing []x11/ComixCursors-White/cursors/38c5dff7c7b8962045400281044508d2 ... Processing []x11/ComixCursors-White/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []x11/ComixCursors-White/cursors/4498f0e0c1937ffe01fd06f973665830 ... Processing []x11/ComixCursors-White/cursors/50585d75b494802d0151028115016902 ... Processing []x11/ComixCursors-White/cursors/5aca4d189052212118709018842178c0 ... Processing []x11/ComixCursors-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []x11/ComixCursors-White/cursors/6407b0e94181790501fd1e167b474872 ... Processing []x11/ComixCursors-White/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []x11/ComixCursors-White/cursors/9081237383d90e509aa00f00170e968f ... Processing []x11/ComixCursors-White/cursors/9116a3ea924ed2162ecab71ba103b17f ... Processing []x11/ComixCursors-White/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/X-cursor ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/alias ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/all-scroll ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/arrow ... Processing []/cursors/xorg-x11/ComixCursors-White/cursors/bottom_left_corner ... Processing []cursors/xorg-x11/ComixCursors-White/cursors/bottom_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/bottom_side ... Processing []x11/ComixCursors-White/cursors/c07385c7190e701020ff7ffffd08103c ... Processing []x11/ComixCursors-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/cell ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/closedhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/col-resize ... Processing []/share/cursors/xorg-x11/ComixCursors-White/cursors/context-menu ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/cross ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/crosshair ... Processing []x11/ComixCursors-White/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/default ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/e-resize ... Processing []x11/ComixCursors-White/cursors/e29285e634086352946a0e7090d73106 ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/ew-resize ... Processing []x11/ComixCursors-White/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []x11/ComixCursors-White/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []x11/ComixCursors-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/fleur ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/forbidden ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/grabbing ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/help ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/ibeam ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/left_ptr ... Processing []hare/cursors/xorg-x11/ComixCursors-White/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/left_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/move ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/n-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/ne-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/nesw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/no-drop ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/not-allowed ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/ns-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/nw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/nwse-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/openhand ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/pencil ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/pirate ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/plus ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/pointer ... Processing []share/cursors/xorg-x11/ComixCursors-White/cursors/pointing_hand ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/progress ... Processing []hare/cursors/xorg-x11/ComixCursors-White/cursors/question_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/right-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/right_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/row-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/s-resize ... Processing []e/cursors/xorg-x11/ComixCursors-White/cursors/sb_h_double_arrow ... Processing []e/cursors/xorg-x11/ComixCursors-White/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/se-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/size_all ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/size_bdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/size_fdiag ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/size_hor ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/size_ver ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/split_h ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/split_v ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/sw-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/text ... Processing []are/cursors/xorg-x11/ComixCursors-White/cursors/top_left_corner ... Processing []re/cursors/xorg-x11/ComixCursors-White/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/top_side ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/up-arrow ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/up_arrow ... Processing []share/cursors/xorg-x11/ComixCursors-White/cursors/vertical-text ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/w-resize ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/wait ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/watch ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/whats_this ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/xterm ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/zoom-in ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/cursors/zoom-out ... Processing usr/share/cursors/xorg-x11/ComixCursors-White/index.theme ... Processing usr/share/slsh ... Processing usr/share/slsh/arrayfuns.sl ... Processing usr/share/slsh/autoload.sl ... Processing usr/share/slsh/cmdopt.sl ... Processing usr/share/slsh/fswalk.sl ... Processing usr/share/slsh/glob.sl ... Processing usr/share/slsh/help ... Processing usr/share/slsh/help/arrayfuns.hlp ... Processing usr/share/slsh/help/cmdopt.hlp ... Processing usr/share/slsh/help/fswalk.hlp ... Processing usr/share/slsh/help/glob.hlp ... Processing usr/share/slsh/help/listfuns.hlp ... Processing usr/share/slsh/help/print.hlp ... Processing usr/share/slsh/help/process.hlp ... Processing usr/share/slsh/help/profile.hlp ... Processing usr/share/slsh/help/readascii.hlp ... Processing usr/share/slsh/help/require.hlp ... Processing usr/share/slsh/help/setfuns.hlp ... Processing usr/share/slsh/help/structfuns.hlp ... Processing usr/share/slsh/listfuns.sl ... Processing usr/share/slsh/local-packages ... Processing usr/share/slsh/print.sl ... Processing usr/share/slsh/process.sl ... Processing usr/share/slsh/profile.sl ... Processing usr/share/slsh/readascii.sl ... Processing usr/share/slsh/require.sl ... Processing usr/share/slsh/rline ... Processing usr/share/slsh/rline/complete.sl ... Processing usr/share/slsh/rline/editfuns.sl ... Processing usr/share/slsh/rline/editor.sl ... Processing usr/share/slsh/rline/emacskeys.sl ... Processing usr/share/slsh/rline/history.sl ... Processing usr/share/slsh/rline/histsrch.sl ... Processing usr/share/slsh/rline/slrline.rc ... Processing usr/share/slsh/rline/vikeys.sl ... Processing usr/share/slsh/scripts ... Processing usr/share/slsh/scripts/jpegsize ... Processing usr/share/slsh/scripts/lsrpm ... Processing usr/share/slsh/scripts/sldb ... Processing usr/share/slsh/scripts/slprof ... Processing usr/share/slsh/scripts/slstkchk ... Processing usr/share/slsh/scripts/svnsh ... Processing usr/share/slsh/setfuns.sl ... Processing usr/share/slsh/sldb.sl ... Processing usr/share/slsh/sldbcore.sl ... Processing usr/share/slsh/sldbsock.sl ... Processing usr/share/slsh/slshhelp.sl ... Processing usr/share/slsh/slshrl.sl ... Processing usr/share/slsh/stkcheck.sl ... Processing usr/share/slsh/structfuns.sl ... Processing usr/share/vulkan ... Processing usr/share/vulkan/registry ... Processing usr/share/vulkan/registry/apiconventions.py ... Processing usr/share/vulkan/registry/cgenerator.py ... Processing usr/share/vulkan/registry/conventions.py ... Processing usr/share/vulkan/registry/generator.py ... Processing usr/share/vulkan/registry/genvk.py ... Processing usr/share/vulkan/registry/reg.py ... Processing usr/share/vulkan/registry/spec_tools ... Processing usr/share/vulkan/registry/spec_tools/util.py ... Processing usr/share/vulkan/registry/validusage.json ... Processing usr/share/vulkan/registry/vk.xml ... Processing usr/share/vulkan/registry/vkconventions.py ... 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 ... Build completed. >>> Generating filesystem image rootfs.f2fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-10/output-1/images/rootfs.f2fs\n truncate -s 5G /home/autobuild/autobuild/instance-10/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /home/autobuild/autobuild/instance-10/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-10/output-1/host/sbin/sload.f2fs -f /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.f2fs\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/f2fs/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' F2FS-tools: mkfs.f2fs Ver: 1.15.0 (2022-05-13) Info: Disable heap-based policy Info: Debug level = 0 Info: Trim is disabled Info: Segments per section = 1 Info: Sections per zone = 1 Info: sector size = 512 Info: total sectors = 10485760 (5120 MB) Info: zone aligned segment0 blkaddr: 512 Info: format version with "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" Info: Overprovision ratio = 2.810% Info: Overprovision segments = 148 (GC reserved = 79) Info: format successful Info: MKFS version "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" Info: FSCK version from "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" to "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: Segments per section = 1 Info: Sections per zone = 1 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 16a429ab Info: Duplicate valid checkpoint to mirror position 512 -> 1024 Info: Write valid nat_bits in checkpoint [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ | ] Free segments: 0x9d7 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ | ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ | ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ - ] Free segments: 0x9cb [ * ] Free segments: 0x9ca [ | ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ | ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ | ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ | ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ | ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ | ] Free segments: 0x9c8 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ | ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ | ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ | ] Free segments: 0x9c1 [ * ] Free segments: 0x9c1 [ - ] Free segments: 0x9c1 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b7 [ - ] Free segments: 0x9b6 [ - ] Free segments: 0x9b6 [ * ] Free segments: 0x9b6 [ | ] Free segments: 0x9b6 [ * ] Free segments: 0x9b6 [ - ] Free segments: 0x9b6 [ - ] Free segments: 0x9b6 [ * ] Free segments: 0x9b6 [ | ] Free segments: 0x9b6 [ * ] Free segments: 0x9b6 [ - ] Free segments: 0x9b6[FIX] (move_one_curseg_info:2857) --> Move curseg[0] 3 -> 4 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[1] 4f4 -> 31 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[2] 279 -> 32 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[3] 0 -> 28 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[4] 1 -> 30 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[5] 2 -> 1 after 2c00 Info: Write valid nat_bits in checkpoint Info: MKFS version "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" Info: FSCK version from "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" to "Linux version 5.19.0-asahi-5-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 09:23:11 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: Segments per section = 1 Info: Sections per zone = 1 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 16a429ab Info: Checked valid nat_bits in checkpoint Info: checkpoint state = 81 : nat_bits unmount [FSCK] Check node 1 / 1867 (0.05%) [FSCK] Check node 187 / 1867 (10.05%) [FSCK] Check node 373 / 1867 (20.05%) [FSCK] Check node 559 / 1867 (30.05%) [FSCK] Check node 745 / 1867 (40.05%) [FSCK] Check node 931 / 1867 (50.05%) [FSCK] Check node 1117 / 1867 (60.05%) [FSCK] Check node 1303 / 1867 (70.05%) [FSCK] Check node 1489 / 1867 (80.05%) [FSCK] Check node 1675 / 1867 (90.05%) [FSCK] Check node 1861 / 1867 (100.05%) [FSCK] Max image size: 143 MB, Free space: 4692 MB [FSCK] Unreachable nat entries [Ok..] [0x0] [FSCK] SIT valid block bitmap checking [Ok..] [FSCK] Hard link checking for regular file [Ok..] [0x0] [FSCK] valid_block_count matching with CP [Ok..] [0x5762] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x74b] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x74b] [FSCK] valid_inode_count matched with CP [Ok..] [0x74a] [FSCK] free segment_count matched with CP [Ok..] [0x9b8] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 0.000000 secs >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -b -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-10/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-10/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-10/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-10/output-1/images/rootfs.tar.zst ln -snf /home/autobuild/autobuild/instance-10/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2022.08-614-g51ecbe500f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.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.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> comix-cursors 0.9.1 Collecting legal info >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> host-environment-setup Collecting legal info >>> 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) >>> 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-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> initscripts Collecting legal info >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> host-nodejs 16.17.1 Collecting legal info LICENSE: OK (sha256: 69090e865afa7c62715b97f0712632d2923bd7a5faba91f94e4e75a2f9219d5e) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'