gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/bin PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a73.cortex-a35%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a73.cortex-a35%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf # Remove any existing certificates under /etc/ssl/certs rm -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/buildroot/autobuild/instance-0/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/buildroot/autobuild/instance-0/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/buildroot/autobuild/instance-0/output-1/host/bin/c_rehash /home/buildroot/autobuild/instance-0/output-1/target/etc/ssl/certs Doing /home/buildroot/autobuild/instance-0/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/buildroot/autobuild/instance-0/output-1/build/ca-certificates.crt /home/buildroot/autobuild/instance-0/output-1/target/etc/ssl/certs/ca-certificates.crt mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells ln -sf zsh /home/buildroot/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /home/buildroot/autobuild/instance-0/output-1/target/etc/passwd if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab grep -qsE '^/bin/zsh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/zsh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-430-g0a0dd63c82"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package \ /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-0/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/s6-dnsip ... Processing bin/s6-dnsip4 ... Processing bin/s6-dnsip4-filter ... Processing bin/s6-dnsip6 ... Processing bin/s6-dnsip6-filter ... Processing bin/s6-dnsmx ... Processing bin/s6-dnsname ... Processing bin/s6-dnsname-filter ... Processing bin/s6-dnsns ... Processing bin/s6-dnsq ... Processing bin/s6-dnsqr ... Processing bin/s6-dnsqualify ... Processing bin/s6-dnssoa ... Processing bin/s6-dnssrv ... Processing bin/s6-dnstxt ... Processing bin/s6-randomip ... Processing bin/sh ... Processing bin/skadnsd ... Processing bin/zsh ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/ifplugd ... Processing etc/ifplugd/ifplugd.action ... Processing etc/ifplugd/ifplugd.conf ... Processing etc/init.d ... Processing etc/init.d/S10triggerhappy ... Processing etc/init.d/S21haveged ... Processing etc/init.d/S45ifplugd ... Processing etc/init.d/S70vsftpd ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/issue ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/quagga ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/certs/002c0b4f.0 ... Processing etc/ssl/certs/02265526.0 ... Processing etc/ssl/certs/062cdee6.0 ... Processing etc/ssl/certs/064e0aa9.0 ... Processing etc/ssl/certs/06dc52d5.0 ... Processing etc/ssl/certs/08063a00.0 ... Processing etc/ssl/certs/09789157.0 ... Processing etc/ssl/certs/0a775a30.0 ... Processing etc/ssl/certs/0b1b94ef.0 ... Processing etc/ssl/certs/0b9bc432.0 ... Processing etc/ssl/certs/0bf05006.0 ... Processing etc/ssl/certs/0f5dc4f3.0 ... Processing etc/ssl/certs/0f6fa695.0 ... Processing etc/ssl/certs/1001acf7.0 ... Processing etc/ssl/certs/106f3e4d.0 ... Processing etc/ssl/certs/14bc7599.0 ... Processing etc/ssl/certs/18856ac4.0 ... Processing etc/ssl/certs/1d3472b9.0 ... Processing etc/ssl/certs/1e08bfd1.0 ... Processing etc/ssl/certs/1e09d511.0 ... Processing etc/ssl/certs/244b5494.0 ... Processing etc/ssl/certs/2923b3f9.0 ... Processing etc/ssl/certs/2ae6433e.0 ... Processing etc/ssl/certs/2b349938.0 ... Processing etc/ssl/certs/32888f65.0 ... Processing etc/ssl/certs/3513523f.0 ... Processing etc/ssl/certs/3bde41ac.0 ... Processing etc/ssl/certs/3bde41ac.1 ... Processing etc/ssl/certs/3e44d2f7.0 ... Processing etc/ssl/certs/3e45d192.0 ... Processing etc/ssl/certs/3fb36b73.0 ... Processing etc/ssl/certs/40193066.0 ... Processing etc/ssl/certs/4042bcee.0 ... Processing etc/ssl/certs/40547a79.0 ... Processing etc/ssl/certs/406c9bb1.0 ... Processing etc/ssl/certs/48bec511.0 ... Processing etc/ssl/certs/4b718d9b.0 ... Processing etc/ssl/certs/4bfab552.0 ... Processing etc/ssl/certs/4f316efb.0 ... Processing etc/ssl/certs/5273a94c.0 ... Processing etc/ssl/certs/5443e9e3.0 ... Processing etc/ssl/certs/54657681.0 ... Processing etc/ssl/certs/57bcb2da.0 ... Processing etc/ssl/certs/5860aaa6.0 ... Processing etc/ssl/certs/5931b5bc.0 ... Processing etc/ssl/certs/5a7722fb.0 ... Processing etc/ssl/certs/5ad8a5d6.0 ... Processing etc/ssl/certs/5cd81ad7.0 ... Processing etc/ssl/certs/5d3033c5.0 ... Processing etc/ssl/certs/5e98733a.0 ... Processing etc/ssl/certs/5f15c80c.0 ... Processing etc/ssl/certs/5f618aec.0 ... Processing etc/ssl/certs/607986c7.0 ... Processing etc/ssl/certs/626dceaf.0 ... Processing etc/ssl/certs/653b494a.0 ... Processing etc/ssl/certs/66445960.0 ... Processing etc/ssl/certs/68dd7389.0 ... Processing etc/ssl/certs/6b99d060.0 ... Processing etc/ssl/certs/6d41d539.0 ... Processing etc/ssl/certs/6fa5da56.0 ... Processing etc/ssl/certs/706f604c.0 ... Processing etc/ssl/certs/749e9e03.0 ... Processing etc/ssl/certs/75d1b2ed.0 ... Processing etc/ssl/certs/76faf6c0.0 ... Processing etc/ssl/certs/7719f463.0 ... Processing etc/ssl/certs/773e07ad.0 ... Processing etc/ssl/certs/7a3adc42.0 ... Processing etc/ssl/certs/7a780d93.0 ... Processing etc/ssl/certs/7aaf71c0.0 ... Processing etc/ssl/certs/7f3d5d1d.0 ... Processing etc/ssl/certs/8160b96c.0 ... Processing etc/ssl/certs/8508e720.0 ... Processing etc/ssl/certs/8cb5ee0f.0 ... Processing etc/ssl/certs/8d86cdd1.0 ... Processing etc/ssl/certs/8d89cda1.0 ... Processing etc/ssl/certs/8f103249.0 ... Processing etc/ssl/certs/90c5a3c8.0 ... Processing etc/ssl/certs/930ac5d2.0 ... Processing etc/ssl/certs/93bc0acc.0 ... Processing etc/ssl/certs/9482e63a.0 ... Processing etc/ssl/certs/9846683b.0 ... Processing etc/ssl/certs/988a38cb.0 ... Processing etc/ssl/certs/9b5697b0.0 ... Processing etc/ssl/certs/9c8dfbd4.0 ... Processing etc/ssl/certs/9d04f354.0 ... Processing etc/ssl/certs/9ef4a08a.0 ... Processing etc/ssl/certs/9f727ac7.0 ... Processing etc/ssl/certs/ACCVRAIZ1.pem ... Processing etc/ssl/certs/AC_RAIZ_FNMT-RCM.pem ... Processing etc/ssl/certs/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem ... Processing etc/ssl/certs/ANF_Secure_Server_Root_CA.pem ... Processing etc/ssl/certs/Actalis_Authentication_Root_CA.pem ... Processing etc/ssl/certs/AffirmTrust_Commercial.pem ... Processing etc/ssl/certs/AffirmTrust_Networking.pem ... Processing etc/ssl/certs/AffirmTrust_Premium.pem ... Processing etc/ssl/certs/AffirmTrust_Premium_ECC.pem ... Processing etc/ssl/certs/Amazon_Root_CA_1.pem ... Processing etc/ssl/certs/Amazon_Root_CA_2.pem ... Processing etc/ssl/certs/Amazon_Root_CA_3.pem ... Processing etc/ssl/certs/Amazon_Root_CA_4.pem ... Processing etc/ssl/certs/Atos_TrustedRoot_2011.pem ... Processing []s/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem ... Processing []Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem ... Processing etc/ssl/certs/Baltimore_CyberTrust_Root.pem ... Processing etc/ssl/certs/Buypass_Class_2_Root_CA.pem ... Processing etc/ssl/certs/Buypass_Class_3_Root_CA.pem ... Processing etc/ssl/certs/CA_Disig_Root_R2.pem ... Processing etc/ssl/certs/CFCA_EV_ROOT.pem ... Processing etc/ssl/certs/COMODO_Certification_Authority.pem ... Processing etc/ssl/certs/COMODO_ECC_Certification_Authority.pem ... Processing etc/ssl/certs/COMODO_RSA_Certification_Authority.pem ... Processing etc/ssl/certs/Certainly_Root_E1.pem ... Processing etc/ssl/certs/Certainly_Root_R1.pem ... Processing etc/ssl/certs/Certigna.pem ... Processing etc/ssl/certs/Certigna_Root_CA.pem ... Processing etc/ssl/certs/Certum_EC-384_CA.pem ... Processing etc/ssl/certs/Certum_Trusted_Network_CA.pem ... Processing etc/ssl/certs/Certum_Trusted_Network_CA_2.pem ... Processing etc/ssl/certs/Certum_Trusted_Root_CA.pem ... Processing etc/ssl/certs/Comodo_AAA_Services_root.pem ... Processing etc/ssl/certs/D-TRUST_BR_Root_CA_1_2020.pem ... Processing etc/ssl/certs/D-TRUST_EV_Root_CA_1_2020.pem ... Processing etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_2009.pem ... Processing etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_EV_2009.pem ... Processing etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem ... Processing etc/ssl/certs/DigiCert_Assured_ID_Root_G2.pem ... Processing etc/ssl/certs/DigiCert_Assured_ID_Root_G3.pem ... Processing etc/ssl/certs/DigiCert_Global_Root_CA.pem ... Processing etc/ssl/certs/DigiCert_Global_Root_G2.pem ... Processing etc/ssl/certs/DigiCert_Global_Root_G3.pem ... Processing etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem ... Processing etc/ssl/certs/DigiCert_TLS_ECC_P384_Root_G5.pem ... Processing etc/ssl/certs/DigiCert_TLS_RSA4096_Root_G5.pem ... Processing etc/ssl/certs/DigiCert_Trusted_Root_G4.pem ... Processing etc/ssl/certs/E-Tugra_Certification_Authority.pem ... Processing etc/ssl/certs/E-Tugra_Global_Root_CA_ECC_v3.pem ... Processing etc/ssl/certs/E-Tugra_Global_Root_CA_RSA_v3.pem ... Processing etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority_-_EC1.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority_-_G2.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority_-_G4.pem ... Processing etc/ssl/certs/GDCA_TrustAUTH_R5_ROOT.pem ... Processing etc/ssl/certs/GLOBALTRUST_2020.pem ... Processing etc/ssl/certs/GTS_Root_R1.pem ... Processing etc/ssl/certs/GTS_Root_R2.pem ... Processing etc/ssl/certs/GTS_Root_R3.pem ... Processing etc/ssl/certs/GTS_Root_R4.pem ... Processing etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R4.pem ... Processing etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R5.pem ... Processing etc/ssl/certs/GlobalSign_Root_CA.pem ... Processing etc/ssl/certs/GlobalSign_Root_CA_-_R3.pem ... Processing etc/ssl/certs/GlobalSign_Root_CA_-_R6.pem ... Processing etc/ssl/certs/GlobalSign_Root_E46.pem ... Processing etc/ssl/certs/GlobalSign_Root_R46.pem ... Processing etc/ssl/certs/Go_Daddy_Class_2_CA.pem ... Processing etc/ssl/certs/Go_Daddy_Root_Certificate_Authority_-_G2.pem ... Processing etc/ssl/certs/HARICA_TLS_ECC_Root_CA_2021.pem ... Processing etc/ssl/certs/HARICA_TLS_RSA_Root_CA_2021.pem ... Processing []Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem ... Processing []rts/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem ... Processing etc/ssl/certs/HiPKI_Root_CA_-_G1.pem ... Processing etc/ssl/certs/Hongkong_Post_Root_CA_1.pem ... Processing etc/ssl/certs/Hongkong_Post_Root_CA_3.pem ... Processing etc/ssl/certs/ISRG_Root_X1.pem ... Processing etc/ssl/certs/ISRG_Root_X2.pem ... Processing etc/ssl/certs/IdenTrust_Commercial_Root_CA_1.pem ... Processing etc/ssl/certs/IdenTrust_Public_Sector_Root_CA_1.pem ... Processing etc/ssl/certs/Izenpe.com.pem ... Processing etc/ssl/certs/Microsec_e-Szigno_Root_CA_2009.pem ... Processing etc/ssl/certs/Microsoft_ECC_Root_Certificate_Authority_2017.pem ... Processing etc/ssl/certs/Microsoft_RSA_Root_Certificate_Authority_2017.pem ... Processing etc/ssl/certs/NAVER_Global_Root_Certification_Authority.pem ... Processing etc/ssl/certs/NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem ... Processing etc/ssl/certs/OISTE_WISeKey_Global_Root_GB_CA.pem ... Processing etc/ssl/certs/OISTE_WISeKey_Global_Root_GC_CA.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_1_G3.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_2.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_2_G3.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_3.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_3_G3.pem ... Processing etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_ECC.pem ... Processing etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_RSA_R2.pem ... Processing etc/ssl/certs/SSL.com_Root_Certification_Authority_ECC.pem ... Processing etc/ssl/certs/SSL.com_Root_Certification_Authority_RSA.pem ... Processing etc/ssl/certs/SZAFIR_ROOT_CA2.pem ... Processing etc/ssl/certs/SecureSign_RootCA11.pem ... Processing etc/ssl/certs/SecureTrust_CA.pem ... Processing etc/ssl/certs/Secure_Global_CA.pem ... Processing etc/ssl/certs/Security_Communication_ECC_RootCA1.pem ... Processing etc/ssl/certs/Security_Communication_RootCA2.pem ... Processing etc/ssl/certs/Security_Communication_RootCA3.pem ... Processing etc/ssl/certs/Security_Communication_Root_CA.pem ... Processing etc/ssl/certs/Starfield_Class_2_CA.pem ... Processing etc/ssl/certs/Starfield_Root_Certificate_Authority_-_G2.pem ... Processing []sl/certs/Starfield_Services_Root_Certificate_Authority_-_G2.pem ... Processing etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem ... Processing etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem ... Processing etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem ... Processing etc/ssl/certs/T-TeleSec_GlobalRoot_Class_3.pem ... Processing etc/ssl/certs/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem ... Processing etc/ssl/certs/TWCA_Global_Root_CA.pem ... Processing etc/ssl/certs/TWCA_Root_Certification_Authority.pem ... Processing etc/ssl/certs/TeliaSonera_Root_CA_v1.pem ... Processing etc/ssl/certs/Telia_Root_CA_v2.pem ... Processing etc/ssl/certs/TrustCor_ECA-1.pem ... Processing etc/ssl/certs/TrustCor_RootCert_CA-1.pem ... Processing etc/ssl/certs/TrustCor_RootCert_CA-2.pem ... Processing etc/ssl/certs/Trustwave_Global_Certification_Authority.pem ... Processing []ssl/certs/Trustwave_Global_ECC_P256_Certification_Authority.pem ... Processing []ssl/certs/Trustwave_Global_ECC_P384_Certification_Authority.pem ... Processing etc/ssl/certs/TunTrust_Root_CA.pem ... Processing etc/ssl/certs/UCA_Extended_Validation_Root.pem ... Processing etc/ssl/certs/UCA_Global_G2_Root.pem ... Processing etc/ssl/certs/USERTrust_ECC_Certification_Authority.pem ... Processing etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem ... Processing etc/ssl/certs/XRamp_Global_CA_Root.pem ... Processing etc/ssl/certs/a3418fda.0 ... Processing etc/ssl/certs/a94d09e5.0 ... Processing etc/ssl/certs/aee5f10d.0 ... Processing etc/ssl/certs/b0e59380.0 ... Processing etc/ssl/certs/b1159c4c.0 ... Processing etc/ssl/certs/b433981b.0 ... Processing etc/ssl/certs/b66938e9.0 ... Processing etc/ssl/certs/b727005e.0 ... Processing etc/ssl/certs/b7a5b843.0 ... Processing etc/ssl/certs/b81b93f0.0 ... Processing etc/ssl/certs/bf53fb88.0 ... Processing etc/ssl/certs/c01eb047.0 ... Processing etc/ssl/certs/c28a8a30.0 ... Processing etc/ssl/certs/ca-certificates.crt ... Processing etc/ssl/certs/ca6e4ad9.0 ... Processing etc/ssl/certs/cbf06781.0 ... Processing etc/ssl/certs/cc450945.0 ... Processing etc/ssl/certs/cd58d51e.0 ... Processing etc/ssl/certs/cd8c0d63.0 ... Processing etc/ssl/certs/ce5e74ef.0 ... Processing etc/ssl/certs/certSIGN_ROOT_CA.pem ... Processing etc/ssl/certs/certSIGN_Root_CA_G2.pem ... Processing etc/ssl/certs/d4dae3dd.0 ... Processing etc/ssl/certs/d52c538d.0 ... Processing etc/ssl/certs/d6325660.0 ... Processing etc/ssl/certs/d7e8dc79.0 ... Processing etc/ssl/certs/d887a5bb.0 ... Processing etc/ssl/certs/dc4d6a89.0 ... Processing etc/ssl/certs/dd8e9d41.0 ... Processing etc/ssl/certs/de6d66f3.0 ... Processing etc/ssl/certs/e-Szigno_Root_CA_2017.pem ... Processing etc/ssl/certs/e113c810.0 ... Processing etc/ssl/certs/e18bfb83.0 ... Processing etc/ssl/certs/e35234b1.0 ... Processing etc/ssl/certs/e36a6752.0 ... Processing etc/ssl/certs/e73d606e.0 ... Processing etc/ssl/certs/e868b802.0 ... Processing etc/ssl/certs/e8de2f56.0 ... Processing etc/ssl/certs/ePKI_Root_Certification_Authority.pem ... Processing etc/ssl/certs/ecccd8db.0 ... Processing etc/ssl/certs/ed858448.0 ... Processing etc/ssl/certs/ee64a828.0 ... Processing etc/ssl/certs/eed8c118.0 ... Processing etc/ssl/certs/ef954a4e.0 ... Processing etc/ssl/certs/emSign_ECC_Root_CA_-_C3.pem ... Processing etc/ssl/certs/emSign_ECC_Root_CA_-_G3.pem ... Processing etc/ssl/certs/emSign_Root_CA_-_C1.pem ... Processing etc/ssl/certs/emSign_Root_CA_-_G1.pem ... Processing etc/ssl/certs/f081611a.0 ... Processing etc/ssl/certs/f0c70a8d.0 ... Processing etc/ssl/certs/f249de83.0 ... Processing etc/ssl/certs/f30dd6ad.0 ... Processing etc/ssl/certs/f3377b1b.0 ... Processing etc/ssl/certs/f387163d.0 ... Processing etc/ssl/certs/f39fc864.0 ... Processing etc/ssl/certs/f51bb24c.0 ... Processing etc/ssl/certs/fa5da96b.0 ... Processing etc/ssl/certs/fc5a8f99.0 ... Processing etc/ssl/certs/fd64f3fc.0 ... Processing etc/ssl/certs/fe8a2cd8.0 ... Processing etc/ssl/certs/feffd413.0 ... Processing etc/ssl/certs/ff34af3f.0 ... Processing etc/ssl/certs/vTrus_ECC_Root_CA.pem ... Processing etc/ssl/certs/vTrus_Root_CA.pem ... Processing etc/triggerhappy ... Processing etc/triggerhappy/triggers.d ... Processing etc/vsftpd.conf ... Processing etc/xattr.conf ... Processing home ... Processing home/ftp ... Processing include ... Processing include/s6-dns ... Processing include/s6-dns/config.h ... Processing include/s6-dns/dcache.h ... Processing include/s6-dns/s6dns-analyze.h ... Processing include/s6-dns/s6dns-constants.h ... Processing include/s6-dns/s6dns-debug.h ... Processing include/s6-dns/s6dns-domain.h ... Processing include/s6-dns/s6dns-engine.h ... Processing include/s6-dns/s6dns-fmt.h ... Processing include/s6-dns/s6dns-ip46.h ... Processing include/s6-dns/s6dns-message.h ... Processing include/s6-dns/s6dns-rci.h ... Processing include/s6-dns/s6dns-resolve.h ... Processing include/s6-dns/s6dns.h ... Processing include/s6-dns/skadns.h ... Processing include/skalibs ... Processing include/skalibs/alarm.h ... Processing include/skalibs/alloc.h ... Processing include/skalibs/allreadwrite.h ... Processing include/skalibs/ancil.h ... Processing include/skalibs/avlnode.h ... Processing include/skalibs/avltree.h ... Processing include/skalibs/avltreen.h ... Processing include/skalibs/bigkv.h ... Processing include/skalibs/bitarray.h ... Processing include/skalibs/blake2s.h ... Processing include/skalibs/bsdsnowflake.h ... Processing include/skalibs/bufalloc.h ... Processing include/skalibs/buffer.h ... Processing include/skalibs/bytestr.h ... Processing include/skalibs/cbuffer.h ... Processing include/skalibs/cdb.h ... Processing include/skalibs/cdbmake.h ... Processing include/skalibs/config.h ... Processing include/skalibs/datastruct.h ... Processing include/skalibs/direntry.h ... Processing include/skalibs/disize.h ... Processing include/skalibs/diuint.h ... Processing include/skalibs/diuint32.h ... Processing include/skalibs/djbtime.h ... Processing include/skalibs/djbunix.h ... Processing include/skalibs/env.h ... Processing include/skalibs/envalloc.h ... Processing include/skalibs/error.h ... Processing include/skalibs/exec.h ... Processing include/skalibs/fmtscan.h ... Processing include/skalibs/functypes.h ... Processing include/skalibs/gccattributes.h ... Processing include/skalibs/genalloc.h ... Processing include/skalibs/genqdyn.h ... Processing include/skalibs/genset.h ... Processing include/skalibs/gensetdyn.h ... Processing include/skalibs/genwrite.h ... Processing include/skalibs/iopause.h ... Processing include/skalibs/ip46.h ... Processing include/skalibs/kolbak.h ... Processing include/skalibs/lolstdio.h ... Processing include/skalibs/netstring.h ... Processing include/skalibs/nonposix.h ... Processing include/skalibs/nsig.h ... Processing include/skalibs/posixishard.h ... Processing include/skalibs/posixplz.h ... Processing include/skalibs/random.h ... Processing include/skalibs/segfault.h ... Processing include/skalibs/selfpipe.h ... Processing include/skalibs/setgroups.h ... Processing include/skalibs/sgetopt.h ... Processing include/skalibs/sha1.h ... Processing include/skalibs/sha256.h ... Processing include/skalibs/sha512.h ... Processing include/skalibs/sig.h ... Processing include/skalibs/siovec.h ... Processing include/skalibs/skaclient.h ... Processing include/skalibs/skalibs.h ... Processing include/skalibs/skamisc.h ... Processing include/skalibs/socket.h ... Processing include/skalibs/stdcrypto.h ... Processing include/skalibs/stddjb.h ... Processing include/skalibs/stralloc.h ... Processing include/skalibs/strerr.h ... Processing include/skalibs/strerr2.h ... Processing include/skalibs/surf.h ... Processing include/skalibs/sysdeps.h ... Processing include/skalibs/tai.h ... Processing include/skalibs/textclient.h ... Processing include/skalibs/textmessage.h ... Processing include/skalibs/types.h ... Processing include/skalibs/uint16.h ... Processing include/skalibs/uint32.h ... Processing include/skalibs/uint64.h ... Processing include/skalibs/unix-timed.h ... Processing include/skalibs/unix-transactional.h ... Processing include/skalibs/unixconnection.h ... Processing include/skalibs/unixmessage.h ... Processing include/skalibs/unixonacid.h ... Processing lib ... Processing lib/s6-dns ... 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 media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/halt ... Processing sbin/init ... Processing sbin/iwconfig ... Processing sbin/iwgetid ... Processing sbin/iwlist ... Processing sbin/iwpriv ... Processing sbin/iwspy ... Processing sbin/killall5 ... Processing sbin/pidof ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/shutdown ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/attr ... Processing usr/bin/catatonit ... Processing usr/bin/fftw-wisdom ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/fuser ... Processing usr/bin/getfattr ... Processing usr/bin/gettext ... Processing usr/bin/gpg-error ... Processing usr/bin/gpgrt-config ... Processing usr/bin/haserl ... Processing usr/bin/joe ... Processing usr/bin/killall ... Processing usr/bin/lzop ... Processing usr/bin/mbpoll ... Processing usr/bin/mv6tool ... 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/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/peekfd ... Processing usr/bin/phytool ... Processing usr/bin/prtstat ... Processing usr/bin/pslog ... Processing usr/bin/pstree ... Processing usr/bin/pstree.x11 ... Processing usr/bin/sas_disk_blink ... Processing usr/bin/scsi_ch_swp ... Processing usr/bin/sdparm ... Processing usr/bin/setfattr ... Processing usr/bin/sexpect ... Processing usr/bin/speexdec ... Processing usr/bin/speexenc ... Processing usr/bin/tinymembench ... Processing usr/bin/whetstone ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xsltproc ... Processing usr/bin/zip ... Processing usr/bin/zipcloak ... Processing usr/bin/zipnote ... Processing usr/bin/zipsplit ... Processing usr/lib ... Processing usr/lib/libxslt-plugins ... Processing usr/lib/os-release ... Processing usr/lib/terminfo ... Processing usr/lib/xsltConf.sh ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/lzo ... Processing usr/libexec/lzo/examples ... Processing usr/libexec/lzo/examples/lzopack ... Processing usr/libexec/lzo/examples/lzotest ... Processing usr/libexec/lzo/examples/simple ... Processing usr/libexec/lzo/examples/testmini ... Processing usr/sbin ... Processing usr/sbin/fbset ... Processing usr/sbin/haveged ... Processing usr/sbin/ifplugd ... Processing usr/sbin/ifplugstatus ... Processing usr/sbin/odhcp6c ... Processing usr/sbin/odhcp6c-update ... Processing usr/sbin/th-cmd ... Processing usr/sbin/thd ... Processing usr/sbin/ubidetach ... Processing usr/sbin/ubinize ... Processing usr/sbin/ubirmvol ... Processing usr/sbin/vsftpd ... Processing usr/share ... Processing usr/share/ca-certificates ... Processing usr/share/ca-certificates/mozilla ... Processing usr/share/ca-certificates/mozilla/ACCVRAIZ1.crt ... Processing usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt ... Processing []ca-certificates/mozilla/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.crt ... Processing usr/share/ca-certificates/mozilla/ANF_Secure_Server_Root_CA.crt ... Processing []hare/ca-certificates/mozilla/Actalis_Authentication_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Commercial.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Networking.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Premium.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Premium_ECC.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_1.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_2.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_3.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_4.crt ... Processing usr/share/ca-certificates/mozilla/Atos_TrustedRoot_2011.crt ... Processing []a/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt ... Processing []Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.crt ... Processing usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt ... Processing usr/share/ca-certificates/mozilla/Buypass_Class_2_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Buypass_Class_3_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/CA_Disig_Root_R2.crt ... Processing usr/share/ca-certificates/mozilla/CFCA_EV_ROOT.crt ... Processing []hare/ca-certificates/mozilla/COMODO_Certification_Authority.crt ... Processing []/ca-certificates/mozilla/COMODO_ECC_Certification_Authority.crt ... Processing []/ca-certificates/mozilla/COMODO_RSA_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/Certainly_Root_E1.crt ... Processing usr/share/ca-certificates/mozilla/Certainly_Root_R1.crt ... Processing usr/share/ca-certificates/mozilla/Certigna.crt ... Processing usr/share/ca-certificates/mozilla/Certigna_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Certum_EC-384_CA.crt ... Processing usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA.crt ... Processing usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA_2.crt ... Processing usr/share/ca-certificates/mozilla/Certum_Trusted_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt ... Processing usr/share/ca-certificates/mozilla/D-TRUST_BR_Root_CA_1_2020.crt ... Processing usr/share/ca-certificates/mozilla/D-TRUST_EV_Root_CA_1_2020.crt ... Processing []hare/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_2009.crt ... Processing []e/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_EV_2009.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G2.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G3.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G2.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G3.crt ... Processing []/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt ... Processing []share/ca-certificates/mozilla/DigiCert_TLS_ECC_P384_Root_G5.crt ... Processing []/share/ca-certificates/mozilla/DigiCert_TLS_RSA4096_Root_G5.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Trusted_Root_G4.crt ... Processing []are/ca-certificates/mozilla/E-Tugra_Certification_Authority.crt ... Processing []share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_ECC_v3.crt ... Processing []share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_RSA_v3.crt ... Processing []tificates/mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt ... Processing []a-certificates/mozilla/Entrust_Root_Certification_Authority.crt ... Processing []ificates/mozilla/Entrust_Root_Certification_Authority_-_EC1.crt ... Processing []tificates/mozilla/Entrust_Root_Certification_Authority_-_G2.crt ... Processing []tificates/mozilla/Entrust_Root_Certification_Authority_-_G4.crt ... Processing usr/share/ca-certificates/mozilla/GDCA_TrustAUTH_R5_ROOT.crt ... Processing usr/share/ca-certificates/mozilla/GLOBALTRUST_2020.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R1.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R2.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R3.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R4.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R6.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_E46.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_R46.crt ... Processing usr/share/ca-certificates/mozilla/Go_Daddy_Class_2_CA.crt ... Processing []rtificates/mozilla/Go_Daddy_Root_Certificate_Authority_-_G2.crt ... Processing usr/share/ca-certificates/mozilla/HARICA_TLS_ECC_Root_CA_2021.crt ... Processing usr/share/ca-certificates/mozilla/HARICA_TLS_RSA_Root_CA_2021.crt ... Processing []Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.crt ... Processing []lla/Hellenic_Academic_and_Research_Institutions_RootCA_2015.crt ... Processing usr/share/ca-certificates/mozilla/HiPKI_Root_CA_-_G1.crt ... Processing usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_1.crt ... Processing usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_3.crt ... Processing usr/share/ca-certificates/mozilla/ISRG_Root_X1.crt ... Processing usr/share/ca-certificates/mozilla/ISRG_Root_X2.crt ... Processing []hare/ca-certificates/mozilla/IdenTrust_Commercial_Root_CA_1.crt ... Processing []e/ca-certificates/mozilla/IdenTrust_Public_Sector_Root_CA_1.crt ... Processing usr/share/ca-certificates/mozilla/Izenpe.com.crt ... Processing []hare/ca-certificates/mozilla/Microsec_e-Szigno_Root_CA_2009.crt ... Processing []cates/mozilla/Microsoft_ECC_Root_Certificate_Authority_2017.crt ... Processing []cates/mozilla/Microsoft_RSA_Root_Certificate_Authority_2017.crt ... Processing []tificates/mozilla/NAVER_Global_Root_Certification_Authority.crt ... Processing []icates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt ... Processing []are/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GB_CA.crt ... Processing []are/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GC_CA.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_1_G3.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2_G3.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3_G3.crt ... Processing []ficates/mozilla/SSL.com_EV_Root_Certification_Authority_ECC.crt ... Processing []ates/mozilla/SSL.com_EV_Root_Certification_Authority_RSA_R2.crt ... Processing []rtificates/mozilla/SSL.com_Root_Certification_Authority_ECC.crt ... Processing []rtificates/mozilla/SSL.com_Root_Certification_Authority_RSA.crt ... Processing usr/share/ca-certificates/mozilla/SZAFIR_ROOT_CA2.crt ... Processing usr/share/ca-certificates/mozilla/SecureSign_RootCA11.crt ... Processing usr/share/ca-certificates/mozilla/SecureTrust_CA.crt ... Processing usr/share/ca-certificates/mozilla/Secure_Global_CA.crt ... Processing []/ca-certificates/mozilla/Security_Communication_ECC_RootCA1.crt ... Processing []hare/ca-certificates/mozilla/Security_Communication_RootCA2.crt ... Processing []hare/ca-certificates/mozilla/Security_Communication_RootCA3.crt ... Processing []hare/ca-certificates/mozilla/Security_Communication_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Starfield_Class_2_CA.crt ... Processing []tificates/mozilla/Starfield_Root_Certificate_Authority_-_G2.crt ... Processing []/mozilla/Starfield_Services_Root_Certificate_Authority_-_G2.crt ... Processing usr/share/ca-certificates/mozilla/SwissSign_Gold_CA_-_G2.crt ... Processing usr/share/ca-certificates/mozilla/SwissSign_Silver_CA_-_G2.crt ... Processing []/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt ... Processing []/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_3.crt ... Processing []cates/mozilla/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.crt ... Processing usr/share/ca-certificates/mozilla/TWCA_Global_Root_CA.crt ... Processing []e/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/TeliaSonera_Root_CA_v1.crt ... Processing usr/share/ca-certificates/mozilla/Telia_Root_CA_v2.crt ... Processing usr/share/ca-certificates/mozilla/TrustCor_ECA-1.crt ... Processing usr/share/ca-certificates/mozilla/TrustCor_RootCert_CA-1.crt ... Processing usr/share/ca-certificates/mozilla/TrustCor_RootCert_CA-2.crt ... Processing []rtificates/mozilla/Trustwave_Global_Certification_Authority.crt ... Processing []s/mozilla/Trustwave_Global_ECC_P256_Certification_Authority.crt ... Processing []s/mozilla/Trustwave_Global_ECC_P384_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/TunTrust_Root_CA.crt ... Processing []/share/ca-certificates/mozilla/UCA_Extended_Validation_Root.crt ... Processing usr/share/ca-certificates/mozilla/UCA_Global_G2_Root.crt ... Processing []-certificates/mozilla/USERTrust_ECC_Certification_Authority.crt ... Processing []-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/XRamp_Global_CA_Root.crt ... Processing usr/share/ca-certificates/mozilla/certSIGN_ROOT_CA.crt ... Processing usr/share/ca-certificates/mozilla/certSIGN_Root_CA_G2.crt ... Processing usr/share/ca-certificates/mozilla/e-Szigno_Root_CA_2017.crt ... Processing []e/ca-certificates/mozilla/ePKI_Root_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_C3.crt ... Processing usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_G3.crt ... Processing usr/share/ca-certificates/mozilla/emSign_Root_CA_-_C1.crt ... Processing usr/share/ca-certificates/mozilla/emSign_Root_CA_-_G1.crt ... Processing usr/share/ca-certificates/mozilla/vTrus_ECC_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/vTrus_Root_CA.crt ... Processing usr/share/empty ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/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/generator.py ... Processing usr/share/vulkan/registry/genvk.py ... Processing usr/share/vulkan/registry/parse_dependency.py ... Processing usr/share/vulkan/registry/profiles ... Processing usr/share/vulkan/registry/profiles/VP_KHR_roadmap_2022.json ... Processing usr/share/vulkan/registry/reg.py ... Processing usr/share/vulkan/registry/spec_tools ... Processing usr/share/vulkan/registry/spec_tools/conventions.py ... Processing usr/share/vulkan/registry/spec_tools/util.py ... Processing usr/share/vulkan/registry/stripAPI.py ... Processing usr/share/vulkan/registry/validusage.json ... Processing usr/share/vulkan/registry/video.xml ... Processing usr/share/vulkan/registry/vk.xml ... Processing usr/share/vulkan/registry/vkconventions.py ... Processing usr/share/zsh ... Processing usr/share/zsh/5.9 ... Processing usr/share/zsh/5.9/functions ... Processing usr/share/zsh/5.9/functions/VCS_INFO_adjust ... Processing usr/share/zsh/5.9/functions/VCS_INFO_bydir_detect ... Processing usr/share/zsh/5.9/functions/VCS_INFO_check_com ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_bzr ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_cdv ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_cvs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_darcs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_fossil ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_git ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_hg ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_mtn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_p4 ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_svk ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_svn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_tla ... Processing usr/share/zsh/5.9/functions/VCS_INFO_formats ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_cmd ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_bzr ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_cdv ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_cvs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_darcs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_fossil ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_git ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_hg ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_mtn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_p4 ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_svk ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_svn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_tla ... Processing usr/share/zsh/5.9/functions/VCS_INFO_hexdump ... Processing usr/share/zsh/5.9/functions/VCS_INFO_hook ... Processing usr/share/zsh/5.9/functions/VCS_INFO_maxexports ... Processing usr/share/zsh/5.9/functions/VCS_INFO_nvcsformats ... Processing usr/share/zsh/5.9/functions/VCS_INFO_patch2subject ... Processing usr/share/zsh/5.9/functions/VCS_INFO_quilt ... Processing usr/share/zsh/5.9/functions/VCS_INFO_reposub ... Processing usr/share/zsh/5.9/functions/VCS_INFO_set ... Processing usr/share/zsh/5.9/functions/VCS_INFO_set-branch-format ... Processing usr/share/zsh/5.9/functions/VCS_INFO_set-patch-format ... Processing usr/share/zsh/5.9/functions/_SUSEconfig ... Processing usr/share/zsh/5.9/functions/__arguments ... Processing usr/share/zsh/5.9/functions/_a2ps ... Processing usr/share/zsh/5.9/functions/_a2utils ... Processing usr/share/zsh/5.9/functions/_aap ... Processing usr/share/zsh/5.9/functions/_abcde ... Processing usr/share/zsh/5.9/functions/_absolute_command_paths ... Processing usr/share/zsh/5.9/functions/_ack ... Processing usr/share/zsh/5.9/functions/_acpi ... Processing usr/share/zsh/5.9/functions/_acpitool ... Processing usr/share/zsh/5.9/functions/_acroread ... Processing usr/share/zsh/5.9/functions/_adb ... Processing usr/share/zsh/5.9/functions/_add-zle-hook-widget ... Processing usr/share/zsh/5.9/functions/_add-zsh-hook ... Processing usr/share/zsh/5.9/functions/_alias ... Processing usr/share/zsh/5.9/functions/_aliases ... Processing usr/share/zsh/5.9/functions/_all_labels ... Processing usr/share/zsh/5.9/functions/_all_matches ... Processing usr/share/zsh/5.9/functions/_alsa-utils ... Processing usr/share/zsh/5.9/functions/_alternative ... Processing usr/share/zsh/5.9/functions/_analyseplugin ... Processing usr/share/zsh/5.9/functions/_ansible ... Processing usr/share/zsh/5.9/functions/_ant ... Processing usr/share/zsh/5.9/functions/_antiword ... Processing usr/share/zsh/5.9/functions/_apachectl ... Processing usr/share/zsh/5.9/functions/_apm ... Processing usr/share/zsh/5.9/functions/_approximate ... Processing usr/share/zsh/5.9/functions/_apt ... Processing usr/share/zsh/5.9/functions/_apt-file ... Processing usr/share/zsh/5.9/functions/_apt-move ... Processing usr/share/zsh/5.9/functions/_apt-show-versions ... Processing usr/share/zsh/5.9/functions/_aptitude ... Processing usr/share/zsh/5.9/functions/_arch_archives ... Processing usr/share/zsh/5.9/functions/_arch_namespace ... Processing usr/share/zsh/5.9/functions/_arg_compile ... Processing usr/share/zsh/5.9/functions/_arguments ... Processing usr/share/zsh/5.9/functions/_arp ... Processing usr/share/zsh/5.9/functions/_arping ... Processing usr/share/zsh/5.9/functions/_arrays ... Processing usr/share/zsh/5.9/functions/_asciidoctor ... Processing usr/share/zsh/5.9/functions/_asciinema ... Processing usr/share/zsh/5.9/functions/_assign ... Processing usr/share/zsh/5.9/functions/_at ... Processing usr/share/zsh/5.9/functions/_attr ... Processing usr/share/zsh/5.9/functions/_augeas ... Processing usr/share/zsh/5.9/functions/_auto-apt ... Processing usr/share/zsh/5.9/functions/_autocd ... Processing usr/share/zsh/5.9/functions/_avahi ... Processing usr/share/zsh/5.9/functions/_awk ... Processing usr/share/zsh/5.9/functions/_axi-cache ... Processing usr/share/zsh/5.9/functions/_base64 ... Processing usr/share/zsh/5.9/functions/_basename ... Processing usr/share/zsh/5.9/functions/_basenc ... Processing usr/share/zsh/5.9/functions/_bash ... Processing usr/share/zsh/5.9/functions/_bash_completions ... Processing usr/share/zsh/5.9/functions/_baudrates ... Processing usr/share/zsh/5.9/functions/_baz ... Processing usr/share/zsh/5.9/functions/_be_name ... Processing usr/share/zsh/5.9/functions/_beadm ... Processing usr/share/zsh/5.9/functions/_beep ... Processing usr/share/zsh/5.9/functions/_bibtex ... Processing usr/share/zsh/5.9/functions/_bind_addresses ... Processing usr/share/zsh/5.9/functions/_bindkey ... Processing usr/share/zsh/5.9/functions/_bison ... Processing usr/share/zsh/5.9/functions/_bittorrent ... Processing usr/share/zsh/5.9/functions/_bogofilter ... Processing usr/share/zsh/5.9/functions/_bpf_filters ... Processing usr/share/zsh/5.9/functions/_bpython ... Processing usr/share/zsh/5.9/functions/_brace_parameter ... Processing usr/share/zsh/5.9/functions/_brctl ... Processing usr/share/zsh/5.9/functions/_bsd_disks ... Processing usr/share/zsh/5.9/functions/_bsd_pkg ... Processing usr/share/zsh/5.9/functions/_bsdconfig ... Processing usr/share/zsh/5.9/functions/_bsdinstall ... Processing usr/share/zsh/5.9/functions/_btrfs ... Processing usr/share/zsh/5.9/functions/_bts ... Processing usr/share/zsh/5.9/functions/_bug ... Processing usr/share/zsh/5.9/functions/_builtin ... Processing usr/share/zsh/5.9/functions/_bzip2 ... Processing usr/share/zsh/5.9/functions/_bzr ... Processing usr/share/zsh/5.9/functions/_cabal ... Processing usr/share/zsh/5.9/functions/_cache_invalid ... Processing usr/share/zsh/5.9/functions/_caffeinate ... Processing usr/share/zsh/5.9/functions/_cal ... Processing usr/share/zsh/5.9/functions/_calendar ... Processing usr/share/zsh/5.9/functions/_call_function ... Processing usr/share/zsh/5.9/functions/_call_program ... Processing usr/share/zsh/5.9/functions/_canonical_paths ... Processing usr/share/zsh/5.9/functions/_capabilities ... Processing usr/share/zsh/5.9/functions/_cat ... Processing usr/share/zsh/5.9/functions/_ccal ... Processing usr/share/zsh/5.9/functions/_cd ... Processing usr/share/zsh/5.9/functions/_cdbs-edit-patch ... Processing usr/share/zsh/5.9/functions/_cdcd ... Processing usr/share/zsh/5.9/functions/_cdr ... Processing usr/share/zsh/5.9/functions/_cdrdao ... Processing usr/share/zsh/5.9/functions/_cdrecord ... Processing usr/share/zsh/5.9/functions/_chattr ... Processing usr/share/zsh/5.9/functions/_chcon ... Processing usr/share/zsh/5.9/functions/_chflags ... Processing usr/share/zsh/5.9/functions/_chkconfig ... Processing usr/share/zsh/5.9/functions/_chmod ... Processing usr/share/zsh/5.9/functions/_choom ... Processing usr/share/zsh/5.9/functions/_chown ... Processing usr/share/zsh/5.9/functions/_chroot ... Processing usr/share/zsh/5.9/functions/_chrt ... Processing usr/share/zsh/5.9/functions/_chsh ... Processing usr/share/zsh/5.9/functions/_cksum ... Processing usr/share/zsh/5.9/functions/_clay ... Processing usr/share/zsh/5.9/functions/_cmdambivalent ... Processing usr/share/zsh/5.9/functions/_cmdstring ... Processing usr/share/zsh/5.9/functions/_cmp ... Processing usr/share/zsh/5.9/functions/_code ... Processing usr/share/zsh/5.9/functions/_column ... Processing usr/share/zsh/5.9/functions/_combination ... Processing usr/share/zsh/5.9/functions/_comm ... Processing usr/share/zsh/5.9/functions/_command ... Processing usr/share/zsh/5.9/functions/_command_names ... Processing usr/share/zsh/5.9/functions/_comp_locale ... Processing usr/share/zsh/5.9/functions/_compadd ... Processing usr/share/zsh/5.9/functions/_compdef ... Processing usr/share/zsh/5.9/functions/_complete ... Processing usr/share/zsh/5.9/functions/_complete_debug ... Processing usr/share/zsh/5.9/functions/_complete_help ... Processing usr/share/zsh/5.9/functions/_complete_help_generic ... Processing usr/share/zsh/5.9/functions/_complete_tag ... Processing usr/share/zsh/5.9/functions/_completers ... Processing usr/share/zsh/5.9/functions/_composer ... Processing usr/share/zsh/5.9/functions/_compress ... Processing usr/share/zsh/5.9/functions/_condition ... Processing usr/share/zsh/5.9/functions/_configure ... Processing usr/share/zsh/5.9/functions/_coreadm ... Processing usr/share/zsh/5.9/functions/_correct ... Processing usr/share/zsh/5.9/functions/_correct_filename ... Processing usr/share/zsh/5.9/functions/_correct_word ... Processing usr/share/zsh/5.9/functions/_cowsay ... Processing usr/share/zsh/5.9/functions/_cp ... Processing usr/share/zsh/5.9/functions/_cpio ... Processing usr/share/zsh/5.9/functions/_cplay ... Processing usr/share/zsh/5.9/functions/_cpupower ... Processing usr/share/zsh/5.9/functions/_crontab ... Processing usr/share/zsh/5.9/functions/_cryptsetup ... Processing usr/share/zsh/5.9/functions/_cscope ... Processing usr/share/zsh/5.9/functions/_csplit ... Processing usr/share/zsh/5.9/functions/_cssh ... Processing usr/share/zsh/5.9/functions/_csup ... Processing usr/share/zsh/5.9/functions/_ctags ... Processing usr/share/zsh/5.9/functions/_ctags_tags ... Processing usr/share/zsh/5.9/functions/_cu ... Processing usr/share/zsh/5.9/functions/_curl ... Processing usr/share/zsh/5.9/functions/_cut ... Processing usr/share/zsh/5.9/functions/_cvs ... Processing usr/share/zsh/5.9/functions/_cvsup ... Processing usr/share/zsh/5.9/functions/_cygcheck ... Processing usr/share/zsh/5.9/functions/_cygpath ... Processing usr/share/zsh/5.9/functions/_cygrunsrv ... Processing usr/share/zsh/5.9/functions/_cygserver ... Processing usr/share/zsh/5.9/functions/_cygstart ... Processing usr/share/zsh/5.9/functions/_dak ... Processing usr/share/zsh/5.9/functions/_darcs ... Processing usr/share/zsh/5.9/functions/_date ... Processing usr/share/zsh/5.9/functions/_date_formats ... Processing usr/share/zsh/5.9/functions/_dates ... Processing usr/share/zsh/5.9/functions/_dbus ... Processing usr/share/zsh/5.9/functions/_dchroot ... Processing usr/share/zsh/5.9/functions/_dchroot-dsa ... Processing usr/share/zsh/5.9/functions/_dconf ... Processing usr/share/zsh/5.9/functions/_dcop ... Processing usr/share/zsh/5.9/functions/_dcut ... Processing usr/share/zsh/5.9/functions/_dd ... Processing usr/share/zsh/5.9/functions/_deb_architectures ... Processing usr/share/zsh/5.9/functions/_deb_codenames ... Processing usr/share/zsh/5.9/functions/_deb_files ... Processing usr/share/zsh/5.9/functions/_deb_packages ... Processing usr/share/zsh/5.9/functions/_debbugs_bugnumber ... Processing usr/share/zsh/5.9/functions/_debchange ... Processing usr/share/zsh/5.9/functions/_debcheckout ... Processing usr/share/zsh/5.9/functions/_debdiff ... Processing usr/share/zsh/5.9/functions/_debfoster ... Processing usr/share/zsh/5.9/functions/_deborphan ... Processing usr/share/zsh/5.9/functions/_debsign ... Processing usr/share/zsh/5.9/functions/_debsnap ... Processing usr/share/zsh/5.9/functions/_debuild ... Processing usr/share/zsh/5.9/functions/_default ... Processing usr/share/zsh/5.9/functions/_defaults ... Processing usr/share/zsh/5.9/functions/_delimiters ... Processing usr/share/zsh/5.9/functions/_describe ... Processing usr/share/zsh/5.9/functions/_description ... Processing usr/share/zsh/5.9/functions/_devtodo ... Processing usr/share/zsh/5.9/functions/_df ... Processing usr/share/zsh/5.9/functions/_dhclient ... Processing usr/share/zsh/5.9/functions/_dhcpinfo ... Processing usr/share/zsh/5.9/functions/_dict ... Processing usr/share/zsh/5.9/functions/_dict_words ... Processing usr/share/zsh/5.9/functions/_diff ... Processing usr/share/zsh/5.9/functions/_diff3 ... Processing usr/share/zsh/5.9/functions/_diff_options ... Processing usr/share/zsh/5.9/functions/_diffstat ... Processing usr/share/zsh/5.9/functions/_dig ... Processing usr/share/zsh/5.9/functions/_dir_list ... Processing usr/share/zsh/5.9/functions/_directories ... Processing usr/share/zsh/5.9/functions/_directory_stack ... Processing usr/share/zsh/5.9/functions/_dirs ... Processing usr/share/zsh/5.9/functions/_disable ... Processing usr/share/zsh/5.9/functions/_dispatch ... Processing usr/share/zsh/5.9/functions/_django ... Processing usr/share/zsh/5.9/functions/_dkms ... Processing usr/share/zsh/5.9/functions/_dladm ... Processing usr/share/zsh/5.9/functions/_dlocate ... Processing usr/share/zsh/5.9/functions/_dmesg ... Processing usr/share/zsh/5.9/functions/_dmidecode ... Processing usr/share/zsh/5.9/functions/_dnf ... Processing usr/share/zsh/5.9/functions/_dns_types ... Processing usr/share/zsh/5.9/functions/_doas ... Processing usr/share/zsh/5.9/functions/_domains ... Processing usr/share/zsh/5.9/functions/_dos2unix ... Processing usr/share/zsh/5.9/functions/_dpatch-edit-patch ... Processing usr/share/zsh/5.9/functions/_dpkg ... Processing usr/share/zsh/5.9/functions/_dpkg-buildpackage ... Processing usr/share/zsh/5.9/functions/_dpkg-cross ... Processing usr/share/zsh/5.9/functions/_dpkg-repack ... Processing usr/share/zsh/5.9/functions/_dpkg_source ... Processing usr/share/zsh/5.9/functions/_dput ... Processing usr/share/zsh/5.9/functions/_drill ... Processing usr/share/zsh/5.9/functions/_dropbox ... Processing usr/share/zsh/5.9/functions/_dscverify ... Processing usr/share/zsh/5.9/functions/_dsh ... Processing usr/share/zsh/5.9/functions/_dtrace ... Processing usr/share/zsh/5.9/functions/_dtruss ... Processing usr/share/zsh/5.9/functions/_du ... Processing usr/share/zsh/5.9/functions/_dumpadm ... Processing usr/share/zsh/5.9/functions/_dumper ... Processing usr/share/zsh/5.9/functions/_dupload ... Processing usr/share/zsh/5.9/functions/_dvi ... Processing usr/share/zsh/5.9/functions/_dynamic_directory_name ... Processing usr/share/zsh/5.9/functions/_e2label ... Processing usr/share/zsh/5.9/functions/_ecasound ... Processing usr/share/zsh/5.9/functions/_echotc ... Processing usr/share/zsh/5.9/functions/_echoti ... Processing usr/share/zsh/5.9/functions/_ed ... Processing usr/share/zsh/5.9/functions/_elfdump ... Processing usr/share/zsh/5.9/functions/_elinks ... Processing usr/share/zsh/5.9/functions/_email_addresses ... Processing usr/share/zsh/5.9/functions/_emulate ... Processing usr/share/zsh/5.9/functions/_enable ... Processing usr/share/zsh/5.9/functions/_enscript ... Processing usr/share/zsh/5.9/functions/_entr ... Processing usr/share/zsh/5.9/functions/_env ... Processing usr/share/zsh/5.9/functions/_eog ... Processing usr/share/zsh/5.9/functions/_equal ... Processing usr/share/zsh/5.9/functions/_espeak ... Processing usr/share/zsh/5.9/functions/_etags ... Processing usr/share/zsh/5.9/functions/_ethtool ... Processing usr/share/zsh/5.9/functions/_evince ... Processing usr/share/zsh/5.9/functions/_exec ... Processing usr/share/zsh/5.9/functions/_expand ... Processing usr/share/zsh/5.9/functions/_expand_alias ... Processing usr/share/zsh/5.9/functions/_expand_word ... Processing usr/share/zsh/5.9/functions/_extensions ... Processing usr/share/zsh/5.9/functions/_external_pwds ... Processing usr/share/zsh/5.9/functions/_fakeroot ... Processing usr/share/zsh/5.9/functions/_fbsd_architectures ... Processing usr/share/zsh/5.9/functions/_fbsd_device_types ... Processing usr/share/zsh/5.9/functions/_fc ... Processing usr/share/zsh/5.9/functions/_feh ... Processing usr/share/zsh/5.9/functions/_fetch ... Processing usr/share/zsh/5.9/functions/_fetchmail ... Processing usr/share/zsh/5.9/functions/_ffmpeg ... Processing usr/share/zsh/5.9/functions/_figlet ... Processing usr/share/zsh/5.9/functions/_file_descriptors ... Processing usr/share/zsh/5.9/functions/_file_flags ... Processing usr/share/zsh/5.9/functions/_file_modes ... Processing usr/share/zsh/5.9/functions/_file_systems ... Processing usr/share/zsh/5.9/functions/_files ... Processing usr/share/zsh/5.9/functions/_find ... Processing usr/share/zsh/5.9/functions/_find_net_interfaces ... Processing usr/share/zsh/5.9/functions/_findmnt ... Processing usr/share/zsh/5.9/functions/_finger ... Processing usr/share/zsh/5.9/functions/_fink ... Processing usr/share/zsh/5.9/functions/_first ... Processing usr/share/zsh/5.9/functions/_flac ... Processing usr/share/zsh/5.9/functions/_flex ... Processing usr/share/zsh/5.9/functions/_floppy ... Processing usr/share/zsh/5.9/functions/_flowadm ... Processing usr/share/zsh/5.9/functions/_fmadm ... Processing usr/share/zsh/5.9/functions/_fmt ... Processing usr/share/zsh/5.9/functions/_fold ... Processing usr/share/zsh/5.9/functions/_fortune ... Processing usr/share/zsh/5.9/functions/_free ... Processing usr/share/zsh/5.9/functions/_freebsd-update ... Processing usr/share/zsh/5.9/functions/_fs_usage ... Processing usr/share/zsh/5.9/functions/_fsh ... Processing usr/share/zsh/5.9/functions/_fstat ... Processing usr/share/zsh/5.9/functions/_functions ... Processing usr/share/zsh/5.9/functions/_fuse_arguments ... Processing usr/share/zsh/5.9/functions/_fuse_values ... Processing usr/share/zsh/5.9/functions/_fuser ... Processing usr/share/zsh/5.9/functions/_fusermount ... Processing usr/share/zsh/5.9/functions/_fw_update ... Processing usr/share/zsh/5.9/functions/_gcc ... Processing usr/share/zsh/5.9/functions/_gcore ... Processing usr/share/zsh/5.9/functions/_gdb ... Processing usr/share/zsh/5.9/functions/_geany ... Processing usr/share/zsh/5.9/functions/_gem ... Processing usr/share/zsh/5.9/functions/_generic ... Processing usr/share/zsh/5.9/functions/_genisoimage ... Processing usr/share/zsh/5.9/functions/_getclip ... Processing usr/share/zsh/5.9/functions/_getconf ... Processing usr/share/zsh/5.9/functions/_getent ... Processing usr/share/zsh/5.9/functions/_getfacl ... Processing usr/share/zsh/5.9/functions/_getmail ... Processing usr/share/zsh/5.9/functions/_getopt ... Processing usr/share/zsh/5.9/functions/_ghostscript ... Processing usr/share/zsh/5.9/functions/_git ... Processing usr/share/zsh/5.9/functions/_git-buildpackage ... Processing usr/share/zsh/5.9/functions/_global ... Processing usr/share/zsh/5.9/functions/_global_tags ... Processing usr/share/zsh/5.9/functions/_globflags ... Processing usr/share/zsh/5.9/functions/_globqual_delims ... Processing usr/share/zsh/5.9/functions/_globquals ... Processing usr/share/zsh/5.9/functions/_gnome-gv ... Processing usr/share/zsh/5.9/functions/_gnu_generic ... Processing usr/share/zsh/5.9/functions/_gnupod ... Processing usr/share/zsh/5.9/functions/_gnutls ... Processing usr/share/zsh/5.9/functions/_go ... Processing usr/share/zsh/5.9/functions/_gpasswd ... Processing usr/share/zsh/5.9/functions/_gpg ... Processing usr/share/zsh/5.9/functions/_gphoto2 ... Processing usr/share/zsh/5.9/functions/_gprof ... Processing usr/share/zsh/5.9/functions/_gqview ... Processing usr/share/zsh/5.9/functions/_gradle ... Processing usr/share/zsh/5.9/functions/_graphicsmagick ... Processing usr/share/zsh/5.9/functions/_grep ... Processing usr/share/zsh/5.9/functions/_grep-excuses ... Processing usr/share/zsh/5.9/functions/_groff ... Processing usr/share/zsh/5.9/functions/_groups ... Processing usr/share/zsh/5.9/functions/_growisofs ... Processing usr/share/zsh/5.9/functions/_gsettings ... Processing usr/share/zsh/5.9/functions/_gstat ... Processing usr/share/zsh/5.9/functions/_guard ... Processing usr/share/zsh/5.9/functions/_guilt ... Processing usr/share/zsh/5.9/functions/_gv ... Processing usr/share/zsh/5.9/functions/_gzip ... Processing usr/share/zsh/5.9/functions/_hash ... Processing usr/share/zsh/5.9/functions/_have_glob_qual ... Processing usr/share/zsh/5.9/functions/_hdiutil ... Processing usr/share/zsh/5.9/functions/_head ... Processing usr/share/zsh/5.9/functions/_hexdump ... Processing usr/share/zsh/5.9/functions/_history ... Processing usr/share/zsh/5.9/functions/_history_complete_word ... Processing usr/share/zsh/5.9/functions/_history_modifiers ... Processing usr/share/zsh/5.9/functions/_host ... Processing usr/share/zsh/5.9/functions/_hostname ... Processing usr/share/zsh/5.9/functions/_hosts ... Processing usr/share/zsh/5.9/functions/_htop ... Processing usr/share/zsh/5.9/functions/_hwinfo ... Processing usr/share/zsh/5.9/functions/_iconv ... Processing usr/share/zsh/5.9/functions/_iconvconfig ... Processing usr/share/zsh/5.9/functions/_id ... Processing usr/share/zsh/5.9/functions/_ifconfig ... Processing usr/share/zsh/5.9/functions/_iftop ... Processing usr/share/zsh/5.9/functions/_ignored ... Processing usr/share/zsh/5.9/functions/_imagemagick ... Processing usr/share/zsh/5.9/functions/_in_vared ... Processing usr/share/zsh/5.9/functions/_inetadm ... Processing usr/share/zsh/5.9/functions/_init_d ... Processing usr/share/zsh/5.9/functions/_initctl ... Processing usr/share/zsh/5.9/functions/_install ... Processing usr/share/zsh/5.9/functions/_invoke-rc.d ... Processing usr/share/zsh/5.9/functions/_ionice ... Processing usr/share/zsh/5.9/functions/_iostat ... Processing usr/share/zsh/5.9/functions/_ip ... Processing usr/share/zsh/5.9/functions/_ipadm ... Processing usr/share/zsh/5.9/functions/_ipfw ... Processing usr/share/zsh/5.9/functions/_ipsec ... Processing usr/share/zsh/5.9/functions/_ipset ... Processing usr/share/zsh/5.9/functions/_iptables ... Processing usr/share/zsh/5.9/functions/_irssi ... Processing usr/share/zsh/5.9/functions/_ispell ... Processing usr/share/zsh/5.9/functions/_iwconfig ... Processing usr/share/zsh/5.9/functions/_jail ... Processing usr/share/zsh/5.9/functions/_jails ... Processing usr/share/zsh/5.9/functions/_java ... Processing usr/share/zsh/5.9/functions/_java_class ... Processing usr/share/zsh/5.9/functions/_jexec ... Processing usr/share/zsh/5.9/functions/_jls ... Processing usr/share/zsh/5.9/functions/_jobs ... Processing usr/share/zsh/5.9/functions/_jobs_bg ... Processing usr/share/zsh/5.9/functions/_jobs_builtin ... Processing usr/share/zsh/5.9/functions/_jobs_fg ... Processing usr/share/zsh/5.9/functions/_joe ... Processing usr/share/zsh/5.9/functions/_join ... Processing usr/share/zsh/5.9/functions/_jot ... Processing usr/share/zsh/5.9/functions/_jq ... Processing usr/share/zsh/5.9/functions/_kdeconnect ... Processing usr/share/zsh/5.9/functions/_kdump ... Processing usr/share/zsh/5.9/functions/_kfmclient ... Processing usr/share/zsh/5.9/functions/_kill ... Processing usr/share/zsh/5.9/functions/_killall ... Processing usr/share/zsh/5.9/functions/_kld ... Processing usr/share/zsh/5.9/functions/_knock ... Processing usr/share/zsh/5.9/functions/_kpartx ... Processing usr/share/zsh/5.9/functions/_ktrace ... Processing usr/share/zsh/5.9/functions/_ktrace_points ... Processing usr/share/zsh/5.9/functions/_kvno ... Processing usr/share/zsh/5.9/functions/_last ... Processing usr/share/zsh/5.9/functions/_ld_debug ... Processing usr/share/zsh/5.9/functions/_ldap ... Processing usr/share/zsh/5.9/functions/_ldconfig ... Processing usr/share/zsh/5.9/functions/_ldd ... Processing usr/share/zsh/5.9/functions/_less ... Processing usr/share/zsh/5.9/functions/_lha ... Processing usr/share/zsh/5.9/functions/_libvirt ... Processing usr/share/zsh/5.9/functions/_lighttpd ... Processing usr/share/zsh/5.9/functions/_limit ... Processing usr/share/zsh/5.9/functions/_limits ... Processing usr/share/zsh/5.9/functions/_links ... Processing usr/share/zsh/5.9/functions/_lintian ... Processing usr/share/zsh/5.9/functions/_list ... Processing usr/share/zsh/5.9/functions/_list_files ... Processing usr/share/zsh/5.9/functions/_lldb ... Processing usr/share/zsh/5.9/functions/_ln ... Processing usr/share/zsh/5.9/functions/_loadkeys ... Processing usr/share/zsh/5.9/functions/_locale ... Processing usr/share/zsh/5.9/functions/_localedef ... Processing usr/share/zsh/5.9/functions/_locales ... Processing usr/share/zsh/5.9/functions/_locate ... Processing usr/share/zsh/5.9/functions/_logger ... Processing usr/share/zsh/5.9/functions/_logical_volumes ... Processing usr/share/zsh/5.9/functions/_login_classes ... Processing usr/share/zsh/5.9/functions/_look ... Processing usr/share/zsh/5.9/functions/_losetup ... Processing usr/share/zsh/5.9/functions/_lp ... Processing usr/share/zsh/5.9/functions/_ls ... Processing usr/share/zsh/5.9/functions/_lsattr ... Processing usr/share/zsh/5.9/functions/_lsblk ... Processing usr/share/zsh/5.9/functions/_lscfg ... Processing usr/share/zsh/5.9/functions/_lsdev ... Processing usr/share/zsh/5.9/functions/_lslv ... Processing usr/share/zsh/5.9/functions/_lsns ... Processing usr/share/zsh/5.9/functions/_lsof ... Processing usr/share/zsh/5.9/functions/_lspv ... Processing usr/share/zsh/5.9/functions/_lsusb ... Processing usr/share/zsh/5.9/functions/_lsvg ... Processing usr/share/zsh/5.9/functions/_ltrace ... Processing usr/share/zsh/5.9/functions/_lua ... Processing usr/share/zsh/5.9/functions/_luarocks ... Processing usr/share/zsh/5.9/functions/_lynx ... Processing usr/share/zsh/5.9/functions/_lz4 ... Processing usr/share/zsh/5.9/functions/_lzop ... Processing usr/share/zsh/5.9/functions/_mac_applications ... Processing usr/share/zsh/5.9/functions/_mac_files_for_application ... Processing usr/share/zsh/5.9/functions/_madison ... Processing usr/share/zsh/5.9/functions/_mail ... Processing usr/share/zsh/5.9/functions/_mailboxes ... Processing usr/share/zsh/5.9/functions/_main_complete ... Processing usr/share/zsh/5.9/functions/_make ... Processing usr/share/zsh/5.9/functions/_make-kpkg ... Processing usr/share/zsh/5.9/functions/_man ... Processing usr/share/zsh/5.9/functions/_mat ... Processing usr/share/zsh/5.9/functions/_mat2 ... Processing usr/share/zsh/5.9/functions/_match ... Processing usr/share/zsh/5.9/functions/_math ... Processing usr/share/zsh/5.9/functions/_math_params ... Processing usr/share/zsh/5.9/functions/_matlab ... Processing usr/share/zsh/5.9/functions/_md5sum ... Processing usr/share/zsh/5.9/functions/_mdadm ... Processing usr/share/zsh/5.9/functions/_mdfind ... Processing usr/share/zsh/5.9/functions/_mdls ... Processing usr/share/zsh/5.9/functions/_mdutil ... Processing usr/share/zsh/5.9/functions/_members ... Processing usr/share/zsh/5.9/functions/_mencal ... Processing usr/share/zsh/5.9/functions/_menu ... Processing usr/share/zsh/5.9/functions/_mere ... Processing usr/share/zsh/5.9/functions/_mergechanges ... Processing usr/share/zsh/5.9/functions/_message ... Processing usr/share/zsh/5.9/functions/_mh ... Processing usr/share/zsh/5.9/functions/_mii-tool ... Processing usr/share/zsh/5.9/functions/_mime_types ... Processing usr/share/zsh/5.9/functions/_mixerctl ... Processing usr/share/zsh/5.9/functions/_mkdir ... Processing usr/share/zsh/5.9/functions/_mkfifo ... Processing usr/share/zsh/5.9/functions/_mknod ... Processing usr/share/zsh/5.9/functions/_mkshortcut ... Processing usr/share/zsh/5.9/functions/_mktemp ... Processing usr/share/zsh/5.9/functions/_mkzsh ... Processing usr/share/zsh/5.9/functions/_module ... Processing usr/share/zsh/5.9/functions/_module-assistant ... Processing usr/share/zsh/5.9/functions/_module_math_func ... Processing usr/share/zsh/5.9/functions/_modutils ... Processing usr/share/zsh/5.9/functions/_mondo ... Processing usr/share/zsh/5.9/functions/_monotone ... Processing usr/share/zsh/5.9/functions/_moosic ... Processing usr/share/zsh/5.9/functions/_mosh ... Processing usr/share/zsh/5.9/functions/_most_recent_file ... Processing usr/share/zsh/5.9/functions/_mount ... Processing usr/share/zsh/5.9/functions/_mozilla ... Processing usr/share/zsh/5.9/functions/_mpc ... Processing usr/share/zsh/5.9/functions/_mplayer ... Processing usr/share/zsh/5.9/functions/_mt ... Processing usr/share/zsh/5.9/functions/_mtools ... Processing usr/share/zsh/5.9/functions/_mtr ... Processing usr/share/zsh/5.9/functions/_multi_parts ... Processing usr/share/zsh/5.9/functions/_mupdf ... Processing usr/share/zsh/5.9/functions/_mutt ... Processing usr/share/zsh/5.9/functions/_mv ... Processing usr/share/zsh/5.9/functions/_my_accounts ... Processing usr/share/zsh/5.9/functions/_myrepos ... Processing usr/share/zsh/5.9/functions/_mysql_utils ... Processing usr/share/zsh/5.9/functions/_mysqldiff ... Processing usr/share/zsh/5.9/functions/_nautilus ... Processing usr/share/zsh/5.9/functions/_nbsd_architectures ... Processing usr/share/zsh/5.9/functions/_ncftp ... Processing usr/share/zsh/5.9/functions/_nedit ... Processing usr/share/zsh/5.9/functions/_net_interfaces ... Processing usr/share/zsh/5.9/functions/_netcat ... Processing usr/share/zsh/5.9/functions/_netscape ... Processing usr/share/zsh/5.9/functions/_netstat ... Processing usr/share/zsh/5.9/functions/_networkmanager ... Processing usr/share/zsh/5.9/functions/_networksetup ... Processing usr/share/zsh/5.9/functions/_newsgroups ... Processing usr/share/zsh/5.9/functions/_next_label ... Processing usr/share/zsh/5.9/functions/_next_tags ... Processing usr/share/zsh/5.9/functions/_nginx ... Processing usr/share/zsh/5.9/functions/_ngrep ... Processing usr/share/zsh/5.9/functions/_nice ... Processing usr/share/zsh/5.9/functions/_nkf ... Processing usr/share/zsh/5.9/functions/_nl ... Processing usr/share/zsh/5.9/functions/_nm ... Processing usr/share/zsh/5.9/functions/_nmap ... Processing usr/share/zsh/5.9/functions/_normal ... Processing usr/share/zsh/5.9/functions/_nothing ... Processing usr/share/zsh/5.9/functions/_npm ... Processing usr/share/zsh/5.9/functions/_nsenter ... Processing usr/share/zsh/5.9/functions/_nslookup ... Processing usr/share/zsh/5.9/functions/_numbers ... Processing usr/share/zsh/5.9/functions/_numfmt ... Processing usr/share/zsh/5.9/functions/_nvram ... Processing usr/share/zsh/5.9/functions/_objdump ... Processing usr/share/zsh/5.9/functions/_object_classes ... Processing usr/share/zsh/5.9/functions/_object_files ... Processing usr/share/zsh/5.9/functions/_obsd_architectures ... Processing usr/share/zsh/5.9/functions/_od ... Processing usr/share/zsh/5.9/functions/_okular ... Processing usr/share/zsh/5.9/functions/_oldlist ... Processing usr/share/zsh/5.9/functions/_open ... Processing usr/share/zsh/5.9/functions/_openstack ... Processing usr/share/zsh/5.9/functions/_opkg ... Processing usr/share/zsh/5.9/functions/_options ... Processing usr/share/zsh/5.9/functions/_options_set ... Processing usr/share/zsh/5.9/functions/_options_unset ... Processing usr/share/zsh/5.9/functions/_opustools ... Processing usr/share/zsh/5.9/functions/_osascript ... Processing usr/share/zsh/5.9/functions/_osc ... Processing usr/share/zsh/5.9/functions/_other_accounts ... Processing usr/share/zsh/5.9/functions/_otool ... Processing usr/share/zsh/5.9/functions/_pack ... Processing usr/share/zsh/5.9/functions/_pandoc ... Processing usr/share/zsh/5.9/functions/_parameter ... Processing usr/share/zsh/5.9/functions/_parameters ... Processing usr/share/zsh/5.9/functions/_paste ... Processing usr/share/zsh/5.9/functions/_patch ... Processing usr/share/zsh/5.9/functions/_patchutils ... Processing usr/share/zsh/5.9/functions/_path_commands ... Processing usr/share/zsh/5.9/functions/_path_files ... Processing usr/share/zsh/5.9/functions/_pax ... Processing usr/share/zsh/5.9/functions/_pbcopy ... Processing usr/share/zsh/5.9/functions/_pbm ... Processing usr/share/zsh/5.9/functions/_pbuilder ... Processing usr/share/zsh/5.9/functions/_pdf ... Processing usr/share/zsh/5.9/functions/_pdftk ... Processing usr/share/zsh/5.9/functions/_perf ... Processing usr/share/zsh/5.9/functions/_perforce ... Processing usr/share/zsh/5.9/functions/_perl ... Processing usr/share/zsh/5.9/functions/_perl_basepods ... Processing usr/share/zsh/5.9/functions/_perl_modules ... Processing usr/share/zsh/5.9/functions/_perldoc ... Processing usr/share/zsh/5.9/functions/_pfctl ... Processing usr/share/zsh/5.9/functions/_pfexec ... Processing usr/share/zsh/5.9/functions/_pgids ... Processing usr/share/zsh/5.9/functions/_pgrep ... Processing usr/share/zsh/5.9/functions/_php ... Processing usr/share/zsh/5.9/functions/_physical_volumes ... Processing usr/share/zsh/5.9/functions/_pick_variant ... Processing usr/share/zsh/5.9/functions/_picocom ... Processing usr/share/zsh/5.9/functions/_pidof ... Processing usr/share/zsh/5.9/functions/_pids ... Processing usr/share/zsh/5.9/functions/_pine ... Processing usr/share/zsh/5.9/functions/_ping ... Processing usr/share/zsh/5.9/functions/_pip ... Processing usr/share/zsh/5.9/functions/_piuparts ... Processing usr/share/zsh/5.9/functions/_pkg-config ... Processing usr/share/zsh/5.9/functions/_pkg5 ... Processing usr/share/zsh/5.9/functions/_pkg_instance ... Processing usr/share/zsh/5.9/functions/_pkgadd ... Processing usr/share/zsh/5.9/functions/_pkgin ... Processing usr/share/zsh/5.9/functions/_pkginfo ... Processing usr/share/zsh/5.9/functions/_pkgrm ... Processing usr/share/zsh/5.9/functions/_pkgtool ... Processing usr/share/zsh/5.9/functions/_plutil ... Processing usr/share/zsh/5.9/functions/_pmap ... Processing usr/share/zsh/5.9/functions/_pon ... Processing usr/share/zsh/5.9/functions/_portaudit ... Processing usr/share/zsh/5.9/functions/_portlint ... Processing usr/share/zsh/5.9/functions/_portmaster ... Processing usr/share/zsh/5.9/functions/_ports ... Processing usr/share/zsh/5.9/functions/_portsnap ... Processing usr/share/zsh/5.9/functions/_postfix ... Processing usr/share/zsh/5.9/functions/_postgresql ... Processing usr/share/zsh/5.9/functions/_postscript ... Processing usr/share/zsh/5.9/functions/_powerd ... Processing usr/share/zsh/5.9/functions/_pr ... Processing usr/share/zsh/5.9/functions/_precommand ... Processing usr/share/zsh/5.9/functions/_prefix ... Processing usr/share/zsh/5.9/functions/_print ... Processing usr/share/zsh/5.9/functions/_printenv ... Processing usr/share/zsh/5.9/functions/_printers ... Processing usr/share/zsh/5.9/functions/_process_names ... Processing usr/share/zsh/5.9/functions/_procstat ... Processing usr/share/zsh/5.9/functions/_prompt ... Processing usr/share/zsh/5.9/functions/_prove ... Processing usr/share/zsh/5.9/functions/_prstat ... Processing usr/share/zsh/5.9/functions/_ps ... Processing usr/share/zsh/5.9/functions/_ps1234 ... Processing usr/share/zsh/5.9/functions/_pscp ... Processing usr/share/zsh/5.9/functions/_pspdf ... Processing usr/share/zsh/5.9/functions/_psutils ... Processing usr/share/zsh/5.9/functions/_ptree ... Processing usr/share/zsh/5.9/functions/_ptx ... Processing usr/share/zsh/5.9/functions/_pump ... Processing usr/share/zsh/5.9/functions/_putclip ... Processing usr/share/zsh/5.9/functions/_pv ... Processing usr/share/zsh/5.9/functions/_pwgen ... Processing usr/share/zsh/5.9/functions/_pydoc ... Processing usr/share/zsh/5.9/functions/_python ... Processing usr/share/zsh/5.9/functions/_python_modules ... Processing usr/share/zsh/5.9/functions/_qdbus ... Processing usr/share/zsh/5.9/functions/_qemu ... Processing usr/share/zsh/5.9/functions/_qiv ... Processing usr/share/zsh/5.9/functions/_qtplay ... Processing usr/share/zsh/5.9/functions/_quilt ... Processing usr/share/zsh/5.9/functions/_rake ... Processing usr/share/zsh/5.9/functions/_ranlib ... Processing usr/share/zsh/5.9/functions/_rar ... Processing usr/share/zsh/5.9/functions/_rcctl ... Processing usr/share/zsh/5.9/functions/_rclone ... Processing usr/share/zsh/5.9/functions/_rcs ... Processing usr/share/zsh/5.9/functions/_rdesktop ... Processing usr/share/zsh/5.9/functions/_read ... Processing usr/share/zsh/5.9/functions/_read_comp ... Processing usr/share/zsh/5.9/functions/_readelf ... Processing usr/share/zsh/5.9/functions/_readlink ... Processing usr/share/zsh/5.9/functions/_readshortcut ... Processing usr/share/zsh/5.9/functions/_rebootin ... Processing usr/share/zsh/5.9/functions/_redirect ... Processing usr/share/zsh/5.9/functions/_regex_arguments ... Processing usr/share/zsh/5.9/functions/_regex_words ... Processing usr/share/zsh/5.9/functions/_remote_files ... Processing usr/share/zsh/5.9/functions/_renice ... Processing usr/share/zsh/5.9/functions/_reprepro ... Processing usr/share/zsh/5.9/functions/_requested ... Processing usr/share/zsh/5.9/functions/_retrieve_cache ... Processing usr/share/zsh/5.9/functions/_retrieve_mac_apps ... Processing usr/share/zsh/5.9/functions/_ri ... Processing usr/share/zsh/5.9/functions/_rlogin ... Processing usr/share/zsh/5.9/functions/_rm ... Processing usr/share/zsh/5.9/functions/_rmdir ... Processing usr/share/zsh/5.9/functions/_route ... Processing usr/share/zsh/5.9/functions/_routing_domains ... Processing usr/share/zsh/5.9/functions/_routing_tables ... Processing usr/share/zsh/5.9/functions/_rpm ... Processing usr/share/zsh/5.9/functions/_rrdtool ... Processing usr/share/zsh/5.9/functions/_rsync ... Processing usr/share/zsh/5.9/functions/_rubber ... Processing usr/share/zsh/5.9/functions/_ruby ... Processing usr/share/zsh/5.9/functions/_run-help ... Processing usr/share/zsh/5.9/functions/_runit ... Processing usr/share/zsh/5.9/functions/_samba ... Processing usr/share/zsh/5.9/functions/_savecore ... Processing usr/share/zsh/5.9/functions/_say ... Processing usr/share/zsh/5.9/functions/_sbuild ... Processing usr/share/zsh/5.9/functions/_sc_usage ... Processing usr/share/zsh/5.9/functions/_sccs ... Processing usr/share/zsh/5.9/functions/_sched ... Processing usr/share/zsh/5.9/functions/_schedtool ... Processing usr/share/zsh/5.9/functions/_schroot ... Processing usr/share/zsh/5.9/functions/_scl ... Processing usr/share/zsh/5.9/functions/_scons ... Processing usr/share/zsh/5.9/functions/_screen ... Processing usr/share/zsh/5.9/functions/_script ... Processing usr/share/zsh/5.9/functions/_scselect ... Processing usr/share/zsh/5.9/functions/_scutil ... Processing usr/share/zsh/5.9/functions/_seafile ... Processing usr/share/zsh/5.9/functions/_sed ... Processing usr/share/zsh/5.9/functions/_selinux_contexts ... Processing usr/share/zsh/5.9/functions/_selinux_roles ... Processing usr/share/zsh/5.9/functions/_selinux_types ... Processing usr/share/zsh/5.9/functions/_selinux_users ... Processing usr/share/zsh/5.9/functions/_sep_parts ... Processing usr/share/zsh/5.9/functions/_seq ... Processing usr/share/zsh/5.9/functions/_sequence ... Processing usr/share/zsh/5.9/functions/_service ... Processing usr/share/zsh/5.9/functions/_services ... Processing usr/share/zsh/5.9/functions/_set ... Processing usr/share/zsh/5.9/functions/_set_command ... Processing usr/share/zsh/5.9/functions/_setfacl ... Processing usr/share/zsh/5.9/functions/_setopt ... Processing usr/share/zsh/5.9/functions/_setpriv ... Processing usr/share/zsh/5.9/functions/_setsid ... Processing usr/share/zsh/5.9/functions/_setup ... Processing usr/share/zsh/5.9/functions/_setxkbmap ... Processing usr/share/zsh/5.9/functions/_sh ... Processing usr/share/zsh/5.9/functions/_shasum ... Processing usr/share/zsh/5.9/functions/_showmount ... Processing usr/share/zsh/5.9/functions/_shred ... Processing usr/share/zsh/5.9/functions/_shuf ... Processing usr/share/zsh/5.9/functions/_shutdown ... Processing usr/share/zsh/5.9/functions/_signals ... Processing usr/share/zsh/5.9/functions/_signify ... Processing usr/share/zsh/5.9/functions/_sisu ... Processing usr/share/zsh/5.9/functions/_slabtop ... Processing usr/share/zsh/5.9/functions/_slrn ... Processing usr/share/zsh/5.9/functions/_smartmontools ... Processing usr/share/zsh/5.9/functions/_smit ... Processing usr/share/zsh/5.9/functions/_snoop ... Processing usr/share/zsh/5.9/functions/_socket ... Processing usr/share/zsh/5.9/functions/_sockstat ... Processing usr/share/zsh/5.9/functions/_softwareupdate ... Processing usr/share/zsh/5.9/functions/_sort ... Processing usr/share/zsh/5.9/functions/_source ... Processing usr/share/zsh/5.9/functions/_spamassassin ... Processing usr/share/zsh/5.9/functions/_split ... Processing usr/share/zsh/5.9/functions/_sqlite ... Processing usr/share/zsh/5.9/functions/_sqsh ... Processing usr/share/zsh/5.9/functions/_ss ... Processing usr/share/zsh/5.9/functions/_ssh ... Processing usr/share/zsh/5.9/functions/_ssh_hosts ... Processing usr/share/zsh/5.9/functions/_sshfs ... Processing usr/share/zsh/5.9/functions/_stat ... Processing usr/share/zsh/5.9/functions/_stdbuf ... Processing usr/share/zsh/5.9/functions/_stgit ... Processing usr/share/zsh/5.9/functions/_store_cache ... Processing usr/share/zsh/5.9/functions/_stow ... Processing usr/share/zsh/5.9/functions/_strace ... Processing usr/share/zsh/5.9/functions/_strftime ... Processing usr/share/zsh/5.9/functions/_strings ... Processing usr/share/zsh/5.9/functions/_strip ... Processing usr/share/zsh/5.9/functions/_stty ... Processing usr/share/zsh/5.9/functions/_su ... Processing usr/share/zsh/5.9/functions/_sub_commands ... Processing usr/share/zsh/5.9/functions/_sublimetext ... Processing usr/share/zsh/5.9/functions/_subscript ... Processing usr/share/zsh/5.9/functions/_subversion ... Processing usr/share/zsh/5.9/functions/_sudo ... Processing usr/share/zsh/5.9/functions/_suffix_alias_files ... Processing usr/share/zsh/5.9/functions/_surfraw ... Processing usr/share/zsh/5.9/functions/_svcadm ... Processing usr/share/zsh/5.9/functions/_svccfg ... Processing usr/share/zsh/5.9/functions/_svcprop ... Processing usr/share/zsh/5.9/functions/_svcs ... Processing usr/share/zsh/5.9/functions/_svcs_fmri ... Processing usr/share/zsh/5.9/functions/_svn-buildpackage ... Processing usr/share/zsh/5.9/functions/_sw_vers ... Processing usr/share/zsh/5.9/functions/_swaks ... Processing usr/share/zsh/5.9/functions/_swanctl ... Processing usr/share/zsh/5.9/functions/_swift ... Processing usr/share/zsh/5.9/functions/_sys_calls ... Processing usr/share/zsh/5.9/functions/_sysclean ... Processing usr/share/zsh/5.9/functions/_sysctl ... Processing usr/share/zsh/5.9/functions/_sysmerge ... Processing usr/share/zsh/5.9/functions/_syspatch ... Processing usr/share/zsh/5.9/functions/_sysrc ... Processing usr/share/zsh/5.9/functions/_sysstat ... Processing usr/share/zsh/5.9/functions/_systat ... Processing usr/share/zsh/5.9/functions/_system_profiler ... Processing usr/share/zsh/5.9/functions/_sysupgrade ... Processing usr/share/zsh/5.9/functions/_tac ... Processing usr/share/zsh/5.9/functions/_tags ... Processing usr/share/zsh/5.9/functions/_tail ... Processing usr/share/zsh/5.9/functions/_tar ... Processing usr/share/zsh/5.9/functions/_tar_archive ... Processing usr/share/zsh/5.9/functions/_tardy ... Processing usr/share/zsh/5.9/functions/_tcpdump ... Processing usr/share/zsh/5.9/functions/_tcpsys ... Processing usr/share/zsh/5.9/functions/_tcptraceroute ... Processing usr/share/zsh/5.9/functions/_tee ... Processing usr/share/zsh/5.9/functions/_telnet ... Processing usr/share/zsh/5.9/functions/_terminals ... Processing usr/share/zsh/5.9/functions/_tex ... Processing usr/share/zsh/5.9/functions/_texi ... Processing usr/share/zsh/5.9/functions/_texinfo ... Processing usr/share/zsh/5.9/functions/_tidy ... Processing usr/share/zsh/5.9/functions/_tiff ... Processing usr/share/zsh/5.9/functions/_tilde ... Processing usr/share/zsh/5.9/functions/_tilde_files ... Processing usr/share/zsh/5.9/functions/_time_zone ... Processing usr/share/zsh/5.9/functions/_timeout ... Processing usr/share/zsh/5.9/functions/_tin ... Processing usr/share/zsh/5.9/functions/_tla ... Processing usr/share/zsh/5.9/functions/_tload ... Processing usr/share/zsh/5.9/functions/_tmux ... Processing usr/share/zsh/5.9/functions/_todo.sh ... Processing usr/share/zsh/5.9/functions/_toilet ... Processing usr/share/zsh/5.9/functions/_toolchain-source ... Processing usr/share/zsh/5.9/functions/_top ... Processing usr/share/zsh/5.9/functions/_topgit ... Processing usr/share/zsh/5.9/functions/_totd ... Processing usr/share/zsh/5.9/functions/_touch ... Processing usr/share/zsh/5.9/functions/_tpb ... Processing usr/share/zsh/5.9/functions/_tput ... Processing usr/share/zsh/5.9/functions/_tr ... Processing usr/share/zsh/5.9/functions/_tracepath ... Processing usr/share/zsh/5.9/functions/_transmission ... Processing usr/share/zsh/5.9/functions/_trap ... Processing usr/share/zsh/5.9/functions/_trash ... Processing usr/share/zsh/5.9/functions/_tree ... Processing usr/share/zsh/5.9/functions/_truncate ... Processing usr/share/zsh/5.9/functions/_truss ... Processing usr/share/zsh/5.9/functions/_tty ... Processing usr/share/zsh/5.9/functions/_ttyctl ... Processing usr/share/zsh/5.9/functions/_ttys ... Processing usr/share/zsh/5.9/functions/_tune2fs ... Processing usr/share/zsh/5.9/functions/_twidge ... Processing usr/share/zsh/5.9/functions/_twisted ... Processing usr/share/zsh/5.9/functions/_typeset ... Processing usr/share/zsh/5.9/functions/_ulimit ... Processing usr/share/zsh/5.9/functions/_uml ... Processing usr/share/zsh/5.9/functions/_umountable ... Processing usr/share/zsh/5.9/functions/_unace ... Processing usr/share/zsh/5.9/functions/_uname ... Processing usr/share/zsh/5.9/functions/_unexpand ... Processing usr/share/zsh/5.9/functions/_unhash ... Processing usr/share/zsh/5.9/functions/_uniq ... Processing usr/share/zsh/5.9/functions/_unison ... Processing usr/share/zsh/5.9/functions/_units ... Processing usr/share/zsh/5.9/functions/_unshare ... Processing usr/share/zsh/5.9/functions/_update-alternatives ... Processing usr/share/zsh/5.9/functions/_update-rc.d ... Processing usr/share/zsh/5.9/functions/_uptime ... Processing usr/share/zsh/5.9/functions/_urls ... Processing usr/share/zsh/5.9/functions/_urpmi ... Processing usr/share/zsh/5.9/functions/_urxvt ... Processing usr/share/zsh/5.9/functions/_usbconfig ... Processing usr/share/zsh/5.9/functions/_uscan ... Processing usr/share/zsh/5.9/functions/_user_admin ... Processing usr/share/zsh/5.9/functions/_user_at_host ... Processing usr/share/zsh/5.9/functions/_user_expand ... Processing usr/share/zsh/5.9/functions/_user_math_func ... Processing usr/share/zsh/5.9/functions/_users ... Processing usr/share/zsh/5.9/functions/_users_on ... Processing usr/share/zsh/5.9/functions/_valgrind ... Processing usr/share/zsh/5.9/functions/_value ... Processing usr/share/zsh/5.9/functions/_values ... Processing usr/share/zsh/5.9/functions/_vared ... Processing usr/share/zsh/5.9/functions/_vars ... Processing usr/share/zsh/5.9/functions/_vcs_info ... Processing usr/share/zsh/5.9/functions/_vcs_info_hooks ... Processing usr/share/zsh/5.9/functions/_vi ... Processing usr/share/zsh/5.9/functions/_vim ... Processing usr/share/zsh/5.9/functions/_vim-addons ... Processing usr/share/zsh/5.9/functions/_visudo ... Processing usr/share/zsh/5.9/functions/_vmctl ... Processing usr/share/zsh/5.9/functions/_vmstat ... Processing usr/share/zsh/5.9/functions/_vnc ... Processing usr/share/zsh/5.9/functions/_volume_groups ... Processing usr/share/zsh/5.9/functions/_vorbis ... Processing usr/share/zsh/5.9/functions/_vpnc ... Processing usr/share/zsh/5.9/functions/_vserver ... Processing usr/share/zsh/5.9/functions/_w ... Processing usr/share/zsh/5.9/functions/_w3m ... Processing usr/share/zsh/5.9/functions/_wait ... Processing usr/share/zsh/5.9/functions/_wajig ... Processing usr/share/zsh/5.9/functions/_wakeup_capable_devices ... Processing usr/share/zsh/5.9/functions/_wanna-build ... Processing usr/share/zsh/5.9/functions/_wanted ... Processing usr/share/zsh/5.9/functions/_watch ... Processing usr/share/zsh/5.9/functions/_watch-snoop ... Processing usr/share/zsh/5.9/functions/_wc ... Processing usr/share/zsh/5.9/functions/_webbrowser ... Processing usr/share/zsh/5.9/functions/_wget ... Processing usr/share/zsh/5.9/functions/_whereis ... Processing usr/share/zsh/5.9/functions/_which ... Processing usr/share/zsh/5.9/functions/_who ... Processing usr/share/zsh/5.9/functions/_whois ... Processing usr/share/zsh/5.9/functions/_widgets ... Processing usr/share/zsh/5.9/functions/_wiggle ... Processing usr/share/zsh/5.9/functions/_wipefs ... Processing usr/share/zsh/5.9/functions/_wpa_cli ... Processing usr/share/zsh/5.9/functions/_x_arguments ... Processing usr/share/zsh/5.9/functions/_x_borderwidth ... Processing usr/share/zsh/5.9/functions/_x_color ... Processing usr/share/zsh/5.9/functions/_x_colormapid ... Processing usr/share/zsh/5.9/functions/_x_cursor ... Processing usr/share/zsh/5.9/functions/_x_display ... Processing usr/share/zsh/5.9/functions/_x_extension ... Processing usr/share/zsh/5.9/functions/_x_font ... Processing usr/share/zsh/5.9/functions/_x_geometry ... Processing usr/share/zsh/5.9/functions/_x_keysym ... Processing usr/share/zsh/5.9/functions/_x_locale ... Processing usr/share/zsh/5.9/functions/_x_modifier ... Processing usr/share/zsh/5.9/functions/_x_name ... Processing usr/share/zsh/5.9/functions/_x_resource ... Processing usr/share/zsh/5.9/functions/_x_selection_timeout ... Processing usr/share/zsh/5.9/functions/_x_title ... Processing usr/share/zsh/5.9/functions/_x_utils ... Processing usr/share/zsh/5.9/functions/_x_visual ... Processing usr/share/zsh/5.9/functions/_x_window ... Processing usr/share/zsh/5.9/functions/_xargs ... Processing usr/share/zsh/5.9/functions/_xauth ... Processing usr/share/zsh/5.9/functions/_xautolock ... Processing usr/share/zsh/5.9/functions/_xclip ... Processing usr/share/zsh/5.9/functions/_xcode-select ... Processing usr/share/zsh/5.9/functions/_xdvi ... Processing usr/share/zsh/5.9/functions/_xfig ... Processing usr/share/zsh/5.9/functions/_xft_fonts ... Processing usr/share/zsh/5.9/functions/_xinput ... Processing usr/share/zsh/5.9/functions/_xloadimage ... Processing usr/share/zsh/5.9/functions/_xmlsoft ... Processing usr/share/zsh/5.9/functions/_xmlstarlet ... Processing usr/share/zsh/5.9/functions/_xmms2 ... Processing usr/share/zsh/5.9/functions/_xmodmap ... Processing usr/share/zsh/5.9/functions/_xournal ... Processing usr/share/zsh/5.9/functions/_xpdf ... Processing usr/share/zsh/5.9/functions/_xrandr ... Processing usr/share/zsh/5.9/functions/_xscreensaver ... Processing usr/share/zsh/5.9/functions/_xset ... Processing usr/share/zsh/5.9/functions/_xt_arguments ... Processing usr/share/zsh/5.9/functions/_xt_session_id ... Processing usr/share/zsh/5.9/functions/_xterm ... Processing usr/share/zsh/5.9/functions/_xv ... Processing usr/share/zsh/5.9/functions/_xwit ... Processing usr/share/zsh/5.9/functions/_xxd ... Processing usr/share/zsh/5.9/functions/_xz ... Processing usr/share/zsh/5.9/functions/_yafc ... Processing usr/share/zsh/5.9/functions/_yast ... Processing usr/share/zsh/5.9/functions/_yodl ... Processing usr/share/zsh/5.9/functions/_yp ... Processing usr/share/zsh/5.9/functions/_yum ... Processing usr/share/zsh/5.9/functions/_zargs ... Processing usr/share/zsh/5.9/functions/_zattr ... Processing usr/share/zsh/5.9/functions/_zcalc ... Processing usr/share/zsh/5.9/functions/_zcalc_line ... Processing usr/share/zsh/5.9/functions/_zcat ... Processing usr/share/zsh/5.9/functions/_zcompile ... Processing usr/share/zsh/5.9/functions/_zdump ... Processing usr/share/zsh/5.9/functions/_zeal ... Processing usr/share/zsh/5.9/functions/_zed ... Processing usr/share/zsh/5.9/functions/_zfs ... Processing usr/share/zsh/5.9/functions/_zfs_dataset ... Processing usr/share/zsh/5.9/functions/_zfs_pool ... Processing usr/share/zsh/5.9/functions/_zftp ... Processing usr/share/zsh/5.9/functions/_zip ... Processing usr/share/zsh/5.9/functions/_zle ... Processing usr/share/zsh/5.9/functions/_zlogin ... Processing usr/share/zsh/5.9/functions/_zmodload ... Processing usr/share/zsh/5.9/functions/_zmv ... Processing usr/share/zsh/5.9/functions/_zoneadm ... Processing usr/share/zsh/5.9/functions/_zones ... Processing usr/share/zsh/5.9/functions/_zparseopts ... Processing usr/share/zsh/5.9/functions/_zpty ... Processing usr/share/zsh/5.9/functions/_zsh ... Processing usr/share/zsh/5.9/functions/_zsh-mime-handler ... Processing usr/share/zsh/5.9/functions/_zsocket ... Processing usr/share/zsh/5.9/functions/_zstyle ... Processing usr/share/zsh/5.9/functions/_ztodo ... Processing usr/share/zsh/5.9/functions/_zypper ... Processing usr/share/zsh/5.9/functions/add-zle-hook-widget ... Processing usr/share/zsh/5.9/functions/add-zsh-hook ... Processing usr/share/zsh/5.9/functions/after ... Processing usr/share/zsh/5.9/functions/age ... Processing usr/share/zsh/5.9/functions/allopt ... Processing usr/share/zsh/5.9/functions/backward-kill-word-match ... Processing usr/share/zsh/5.9/functions/backward-word-match ... Processing usr/share/zsh/5.9/functions/bashcompinit ... Processing usr/share/zsh/5.9/functions/before ... Processing usr/share/zsh/5.9/functions/bracketed-paste-magic ... Processing usr/share/zsh/5.9/functions/bracketed-paste-url-magic ... Processing usr/share/zsh/5.9/functions/calendar ... Processing usr/share/zsh/5.9/functions/calendar_add ... Processing usr/share/zsh/5.9/functions/calendar_edit ... Processing usr/share/zsh/5.9/functions/calendar_lockfiles ... Processing usr/share/zsh/5.9/functions/calendar_parse ... Processing usr/share/zsh/5.9/functions/calendar_read ... Processing usr/share/zsh/5.9/functions/calendar_scandate ... Processing usr/share/zsh/5.9/functions/calendar_show ... Processing usr/share/zsh/5.9/functions/calendar_showdate ... Processing usr/share/zsh/5.9/functions/calendar_sort ... Processing usr/share/zsh/5.9/functions/capitalize-word-match ... Processing usr/share/zsh/5.9/functions/catch ... Processing usr/share/zsh/5.9/functions/cdr ... Processing usr/share/zsh/5.9/functions/checkmail ... Processing usr/share/zsh/5.9/functions/chpwd_recent_add ... Processing usr/share/zsh/5.9/functions/chpwd_recent_dirs ... Processing usr/share/zsh/5.9/functions/chpwd_recent_filehandler ... Processing usr/share/zsh/5.9/functions/colors ... Processing usr/share/zsh/5.9/functions/compaudit ... Processing usr/share/zsh/5.9/functions/compdump ... Processing usr/share/zsh/5.9/functions/compinit ... Processing usr/share/zsh/5.9/functions/compinstall ... Processing usr/share/zsh/5.9/functions/copy-earlier-word ... Processing usr/share/zsh/5.9/functions/cycle-completion-positions ... Processing usr/share/zsh/5.9/functions/define-composed-chars ... Processing usr/share/zsh/5.9/functions/delete-whole-word-match ... Processing usr/share/zsh/5.9/functions/down-case-word-match ... Processing usr/share/zsh/5.9/functions/down-line-or-beginning-search ... Processing usr/share/zsh/5.9/functions/edit-command-line ... Processing usr/share/zsh/5.9/functions/expand-absolute-path ... Processing usr/share/zsh/5.9/functions/forward-word-match ... Processing usr/share/zsh/5.9/functions/getjobs ... Processing usr/share/zsh/5.9/functions/harden ... Processing usr/share/zsh/5.9/functions/history-beginning-search-menu ... Processing usr/share/zsh/5.9/functions/history-pattern-search ... Processing usr/share/zsh/5.9/functions/history-search-end ... Processing usr/share/zsh/5.9/functions/incarg ... Processing usr/share/zsh/5.9/functions/incremental-complete-word ... Processing usr/share/zsh/5.9/functions/insert-composed-char ... Processing usr/share/zsh/5.9/functions/insert-files ... Processing usr/share/zsh/5.9/functions/insert-unicode-char ... Processing usr/share/zsh/5.9/functions/is-at-least ... Processing usr/share/zsh/5.9/functions/keeper ... Processing usr/share/zsh/5.9/functions/keymap+widget ... Processing usr/share/zsh/5.9/functions/kill-word-match ... Processing usr/share/zsh/5.9/functions/match-word-context ... Processing usr/share/zsh/5.9/functions/match-words-by-style ... Processing usr/share/zsh/5.9/functions/mere ... Processing usr/share/zsh/5.9/functions/modify-current-argument ... Processing usr/share/zsh/5.9/functions/move-line-in-buffer ... Processing usr/share/zsh/5.9/functions/narrow-to-region ... Processing usr/share/zsh/5.9/functions/narrow-to-region-invisible ... Processing usr/share/zsh/5.9/functions/nslookup ... Processing usr/share/zsh/5.9/functions/pick-web-browser ... Processing usr/share/zsh/5.9/functions/predict-on ... Processing usr/share/zsh/5.9/functions/prompt_adam1_setup ... Processing usr/share/zsh/5.9/functions/prompt_adam2_setup ... Processing usr/share/zsh/5.9/functions/prompt_bart_setup ... Processing usr/share/zsh/5.9/functions/prompt_bigfade_setup ... Processing usr/share/zsh/5.9/functions/prompt_clint_setup ... Processing usr/share/zsh/5.9/functions/prompt_default_setup ... Processing usr/share/zsh/5.9/functions/prompt_elite2_setup ... Processing usr/share/zsh/5.9/functions/prompt_elite_setup ... Processing usr/share/zsh/5.9/functions/prompt_fade_setup ... Processing usr/share/zsh/5.9/functions/prompt_fire_setup ... Processing usr/share/zsh/5.9/functions/prompt_off_setup ... Processing usr/share/zsh/5.9/functions/prompt_oliver_setup ... Processing usr/share/zsh/5.9/functions/prompt_pws_setup ... Processing usr/share/zsh/5.9/functions/prompt_redhat_setup ... Processing usr/share/zsh/5.9/functions/prompt_restore_setup ... Processing usr/share/zsh/5.9/functions/prompt_special_chars ... Processing usr/share/zsh/5.9/functions/prompt_suse_setup ... Processing usr/share/zsh/5.9/functions/prompt_walters_setup ... Processing usr/share/zsh/5.9/functions/prompt_zefram_setup ... Processing usr/share/zsh/5.9/functions/promptinit ... Processing usr/share/zsh/5.9/functions/promptnl ... Processing usr/share/zsh/5.9/functions/quote-and-complete-word ... Processing usr/share/zsh/5.9/functions/read-from-minibuffer ... Processing usr/share/zsh/5.9/functions/regexp-replace ... Processing usr/share/zsh/5.9/functions/relative ... Processing usr/share/zsh/5.9/functions/replace-argument ... Processing usr/share/zsh/5.9/functions/replace-string ... Processing usr/share/zsh/5.9/functions/replace-string-again ... Processing usr/share/zsh/5.9/functions/run-help ... Processing usr/share/zsh/5.9/functions/run-help-btrfs ... Processing usr/share/zsh/5.9/functions/run-help-git ... Processing usr/share/zsh/5.9/functions/run-help-ip ... Processing usr/share/zsh/5.9/functions/run-help-openssl ... Processing usr/share/zsh/5.9/functions/run-help-p4 ... Processing usr/share/zsh/5.9/functions/run-help-sudo ... Processing usr/share/zsh/5.9/functions/run-help-svk ... Processing usr/share/zsh/5.9/functions/run-help-svn ... Processing usr/share/zsh/5.9/functions/select-bracketed ... Processing usr/share/zsh/5.9/functions/select-quoted ... Processing usr/share/zsh/5.9/functions/select-word-match ... Processing usr/share/zsh/5.9/functions/select-word-style ... Processing usr/share/zsh/5.9/functions/send-invisible ... Processing usr/share/zsh/5.9/functions/smart-insert-last-word ... Processing usr/share/zsh/5.9/functions/split-shell-arguments ... Processing usr/share/zsh/5.9/functions/sticky-note ... Processing usr/share/zsh/5.9/functions/surround ... Processing usr/share/zsh/5.9/functions/test-repo-git-rebase-apply ... Processing usr/share/zsh/5.9/functions/test-repo-git-rebase-merge ... Processing usr/share/zsh/5.9/functions/tetris ... Processing usr/share/zsh/5.9/functions/tetriscurses ... Processing usr/share/zsh/5.9/functions/throw ... Processing usr/share/zsh/5.9/functions/transpose-lines ... Processing usr/share/zsh/5.9/functions/transpose-words-match ... Processing usr/share/zsh/5.9/functions/up-case-word-match ... Processing usr/share/zsh/5.9/functions/up-line-or-beginning-search ... Processing usr/share/zsh/5.9/functions/url-quote-magic ... Processing usr/share/zsh/5.9/functions/vcs_info ... Processing usr/share/zsh/5.9/functions/vcs_info_hookadd ... Processing usr/share/zsh/5.9/functions/vcs_info_hookdel ... Processing usr/share/zsh/5.9/functions/vcs_info_lastmsg ... Processing usr/share/zsh/5.9/functions/vcs_info_printsys ... Processing usr/share/zsh/5.9/functions/vcs_info_setsys ... Processing usr/share/zsh/5.9/functions/vi-pipe ... Processing usr/share/zsh/5.9/functions/which-command ... Processing usr/share/zsh/5.9/functions/xtermctl ... Processing usr/share/zsh/5.9/functions/zargs ... Processing usr/share/zsh/5.9/functions/zcalc ... Processing usr/share/zsh/5.9/functions/zcalc-auto-insert ... Processing usr/share/zsh/5.9/functions/zed ... Processing usr/share/zsh/5.9/functions/zed-set-file-name ... Processing usr/share/zsh/5.9/functions/zkbd ... Processing usr/share/zsh/5.9/functions/zmathfunc ... Processing usr/share/zsh/5.9/functions/zmathfuncdef ... Processing usr/share/zsh/5.9/functions/zmv ... Processing usr/share/zsh/5.9/functions/zrecompile ... Processing usr/share/zsh/5.9/functions/zsh-mime-contexts ... Processing usr/share/zsh/5.9/functions/zsh-mime-handler ... Processing usr/share/zsh/5.9/functions/zsh-mime-setup ... Processing usr/share/zsh/5.9/functions/zsh_directory_name_cdr ... Processing usr/share/zsh/5.9/functions/zsh_directory_name_generic ... Processing usr/share/zsh/5.9/functions/zstyle+ ... Processing usr/share/zsh/5.9/functions/ztodo ... Processing usr/share/zsh/5.9/help ... Processing usr/share/zsh/5.9/help/alias ... Processing usr/share/zsh/5.9/help/autoload ... Processing usr/share/zsh/5.9/help/bg ... Processing usr/share/zsh/5.9/help/bindkey ... Processing usr/share/zsh/5.9/help/break ... Processing usr/share/zsh/5.9/help/builtin ... Processing usr/share/zsh/5.9/help/bye ... Processing usr/share/zsh/5.9/help/cap ... Processing usr/share/zsh/5.9/help/cd ... Processing usr/share/zsh/5.9/help/chdir ... Processing usr/share/zsh/5.9/help/clone ... Processing usr/share/zsh/5.9/help/colon ... Processing usr/share/zsh/5.9/help/command ... Processing usr/share/zsh/5.9/help/comparguments ... Processing usr/share/zsh/5.9/help/compcall ... Processing usr/share/zsh/5.9/help/compctl ... Processing usr/share/zsh/5.9/help/compdescribe ... Processing usr/share/zsh/5.9/help/compfiles ... Processing usr/share/zsh/5.9/help/compgroups ... Processing usr/share/zsh/5.9/help/compquote ... Processing usr/share/zsh/5.9/help/comptags ... Processing usr/share/zsh/5.9/help/comptry ... Processing usr/share/zsh/5.9/help/compvalues ... Processing usr/share/zsh/5.9/help/continue ... Processing usr/share/zsh/5.9/help/declare ... Processing usr/share/zsh/5.9/help/dirs ... Processing usr/share/zsh/5.9/help/disable ... Processing usr/share/zsh/5.9/help/disown ... Processing usr/share/zsh/5.9/help/dot ... Processing usr/share/zsh/5.9/help/echo ... Processing usr/share/zsh/5.9/help/echotc ... Processing usr/share/zsh/5.9/help/echoti ... Processing usr/share/zsh/5.9/help/emulate ... Processing usr/share/zsh/5.9/help/enable ... Processing usr/share/zsh/5.9/help/eval ... Processing usr/share/zsh/5.9/help/exec ... Processing usr/share/zsh/5.9/help/exit ... Processing usr/share/zsh/5.9/help/export ... Processing usr/share/zsh/5.9/help/false ... Processing usr/share/zsh/5.9/help/fc ... Processing usr/share/zsh/5.9/help/fg ... Processing usr/share/zsh/5.9/help/float ... Processing usr/share/zsh/5.9/help/functions ... Processing usr/share/zsh/5.9/help/getcap ... Processing usr/share/zsh/5.9/help/getln ... Processing usr/share/zsh/5.9/help/getopts ... Processing usr/share/zsh/5.9/help/hash ... Processing usr/share/zsh/5.9/help/history ... Processing usr/share/zsh/5.9/help/integer ... Processing usr/share/zsh/5.9/help/jobs ... Processing usr/share/zsh/5.9/help/kill ... Processing usr/share/zsh/5.9/help/let ... Processing usr/share/zsh/5.9/help/limit ... Processing usr/share/zsh/5.9/help/local ... Processing usr/share/zsh/5.9/help/logout ... Processing usr/share/zsh/5.9/help/noglob ... Processing usr/share/zsh/5.9/help/popd ... Processing usr/share/zsh/5.9/help/print ... Processing usr/share/zsh/5.9/help/printf ... Processing usr/share/zsh/5.9/help/pushd ... Processing usr/share/zsh/5.9/help/pushln ... Processing usr/share/zsh/5.9/help/pwd ... Processing usr/share/zsh/5.9/help/r ... Processing usr/share/zsh/5.9/help/read ... Processing usr/share/zsh/5.9/help/readonly ... Processing usr/share/zsh/5.9/help/rehash ... Processing usr/share/zsh/5.9/help/return ... Processing usr/share/zsh/5.9/help/sched ... Processing usr/share/zsh/5.9/help/set ... Processing usr/share/zsh/5.9/help/setcap ... Processing usr/share/zsh/5.9/help/setopt ... Processing usr/share/zsh/5.9/help/shift ... Processing usr/share/zsh/5.9/help/source ... Processing usr/share/zsh/5.9/help/stat ... Processing usr/share/zsh/5.9/help/suspend ... Processing usr/share/zsh/5.9/help/test ... Processing usr/share/zsh/5.9/help/times ... Processing usr/share/zsh/5.9/help/trap ... Processing usr/share/zsh/5.9/help/true ... Processing usr/share/zsh/5.9/help/ttyctl ... Processing usr/share/zsh/5.9/help/type ... Processing usr/share/zsh/5.9/help/typeset ... Processing usr/share/zsh/5.9/help/ulimit ... Processing usr/share/zsh/5.9/help/umask ... Processing usr/share/zsh/5.9/help/unalias ... Processing usr/share/zsh/5.9/help/unfunction ... Processing usr/share/zsh/5.9/help/unhash ... Processing usr/share/zsh/5.9/help/unlimit ... Processing usr/share/zsh/5.9/help/unset ... Processing usr/share/zsh/5.9/help/unsetopt ... Processing usr/share/zsh/5.9/help/vared ... Processing usr/share/zsh/5.9/help/wait ... Processing usr/share/zsh/5.9/help/whence ... Processing usr/share/zsh/5.9/help/where ... Processing usr/share/zsh/5.9/help/which ... Processing usr/share/zsh/5.9/help/zcompile ... Processing usr/share/zsh/5.9/help/zformat ... Processing usr/share/zsh/5.9/help/zftp ... Processing usr/share/zsh/5.9/help/zle ... Processing usr/share/zsh/5.9/help/zmodload ... Processing usr/share/zsh/5.9/help/zparseopts ... Processing usr/share/zsh/5.9/help/zprof ... Processing usr/share/zsh/5.9/help/zpty ... Processing usr/share/zsh/5.9/help/zregexparse ... Processing usr/share/zsh/5.9/help/zsocket ... Processing usr/share/zsh/5.9/help/zstyle ... Processing usr/share/zsh/5.9/help/ztcp ... Processing usr/share/zsh/site-functions ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Build completed. >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs -noappend -processors 4 -b 8K -comp zstd\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs, block size 8192. [=============================================================\] 5895/5895 100% Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 8192 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 13343.31 Kbytes (13.03 Mbytes) 35.59% of uncompressed filesystem size (37496.82 Kbytes) Inode table size 28801 bytes (28.13 Kbytes) 30.34% of uncompressed inode table size (94936 bytes) Directory table size 20680 bytes (20.20 Kbytes) 50.45% of uncompressed directory table size (40990 bytes) Number of duplicate files found 7 Number of inodes 2020 Number of files 1626 Number of fragments 380 Number of symbolic links 325 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 69 Number of hard-links 0 Number of ids (unique uids + gids) 5 Number of uids 4 root (0) unknown (100) unknown (101) unknown (33) Number of gids 4 root (0) ssh_keys (101) unknown (102) tape (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2020 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2020 0% [ ] 2/2020 0% [ ] 3/2020 0% [ ] 4/2020 0% [ ] 5/2020 0% [ ] 6/2020 0% [ ] 7/2020 0% [ ] 8/2020 0% [ ] 9/2020 0% [ ] 10/2020 0% [ ] 11/2020 0% [ ] 12/2020 0% [ ] 13/2020 0% [ ] 14/2020 0% [ ] 15/2020 0% [ ] 16/2020 0% [ ] 17/2020 0% [ ] 18/2020 0% [ ] 19/2020 0% [ ] 20/2020 0% [ ] 21/2020 1% [ ] 22/2020 1% [ ] 23/2020 1% [ ] 24/2020 1% [ ] 25/2020 1% [ ] 26/2020 1% [ ] 27/2020 1% [ ] 28/2020 1% [ ] 29/2020 1% [ ] 30/2020 1% [ ] 31/2020 1% [ ] 32/2020 1% [= ] 33/2020 1% [= ] 34/2020 1% [= ] 35/2020 1% [= ] 36/2020 1% [= ] 37/2020 1% [= ] 38/2020 1% [= ] 39/2020 1% [= ] 40/2020 1% [= ] 41/2020 2% [= ] 42/2020 2% [= ] 43/2020 2% [= ] 44/2020 2% [= ] 45/2020 2% [= ] 46/2020 2% [= ] 47/2020 2% [= ] 48/2020 2% [= ] 49/2020 2% [= ] 50/2020 2% [= ] 51/2020 2% [= ] 52/2020 2% [= ] 53/2020 2% [= ] 54/2020 2% [= ] 55/2020 2% [= ] 56/2020 2% [= ] 57/2020 2% [= ] 58/2020 2% [= ] 59/2020 2% [= ] 60/2020 2% [= ] 61/2020 3% [= ] 62/2020 3% [= ] 63/2020 3% [= ] 64/2020 3% [= ] 65/2020 3% [== ] 66/2020 3% [== ] 67/2020 3% [== ] 68/2020 3% [== ] 69/2020 3% [== ] 70/2020 3% [== ] 71/2020 3% [== ] 72/2020 3% [== ] 73/2020 3% [== ] 74/2020 3% [== ] 75/2020 3% [== ] 76/2020 3% [== ] 77/2020 3% [== ] 78/2020 3% [== ] 79/2020 3% [== ] 80/2020 3% [== ] 81/2020 4% [== ] 82/2020 4% [== ] 83/2020 4% [== ] 84/2020 4% [== ] 85/2020 4% [== ] 86/2020 4% [== ] 87/2020 4% [== ] 88/2020 4% [== ] 89/2020 4% [== ] 90/2020 4% [== ] 91/2020 4% [== ] 92/2020 4% [== ] 93/2020 4% [== ] 94/2020 4% [== ] 95/2020 4% [== ] 96/2020 4% [== ] 97/2020 4% [=== ] 98/2020 4% [=== ] 99/2020 4% [=== ] 100/2020 4% [=== ] 101/2020 5% [=== ] 102/2020 5% [=== ] 103/2020 5% [=== ] 104/2020 5% [=== ] 105/2020 5% [=== ] 106/2020 5% [=== ] 107/2020 5% [=== ] 108/2020 5% [=== ] 109/2020 5% [=== ] 110/2020 5% [=== ] 111/2020 5% [=== ] 112/2020 5% [=== ] 113/2020 5% [=== ] 114/2020 5% [=== ] 115/2020 5% [=== ] 116/2020 5% [=== ] 117/2020 5% [=== ] 118/2020 5% [=== ] 119/2020 5% [=== ] 120/2020 5% [=== ] 121/2020 5% [=== ] 122/2020 6% [=== ] 123/2020 6% [=== ] 124/2020 6% [=== ] 125/2020 6% [=== ] 126/2020 6% [=== ] 127/2020 6% [=== ] 128/2020 6% [=== ] 129/2020 6% [=== ] 130/2020 6% [==== ] 131/2020 6% [==== ] 132/2020 6% [==== ] 133/2020 6% [==== ] 134/2020 6% [==== ] 135/2020 6% [==== ] 136/2020 6% [==== ] 137/2020 6% [==== ] 138/2020 6% [==== ] 139/2020 6% [==== ] 140/2020 6% [==== ] 141/2020 6% [==== ] 142/2020 7% [==== ] 143/2020 7% [==== ] 144/2020 7% [==== ] 145/2020 7% [==== ] 146/2020 7% [==== ] 147/2020 7% [==== ] 148/2020 7% [==== ] 149/2020 7% [==== ] 150/2020 7% [==== ] 151/2020 7% [==== ] 152/2020 7% [==== ] 153/2020 7% [==== ] 154/2020 7% [==== ] 155/2020 7% [==== ] 156/2020 7% [==== ] 157/2020 7% [==== ] 158/2020 7% [==== ] 159/2020 7% [==== ] 160/2020 7% [==== ] 161/2020 7% [==== ] 162/2020 8% [===== ] 163/2020 8% [===== ] 164/2020 8% [===== ] 165/2020 8% [===== ] 166/2020 8% [===== ] 167/2020 8% [===== ] 168/2020 8% [===== ] 169/2020 8% [===== ] 170/2020 8% [===== ] 171/2020 8% [===== ] 172/2020 8% [===== ] 173/2020 8% [===== ] 174/2020 8% [===== ] 175/2020 8% [===== ] 176/2020 8% [===== ] 177/2020 8% [===== ] 178/2020 8% [===== ] 179/2020 8% [===== ] 180/2020 8% [===== ] 181/2020 8% [===== ] 182/2020 9% [===== ] 183/2020 9% [===== ] 184/2020 9% [===== ] 185/2020 9% [===== ] 186/2020 9% [===== ] 187/2020 9% [===== ] 188/2020 9% [===== ] 189/2020 9% [===== ] 190/2020 9% [===== ] 191/2020 9% [===== ] 192/2020 9% [===== ] 193/2020 9% [===== ] 194/2020 9% [===== ] 195/2020 9% [====== ] 196/2020 9% [====== ] 197/2020 9% [====== ] 198/2020 9% [====== ] 199/2020 9% [====== ] 200/2020 9% [====== ] 201/2020 9% [====== ] 202/2020 10% [====== ] 203/2020 10% [====== ] 204/2020 10% [====== ] 205/2020 10% [====== ] 206/2020 10% [====== ] 207/2020 10% [====== ] 208/2020 10% [====== ] 209/2020 10% [====== ] 210/2020 10% [====== ] 211/2020 10% [====== ] 212/2020 10% [====== ] 213/2020 10% [====== ] 214/2020 10% [====== ] 215/2020 10% [====== ] 216/2020 10% [====== ] 217/2020 10% [====== ] 218/2020 10% [====== ] 219/2020 10% [====== ] 220/2020 10% [====== ] 221/2020 10% [====== ] 222/2020 10% [====== ] 223/2020 11% [====== ] 224/2020 11% [====== ] 225/2020 11% [====== ] 226/2020 11% [====== ] 227/2020 11% [====== ] 228/2020 11% [======= ] 229/2020 11% [======= ] 230/2020 11% [======= ] 231/2020 11% [======= ] 232/2020 11% [======= ] 233/2020 11% [======= ] 234/2020 11% [======= ] 235/2020 11% [======= ] 236/2020 11% [======= ] 237/2020 11% [======= ] 238/2020 11% [======= ] 239/2020 11% [======= ] 240/2020 11% [======= ] 241/2020 11% [======= ] 242/2020 11% [======= ] 243/2020 12% [======= ] 244/2020 12% [======= ] 245/2020 12% [======= ] 246/2020 12% [======= ] 247/2020 12% [======= ] 248/2020 12% [======= ] 249/2020 12% [======= ] 250/2020 12% [======= ] 251/2020 12% [======= ] 252/2020 12% [======= ] 253/2020 12% [======= ] 254/2020 12% [======= ] 255/2020 12% [======= ] 256/2020 12% [======= ] 257/2020 12% [======= ] 258/2020 12% [======= ] 259/2020 12% [======= ] 260/2020 12% [======== ] 261/2020 12% [======== ] 262/2020 12% [======== ] 263/2020 13% [======== ] 264/2020 13% [======== ] 265/2020 13% [======== ] 266/2020 13% [======== ] 267/2020 13% [======== ] 268/2020 13% [======== ] 269/2020 13% [======== ] 270/2020 13% [======== ] 271/2020 13% [======== ] 272/2020 13% [======== ] 273/2020 13% [======== ] 274/2020 13% [======== ] 275/2020 13% [======== ] 276/2020 13% [======== ] 277/2020 13% [======== ] 278/2020 13% [======== ] 279/2020 13% [======== ] 280/2020 13% [======== ] 281/2020 13% [======== ] 282/2020 13% [======== ] 283/2020 14% [======== ] 284/2020 14% [======== ] 285/2020 14% [======== ] 286/2020 14% [======== ] 287/2020 14% [======== ] 288/2020 14% [======== ] 289/2020 14% [======== ] 290/2020 14% [======== ] 291/2020 14% [======== ] 292/2020 14% [======== ] 293/2020 14% [========= ] 294/2020 14% [========= ] 295/2020 14% [========= ] 296/2020 14% [========= ] 297/2020 14% [========= ] 298/2020 14% [========= ] 299/2020 14% [========= ] 300/2020 14% [========= ] 301/2020 14% [========= ] 302/2020 14% [========= ] 303/2020 15% [========= ] 304/2020 15% [========= ] 305/2020 15% [========= ] 306/2020 15% [========= ] 307/2020 15% [========= ] 308/2020 15% [========= ] 309/2020 15% [========= ] 310/2020 15% [========= ] 311/2020 15% [========= ] 312/2020 15% [========= ] 313/2020 15% [========= ] 314/2020 15% [========= ] 315/2020 15% [========= ] 316/2020 15% [========= ] 317/2020 15% [========= ] 318/2020 15% [========= ] 319/2020 15% [========= ] 320/2020 15% [========= ] 321/2020 15% [========= ] 322/2020 15% [========= ] 323/2020 15% [========= ] 324/2020 16% [========= ] 325/2020 16% [========== ] 326/2020 16% [========== ] 327/2020 16% [========== ] 328/2020 16% [========== ] 329/2020 16% [========== ] 330/2020 16% [========== ] 331/2020 16% [========== ] 332/2020 16% [========== ] 333/2020 16% [========== ] 334/2020 16% [========== ] 335/2020 16% [========== ] 336/2020 16% [========== ] 337/2020 16% [========== ] 338/2020 16% [========== ] 339/2020 16% [========== ] 340/2020 16% [========== ] 341/2020 16% [========== ] 342/2020 16% [========== ] 343/2020 16% [========== ] 344/2020 17% [========== ] 345/2020 17% [========== ] 346/2020 17% [========== ] 347/2020 17% [========== ] 348/2020 17% [========== ] 349/2020 17% [========== ] 350/2020 17% [========== ] 351/2020 17% [========== ] 352/2020 17% [========== ] 353/2020 17% [========== ] 354/2020 17% [========== ] 355/2020 17% [========== ] 356/2020 17% [========== ] 357/2020 17% [========== ] 358/2020 17% [=========== ] 359/2020 17% [=========== ] 360/2020 17% [=========== ] 361/2020 17% [=========== ] 362/2020 17% [=========== ] 363/2020 17% [=========== ] 364/2020 18% [=========== ] 365/2020 18% [=========== ] 366/2020 18% [=========== ] 367/2020 18% [=========== ] 368/2020 18% [=========== ] 369/2020 18% [=========== ] 370/2020 18% [=========== ] 371/2020 18% [=========== ] 372/2020 18% [=========== ] 373/2020 18% [=========== ] 374/2020 18% [=========== ] 375/2020 18% [=========== ] 376/2020 18% [=========== ] 377/2020 18% [=========== ] 378/2020 18% [=========== ] 379/2020 18% [=========== ] 380/2020 18% [=========== ] 381/2020 18% [=========== ] 382/2020 18% [=========== ] 383/2020 18% [=========== ] 384/2020 19% [=========== ] 385/2020 19% [=========== ] 386/2020 19% [=========== ] 387/2020 19% [=========== ] 388/2020 19% [=========== ] 389/2020 19% [=========== ] 390/2020 19% [============ ] 391/2020 19% [============ ] 392/2020 19% [============ ] 393/2020 19% [============ ] 394/2020 19% [============ ] 395/2020 19% [============ ] 396/2020 19% [============ ] 397/2020 19% [============ ] 398/2020 19% [============ ] 399/2020 19% [============ ] 400/2020 19% [============ ] 401/2020 19% [============ ] 402/2020 19% [============ ] 403/2020 19% [============ ] 404/2020 20% [============ ] 405/2020 20% [============ ] 406/2020 20% [============ ] 407/2020 20% [============ ] 408/2020 20% [============ ] 409/2020 20% [============ ] 410/2020 20% [============ ] 411/2020 20% [============ ] 412/2020 20% [============ ] 413/2020 20% [============ ] 414/2020 20% [============ ] 415/2020 20% [============ ] 416/2020 20% [============ ] 417/2020 20% [============ ] 418/2020 20% [============ ] 419/2020 20% [============ ] 420/2020 20% [============ ] 421/2020 20% [============ ] 422/2020 20% [============ ] 423/2020 20% [============= ] 424/2020 20% [============= ] 425/2020 21% [============= ] 426/2020 21% [============= ] 427/2020 21% [============= ] 428/2020 21% [============= ] 429/2020 21% [============= ] 430/2020 21% [============= ] 431/2020 21% [============= ] 432/2020 21% [============= ] 433/2020 21% [============= ] 434/2020 21% [============= ] 435/2020 21% [============= ] 436/2020 21% [============= ] 437/2020 21% [============= ] 438/2020 21% [============= ] 439/2020 21% [============= ] 440/2020 21% [============= ] 441/2020 21% [============= ] 442/2020 21% [============= ] 443/2020 21% [============= ] 444/2020 21% [============= ] 445/2020 22% [============= ] 446/2020 22% [============= ] 447/2020 22% [============= ] 448/2020 22% [============= ] 449/2020 22% [============= ] 450/2020 22% [============= ] 451/2020 22% [============= ] 452/2020 22% [============= ] 453/2020 22% [============= ] 454/2020 22% [============= ] 455/2020 22% [============= ] 456/2020 22% [============== ] 457/2020 22% [============== ] 458/2020 22% [============== ] 459/2020 22% [============== ] 460/2020 22% [============== ] 461/2020 22% [============== ] 462/2020 22% [============== ] 463/2020 22% [============== ] 464/2020 22% [============== ] 465/2020 23% [============== ] 466/2020 23% [============== ] 467/2020 23% [============== ] 468/2020 23% [============== ] 469/2020 23% [============== ] 470/2020 23% [============== ] 471/2020 23% [============== ] 472/2020 23% [============== ] 473/2020 23% [============== ] 474/2020 23% [============== ] 475/2020 23% [============== ] 476/2020 23% [============== ] 477/2020 23% [============== ] 478/2020 23% [============== ] 479/2020 23% [============== ] 480/2020 23% [============== ] 481/2020 23% [============== ] 482/2020 23% [============== ] 483/2020 23% [============== ] 484/2020 23% [============== ] 485/2020 24% [============== ] 486/2020 24% [============== ] 487/2020 24% [============== ] 488/2020 24% [=============== ] 489/2020 24% [=============== ] 490/2020 24% [=============== ] 491/2020 24% [=============== ] 492/2020 24% [=============== ] 493/2020 24% [=============== ] 494/2020 24% [=============== ] 495/2020 24% [=============== ] 496/2020 24% [=============== ] 497/2020 24% [=============== ] 498/2020 24% [=============== ] 499/2020 24% [=============== ] 500/2020 24% [=============== ] 501/2020 24% [=============== ] 502/2020 24% [=============== ] 503/2020 24% [=============== ] 504/2020 24% [=============== ] 505/2020 25% [=============== ] 506/2020 25% [=============== ] 507/2020 25% [=============== ] 508/2020 25% [=============== ] 509/2020 25% [=============== ] 510/2020 25% [=============== ] 511/2020 25% [=============== ] 512/2020 25% [=============== ] 513/2020 25% [=============== ] 514/2020 25% [=============== ] 515/2020 25% [=============== ] 516/2020 25% [=============== ] 517/2020 25% [=============== ] 518/2020 25% [=============== ] 519/2020 25% [=============== ] 520/2020 25% [=============== ] 521/2020 25% [================ ] 522/2020 25% [================ ] 523/2020 25% [================ ] 524/2020 25% [================ ] 525/2020 25% [================ ] 526/2020 26% [================ ] 527/2020 26% [================ ] 528/2020 26% [================ ] 529/2020 26% [================ ] 530/2020 26% [================ ] 531/2020 26% [================ ] 532/2020 26% [================ ] 533/2020 26% [================ ] 534/2020 26% [================ ] 535/2020 26% [================ ] 536/2020 26% [================ ] 537/2020 26% [================ ] 538/2020 26% [================ ] 539/2020 26% [================ ] 540/2020 26% [================ ] 541/2020 26% [================ ] 542/2020 26% [================ ] 543/2020 26% [================ ] 544/2020 26% [================ ] 545/2020 26% [================ ] 546/2020 27% [================ ] 547/2020 27% [================ ] 548/2020 27% [================ ] 549/2020 27% [================ ] 550/2020 27% [================ ] 551/2020 27% [================ ] 552/2020 27% [================ ] 553/2020 27% [================= ] 554/2020 27% [================= ] 555/2020 27% [================= ] 556/2020 27% [================= ] 557/2020 27% [================= ] 558/2020 27% [================= ] 559/2020 27% [================= ] 560/2020 27% [================= ] 561/2020 27% [================= ] 562/2020 27% [================= ] 563/2020 27% [================= ] 564/2020 27% [================= ] 565/2020 27% [================= ] 566/2020 28% [================= ] 567/2020 28% [================= ] 568/2020 28% [================= ] 569/2020 28% [================= ] 570/2020 28% [================= ] 571/2020 28% [================= ] 572/2020 28% [================= ] 573/2020 28% [================= ] 574/2020 28% [================= ] 575/2020 28% [================= ] 576/2020 28% [================= ] 577/2020 28% [================= ] 578/2020 28% [================= ] 579/2020 28% [================= ] 580/2020 28% [================= ] 581/2020 28% [================= ] 582/2020 28% [================= ] 583/2020 28% [================= ] 584/2020 28% [================= ] 585/2020 28% [================= ] 586/2020 29% [================== ] 587/2020 29% [================== ] 588/2020 29% [================== ] 589/2020 29% [================== ] 590/2020 29% [================== ] 591/2020 29% [================== ] 592/2020 29% [================== ] 593/2020 29% [================== ] 594/2020 29% [================== ] 595/2020 29% [================== ] 596/2020 29% [================== ] 597/2020 29% [================== ] 598/2020 29% [================== ] 599/2020 29% [================== ] 600/2020 29% [================== ] 601/2020 29% [================== ] 602/2020 29% [================== ] 603/2020 29% [================== ] 604/2020 29% [================== ] 605/2020 29% [================== ] 606/2020 30% [================== ] 607/2020 30% [================== ] 608/2020 30% [================== ] 609/2020 30% [================== ] 610/2020 30% [================== ] 611/2020 30% [================== ] 612/2020 30% [================== ] 613/2020 30% [================== ] 614/2020 30% [================== ] 615/2020 30% [================== ] 616/2020 30% [================== ] 617/2020 30% [================== ] 618/2020 30% [================== ] 619/2020 30% [=================== ] 620/2020 30% [=================== ] 621/2020 30% [=================== ] 622/2020 30% [=================== ] 623/2020 30% [=================== ] 624/2020 30% [=================== ] 625/2020 30% [=================== ] 626/2020 30% [=================== ] 627/2020 31% [=================== ] 628/2020 31% [=================== ] 629/2020 31% [=================== ] 630/2020 31% [=================== ] 631/2020 31% [=================== ] 632/2020 31% [=================== ] 633/2020 31% [=================== ] 634/2020 31% [=================== ] 635/2020 31% [=================== ] 636/2020 31% [=================== ] 637/2020 31% [=================== ] 638/2020 31% [=================== ] 639/2020 31% [=================== ] 640/2020 31% [=================== ] 641/2020 31% [=================== ] 642/2020 31% [=================== ] 643/2020 31% [=================== ] 644/2020 31% [=================== ] 645/2020 31% [=================== ] 646/2020 31% [=================== ] 647/2020 32% [=================== ] 648/2020 32% [=================== ] 649/2020 32% [=================== ] 650/2020 32% [=================== ] 651/2020 32% [==================== ] 652/2020 32% [==================== ] 653/2020 32% [==================== ] 654/2020 32% [==================== ] 655/2020 32% [==================== ] 656/2020 32% [==================== ] 657/2020 32% [==================== ] 658/2020 32% [==================== ] 659/2020 32% [==================== ] 660/2020 32% [==================== ] 661/2020 32% [==================== ] 662/2020 32% [==================== ] 663/2020 32% [==================== ] 664/2020 32% [==================== ] 665/2020 32% [==================== ] 666/2020 32% [==================== ] 667/2020 33% [==================== ] 668/2020 33% [==================== ] 669/2020 33% [==================== ] 670/2020 33% [==================== ] 671/2020 33% [==================== ] 672/2020 33% [==================== ] 673/2020 33% [==================== ] 674/2020 33% [==================== ] 675/2020 33% [==================== ] 676/2020 33% [==================== ] 677/2020 33% [==================== ] 678/2020 33% [==================== ] 679/2020 33% [==================== ] 680/2020 33% [==================== ] 681/2020 33% [==================== ] 682/2020 33% [==================== ] 683/2020 33% [==================== ] 684/2020 33% [===================== ] 685/2020 33% [===================== ] 686/2020 33% [===================== ] 687/2020 34% [===================== ] 688/2020 34% [===================== ] 689/2020 34% [===================== ] 690/2020 34% [===================== ] 691/2020 34% [===================== ] 692/2020 34% [===================== ] 693/2020 34% [===================== ] 694/2020 34% [===================== ] 695/2020 34% [===================== ] 696/2020 34% [===================== ] 697/2020 34% [===================== ] 698/2020 34% [===================== ] 699/2020 34% [===================== ] 700/2020 34% [===================== ] 701/2020 34% [===================== ] 702/2020 34% [===================== ] 703/2020 34% [===================== ] 704/2020 34% [===================== ] 705/2020 34% [===================== ] 706/2020 34% [===================== ] 707/2020 35% [===================== ] 708/2020 35% [===================== ] 709/2020 35% [===================== ] 710/2020 35% [===================== ] 711/2020 35% [===================== ] 712/2020 35% [===================== ] 713/2020 35% [===================== ] 714/2020 35% [===================== ] 715/2020 35% [===================== ] 716/2020 35% [====================== ] 717/2020 35% [====================== ] 718/2020 35% [====================== ] 719/2020 35% [====================== ] 720/2020 35% [====================== ] 721/2020 35% [====================== ] 722/2020 35% [====================== ] 723/2020 35% [====================== ] 724/2020 35% [====================== ] 725/2020 35% [====================== ] 726/2020 35% [====================== ] 727/2020 35% [====================== ] 728/2020 36% [====================== ] 729/2020 36% [====================== ] 730/2020 36% [====================== ] 731/2020 36% [====================== ] 732/2020 36% [====================== ] 733/2020 36% [====================== ] 734/2020 36% [====================== ] 735/2020 36% [====================== ] 736/2020 36% [====================== ] 737/2020 36% [====================== ] 738/2020 36% [====================== ] 739/2020 36% [====================== ] 740/2020 36% [====================== ] 741/2020 36% [====================== ] 742/2020 36% [====================== ] 743/2020 36% [====================== ] 744/2020 36% [====================== ] 745/2020 36% [====================== ] 746/2020 36% [====================== ] 747/2020 36% [====================== ] 748/2020 37% [====================== ] 749/2020 37% [======================= ] 750/2020 37% [======================= ] 751/2020 37% [======================= ] 752/2020 37% [======================= ] 753/2020 37% [======================= ] 754/2020 37% [======================= ] 755/2020 37% [======================= ] 756/2020 37% [======================= ] 757/2020 37% [======================= ] 758/2020 37% [======================= ] 759/2020 37% [======================= ] 760/2020 37% [======================= ] 761/2020 37% [======================= ] 762/2020 37% [======================= ] 763/2020 37% [======================= ] 764/2020 37% [======================= ] 765/2020 37% [======================= ] 766/2020 37% [======================= ] 767/2020 37% [======================= ] 768/2020 38% [======================= ] 769/2020 38% [======================= ] 770/2020 38% [======================= ] 771/2020 38% [======================= ] 772/2020 38% [======================= ] 773/2020 38% [======================= ] 774/2020 38% [======================= ] 775/2020 38% [======================= ] 776/2020 38% [======================= ] 777/2020 38% [======================= ] 778/2020 38% [======================= ] 779/2020 38% [======================= ] 780/2020 38% [======================= ] 781/2020 38% [======================== ] 782/2020 38% [======================== ] 783/2020 38% [======================== ] 784/2020 38% [======================== ] 785/2020 38% [======================== ] 786/2020 38% [======================== ] 787/2020 38% [======================== ] 788/2020 39% [======================== ] 789/2020 39% [======================== ] 790/2020 39% [======================== ] 791/2020 39% [======================== ] 792/2020 39% [======================== ] 793/2020 39% [======================== ] 794/2020 39% [======================== ] 795/2020 39% [======================== ] 796/2020 39% [======================== ] 797/2020 39% [======================== ] 798/2020 39% [======================== ] 799/2020 39% [======================== ] 800/2020 39% [======================== ] 801/2020 39% [======================== ] 802/2020 39% [======================== ] 803/2020 39% [======================== ] 804/2020 39% [======================== ] 805/2020 39% [======================== ] 806/2020 39% [======================== ] 807/2020 39% [======================== ] 808/2020 40% [======================== ] 809/2020 40% [======================== ] 810/2020 40% [======================== ] 811/2020 40% [======================== ] 812/2020 40% [======================== ] 813/2020 40% [======================== ] 814/2020 40% [========================= ] 815/2020 40% [========================= ] 816/2020 40% [========================= ] 817/2020 40% [========================= ] 818/2020 40% [========================= ] 819/2020 40% [========================= ] 820/2020 40% [========================= ] 821/2020 40% [========================= ] 822/2020 40% [========================= ] 823/2020 40% [========================= ] 824/2020 40% [========================= ] 825/2020 40% [========================= ] 826/2020 40% [========================= ] 827/2020 40% [========================= ] 828/2020 40% [========================= ] 829/2020 41% [========================= ] 830/2020 41% [========================= ] 831/2020 41% [========================= ] 832/2020 41% [========================= ] 833/2020 41% [========================= ] 834/2020 41% [========================= ] 835/2020 41% [========================= ] 836/2020 41% [========================= ] 837/2020 41% [========================= ] 838/2020 41% [========================= ] 839/2020 41% [========================= ] 840/2020 41% [========================= ] 841/2020 41% [========================= ] 842/2020 41% [========================= ] 843/2020 41% [========================= ] 844/2020 41% [========================= ] 845/2020 41% [========================= ] 846/2020 41% [========================= ] 847/2020 41% [========================== ] 848/2020 41% [========================== ] 849/2020 42% [========================== ] 850/2020 42% [========================== ] 851/2020 42% [========================== ] 852/2020 42% [========================== ] 853/2020 42% [========================== ] 854/2020 42% [========================== ] 855/2020 42% [========================== ] 856/2020 42% [========================== ] 857/2020 42% [========================== ] 858/2020 42% [========================== ] 859/2020 42% [========================== ] 860/2020 42% [========================== ] 861/2020 42% [========================== ] 862/2020 42% [========================== ] 863/2020 42% [========================== ] 864/2020 42% [========================== ] 865/2020 42% [========================== ] 866/2020 42% [========================== ] 867/2020 42% [========================== ] 868/2020 42% [========================== ] 869/2020 43% [========================== ] 870/2020 43% [========================== ] 871/2020 43% [========================== ] 872/2020 43% [========================== ] 873/2020 43% [========================== ] 874/2020 43% [========================== ] 875/2020 43% [========================== ] 876/2020 43% [========================== ] 877/2020 43% [========================== ] 878/2020 43% [========================== ] 879/2020 43% [=========================== ] 880/2020 43% [=========================== ] 881/2020 43% [=========================== ] 882/2020 43% [=========================== ] 883/2020 43% [=========================== ] 884/2020 43% [=========================== ] 885/2020 43% [=========================== ] 886/2020 43% [=========================== ] 887/2020 43% [=========================== ] 888/2020 43% [=========================== ] 889/2020 44% [=========================== ] 890/2020 44% [=========================== ] 891/2020 44% [=========================== ] 892/2020 44% [=========================== ] 893/2020 44% [=========================== ] 894/2020 44% [=========================== ] 895/2020 44% [=========================== ] 896/2020 44% [=========================== ] 897/2020 44% [=========================== ] 898/2020 44% [=========================== ] 899/2020 44% [=========================== ] 900/2020 44% [=========================== ] 901/2020 44% [=========================== ] 902/2020 44% [=========================== ] 903/2020 44% [=========================== ] 904/2020 44% [=========================== ] 905/2020 44% [=========================== ] 906/2020 44% [=========================== ] 907/2020 44% [=========================== ] 908/2020 44% [=========================== ] 909/2020 45% [=========================== ] 910/2020 45% [=========================== ] 911/2020 45% [=========================== ] 912/2020 45% [============================ ] 913/2020 45% [============================ ] 914/2020 45% [============================ ] 915/2020 45% [============================ ] 916/2020 45% [============================ ] 917/2020 45% [============================ ] 918/2020 45% [============================ ] 919/2020 45% [============================ ] 920/2020 45% [============================ ] 921/2020 45% [============================ ] 922/2020 45% [============================ ] 923/2020 45% [============================ ] 924/2020 45% [============================ ] 925/2020 45% [============================ ] 926/2020 45% [============================ ] 927/2020 45% [============================ ] 928/2020 45% [============================ ] 929/2020 45% [============================ ] 930/2020 46% [============================ ] 931/2020 46% [============================ ] 932/2020 46% [============================ ] 933/2020 46% [============================ ] 934/2020 46% [============================ ] 935/2020 46% [============================ ] 936/2020 46% [============================ ] 937/2020 46% [============================ ] 938/2020 46% [============================ ] 939/2020 46% [============================ ] 940/2020 46% [============================ ] 941/2020 46% [============================ ] 942/2020 46% [============================ ] 943/2020 46% [============================ ] 944/2020 46% [============================= ] 945/2020 46% [============================= ] 946/2020 46% [============================= ] 947/2020 46% [============================= ] 948/2020 46% [============================= ] 949/2020 46% [============================= ] 950/2020 47% [============================= ] 951/2020 47% [============================= ] 952/2020 47% [============================= ] 953/2020 47% [============================= ] 954/2020 47% [============================= ] 955/2020 47% [============================= ] 956/2020 47% [============================= ] 957/2020 47% [============================= ] 958/2020 47% [============================= ] 959/2020 47% [============================= ] 960/2020 47% [============================= ] 961/2020 47% [============================= ] 962/2020 47% [============================= ] 963/2020 47% [============================= ] 964/2020 47% [============================= ] 965/2020 47% [============================= ] 966/2020 47% [============================= ] 967/2020 47% [============================= ] 968/2020 47% [============================= ] 969/2020 47% [============================= ] 970/2020 48% [============================= ] 971/2020 48% [============================= ] 972/2020 48% [============================= ] 973/2020 48% [============================= ] 974/2020 48% [============================= ] 975/2020 48% [============================= ] 976/2020 48% [============================= ] 977/2020 48% [============================== ] 978/2020 48% [============================== ] 979/2020 48% [============================== ] 980/2020 48% [============================== ] 981/2020 48% [============================== ] 982/2020 48% [============================== ] 983/2020 48% [============================== ] 984/2020 48% [============================== ] 985/2020 48% [============================== ] 986/2020 48% [============================== ] 987/2020 48% [============================== ] 988/2020 48% [============================== ] 989/2020 48% [============================== ] 990/2020 49% [============================== ] 991/2020 49% [============================== ] 992/2020 49% [============================== ] 993/2020 49% [============================== ] 994/2020 49% [============================== ] 995/2020 49% [============================== ] 996/2020 49% [============================== ] 997/2020 49% [============================== ] 998/2020 49% [============================== ] 999/2020 49% [============================== ] 1000/2020 49% [============================== ] 1001/2020 49% [============================== ] 1002/2020 49% [============================== ] 1003/2020 49% [============================== ] 1004/2020 49% [============================== ] 1005/2020 49% [============================== ] 1006/2020 49% [============================== ] 1007/2020 49% [============================== ] 1008/2020 49% [============================== ] 1009/2020 49% [=============================== ] 1010/2020 50% [=============================== ] 1011/2020 50% [=============================== ] 1012/2020 50% [=============================== ] 1013/2020 50% [=============================== ] 1014/2020 50% [=============================== ] 1015/2020 50% [=============================== ] 1016/2020 50% [=============================== ] 1017/2020 50% [=============================== ] 1018/2020 50% [=============================== ] 1019/2020 50% [=============================== ] 1020/2020 50% [=============================== ] 1021/2020 50% [=============================== ] 1022/2020 50% [=============================== ] 1023/2020 50% [=============================== ] 1024/2020 50% [=============================== ] 1025/2020 50% [=============================== ] 1026/2020 50% [=============================== ] 1027/2020 50% [=============================== ] 1028/2020 50% [=============================== ] 1029/2020 50% [=============================== ] 1030/2020 50% [=============================== ] 1031/2020 51% [=============================== ] 1032/2020 51% [=============================== ] 1033/2020 51% [=============================== ] 1034/2020 51% [=============================== ] 1035/2020 51% [=============================== ] 1036/2020 51% [=============================== ] 1037/2020 51% [=============================== ] 1038/2020 51% [=============================== ] 1039/2020 51% [=============================== ] 1040/2020 51% [=============================== ] 1041/2020 51% [=============================== ] 1042/2020 51% [================================ ] 1043/2020 51% [================================ ] 1044/2020 51% [================================ ] 1045/2020 51% [================================ ] 1046/2020 51% [================================ ] 1047/2020 51% [================================ ] 1048/2020 51% [================================ ] 1049/2020 51% [================================ ] 1050/2020 51% [================================ ] 1051/2020 52% [================================ ] 1052/2020 52% [================================ ] 1053/2020 52% [================================ ] 1054/2020 52% [================================ ] 1055/2020 52% [================================ ] 1056/2020 52% [================================ ] 1057/2020 52% [================================ ] 1058/2020 52% [================================ ] 1059/2020 52% [================================ ] 1060/2020 52% [================================ ] 1061/2020 52% [================================ ] 1062/2020 52% [================================ ] 1063/2020 52% [================================ ] 1064/2020 52% [================================ ] 1065/2020 52% [================================ ] 1066/2020 52% [================================ ] 1067/2020 52% [================================ ] 1068/2020 52% [================================ ] 1069/2020 52% [================================ ] 1070/2020 52% [================================ ] 1071/2020 53% [================================ ] 1072/2020 53% [================================ ] 1073/2020 53% [================================ ] 1074/2020 53% [================================ ] 1075/2020 53% [================================= ] 1076/2020 53% [================================= ] 1077/2020 53% [================================= ] 1078/2020 53% [================================= ] 1079/2020 53% [================================= ] 1080/2020 53% [================================= ] 1081/2020 53% [================================= ] 1082/2020 53% [================================= ] 1083/2020 53% [================================= ] 1084/2020 53% [================================= ] 1085/2020 53% [================================= ] 1086/2020 53% [================================= ] 1087/2020 53% [================================= ] 1088/2020 53% [================================= ] 1089/2020 53% [================================= ] 1090/2020 53% [================================= ] 1091/2020 54% [================================= ] 1092/2020 54% [================================= ] 1093/2020 54% [================================= ] 1094/2020 54% [================================= ] 1095/2020 54% [================================= ] 1096/2020 54% [================================= ] 1097/2020 54% [================================= ] 1098/2020 54% [================================= ] 1099/2020 54% [================================= ] 1100/2020 54% [================================= ] 1101/2020 54% [================================= ] 1102/2020 54% [================================= ] 1103/2020 54% [================================= ] 1104/2020 54% [================================= ] 1105/2020 54% [================================= ] 1106/2020 54% [================================= ] 1107/2020 54% [================================== ] 1108/2020 54% [================================== ] 1109/2020 54% [================================== ] 1110/2020 54% [================================== ] 1111/2020 55% [================================== ] 1112/2020 55% [================================== ] 1113/2020 55% [================================== ] 1114/2020 55% [================================== ] 1115/2020 55% [================================== ] 1116/2020 55% [================================== ] 1117/2020 55% [================================== ] 1118/2020 55% [================================== ] 1119/2020 55% [================================== ] 1120/2020 55% [================================== ] 1121/2020 55% [================================== ] 1122/2020 55% [================================== ] 1123/2020 55% [================================== ] 1124/2020 55% [================================== ] 1125/2020 55% [================================== ] 1126/2020 55% [================================== ] 1127/2020 55% [================================== ] 1128/2020 55% [================================== ] 1129/2020 55% [================================== ] 1130/2020 55% [================================== ] 1131/2020 55% [================================== ] 1132/2020 56% [================================== ] 1133/2020 56% [================================== ] 1134/2020 56% [================================== ] 1135/2020 56% [================================== ] 1136/2020 56% [================================== ] 1137/2020 56% [================================== ] 1138/2020 56% [================================== ] 1139/2020 56% [================================== ] 1140/2020 56% [=================================== ] 1141/2020 56% [=================================== ] 1142/2020 56% [=================================== ] 1143/2020 56% [=================================== ] 1144/2020 56% [=================================== ] 1145/2020 56% [=================================== ] 1146/2020 56% [=================================== ] 1147/2020 56% [=================================== ] 1148/2020 56% [=================================== ] 1149/2020 56% [=================================== ] 1150/2020 56% [=================================== ] 1151/2020 56% [=================================== ] 1152/2020 57% [=================================== ] 1153/2020 57% [=================================== ] 1154/2020 57% [=================================== ] 1155/2020 57% [=================================== ] 1156/2020 57% [=================================== ] 1157/2020 57% [=================================== ] 1158/2020 57% [=================================== ] 1159/2020 57% [=================================== ] 1160/2020 57% [=================================== ] 1161/2020 57% [=================================== ] 1162/2020 57% [=================================== ] 1163/2020 57% [=================================== ] 1164/2020 57% [=================================== ] 1165/2020 57% [=================================== ] 1166/2020 57% [=================================== ] 1167/2020 57% [=================================== ] 1168/2020 57% [=================================== ] 1169/2020 57% [=================================== ] 1170/2020 57% [=================================== ] 1171/2020 57% [=================================== ] 1172/2020 58% [==================================== ] 1173/2020 58% [==================================== ] 1174/2020 58% [==================================== ] 1175/2020 58% [==================================== ] 1176/2020 58% [==================================== ] 1177/2020 58% [==================================== ] 1178/2020 58% [==================================== ] 1179/2020 58% [==================================== ] 1180/2020 58% [==================================== ] 1181/2020 58% [==================================== ] 1182/2020 58% [==================================== ] 1183/2020 58% [==================================== ] 1184/2020 58% [==================================== ] 1185/2020 58% [==================================== ] 1186/2020 58% [==================================== ] 1187/2020 58% [==================================== ] 1188/2020 58% [==================================== ] 1189/2020 58% [==================================== ] 1190/2020 58% [==================================== ] 1191/2020 58% [==================================== ] 1192/2020 59% [==================================== ] 1193/2020 59% [==================================== ] 1194/2020 59% [==================================== ] 1195/2020 59% [==================================== ] 1196/2020 59% [==================================== ] 1197/2020 59% [==================================== ] 1198/2020 59% [==================================== ] 1199/2020 59% [==================================== ] 1200/2020 59% [==================================== ] 1201/2020 59% [==================================== ] 1202/2020 59% [==================================== ] 1203/2020 59% [==================================== ] 1204/2020 59% [==================================== ] 1205/2020 59% [===================================== ] 1206/2020 59% [===================================== ] 1207/2020 59% [===================================== ] 1208/2020 59% [===================================== ] 1209/2020 59% [===================================== ] 1210/2020 59% [===================================== ] 1211/2020 59% [===================================== ] 1212/2020 60% [===================================== ] 1213/2020 60% [===================================== ] 1214/2020 60% [===================================== ] 1215/2020 60% [===================================== ] 1216/2020 60% [===================================== ] 1217/2020 60% [===================================== ] 1218/2020 60% [===================================== ] 1219/2020 60% [===================================== ] 1220/2020 60% [===================================== ] 1221/2020 60% [===================================== ] 1222/2020 60% [===================================== ] 1223/2020 60% [===================================== ] 1224/2020 60% [===================================== ] 1225/2020 60% [===================================== ] 1226/2020 60% [===================================== ] 1227/2020 60% [===================================== ] 1228/2020 60% [===================================== ] 1229/2020 60% [===================================== ] 1230/2020 60% [===================================== ] 1231/2020 60% [===================================== ] 1232/2020 60% [===================================== ] 1233/2020 61% [===================================== ] 1234/2020 61% [===================================== ] 1235/2020 61% [===================================== ] 1236/2020 61% [===================================== ] 1237/2020 61% [===================================== ] 1238/2020 61% [====================================== ] 1239/2020 61% [====================================== ] 1240/2020 61% [====================================== ] 1241/2020 61% [====================================== ] 1242/2020 61% [====================================== ] 1243/2020 61% [====================================== ] 1244/2020 61% [====================================== ] 1245/2020 61% [====================================== ] 1246/2020 61% [====================================== ] 1247/2020 61% [====================================== ] 1248/2020 61% [====================================== ] 1249/2020 61% [====================================== ] 1250/2020 61% [====================================== ] 1251/2020 61% [====================================== ] 1252/2020 61% [====================================== ] 1253/2020 62% [====================================== ] 1254/2020 62% [====================================== ] 1255/2020 62% [====================================== ] 1256/2020 62% [====================================== ] 1257/2020 62% [====================================== ] 1258/2020 62% [====================================== ] 1259/2020 62% [====================================== ] 1260/2020 62% [====================================== ] 1261/2020 62% [====================================== ] 1262/2020 62% [====================================== ] 1263/2020 62% [====================================== ] 1264/2020 62% [====================================== ] 1265/2020 62% [====================================== ] 1266/2020 62% [====================================== ] 1267/2020 62% [====================================== ] 1268/2020 62% [====================================== ] 1269/2020 62% [====================================== ] 1270/2020 62% [======================================= ] 1271/2020 62% [======================================= ] 1272/2020 62% [======================================= ] 1273/2020 63% [======================================= ] 1274/2020 63% [======================================= ] 1275/2020 63% [======================================= ] 1276/2020 63% [======================================= ] 1277/2020 63% [======================================= ] 1278/2020 63% [======================================= ] 1279/2020 63% [======================================= ] 1280/2020 63% [======================================= ] 1281/2020 63% [======================================= ] 1282/2020 63% [======================================= ] 1283/2020 63% [======================================= ] 1284/2020 63% [======================================= ] 1285/2020 63% [======================================= ] 1286/2020 63% [======================================= ] 1287/2020 63% [======================================= ] 1288/2020 63% [======================================= ] 1289/2020 63% [======================================= ] 1290/2020 63% [======================================= ] 1291/2020 63% [======================================= ] 1292/2020 63% [======================================= ] 1293/2020 64% [======================================= ] 1294/2020 64% [======================================= ] 1295/2020 64% [======================================= ] 1296/2020 64% [======================================= ] 1297/2020 64% [======================================= ] 1298/2020 64% [======================================= ] 1299/2020 64% [======================================= ] 1300/2020 64% [======================================= ] 1301/2020 64% [======================================= ] 1302/2020 64% [======================================= ] 1303/2020 64% [======================================== ] 1304/2020 64% [======================================== ] 1305/2020 64% [======================================== ] 1306/2020 64% [======================================== ] 1307/2020 64% [======================================== ] 1308/2020 64% [======================================== ] 1309/2020 64% [======================================== ] 1310/2020 64% [======================================== ] 1311/2020 64% [======================================== ] 1312/2020 64% [======================================== ] 1313/2020 65% [======================================== ] 1314/2020 65% [======================================== ] 1315/2020 65% [======================================== ] 1316/2020 65% [======================================== ] 1317/2020 65% [======================================== ] 1318/2020 65% [======================================== ] 1319/2020 65% [======================================== ] 1320/2020 65% [======================================== ] 1321/2020 65% [======================================== ] 1322/2020 65% [======================================== ] 1323/2020 65% [======================================== ] 1324/2020 65% [======================================== ] 1325/2020 65% [======================================== ] 1326/2020 65% [======================================== ] 1327/2020 65% [======================================== ] 1328/2020 65% [======================================== ] 1329/2020 65% [======================================== ] 1330/2020 65% [======================================== ] 1331/2020 65% [======================================== ] 1332/2020 65% [======================================== ] 1333/2020 65% [======================================== ] 1334/2020 66% [======================================== ] 1335/2020 66% [========================================= ] 1336/2020 66% [========================================= ] 1337/2020 66% [========================================= ] 1338/2020 66% [========================================= ] 1339/2020 66% [========================================= ] 1340/2020 66% [========================================= ] 1341/2020 66% [========================================= ] 1342/2020 66% [========================================= ] 1343/2020 66% [========================================= ] 1344/2020 66% [========================================= ] 1345/2020 66% [========================================= ] 1346/2020 66% [========================================= ] 1347/2020 66% [========================================= ] 1348/2020 66% [========================================= ] 1349/2020 66% [========================================= ] 1350/2020 66% [========================================= ] 1351/2020 66% [========================================= ] 1352/2020 66% [========================================= ] 1353/2020 66% [========================================= ] 1354/2020 67% [========================================= ] 1355/2020 67% [========================================= ] 1356/2020 67% [========================================= ] 1357/2020 67% [========================================= ] 1358/2020 67% [========================================= ] 1359/2020 67% [========================================= ] 1360/2020 67% [========================================= ] 1361/2020 67% [========================================= ] 1362/2020 67% [========================================= ] 1363/2020 67% [========================================= ] 1364/2020 67% [========================================= ] 1365/2020 67% [========================================= ] 1366/2020 67% [========================================= ] 1367/2020 67% [========================================= ] 1368/2020 67% [========================================== ] 1369/2020 67% [========================================== ] 1370/2020 67% [========================================== ] 1371/2020 67% [========================================== ] 1372/2020 67% [========================================== ] 1373/2020 67% [========================================== ] 1374/2020 68% [========================================== ] 1375/2020 68% [========================================== ] 1376/2020 68% [========================================== ] 1377/2020 68% [========================================== ] 1378/2020 68% [========================================== ] 1379/2020 68% [========================================== ] 1380/2020 68% [========================================== ] 1381/2020 68% [========================================== ] 1382/2020 68% [========================================== ] 1383/2020 68% [========================================== ] 1384/2020 68% [========================================== ] 1385/2020 68% [========================================== ] 1386/2020 68% [========================================== ] 1387/2020 68% [========================================== ] 1388/2020 68% [========================================== ] 1389/2020 68% [========================================== ] 1390/2020 68% [========================================== ] 1391/2020 68% [========================================== ] 1392/2020 68% [========================================== ] 1393/2020 68% [========================================== ] 1394/2020 69% [========================================== ] 1395/2020 69% [========================================== ] 1396/2020 69% [========================================== ] 1397/2020 69% [========================================== ] 1398/2020 69% [========================================== ] 1399/2020 69% [========================================== ] 1400/2020 69% [=========================================== ] 1401/2020 69% [=========================================== ] 1402/2020 69% [=========================================== ] 1403/2020 69% [=========================================== ] 1404/2020 69% [=========================================== ] 1405/2020 69% [=========================================== ] 1406/2020 69% [=========================================== ] 1407/2020 69% [=========================================== ] 1408/2020 69% [=========================================== ] 1409/2020 69% [=========================================== ] 1410/2020 69% [=========================================== ] 1411/2020 69% [=========================================== ] 1412/2020 69% [=========================================== ] 1413/2020 69% [=========================================== ] 1414/2020 70% [=========================================== ] 1415/2020 70% [=========================================== ] 1416/2020 70% [=========================================== ] 1417/2020 70% [=========================================== ] 1418/2020 70% [=========================================== ] 1419/2020 70% [=========================================== ] 1420/2020 70% [=========================================== ] 1421/2020 70% [=========================================== ] 1422/2020 70% [=========================================== ] 1423/2020 70% [=========================================== ] 1424/2020 70% [=========================================== ] 1425/2020 70% [=========================================== ] 1426/2020 70% [=========================================== ] 1427/2020 70% [=========================================== ] 1428/2020 70% [=========================================== ] 1429/2020 70% [=========================================== ] 1430/2020 70% [=========================================== ] 1431/2020 70% [=========================================== ] 1432/2020 70% [=========================================== ] 1433/2020 70% [============================================ ] 1434/2020 70% [============================================ ] 1435/2020 71% [============================================ ] 1436/2020 71% [============================================ ] 1437/2020 71% [============================================ ] 1438/2020 71% [============================================ ] 1439/2020 71% [============================================ ] 1440/2020 71% [============================================ ] 1441/2020 71% [============================================ ] 1442/2020 71% [============================================ ] 1443/2020 71% [============================================ ] 1444/2020 71% [============================================ ] 1445/2020 71% [============================================ ] 1446/2020 71% [============================================ ] 1447/2020 71% [============================================ ] 1448/2020 71% [============================================ ] 1449/2020 71% [============================================ ] 1450/2020 71% [============================================ ] 1451/2020 71% [============================================ ] 1452/2020 71% [============================================ ] 1453/2020 71% [============================================ ] 1454/2020 71% [============================================ ] 1455/2020 72% [============================================ ] 1456/2020 72% [============================================ ] 1457/2020 72% [============================================ ] 1458/2020 72% [============================================ ] 1459/2020 72% [============================================ ] 1460/2020 72% [============================================ ] 1461/2020 72% [============================================ ] 1462/2020 72% [============================================ ] 1463/2020 72% [============================================ ] 1464/2020 72% [============================================ ] 1465/2020 72% [============================================ ] 1466/2020 72% [============================================= ] 1467/2020 72% [============================================= ] 1468/2020 72% [============================================= ] 1469/2020 72% [============================================= ] 1470/2020 72% [============================================= ] 1471/2020 72% [============================================= ] 1472/2020 72% [============================================= ] 1473/2020 72% [============================================= ] 1474/2020 72% [============================================= ] 1475/2020 73% [============================================= ] 1476/2020 73% [============================================= ] 1477/2020 73% [============================================= ] 1478/2020 73% [============================================= ] 1479/2020 73% [============================================= ] 1480/2020 73% [============================================= ] 1481/2020 73% [============================================= ] 1482/2020 73% [============================================= ] 1483/2020 73% [============================================= ] 1484/2020 73% [============================================= ] 1485/2020 73% [============================================= ] 1486/2020 73% [============================================= ] 1487/2020 73% [============================================= ] 1488/2020 73% [============================================= ] 1489/2020 73% [============================================= ] 1490/2020 73% [============================================= ] 1491/2020 73% [============================================= ] 1492/2020 73% [============================================= ] 1493/2020 73% [============================================= ] 1494/2020 73% [============================================= ] 1495/2020 74% [============================================= ] 1496/2020 74% [============================================= ] 1497/2020 74% [============================================= ] 1498/2020 74% [============================================== ] 1499/2020 74% [============================================== ] 1500/2020 74% [============================================== ] 1501/2020 74% [============================================== ] 1502/2020 74% [============================================== ] 1503/2020 74% [============================================== ] 1504/2020 74% [============================================== ] 1505/2020 74% [============================================== ] 1506/2020 74% [============================================== ] 1507/2020 74% [============================================== ] 1508/2020 74% [============================================== ] 1509/2020 74% [============================================== ] 1510/2020 74% [============================================== ] 1511/2020 74% [============================================== ] 1512/2020 74% [============================================== ] 1513/2020 74% [============================================== ] 1514/2020 74% [============================================== ] 1515/2020 75% [============================================== ] 1516/2020 75% [============================================== ] 1517/2020 75% [============================================== ] 1518/2020 75% [============================================== ] 1519/2020 75% [============================================== ] 1520/2020 75% [============================================== ] 1521/2020 75% [============================================== ] 1522/2020 75% [============================================== ] 1523/2020 75% [============================================== ] 1524/2020 75% [============================================== ] 1525/2020 75% [============================================== ] 1526/2020 75% [============================================== ] 1527/2020 75% [============================================== ] 1528/2020 75% [============================================== ] 1529/2020 75% [============================================== ] 1530/2020 75% [============================================== ] 1531/2020 75% [=============================================== ] 1532/2020 75% [=============================================== ] 1533/2020 75% [=============================================== ] 1534/2020 75% [=============================================== ] 1535/2020 75% [=============================================== ] 1536/2020 76% [=============================================== ] 1537/2020 76% [=============================================== ] 1538/2020 76% [=============================================== ] 1539/2020 76% [=============================================== ] 1540/2020 76% [=============================================== ] 1541/2020 76% [=============================================== ] 1542/2020 76% [=============================================== ] 1543/2020 76% [=============================================== ] 1544/2020 76% [=============================================== ] 1545/2020 76% [=============================================== ] 1546/2020 76% [=============================================== ] 1547/2020 76% [=============================================== ] 1548/2020 76% [=============================================== ] 1549/2020 76% [=============================================== ] 1550/2020 76% [=============================================== ] 1551/2020 76% [=============================================== ] 1552/2020 76% [=============================================== ] 1553/2020 76% [=============================================== ] 1554/2020 76% [=============================================== ] 1555/2020 76% [=============================================== ] 1556/2020 77% [=============================================== ] 1557/2020 77% [=============================================== ] 1558/2020 77% [=============================================== ] 1559/2020 77% [=============================================== ] 1560/2020 77% [=============================================== ] 1561/2020 77% [=============================================== ] 1562/2020 77% [=============================================== ] 1563/2020 77% [================================================ ] 1564/2020 77% [================================================ ] 1565/2020 77% [================================================ ] 1566/2020 77% [================================================ ] 1567/2020 77% [================================================ ] 1568/2020 77% [================================================ ] 1569/2020 77% [================================================ ] 1570/2020 77% [================================================ ] 1571/2020 77% [================================================ ] 1572/2020 77% [================================================ ] 1573/2020 77% [================================================ ] 1574/2020 77% [================================================ ] 1575/2020 77% [================================================ ] 1576/2020 78% [================================================ ] 1577/2020 78% [================================================ ] 1578/2020 78% [================================================ ] 1579/2020 78% [================================================ ] 1580/2020 78% [================================================ ] 1581/2020 78% [================================================ ] 1582/2020 78% [================================================ ] 1583/2020 78% [================================================ ] 1584/2020 78% [================================================ ] 1585/2020 78% [================================================ ] 1586/2020 78% [================================================ ] 1587/2020 78% [================================================ ] 1588/2020 78% [================================================ ] 1589/2020 78% [================================================ ] 1590/2020 78% [================================================ ] 1591/2020 78% [================================================ ] 1592/2020 78% [================================================ ] 1593/2020 78% [================================================ ] 1594/2020 78% [================================================ ] 1595/2020 78% [================================================ ] 1596/2020 79% [================================================= ] 1597/2020 79% [================================================= ] 1598/2020 79% [================================================= ] 1599/2020 79% [================================================= ] 1600/2020 79% [================================================= ] 1601/2020 79% [================================================= ] 1602/2020 79% [================================================= ] 1603/2020 79% [================================================= ] 1604/2020 79% [================================================= ] 1605/2020 79% [================================================= ] 1606/2020 79% [================================================= ] 1607/2020 79% [================================================= ] 1608/2020 79% [================================================= ] 1609/2020 79% [================================================= ] 1610/2020 79% [================================================= ] 1611/2020 79% [================================================= ] 1612/2020 79% [================================================= ] 1613/2020 79% [================================================= ] 1614/2020 79% [================================================= ] 1615/2020 79% [================================================= ] 1616/2020 80% [================================================= ] 1617/2020 80% [================================================= ] 1618/2020 80% [================================================= ] 1619/2020 80% [================================================= ] 1620/2020 80% [================================================= ] 1621/2020 80% [================================================= ] 1622/2020 80% [================================================= ] 1623/2020 80% [================================================= ] 1624/2020 80% [================================================= ] 1625/2020 80% [================================================= ] 1626/2020 80% [================================================= ] 1627/2020 80% [================================================= ] 1628/2020 80% [================================================= ] 1629/2020 80% [================================================== ] 1630/2020 80% [================================================== ] 1631/2020 80% [================================================== ] 1632/2020 80% [================================================== ] 1633/2020 80% [================================================== ] 1634/2020 80% [================================================== ] 1635/2020 80% [================================================== ] 1636/2020 80% [================================================== ] 1637/2020 81% [================================================== ] 1638/2020 81% [================================================== ] 1639/2020 81% [================================================== ] 1640/2020 81% [================================================== ] 1641/2020 81% [================================================== ] 1642/2020 81% [================================================== ] 1643/2020 81% [================================================== ] 1644/2020 81% [================================================== ] 1645/2020 81% [================================================== ] 1646/2020 81% [================================================== ] 1647/2020 81% [================================================== ] 1648/2020 81% [================================================== ] 1649/2020 81% [================================================== ] 1650/2020 81% [================================================== ] 1651/2020 81% [================================================== ] 1652/2020 81% [================================================== ] 1653/2020 81% [================================================== ] 1654/2020 81% [================================================== ] 1655/2020 81% [================================================== ] 1656/2020 81% [================================================== ] 1657/2020 82% [================================================== ] 1658/2020 82% [================================================== ] 1659/2020 82% [================================================== ] 1660/2020 82% [================================================== ] 1661/2020 82% [=================================================== ] 1662/2020 82% [=================================================== ] 1663/2020 82% [=================================================== ] 1664/2020 82% [=================================================== ] 1665/2020 82% [=================================================== ] 1666/2020 82% [=================================================== ] 1667/2020 82% [=================================================== ] 1668/2020 82% [=================================================== ] 1669/2020 82% [=================================================== ] 1670/2020 82% [=================================================== ] 1671/2020 82% [=================================================== ] 1672/2020 82% [=================================================== ] 1673/2020 82% [=================================================== ] 1674/2020 82% [=================================================== ] 1675/2020 82% [=================================================== ] 1676/2020 82% [=================================================== ] 1677/2020 83% [=================================================== ] 1678/2020 83% [=================================================== ] 1679/2020 83% [=================================================== ] 1680/2020 83% [=================================================== ] 1681/2020 83% [=================================================== ] 1682/2020 83% [=================================================== ] 1683/2020 83% [=================================================== ] 1684/2020 83% [=================================================== ] 1685/2020 83% [=================================================== ] 1686/2020 83% [=================================================== ] 1687/2020 83% [=================================================== ] 1688/2020 83% [=================================================== ] 1689/2020 83% [=================================================== ] 1690/2020 83% [=================================================== ] 1691/2020 83% [=================================================== ] 1692/2020 83% [=================================================== ] 1693/2020 83% [=================================================== ] 1694/2020 83% [==================================================== ] 1695/2020 83% [==================================================== ] 1696/2020 83% [==================================================== ] 1697/2020 84% [==================================================== ] 1698/2020 84% [==================================================== ] 1699/2020 84% [==================================================== ] 1700/2020 84% [==================================================== ] 1701/2020 84% [==================================================== ] 1702/2020 84% [==================================================== ] 1703/2020 84% [==================================================== ] 1704/2020 84% [==================================================== ] 1705/2020 84% [==================================================== ] 1706/2020 84% [==================================================== ] 1707/2020 84% [==================================================== ] 1708/2020 84% [==================================================== ] 1709/2020 84% [==================================================== ] 1710/2020 84% [==================================================== ] 1711/2020 84% [==================================================== ] 1712/2020 84% [==================================================== ] 1713/2020 84% [==================================================== ] 1714/2020 84% [==================================================== ] 1715/2020 84% [==================================================== ] 1716/2020 84% [==================================================== ] 1717/2020 85% [==================================================== ] 1718/2020 85% [==================================================== ] 1719/2020 85% [==================================================== ] 1720/2020 85% [==================================================== ] 1721/2020 85% [==================================================== ] 1722/2020 85% [==================================================== ] 1723/2020 85% [==================================================== ] 1724/2020 85% [==================================================== ] 1725/2020 85% [==================================================== ] 1726/2020 85% [===================================================== ] 1727/2020 85% [===================================================== ] 1728/2020 85% [===================================================== ] 1729/2020 85% [===================================================== ] 1730/2020 85% [===================================================== ] 1731/2020 85% [===================================================== ] 1732/2020 85% [===================================================== ] 1733/2020 85% [===================================================== ] 1734/2020 85% [===================================================== ] 1735/2020 85% [===================================================== ] 1736/2020 85% [===================================================== ] 1737/2020 85% [===================================================== ] 1738/2020 86% [===================================================== ] 1739/2020 86% [===================================================== ] 1740/2020 86% [===================================================== ] 1741/2020 86% [===================================================== ] 1742/2020 86% [===================================================== ] 1743/2020 86% [===================================================== ] 1744/2020 86% [===================================================== ] 1745/2020 86% [===================================================== ] 1746/2020 86% [===================================================== ] 1747/2020 86% [===================================================== ] 1748/2020 86% [===================================================== ] 1749/2020 86% [===================================================== ] 1750/2020 86% [===================================================== ] 1751/2020 86% [===================================================== ] 1752/2020 86% [===================================================== ] 1753/2020 86% [===================================================== ] 1754/2020 86% [===================================================== ] 1755/2020 86% [===================================================== ] 1756/2020 86% [===================================================== ] 1757/2020 86% [===================================================== ] 1758/2020 87% [===================================================== ] 1759/2020 87% [====================================================== ] 1760/2020 87% [====================================================== ] 1761/2020 87% [====================================================== ] 1762/2020 87% [====================================================== ] 1763/2020 87% [====================================================== ] 1764/2020 87% [====================================================== ] 1765/2020 87% [====================================================== ] 1766/2020 87% [====================================================== ] 1767/2020 87% [====================================================== ] 1768/2020 87% [====================================================== ] 1769/2020 87% [====================================================== ] 1770/2020 87% [====================================================== ] 1771/2020 87% [====================================================== ] 1772/2020 87% [====================================================== ] 1773/2020 87% [====================================================== ] 1774/2020 87% [====================================================== ] 1775/2020 87% [====================================================== ] 1776/2020 87% [====================================================== ] 1777/2020 87% [====================================================== ] 1778/2020 88% [====================================================== ] 1779/2020 88% [====================================================== ] 1780/2020 88% [====================================================== ] 1781/2020 88% [====================================================== ] 1782/2020 88% [====================================================== ] 1783/2020 88% [====================================================== ] 1784/2020 88% [====================================================== ] 1785/2020 88% [====================================================== ] 1786/2020 88% [====================================================== ] 1787/2020 88% [====================================================== ] 1788/2020 88% [====================================================== ] 1789/2020 88% [====================================================== ] 1790/2020 88% [====================================================== ] 1791/2020 88% [======================================================= ] 1792/2020 88% [======================================================= ] 1793/2020 88% [======================================================= ] 1794/2020 88% [======================================================= ] 1795/2020 88% [======================================================= ] 1796/2020 88% [======================================================= ] 1797/2020 88% [======================================================= ] 1798/2020 89% [======================================================= ] 1799/2020 89% [======================================================= ] 1800/2020 89% [======================================================= ] 1801/2020 89% [======================================================= ] 1802/2020 89% [======================================================= ] 1803/2020 89% [======================================================= ] 1804/2020 89% [======================================================= ] 1805/2020 89% [======================================================= ] 1806/2020 89% [======================================================= ] 1807/2020 89% [======================================================= ] 1808/2020 89% [======================================================= ] 1809/2020 89% [======================================================= ] 1810/2020 89% [======================================================= ] 1811/2020 89% [======================================================= ] 1812/2020 89% [======================================================= ] 1813/2020 89% [======================================================= ] 1814/2020 89% [======================================================= ] 1815/2020 89% [======================================================= ] 1816/2020 89% [======================================================= ] 1817/2020 89% [======================================================= ] 1818/2020 90% [======================================================= ] 1819/2020 90% [======================================================= ] 1820/2020 90% [======================================================= ] 1821/2020 90% [======================================================= ] 1822/2020 90% [======================================================= ] 1823/2020 90% [======================================================= ] 1824/2020 90% [======================================================== ] 1825/2020 90% [======================================================== ] 1826/2020 90% [======================================================== ] 1827/2020 90% [======================================================== ] 1828/2020 90% [======================================================== ] 1829/2020 90% [======================================================== ] 1830/2020 90% [======================================================== ] 1831/2020 90% [======================================================== ] 1832/2020 90% [======================================================== ] 1833/2020 90% [======================================================== ] 1834/2020 90% [======================================================== ] 1835/2020 90% [======================================================== ] 1836/2020 90% [======================================================== ] 1837/2020 90% [======================================================== ] 1838/2020 90% [======================================================== ] 1839/2020 91% [======================================================== ] 1840/2020 91% [======================================================== ] 1841/2020 91% [======================================================== ] 1842/2020 91% [======================================================== ] 1843/2020 91% [======================================================== ] 1844/2020 91% [======================================================== ] 1845/2020 91% [======================================================== ] 1846/2020 91% [======================================================== ] 1847/2020 91% [======================================================== ] 1848/2020 91% [======================================================== ] 1849/2020 91% [======================================================== ] 1850/2020 91% [======================================================== ] 1851/2020 91% [======================================================== ] 1852/2020 91% [======================================================== ] 1853/2020 91% [======================================================== ] 1854/2020 91% [======================================================== ] 1855/2020 91% [======================================================== ] 1856/2020 91% [======================================================== ] 1857/2020 91% [========================================================= ] 1858/2020 91% [========================================================= ] 1859/2020 92% [========================================================= ] 1860/2020 92% [========================================================= ] 1861/2020 92% [========================================================= ] 1862/2020 92% [========================================================= ] 1863/2020 92% [========================================================= ] 1864/2020 92% [========================================================= ] 1865/2020 92% [========================================================= ] 1866/2020 92% [========================================================= ] 1867/2020 92% [========================================================= ] 1868/2020 92% [========================================================= ] 1869/2020 92% [========================================================= ] 1870/2020 92% [========================================================= ] 1871/2020 92% [========================================================= ] 1872/2020 92% [========================================================= ] 1873/2020 92% [========================================================= ] 1874/2020 92% [========================================================= ] 1875/2020 92% [========================================================= ] 1876/2020 92% [========================================================= ] 1877/2020 92% [========================================================= ] 1878/2020 92% [========================================================= ] 1879/2020 93% [========================================================= ] 1880/2020 93% [========================================================= ] 1881/2020 93% [========================================================= ] 1882/2020 93% [========================================================= ] 1883/2020 93% [========================================================= ] 1884/2020 93% [========================================================= ] 1885/2020 93% [========================================================= ] 1886/2020 93% [========================================================= ] 1887/2020 93% [========================================================= ] 1888/2020 93% [========================================================= ] 1889/2020 93% [========================================================== ] 1890/2020 93% [========================================================== ] 1891/2020 93% [========================================================== ] 1892/2020 93% [========================================================== ] 1893/2020 93% [========================================================== ] 1894/2020 93% [========================================================== ] 1895/2020 93% [========================================================== ] 1896/2020 93% [========================================================== ] 1897/2020 93% [========================================================== ] 1898/2020 93% [========================================================== ] 1899/2020 94% [========================================================== ] 1900/2020 94% [========================================================== ] 1901/2020 94% [========================================================== ] 1902/2020 94% [========================================================== ] 1903/2020 94% [========================================================== ] 1904/2020 94% [========================================================== ] 1905/2020 94% [========================================================== ] 1906/2020 94% [========================================================== ] 1907/2020 94% [========================================================== ] 1908/2020 94% [========================================================== ] 1909/2020 94% [========================================================== ] 1910/2020 94% [========================================================== ] 1911/2020 94% [========================================================== ] 1912/2020 94% [========================================================== ] 1913/2020 94% [========================================================== ] 1914/2020 94% [========================================================== ] 1915/2020 94% [========================================================== ] 1916/2020 94% [========================================================== ] 1917/2020 94% [========================================================== ] 1918/2020 94% [========================================================== ] 1919/2020 95% [========================================================== ] 1920/2020 95% [========================================================== ] 1921/2020 95% [========================================================== ] 1922/2020 95% [=========================================================== ] 1923/2020 95% [=========================================================== ] 1924/2020 95% [=========================================================== ] 1925/2020 95% [=========================================================== ] 1926/2020 95% [=========================================================== ] 1927/2020 95% [=========================================================== ] 1928/2020 95% [=========================================================== ] 1929/2020 95% [=========================================================== ] 1930/2020 95% [=========================================================== ] 1931/2020 95% [=========================================================== ] 1932/2020 95% [=========================================================== ] 1933/2020 95% [=========================================================== ] 1934/2020 95% [=========================================================== ] 1935/2020 95% [=========================================================== ] 1936/2020 95% [=========================================================== ] 1937/2020 95% [=========================================================== ] 1938/2020 95% [=========================================================== ] 1939/2020 95% [=========================================================== ] 1940/2020 96% [=========================================================== ] 1941/2020 96% [=========================================================== ] 1942/2020 96% [=========================================================== ] 1943/2020 96% [=========================================================== ] 1944/2020 96% [=========================================================== ] 1945/2020 96% [=========================================================== ] 1946/2020 96% [=========================================================== ] 1947/2020 96% [=========================================================== ] 1948/2020 96% [=========================================================== ] 1949/2020 96% [=========================================================== ] 1950/2020 96% [=========================================================== ] 1951/2020 96% [=========================================================== ] 1952/2020 96% [=========================================================== ] 1953/2020 96% [=========================================================== ] 1954/2020 96% [============================================================ ] 1955/2020 96% [============================================================ ] 1956/2020 96% [============================================================ ] 1957/2020 96% [============================================================ ] 1958/2020 96% [============================================================ ] 1959/2020 96% [============================================================ ] 1960/2020 97% [============================================================ ] 1961/2020 97% [============================================================ ] 1962/2020 97% [============================================================ ] 1963/2020 97% [============================================================ ] 1964/2020 97% [============================================================ ] 1965/2020 97% [============================================================ ] 1966/2020 97% [============================================================ ] 1967/2020 97% [============================================================ ] 1968/2020 97% [============================================================ ] 1969/2020 97% [============================================================ ] 1970/2020 97% [============================================================ ] 1971/2020 97% [============================================================ ] 1972/2020 97% [============================================================ ] 1973/2020 97% [============================================================ ] 1974/2020 97% [============================================================ ] 1975/2020 97% [============================================================ ] 1976/2020 97% [============================================================ ] 1977/2020 97% [============================================================ ] 1978/2020 97% [============================================================ ] 1979/2020 97% [============================================================ ] 1980/2020 98% [============================================================ ] 1981/2020 98% [============================================================ ] 1982/2020 98% [============================================================ ] 1983/2020 98% [============================================================ ] 1984/2020 98% [============================================================ ] 1985/2020 98% [============================================================ ] 1986/2020 98% [============================================================ ] 1987/2020 98% [============================================================= ] 1988/2020 98% [============================================================= ] 1989/2020 98% [============================================================= ] 1990/2020 98% [============================================================= ] 1991/2020 98% [============================================================= ] 1992/2020 98% [============================================================= ] 1993/2020 98% [============================================================= ] 1994/2020 98% [============================================================= ] 1995/2020 98% [============================================================= ] 1996/2020 98% [============================================================= ] 1997/2020 98% [============================================================= ] 1998/2020 98% [============================================================= ] 1999/2020 98% [============================================================= ] 2000/2020 99% [============================================================= ] 2001/2020 99% [============================================================= ] 2002/2020 99% [============================================================= ] 2003/2020 99% [============================================================= ] 2004/2020 99% [============================================================= ] 2005/2020 99% [============================================================= ] 2006/2020 99% [============================================================= ] 2007/2020 99% [============================================================= ] 2008/2020 99% [============================================================= ] 2009/2020 99% [============================================================= ] 2010/2020 99% [============================================================= ] 2011/2020 99% [============================================================= ] 2012/2020 99% [============================================================= ] 2013/2020 99% [============================================================= ] 2014/2020 99% [============================================================= ] 2015/2020 99% [============================================================= ] 2016/2020 99% [============================================================= ] 2017/2020 99% [============================================================= ] 2018/2020 99% [============================================================= ] 2019/2020 99% [==============================================================] 2020/2020 100% operation complete, 2020 objects in 21609 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.08-430-g0a0dd63c82 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info >>> linux-headers 5.10.194 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> jpeg Collecting legal info >>> libassuan 2.5.6 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmicrohttpd 0.9.77 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> liburing 2.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe) README: OK (sha256: 1c3351726408c22787dafbb5cc4bfeaa38ca8e92eabf59a36a046a5a2e66108f) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-uuu 1.5.125 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 52a715c7443f269ddeba360abd70694879e120213926553a000e9be9373ea731) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> vulkan-headers 1.3.262 Collecting legal info LICENSE.md: OK (sha256: ac24e5ea920e4318e4d02c4086ae51f53cfb03feed06c18df1019e7ada1ec7bc) >>> whetstone 1.2 Collecting legal info >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.194: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'