CC ubi-utils/ubiformat.o CC lib/libscan.o AR libscan.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubiformat CC ubi-utils/ubirename.o CCLD ubirename CC ubi-utils/mtdinfo.o In file included from ubi-utils/mtdinfo.c:34: ./include/libubigen.h:124:32: warning: 'struct ubi_ec_hdr' declared inside parameter list will not be visible outside of this definition or declaration 124 | struct ubi_ec_hdr *hdr, long long ec); | ^~~~~~~~~~ ./include/libubigen.h:140:33: warning: 'struct ubi_vid_hdr' declared inside parameter list will not be visible outside of this definition or declaration 140 | struct ubi_vid_hdr *hdr, int lnum, | ^~~~~~~~~~~ CCLD mtdinfo CC ubi-utils/ubirsvol.o CCLD ubirsvol CC ubi-utils/ubiblock.o CCLD ubiblock CC ubi-utils/ubiscan.o ubi-utils/ubiscan.c: In function 'main': ubi-utils/ubiscan.c:267:51: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 267 | printf("%-8d .. inf: %8d %8d %8llu %8d\n", | ~~~~^ | | | long long unsigned int | %8lu 268 | from, bins[j].cnt, bins[j].min, bins[j].mean, bins[j].max); | ~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} ubi-utils/ubiscan.c:270:46: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 270 | printf("%-8d .. %8d: %8d %8d %8llu %8d\n", | ~~~~^ | | | long long unsigned int | %8lu 271 | from, args.bin_thresholds[j] - 1, 272 | bins[j].cnt, bins[j].min, bins[j].mean, bins[j].max); | ~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} CCLD ubiscan CC ubi-utils/ubihealthd.o CCLD ubihealthd CC misc-utils/ftl_format.o CCLD ftl_format CC misc-utils/doc_loadbios.o CCLD doc_loadbios CC misc-utils/ftl_check.o CCLD ftl_check CC misc-utils/mtd_debug.o CCLD mtd_debug CC misc-utils/docfdisk.o CCLD docfdisk CC misc-utils/serve_image.o CCLD serve_image CC misc-utils/recv_image.o CCLD recv_image CC misc-utils/fectest.o CCLD fectest CC misc-utils/flash_erase.o CCLD flash_erase CC misc-utils/flash_lock.o CCLD flash_lock CC misc-utils/flash_unlock.o CCLD flash_unlock CC misc-utils/flash_otp_info.o CCLD flash_otp_info CC misc-utils/flash_otp_dump.o CCLD flash_otp_dump CC misc-utils/flash_otp_lock.o CCLD flash_otp_lock CC misc-utils/flash_otp_erase.o CCLD flash_otp_erase CC misc-utils/flash_otp_write.o CCLD flash_otp_write CC misc-utils/flashcp.o misc-utils/flashcp.c: In function 'main': misc-utils/flashcp.c:277:2: warning: #warning "Check for smaller erase regions" [-Wcpp] 277 | #warning "Check for smaller erase regions" | ^~~~~~~ CCLD flashcp CC misc-utils/mtdpart.o CCLD mtdpart CC misc-utils/lsmtd-lsmtd.o CC misc-utils/lsmtd-lsmtd_scan.o CCLD lsmtd CC nand-utils/nanddump.o nand-utils/nanddump.c: In function 'process_options': nand-utils/nanddump.c:165:38: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 165 | free(dumpfile); | ^~~~~~~~ In file included from nand-utils/nanddump.c:23: /usr/include/stdlib.h:555:25: note: expected 'void *' but argument is of type 'const char *' 555 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ CCLD nanddump CC nand-utils/nandwrite.o nand-utils/nandwrite.c: In function 'main': nand-utils/nandwrite.c:553:43: warning: 'cnt' may be used uninitialized [-Wmaybe-uninitialized] 553 | } else if (cnt == 0) { | ^ nand-utils/nandwrite.c:531:41: note: 'cnt' was declared here 531 | ssize_t cnt; | ^~~ CCLD nandwrite CC nand-utils/nandtest.o CCLD nandtest CC nand-utils/nftldump.o CCLD nftldump CC nand-utils/nftl_format.o CCLD nftl_format CC nand-utils/nandflipbits.o nand-utils/nandflipbits.c: In function 'main': nand-utils/nandflipbits.c:206:65: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 206 | fprintf(stderr, "Invalid byte offset %lld (max %lld)\n", | ~~~^ | | | long long int | %ld 207 | bits_to_flip[i].offset, mtdlen); | ~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} nand-utils/nandflipbits.c:206:75: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 206 | fprintf(stderr, "Invalid byte offset %lld (max %lld)\n", | ~~~^ | | | long long int | %ld 207 | bits_to_flip[i].offset, mtdlen); | ~~~~~~ | | | uint64_t {aka long unsigned int} CCLD nandflipbits CC nor-utils/rfddump.o CCLD rfddump CC nor-utils/rfdformat.o CCLD rfdformat CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-mkfs.ubifs.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-crc16.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-lpt.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-compr.o CC ubifs-utils/mkfs.ubifs/hashtable/mkfs_ubifs-hashtable.o CC ubifs-utils/mkfs.ubifs/hashtable/mkfs_ubifs-hashtable_itr.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-devtable.o CCLD mkfs.ubifs CC jffsX-utils/mkfs_jffs2-mkfs.jffs2.o CC jffsX-utils/mkfs_jffs2-compr_zlib.o CC jffsX-utils/mkfs_jffs2-rbtree.o CC jffsX-utils/mkfs_jffs2-compr_lzo.o CC jffsX-utils/mkfs_jffs2-compr.o CC jffsX-utils/mkfs_jffs2-compr_rtime.o CCLD mkfs.jffs2 CC jffsX-utils/jffs2dump-jffs2dump.o CCLD jffs2dump CC jffsX-utils/jffs2reader-jffs2reader.o jffsX-utils/jffs2reader.c: In function 'resolvepath0': jffsX-utils/jffs2reader.c:692:13: warning: potential null pointer dereference [-Wnull-dereference] 692 | if (*path == '/') { | ^~~~~ CCLD jffs2reader CC jffsX-utils/sumtool.o CCLD sumtool CC lib/execinfo.o AR libmissing.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-mtd-2.1.5' >>> host-mtd 2.1.5 Installing to host directory PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-4/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/autobuild/autobuild/instance-4/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-4/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /home/autobuild/autobuild/instance-4/output-1/build/host-mtd-2.1.5/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/host-mtd-2.1.5' make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/host-mtd-2.1.5' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/sbin' /usr/bin/install -c ubifs-utils/mount.ubifs '/home/autobuild/autobuild/instance-4/output-1/host/sbin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/sbin' /bin/sh ./libtool --mode=install /usr/bin/install -c ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol ubiblock ubiscan ubihealthd ftl_format doc_loadbios ftl_check mtd_debug docfdisk serve_image recv_image fectest flash_erase flash_lock flash_unlock flash_otp_info flash_otp_dump flash_otp_lock flash_otp_erase flash_otp_write flashcp mtdpart lsmtd nanddump nandwrite nandtest nftldump nftl_format nandflipbits rfddump rfdformat mkfs.ubifs mkfs.jffs2 jffs2dump jffs2reader sumtool '/home/autobuild/autobuild/instance-4/output-1/host/sbin' libtool: install: /usr/bin/install -c ubiupdatevol /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubiupdatevol libtool: install: /usr/bin/install -c ubimkvol /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubimkvol libtool: install: /usr/bin/install -c ubirmvol /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubirmvol libtool: install: /usr/bin/install -c ubicrc32 /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubicrc32 libtool: install: /usr/bin/install -c ubinfo /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubinfo libtool: install: /usr/bin/install -c ubiattach /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubiattach libtool: install: /usr/bin/install -c ubidetach /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubidetach libtool: install: /usr/bin/install -c ubinize /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubinize libtool: install: /usr/bin/install -c ubiformat /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubiformat libtool: install: /usr/bin/install -c ubirename /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubirename libtool: install: /usr/bin/install -c mtdinfo /home/autobuild/autobuild/instance-4/output-1/host/sbin/mtdinfo libtool: install: /usr/bin/install -c ubirsvol /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubirsvol libtool: install: /usr/bin/install -c ubiblock /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubiblock libtool: install: /usr/bin/install -c ubiscan /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubiscan libtool: install: /usr/bin/install -c ubihealthd /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubihealthd libtool: install: /usr/bin/install -c ftl_format /home/autobuild/autobuild/instance-4/output-1/host/sbin/ftl_format libtool: install: /usr/bin/install -c doc_loadbios /home/autobuild/autobuild/instance-4/output-1/host/sbin/doc_loadbios libtool: install: /usr/bin/install -c ftl_check /home/autobuild/autobuild/instance-4/output-1/host/sbin/ftl_check libtool: install: /usr/bin/install -c mtd_debug /home/autobuild/autobuild/instance-4/output-1/host/sbin/mtd_debug libtool: install: /usr/bin/install -c docfdisk /home/autobuild/autobuild/instance-4/output-1/host/sbin/docfdisk libtool: install: /usr/bin/install -c serve_image /home/autobuild/autobuild/instance-4/output-1/host/sbin/serve_image libtool: install: /usr/bin/install -c recv_image /home/autobuild/autobuild/instance-4/output-1/host/sbin/recv_image libtool: install: /usr/bin/install -c fectest /home/autobuild/autobuild/instance-4/output-1/host/sbin/fectest libtool: install: /usr/bin/install -c flash_erase /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_erase libtool: install: /usr/bin/install -c flash_lock /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_lock libtool: install: /usr/bin/install -c flash_unlock /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_unlock libtool: install: /usr/bin/install -c flash_otp_info /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_otp_info libtool: install: /usr/bin/install -c flash_otp_dump /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_otp_dump libtool: install: /usr/bin/install -c flash_otp_lock /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_otp_lock libtool: install: /usr/bin/install -c flash_otp_erase /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_otp_erase libtool: install: /usr/bin/install -c flash_otp_write /home/autobuild/autobuild/instance-4/output-1/host/sbin/flash_otp_write libtool: install: /usr/bin/install -c flashcp /home/autobuild/autobuild/instance-4/output-1/host/sbin/flashcp libtool: install: /usr/bin/install -c mtdpart /home/autobuild/autobuild/instance-4/output-1/host/sbin/mtdpart libtool: install: /usr/bin/install -c lsmtd /home/autobuild/autobuild/instance-4/output-1/host/sbin/lsmtd libtool: install: /usr/bin/install -c nanddump /home/autobuild/autobuild/instance-4/output-1/host/sbin/nanddump libtool: install: /usr/bin/install -c nandwrite /home/autobuild/autobuild/instance-4/output-1/host/sbin/nandwrite libtool: install: /usr/bin/install -c nandtest /home/autobuild/autobuild/instance-4/output-1/host/sbin/nandtest libtool: install: /usr/bin/install -c nftldump /home/autobuild/autobuild/instance-4/output-1/host/sbin/nftldump libtool: install: /usr/bin/install -c nftl_format /home/autobuild/autobuild/instance-4/output-1/host/sbin/nftl_format libtool: install: /usr/bin/install -c nandflipbits /home/autobuild/autobuild/instance-4/output-1/host/sbin/nandflipbits libtool: install: /usr/bin/install -c rfddump /home/autobuild/autobuild/instance-4/output-1/host/sbin/rfddump libtool: install: /usr/bin/install -c rfdformat /home/autobuild/autobuild/instance-4/output-1/host/sbin/rfdformat libtool: install: /usr/bin/install -c mkfs.ubifs /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ubifs libtool: install: /usr/bin/install -c mkfs.jffs2 /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.jffs2 libtool: install: /usr/bin/install -c jffs2dump /home/autobuild/autobuild/instance-4/output-1/host/sbin/jffs2dump libtool: install: /usr/bin/install -c jffs2reader /home/autobuild/autobuild/instance-4/output-1/host/sbin/jffs2reader libtool: install: /usr/bin/install -c sumtool /home/autobuild/autobuild/instance-4/output-1/host/sbin/sumtool /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/sbin' /usr/bin/install -c misc-utils/flash_eraseall '/home/autobuild/autobuild/instance-4/output-1/host/sbin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man1' /usr/bin/install -c -m 644 jffsX-utils/mkfs.jffs2.1 '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man8' /usr/bin/install -c -m 644 ubi-utils/ubinize.8 misc-utils/lsmtd.8 '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man8' make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-mtd-2.1.5' make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-mtd-2.1.5' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-4/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a76%g" -e "s%@TARGET_ENDIAN@%big%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/autobuild/autobuild/instance-4/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a76%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-4/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-4/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/include /home/autobuild/autobuild/instance-4/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-4/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-4/output-1/target/usr/doc find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-551-gfe7723afd0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio.xz >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-4/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/background ... Processing bin/backtick ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/case ... Processing bin/cat ... Processing bin/cd ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/define ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dollarat ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/elgetopt ... Processing bin/elgetpositionals ... Processing bin/elglob ... Processing bin/emptyenv ... Processing bin/envfile ... Processing bin/exec ... Processing bin/execline-cd ... Processing bin/execline-umask ... Processing bin/execlineb ... Processing bin/exit ... Processing bin/export ... Processing bin/false ... Processing bin/fdblock ... Processing bin/fdclose ... Processing bin/fdflush ... Processing bin/fdmove ... Processing bin/fdreserve ... Processing bin/fdswap ... Processing bin/fgrep ... Processing bin/forbacktickx ... Processing bin/foreground ... Processing bin/forstdin ... Processing bin/forx ... Processing bin/getcwd ... Processing bin/getopt ... Processing bin/getpid ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/heredoc ... Processing bin/homeof ... Processing bin/hostname ... Processing bin/if ... Processing bin/ifelse ... Processing bin/ifte ... Processing bin/ifthenelse ... Processing bin/importas ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/loopwhilex ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/multidefine ... Processing bin/multisubstitute ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/pipeline ... Processing bin/piperw ... Processing bin/posix-cd ... Processing bin/posix-umask ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/redirfd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/runblock ... Processing bin/s6-accessrules-cdb-from-fs ... Processing bin/s6-accessrules-fs-from-cdb ... Processing bin/s6-applyuidgid ... Processing bin/s6-basename ... Processing bin/s6-cat ... Processing bin/s6-chmod ... Processing bin/s6-chown ... Processing bin/s6-cleanfifodir ... Processing bin/s6-clock ... Processing bin/s6-clockadd ... Processing bin/s6-clockview ... Processing bin/s6-connlimit ... Processing bin/s6-cut ... Processing bin/s6-dirname ... 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-dumpenv ... Processing bin/s6-echo ... Processing bin/s6-env ... Processing bin/s6-envdir ... Processing bin/s6-envuidgid ... Processing bin/s6-expr ... Processing bin/s6-false ... Processing bin/s6-fdholder-daemon ... Processing bin/s6-fdholder-delete ... Processing bin/s6-fdholder-getdump ... Processing bin/s6-fdholder-list ... Processing bin/s6-fdholder-retrieve ... Processing bin/s6-fdholder-setdump ... Processing bin/s6-fdholder-store ... Processing bin/s6-fdholder-transferdump ... Processing bin/s6-fdholderd ... Processing bin/s6-fghack ... Processing bin/s6-format-filter ... Processing bin/s6-ftrig-listen ... Processing bin/s6-ftrig-listen1 ... Processing bin/s6-ftrig-notify ... Processing bin/s6-ftrig-wait ... Processing bin/s6-ftrigrd ... Processing bin/s6-getservbyname ... Processing bin/s6-grep ... Processing bin/s6-head ... Processing bin/s6-hiercopy ... Processing bin/s6-ident-client ... Processing bin/s6-ioconnect ... Processing bin/s6-ipcclient ... Processing bin/s6-ipcserver ... Processing bin/s6-ipcserver-access ... Processing bin/s6-ipcserver-socketbinder ... Processing bin/s6-ipcserverd ... Processing bin/s6-linkname ... Processing bin/s6-ln ... Processing bin/s6-log ... Processing bin/s6-ls ... Processing bin/s6-maximumtime ... Processing bin/s6-mkdir ... Processing bin/s6-mkfifo ... Processing bin/s6-mkfifodir ... Processing bin/s6-nice ... Processing bin/s6-notifyoncheck ... Processing bin/s6-nuke ... Processing bin/s6-pause ... Processing bin/s6-permafailon ... Processing bin/s6-printenv ... Processing bin/s6-quote ... Processing bin/s6-quote-filter ... Processing bin/s6-randomip ... Processing bin/s6-rc ... Processing bin/s6-rc-bundle ... Processing bin/s6-rc-compile ... Processing bin/s6-rc-db ... Processing bin/s6-rc-dryrun ... Processing bin/s6-rc-format-upgrade ... Processing bin/s6-rc-init ... Processing bin/s6-rc-update ... Processing bin/s6-rename ... Processing bin/s6-rmrf ... Processing bin/s6-seq ... Processing bin/s6-setlock ... Processing bin/s6-setsid ... Processing bin/s6-setuidgid ... Processing bin/s6-sleep ... Processing bin/s6-sntpclock ... Processing bin/s6-socklog ... Processing bin/s6-softlimit ... Processing bin/s6-sort ... Processing bin/s6-sudo ... Processing bin/s6-sudoc ... Processing bin/s6-sudod ... Processing bin/s6-supervise ... Processing bin/s6-svc ... Processing bin/s6-svdt ... Processing bin/s6-svdt-clear ... Processing bin/s6-svlink ... Processing bin/s6-svlisten ... Processing bin/s6-svlisten1 ... Processing bin/s6-svok ... Processing bin/s6-svperms ... Processing bin/s6-svscan ... Processing bin/s6-svscanctl ... Processing bin/s6-svstat ... Processing bin/s6-svunlink ... Processing bin/s6-svwait ... Processing bin/s6-sync ... Processing bin/s6-tai64n ... Processing bin/s6-tai64ndiff ... Processing bin/s6-tai64nlocal ... Processing bin/s6-taiclock ... Processing bin/s6-taiclockd ... Processing bin/s6-tail ... Processing bin/s6-tcpclient ... Processing bin/s6-tcpserver ... Processing bin/s6-tcpserver-access ... Processing bin/s6-tcpserver4 ... Processing bin/s6-tcpserver4-socketbinder ... Processing bin/s6-tcpserver4d ... Processing bin/s6-tcpserver6 ... Processing bin/s6-tcpserver6-socketbinder ... Processing bin/s6-tcpserver6d ... Processing bin/s6-test ... Processing bin/s6-touch ... Processing bin/s6-true ... Processing bin/s6-uniquename ... Processing bin/s6-unquote ... Processing bin/s6-unquote-filter ... Processing bin/s6-update-symlinks ... Processing bin/s6-usertree-maker ... Processing bin/s6lockd ... Processing bin/sed ... Processing bin/seekablepipe ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/shift ... Processing bin/skadnsd ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/trap ... Processing bin/true ... Processing bin/tryexec ... Processing bin/ucspilogd ... Processing bin/umask ... Processing bin/umount ... Processing bin/uname ... Processing bin/unexport ... Processing bin/usleep ... Processing bin/vi ... Processing bin/wait ... Processing bin/watch ... Processing bin/wdctl ... Processing bin/withstdinas ... Processing bin/zcat ... 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/arp-scan ... Processing etc/arp-scan/mac-vendor.txt ... Processing etc/bandwidthd.conf ... Processing etc/easy-rsa ... Processing etc/easy-rsa/openssl-easyrsa.cnf ... Processing etc/easy-rsa/vars ... Processing etc/easy-rsa/x509-types ... Processing etc/easy-rsa/x509-types/COMMON ... Processing etc/easy-rsa/x509-types/ca ... Processing etc/easy-rsa/x509-types/client ... Processing etc/easy-rsa/x509-types/code-signing ... Processing etc/easy-rsa/x509-types/email ... Processing etc/easy-rsa/x509-types/kdc ... Processing etc/easy-rsa/x509-types/server ... Processing etc/easy-rsa/x509-types/serverClient ... Processing etc/environment ... Processing etc/fonts ... Processing etc/fonts/conf.d ... Processing etc/fonts/conf.d/10-hinting-slight.conf ... Processing etc/fonts/conf.d/10-scale-bitmap-fonts.conf ... Processing etc/fonts/conf.d/10-sub-pixel-none.conf ... Processing etc/fonts/conf.d/10-yes-antialias.conf ... Processing etc/fonts/conf.d/11-lcdfilter-default.conf ... Processing etc/fonts/conf.d/20-unhint-small-vera.conf ... Processing etc/fonts/conf.d/30-metric-aliases.conf ... Processing etc/fonts/conf.d/40-nonlatin.conf ... Processing etc/fonts/conf.d/45-generic.conf ... Processing etc/fonts/conf.d/45-latin.conf ... Processing etc/fonts/conf.d/48-spacing.conf ... Processing etc/fonts/conf.d/49-sansserif.conf ... Processing etc/fonts/conf.d/50-user.conf ... Processing etc/fonts/conf.d/51-local.conf ... Processing etc/fonts/conf.d/60-generic.conf ... Processing etc/fonts/conf.d/60-latin.conf ... Processing etc/fonts/conf.d/65-fonts-persian.conf ... Processing etc/fonts/conf.d/65-nonlatin.conf ... Processing etc/fonts/conf.d/69-unifont.conf ... Processing etc/fonts/conf.d/80-delicious.conf ... Processing etc/fonts/conf.d/90-synthetic.conf ... Processing etc/fonts/conf.d/README ... Processing etc/fonts/fonts.conf ... Processing etc/fstab ... Processing etc/group ... Processing etc/ha.d ... Processing etc/ha.d/resource.d ... Processing etc/ha.d/resource.d/iprha ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S01watchdogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10triggerhappy ... Processing etc/init.d/S10udev ... Processing etc/init.d/S20seedrng ... Processing etc/init.d/S40network ... Processing etc/init.d/S43htpdate ... Processing etc/init.d/S50lighttpd ... Processing etc/init.d/S50minissdpd ... Processing etc/init.d/S50radvd ... Processing etc/init.d/S50ssdpd ... Processing etc/init.d/S80dnsmasq ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/issue ... Processing etc/libinput ... Processing etc/lighttpd ... Processing etc/lighttpd/conf.d ... Processing etc/lighttpd/conf.d/access_log.conf ... Processing etc/lighttpd/conf.d/debug.conf ... Processing etc/lighttpd/conf.d/dirlisting.conf ... Processing etc/lighttpd/conf.d/mime.conf ... Processing etc/lighttpd/lighttpd.conf ... Processing etc/lighttpd/modules.conf ... Processing etc/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-pre-up.d/wait_iface ... Processing etc/network/if-up.d ... Processing etc/network/interfaces ... Processing etc/network/nfs_check ... Processing etc/nsswitch.conf ... Processing etc/os-release ... Processing etc/pam.d ... Processing etc/pam.d/login ... Processing etc/pam.d/other ... Processing etc/pam.d/su ... Processing etc/pam.d/su-l ... Processing etc/passwd ... Processing etc/ppp ... Processing etc/ppp/pppoe.conf ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/gawk.csh ... Processing etc/profile.d/gawk.sh ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/pure-ftpd.conf ... Processing etc/resolv.conf ... Processing etc/resolvconf.conf ... Processing etc/security ... Processing etc/security/access.conf ... Processing etc/security/faillock.conf ... Processing etc/security/group.conf ... Processing etc/security/limits.conf ... Processing etc/security/limits.d ... Processing etc/security/namespace.conf ... Processing etc/security/namespace.d ... Processing etc/security/namespace.init ... Processing etc/security/pam_env.conf ... Processing etc/security/time.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/sysusers.d ... Processing etc/sysusers.d/tpm2-tss.conf ... Processing etc/tmpfiles.d ... Processing etc/tmpfiles.d/tpm2-tss-fapi.conf ... Processing etc/tpm2-tss ... Processing etc/tpm2-tss/fapi-config.json ... Processing etc/tpm2-tss/fapi-profiles ... Processing etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json ... Processing etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json ... Processing etc/triggerhappy ... Processing etc/triggerhappy/triggers.d ... Processing etc/udev ... Processing etc/udev/rules.d ... Processing etc/udev/udev.conf ... Processing etc/watchdogd.conf ... Processing include ... Processing include/execline ... Processing include/execline/config.h ... Processing include/execline/execline.h ... Processing include/s6 ... Processing include/s6/accessrules.h ... Processing include/s6/compat.h ... Processing include/s6/config.h ... Processing include/s6/fdholder.h ... Processing include/s6/ftrigr.h ... Processing include/s6/ftrigw.h ... Processing include/s6/lock.h ... Processing include/s6/s6.h ... Processing include/s6/supervise.h ... Processing include/s6-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/s6-networking ... Processing include/s6-networking/config.h ... Processing include/s6-networking/ident.h ... Processing include/s6-networking/s6net.h ... Processing include/s6-networking/sbearssl.h ... Processing include/s6-networking/stls.h ... Processing include/s6-portable-utils ... Processing include/s6-portable-utils/config.h ... Processing include/s6-rc ... Processing include/s6-rc/config.h ... Processing include/s6-rc/s6rc-constants.h ... Processing include/s6-rc/s6rc-db.h ... Processing include/s6-rc/s6rc-servicedir.h ... Processing include/s6-rc/s6rc-utils.h ... Processing include/s6-rc/s6rc.h ... Processing include/skalibs ... Processing include/skalibs/alarm.h ... Processing include/skalibs/alloc.h ... Processing include/skalibs/allreadwrite.h ... Processing include/skalibs/ancil.h ... Processing include/skalibs/avlnode.h ... Processing include/skalibs/avltree.h ... Processing include/skalibs/avltreen.h ... Processing include/skalibs/bigkv.h ... Processing include/skalibs/bitarray.h ... Processing include/skalibs/blake2s.h ... Processing include/skalibs/bsdsnowflake.h ... Processing include/skalibs/bufalloc.h ... Processing include/skalibs/buffer.h ... Processing include/skalibs/bytestr.h ... Processing include/skalibs/cbuffer.h ... Processing include/skalibs/cdb.h ... Processing include/skalibs/cdbmake.h ... Processing include/skalibs/config.h ... Processing include/skalibs/datastruct.h ... Processing include/skalibs/direntry.h ... Processing include/skalibs/disize.h ... Processing include/skalibs/diuint.h ... Processing include/skalibs/diuint32.h ... Processing include/skalibs/djbtime.h ... Processing include/skalibs/djbunix.h ... Processing include/skalibs/env.h ... Processing include/skalibs/envalloc.h ... Processing include/skalibs/error.h ... Processing include/skalibs/exec.h ... Processing include/skalibs/fmtscan.h ... Processing include/skalibs/functypes.h ... Processing include/skalibs/gccattributes.h ... Processing include/skalibs/genalloc.h ... Processing include/skalibs/genqdyn.h ... Processing include/skalibs/genset.h ... Processing include/skalibs/gensetdyn.h ... Processing include/skalibs/genwrite.h ... Processing include/skalibs/iopause.h ... Processing include/skalibs/ip46.h ... Processing include/skalibs/kolbak.h ... Processing include/skalibs/lolstdio.h ... Processing include/skalibs/netstring.h ... Processing include/skalibs/nonposix.h ... Processing include/skalibs/nsig.h ... Processing include/skalibs/posixishard.h ... Processing include/skalibs/posixplz.h ... Processing include/skalibs/random.h ... Processing include/skalibs/segfault.h ... Processing include/skalibs/selfpipe.h ... Processing include/skalibs/setgroups.h ... Processing include/skalibs/sgetopt.h ... Processing include/skalibs/sha1.h ... Processing include/skalibs/sha256.h ... Processing include/skalibs/sha512.h ... Processing include/skalibs/sig.h ... Processing include/skalibs/siovec.h ... Processing include/skalibs/skaclient.h ... Processing include/skalibs/skalibs.h ... Processing include/skalibs/skamisc.h ... Processing include/skalibs/socket.h ... Processing include/skalibs/stdcrypto.h ... Processing include/skalibs/stddjb.h ... Processing include/skalibs/stralloc.h ... Processing include/skalibs/strerr.h ... Processing include/skalibs/strerr2.h ... Processing include/skalibs/surf.h ... Processing include/skalibs/sysdeps.h ... Processing include/skalibs/tai.h ... Processing include/skalibs/textclient.h ... Processing include/skalibs/textmessage.h ... Processing include/skalibs/types.h ... Processing include/skalibs/uint16.h ... Processing include/skalibs/uint32.h ... Processing include/skalibs/uint64.h ... Processing include/skalibs/unix-timed.h ... Processing include/skalibs/unix-transactional.h ... Processing include/skalibs/unixconnection.h ... Processing include/skalibs/unixmessage.h ... Processing include/skalibs/unixonacid.h ... Processing lib ... Processing lib/execline ... Processing lib/firmware ... Processing lib/firmware/ap6212 ... Processing lib/firmware/ap6212/bcm43438a0.hcd ... Processing lib/firmware/ap6212/bcm43438a1.hcd ... Processing lib/firmware/ap6212/fw_bcm43438a0.bin ... Processing lib/firmware/ap6212/fw_bcm43438a0_apsta.bin ... Processing lib/firmware/ap6212/fw_bcm43438a0_mfg.bin ... Processing lib/firmware/ap6212/fw_bcm43438a1.bin ... Processing lib/firmware/ap6212/fw_bcm43438a1_apsta.bin ... Processing lib/firmware/ap6212/fw_bcm43438a1_mfg.bin ... Processing lib/firmware/ap6212/nvram.txt ... Processing lib/firmware/mchp ... Processing lib/firmware/mchp/wilc3000_ble_firmware.bin ... Processing lib/firmware/mchp/wilc3000_wifi_firmware.bin ... Processing lib/ld-linux-aarch64_be.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so.6 ... Processing lib/libcrypt.so.1 ... Processing lib/libdcache.so ... Processing lib/libdcache.so.2.3 ... Processing lib/libdcache.so.2.3.5.4 ... Processing lib/libdl.so.2 ... Processing lib/libexecline.so ... Processing lib/libexecline.so.2.9 ... Processing lib/libexecline.so.2.9.0.1 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libmount.so.1 ... Processing lib/libmount.so.1.1.0 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpam.so ... Processing lib/libpam.so.0 ... Processing lib/libpam.so.0.85.1 ... Processing lib/libpam_misc.so ... Processing lib/libpam_misc.so.0 ... Processing lib/libpam_misc.so.0.82.1 ... Processing lib/libpamc.so ... Processing lib/libpamc.so.0 ... Processing lib/libpamc.so.0.82.1 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libs6.so ... Processing lib/libs6.so.2.11 ... Processing lib/libs6.so.2.11.1.2 ... Processing lib/libs6dns.so ... Processing lib/libs6dns.so.2.3 ... Processing lib/libs6dns.so.2.3.5.4 ... Processing lib/libs6net.so ... Processing lib/libs6net.so.2.5 ... Processing lib/libs6net.so.2.5.1.1 ... Processing lib/libs6rc.so ... Processing lib/libs6rc.so.0.5 ... Processing lib/libs6rc.so.0.5.3.2 ... Processing lib/libskadns.so ... Processing lib/libskadns.so.2.3 ... Processing lib/libskadns.so.2.3.5.4 ... Processing lib/libskarnet.so ... Processing lib/libskarnet.so.2.12 ... Processing lib/libskarnet.so.2.12.0.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libudev.so.1 ... Processing lib/libudev.so.1.6.3 ... Processing lib/libutil.so.1 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/pkgconfig ... Processing lib/pkgconfig/pam.pc ... Processing lib/pkgconfig/pam_misc.pc ... Processing lib/pkgconfig/pamc.pc ... Processing lib/resolvconf ... Processing lib/resolvconf/dnsmasq ... Processing lib/resolvconf/libc ... Processing lib/resolvconf/libc.d ... Processing lib/resolvconf/libc.d/avahi-daemon ... Processing lib/resolvconf/libc.d/mdnsd ... Processing lib/resolvconf/named ... Processing lib/resolvconf/pdns_recursor ... Processing lib/resolvconf/pdnsd ... Processing lib/resolvconf/unbound ... Processing lib/s6 ... Processing lib/s6-dns ... Processing lib/s6-networking ... Processing lib/s6-rc ... Processing lib/security ... Processing lib/security/pam_access.so ... Processing lib/security/pam_debug.so ... Processing lib/security/pam_deny.so ... Processing lib/security/pam_echo.so ... Processing lib/security/pam_env.so ... Processing lib/security/pam_exec.so ... Processing lib/security/pam_faildelay.so ... Processing lib/security/pam_faillock.so ... Processing lib/security/pam_filter ... Processing lib/security/pam_filter/upperLOWER ... Processing lib/security/pam_filter.so ... Processing lib/security/pam_ftp.so ... Processing lib/security/pam_group.so ... Processing lib/security/pam_issue.so ... Processing lib/security/pam_keyinit.so ... Processing lib/security/pam_lastlog.so ... Processing lib/security/pam_limits.so ... Processing lib/security/pam_listfile.so ... Processing lib/security/pam_localuser.so ... Processing lib/security/pam_loginuid.so ... Processing lib/security/pam_mail.so ... Processing lib/security/pam_mkhomedir.so ... Processing lib/security/pam_motd.so ... Processing lib/security/pam_namespace.so ... Processing lib/security/pam_nologin.so ... Processing lib/security/pam_permit.so ... Processing lib/security/pam_pwhistory.so ... Processing lib/security/pam_radius_auth.so ... Processing lib/security/pam_rhosts.so ... Processing lib/security/pam_rootok.so ... Processing lib/security/pam_securetty.so ... Processing lib/security/pam_setquota.so ... Processing lib/security/pam_shells.so ... Processing lib/security/pam_stress.so ... Processing lib/security/pam_succeed_if.so ... Processing lib/security/pam_time.so ... Processing lib/security/pam_timestamp.so ... Processing lib/security/pam_umask.so ... Processing lib/security/pam_unix.so ... Processing lib/security/pam_usertype.so ... Processing lib/security/pam_warn.so ... Processing lib/security/pam_wheel.so ... Processing lib/security/pam_xauth.so ... 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 lib/udev ... Processing lib/udev/ata_id ... Processing lib/udev/cdrom_id ... Processing lib/udev/collect ... Processing lib/udev/mtd_probe ... Processing lib/udev/rules.d ... Processing lib/udev/rules.d/01-md-raid-creating.rules ... Processing lib/udev/rules.d/50-udev-default.rules ... Processing lib/udev/rules.d/60-block.rules ... Processing lib/udev/rules.d/60-cdrom_id.rules ... Processing lib/udev/rules.d/60-drm.rules ... Processing lib/udev/rules.d/60-evdev.rules ... Processing lib/udev/rules.d/60-input-id.rules ... Processing lib/udev/rules.d/60-persistent-alsa.rules ... Processing lib/udev/rules.d/60-persistent-input.rules ... Processing lib/udev/rules.d/60-persistent-storage-tape.rules ... Processing lib/udev/rules.d/60-persistent-storage.rules ... Processing lib/udev/rules.d/60-persistent-v4l.rules ... Processing lib/udev/rules.d/60-sensor.rules ... Processing lib/udev/rules.d/60-serial.rules ... Processing lib/udev/rules.d/63-md-raid-arrays.rules ... Processing lib/udev/rules.d/64-btrfs.rules ... Processing lib/udev/rules.d/64-md-raid-assembly.rules ... Processing lib/udev/rules.d/69-md-clustered-confirm-device.rules ... Processing lib/udev/rules.d/70-joystick.rules ... Processing lib/udev/rules.d/70-mouse.rules ... Processing lib/udev/rules.d/70-touchpad.rules ... Processing lib/udev/rules.d/75-net-description.rules ... Processing lib/udev/rules.d/75-probe_mtd.rules ... Processing lib/udev/rules.d/78-sound-card.rules ... Processing lib/udev/rules.d/80-drivers.rules ... Processing lib/udev/rules.d/80-net-name-slot.rules ... Processing lib/udev/rules.d/triggerhappy.rules ... Processing lib/udev/scsi_id ... Processing lib/udev/v4l_id ... Processing lib64 ... Processing libexec ... Processing libexec/s6-rc-fdholder-filler ... Processing libexec/s6-rc-oneshot-run ... Processing libexec/s6lockd-helper ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/faillock ... Processing sbin/fconfig ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fsck.cramfs ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdadm ... Processing sbin/mdev ... Processing sbin/mdmon ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkfs.bfs ... Processing sbin/mkfs.cramfs ... Processing sbin/mkhomedir_helper ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/pam_namespace_helper ... Processing sbin/pam_timestamp_check ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/pwhistory_helper ... Processing sbin/reboot ... Processing sbin/resolvconf ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/udevadm ... Processing sbin/udevd ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/unix_chkpwd ... Processing sbin/unix_update ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/abxtest ... Processing usr/bin/ar ... Processing usr/bin/arp-fingerprint ... Processing usr/bin/arp-scan ... Processing usr/bin/ascii ... Processing usr/bin/avroappend ... Processing usr/bin/avrocat ... Processing usr/bin/avromod ... Processing usr/bin/avropipe ... Processing usr/bin/awk ... Processing usr/bin/bandwidthd ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/brotli ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/captoinfo ... Processing usr/bin/catatonit ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/corkscrew ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/dumpelf ... Processing usr/bin/dvdauthor ... Processing usr/bin/dvddirdel ... Processing usr/bin/easyrsa ... Processing usr/bin/ef ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/expr ... Processing usr/bin/faad ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fbdump ... Processing usr/bin/fc-cache ... Processing usr/bin/fc-cat ... Processing usr/bin/fc-conflist ... Processing usr/bin/fc-list ... Processing usr/bin/fc-match ... Processing usr/bin/fc-pattern ... Processing usr/bin/fc-query ... Processing usr/bin/fc-scan ... Processing usr/bin/fc-validate ... Processing usr/bin/ffmpeg ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/fftwl-wisdom ... Processing usr/bin/find ... Processing usr/bin/flock ... Processing usr/bin/fm ... Processing usr/bin/fmscan ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fribidi ... Processing usr/bin/fuser ... Processing usr/bin/gawk ... Processing usr/bin/gawk-5.2.0 ... Processing usr/bin/gawkbug ... Processing usr/bin/geoiplookup ... Processing usr/bin/geoiplookup6 ... Processing usr/bin/get-iab ... Processing usr/bin/get-oui ... Processing usr/bin/git ... Processing usr/bin/git-cvsserver ... Processing usr/bin/git-receive-pack ... Processing usr/bin/git-shell ... Processing usr/bin/git-upload-archive ... Processing usr/bin/git-upload-pack ... Processing usr/bin/haserl ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/id ... Processing usr/bin/infocmp ... Processing usr/bin/infotocap ... Processing usr/bin/install ... Processing usr/bin/ipcalc ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/janet ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/lastb ... Processing usr/bin/lbreakout2 ... Processing usr/bin/lbreakout2server ... Processing usr/bin/less ... Processing usr/bin/libevdev-tweak-device ... Processing usr/bin/libinput ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzop ... Processing usr/bin/lzopcat ... Processing usr/bin/mac2unix ... Processing usr/bin/madplay ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mmdblookup ... Processing usr/bin/most ... Processing usr/bin/mouse-dpi-tool ... Processing usr/bin/mpeg2desc ... Processing usr/bin/mtdev-test ... Processing usr/bin/natpmpc ... Processing usr/bin/nc ... Processing usr/bin/net-snmp-create-v3-user ... Processing usr/bin/netcat ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/openssl ... Processing usr/bin/opentyrian ... Processing usr/bin/openvt ... Processing usr/bin/pamtester ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/peekfd ... Processing usr/bin/plink ... Processing usr/bin/poff ... Processing usr/bin/pon ... Processing usr/bin/printf ... Processing usr/bin/prtstat ... Processing usr/bin/pscp ... Processing usr/bin/psftp ... Processing usr/bin/psl ... Processing usr/bin/psl-make-dafsa ... Processing usr/bin/pslog ... Processing usr/bin/pspax ... Processing usr/bin/psplash ... Processing usr/bin/psplash-write ... Processing usr/bin/pstree ... Processing usr/bin/pstree.x11 ... Processing usr/bin/psusan ... Processing usr/bin/pure-pw ... Processing usr/bin/pure-pwconvert ... Processing usr/bin/pure-statsdecode ... Processing usr/bin/puttygen ... Processing usr/bin/qrencode ... Processing usr/bin/ramspeed ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/scalar ... Processing usr/bin/scanelf ... Processing usr/bin/scanmacho ... Processing usr/bin/scrub ... Processing usr/bin/scrypt ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setpci ... Processing usr/bin/setsid ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/sort ... Processing usr/bin/spumux ... Processing usr/bin/spuunmux ... Processing usr/bin/ssdp-scan ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/systool ... Processing usr/bin/tabs ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/tic ... Processing usr/bin/time ... Processing usr/bin/tinymembench ... Processing usr/bin/tio ... Processing usr/bin/toe ... Processing usr/bin/top ... Processing usr/bin/touchpad-edge-detector ... Processing usr/bin/tpm2-totp ... Processing usr/bin/tput ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tset ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/udevadm ... Processing usr/bin/udpxrec ... Processing usr/bin/udpxy ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unix2mac ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unshare ... Processing usr/bin/unxz ... Processing usr/bin/unzck ... Processing usr/bin/unzip ... Processing usr/bin/unzstd ... Processing usr/bin/update-pciids ... Processing usr/bin/uptime ... Processing usr/bin/uriparse ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/watchdogctl ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/whiptail ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xsltproc ... Processing usr/bin/xxd ... Processing usr/bin/xxh128sum ... Processing usr/bin/xxh32sum ... Processing usr/bin/xxh64sum ... Processing usr/bin/xxhsum ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/bin/zck ... Processing usr/bin/zck_delta_size ... Processing usr/bin/zck_gen_zdict ... Processing usr/bin/zck_read_header ... Processing usr/bin/zckdl ... Processing usr/bin/zstd ... Processing usr/bin/zstdcat ... Processing usr/bin/zstdgrep ... Processing usr/bin/zstdless ... Processing usr/bin/zstdmt ... Processing usr/lib ... Processing usr/lib/ao ... Processing usr/lib/ao/plugins-4 ... Processing usr/lib/ao/plugins-4/liboss.so ... Processing usr/lib/ckport ... Processing usr/lib/ckport/db ... Processing usr/lib/ckport/db/libao.ckport ... Processing usr/lib/engines-1.1 ... Processing usr/lib/gawk ... Processing usr/lib/gawk/filefuncs.so ... Processing usr/lib/gawk/fnmatch.so ... Processing usr/lib/gawk/fork.so ... Processing usr/lib/gawk/inplace.so ... Processing usr/lib/gawk/intdiv.so ... Processing usr/lib/gawk/ordchr.so ... Processing usr/lib/gawk/readdir.so ... Processing usr/lib/gawk/readfile.so ... Processing usr/lib/gawk/revoutput.so ... Processing usr/lib/gawk/revtwoway.so ... Processing usr/lib/gawk/rwarray.so ... Processing usr/lib/gawk/time.so ... Processing usr/lib/janet ... Processing usr/lib/janet/.keep ... Processing usr/lib/libGeoIP.so ... Processing usr/lib/libGeoIP.so.1 ... Processing usr/lib/libGeoIP.so.1.6.12 ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libSDL_gfx.so ... Processing usr/lib/libSDL_gfx.so.13 ... Processing usr/lib/libSDL_gfx.so.13.9.1 ... Processing usr/lib/libSDL_sound-1.0.so.1 ... Processing usr/lib/libSDL_sound-1.0.so.1.0.2 ... Processing usr/lib/libSDL_sound.so ... Processing usr/lib/libao.so ... Processing usr/lib/libao.so.4 ... Processing usr/lib/libao.so.4.1.0 ... Processing usr/lib/libargtable2.so ... Processing usr/lib/libargtable2.so.0 ... Processing usr/lib/libargtable2.so.0.1.8 ... Processing usr/lib/libavcodec.so ... Processing usr/lib/libavcodec.so.58 ... Processing usr/lib/libavcodec.so.58.134.100 ... Processing usr/lib/libavdevice.so ... Processing usr/lib/libavdevice.so.58 ... Processing usr/lib/libavdevice.so.58.13.100 ... Processing usr/lib/libavfilter.so ... Processing usr/lib/libavfilter.so.7 ... Processing usr/lib/libavfilter.so.7.110.100 ... Processing usr/lib/libavformat.so ... Processing usr/lib/libavformat.so.58 ... Processing usr/lib/libavformat.so.58.76.100 ... Processing usr/lib/libavro.so ... Processing usr/lib/libavro.so.23 ... Processing usr/lib/libavro.so.23.0.0 ... Processing usr/lib/libavutil.so ... Processing usr/lib/libavutil.so.56 ... Processing usr/lib/libavutil.so.56.70.100 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libbroadvoice.so ... Processing usr/lib/libbroadvoice.so.0 ... Processing usr/lib/libbroadvoice.so.0.0.1 ... Processing usr/lib/libbrotlicommon.so ... Processing usr/lib/libbrotlicommon.so.1 ... Processing usr/lib/libbrotlicommon.so.1.0.9 ... Processing usr/lib/libbrotlidec.so ... Processing usr/lib/libbrotlidec.so.1 ... Processing usr/lib/libbrotlidec.so.1.0.9 ... Processing usr/lib/libbrotlienc.so ... Processing usr/lib/libbrotlienc.so.1 ... Processing usr/lib/libbrotlienc.so.1.0.9 ... Processing usr/lib/libcairo.so ... Processing usr/lib/libcairo.so.2 ... Processing usr/lib/libcairo.so.2.11600.0 ... Processing usr/lib/libcares.so ... Processing usr/lib/libcares.so.2 ... Processing usr/lib/libcares.so.2.6.0 ... Processing usr/lib/libconfuse.so ... Processing usr/lib/libconfuse.so.2 ... Processing usr/lib/libconfuse.so.2.1.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.1.1 ... Processing usr/lib/libcurl.so ... Processing usr/lib/libcurl.so.4 ... Processing usr/lib/libcurl.so.4.8.0 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdbi.so ... Processing usr/lib/libdbi.so.3 ... Processing usr/lib/libdbi.so.3.0.0 ... Processing usr/lib/libdill.so ... Processing usr/lib/libdill.so.20 ... Processing usr/lib/libdill.so.20.5.0 ... Processing usr/lib/libdmtx.so ... Processing usr/lib/libdmtx.so.0 ... Processing usr/lib/libdmtx.so.0.0.0 ... Processing usr/lib/libevdev.so ... Processing usr/lib/libevdev.so.2 ... Processing usr/lib/libevdev.so.2.3.0 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.10 ... Processing usr/lib/libexslt.so ... Processing usr/lib/libexslt.so.0 ... Processing usr/lib/libexslt.so.0.8.20 ... Processing usr/lib/libfaad.so ... Processing usr/lib/libfaad.so.2 ... Processing usr/lib/libfaad.so.2.0.0 ... Processing usr/lib/libfaad_drm.so ... Processing usr/lib/libfaad_drm.so.2 ... Processing usr/lib/libfaad_drm.so.2.0.0 ... Processing usr/lib/libfftw3l.so ... Processing usr/lib/libfftw3l.so.3 ... Processing usr/lib/libfftw3l.so.3.5.8 ... Processing usr/lib/libfl.so ... Processing usr/lib/libfl.so.2 ... Processing usr/lib/libfl.so.2.0.0 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.19.0 ... Processing usr/lib/libfribidi.so ... Processing usr/lib/libfribidi.so.0 ... Processing usr/lib/libfribidi.so.0.4.0 ... Processing usr/lib/libg722_1.so ... Processing usr/lib/libg722_1.so.0 ... Processing usr/lib/libg722_1.so.0.0.2 ... Processing usr/lib/libgd.so ... Processing usr/lib/libgd.so.3 ... Processing usr/lib/libgd.so.3.0.11 ... Processing usr/lib/libglob.so ... Processing usr/lib/libglob.so.0 ... Processing usr/lib/libglob.so.0.0.0 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.4.1 ... Processing usr/lib/libid3tag.so ... Processing usr/lib/libid3tag.so.0 ... Processing usr/lib/libid3tag.so.0.3.0 ... Processing usr/lib/libidn2.so ... Processing usr/lib/libidn2.so.0 ... Processing usr/lib/libidn2.so.0.3.8 ... Processing usr/lib/libinih.so ... Processing usr/lib/libinih.so.0 ... Processing usr/lib/libinput.so ... Processing usr/lib/libinput.so.10 ... Processing usr/lib/libinput.so.10.13.0 ... Processing usr/lib/libite.so ... Processing usr/lib/libite.so.5 ... Processing usr/lib/libite.so.5.3.2 ... Processing usr/lib/libjanet.so ... Processing usr/lib/libjanet.so.1.26 ... Processing usr/lib/libjanet.so.1.26.0 ... Processing usr/lib/libjansson.so ... Processing usr/lib/libjansson.so.4 ... Processing usr/lib/libjansson.so.4.14.0 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... Processing usr/lib/libjson-c.so ... Processing usr/lib/libjson-c.so.5 ... Processing usr/lib/libjson-c.so.5.2.0 ... Processing usr/lib/libkmod.so ... Processing usr/lib/libkmod.so.2 ... Processing usr/lib/libkmod.so.2.4.0 ... Processing usr/lib/liblz4.so ... Processing usr/lib/liblz4.so.1 ... Processing usr/lib/liblz4.so.1.9.4 ... Processing usr/lib/liblzo2.so ... Processing usr/lib/liblzo2.so.2 ... Processing usr/lib/liblzo2.so.2.0.0 ... Processing usr/lib/libmad.so ... Processing usr/lib/libmad.so.0 ... Processing usr/lib/libmad.so.0.2.1 ... Processing usr/lib/libmaxminddb.so ... Processing usr/lib/libmaxminddb.so.0 ... Processing usr/lib/libmaxminddb.so.0.0.7 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libmount.so ... Processing usr/lib/libmpdec.so ... Processing usr/lib/libmpdec.so.2.5.1 ... Processing usr/lib/libmpdec.so.3 ... Processing usr/lib/libmpir.so ... Processing usr/lib/libmpir.so.23 ... Processing usr/lib/libmpir.so.23.0.3 ... Processing usr/lib/libmtdev.so ... Processing usr/lib/libmtdev.so.1 ... Processing usr/lib/libmtdev.so.1.0.0 ... Processing usr/lib/libmxml.so ... Processing usr/lib/libmxml.so.1 ... Processing usr/lib/libmxml.so.1.6 ... Processing usr/lib/libnatpmp.so ... Processing usr/lib/libnatpmp.so.1 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libnetfilter_acct.so ... Processing usr/lib/libnetfilter_acct.so.1 ... Processing usr/lib/libnetfilter_acct.so.1.0.0 ... Processing usr/lib/libnetfilter_cttimeout.so ... Processing usr/lib/libnetfilter_cttimeout.so.1 ... Processing usr/lib/libnetfilter_cttimeout.so.1.0.0 ... Processing usr/lib/libnetsnmp.so ... Processing usr/lib/libnetsnmp.so.40 ... Processing usr/lib/libnetsnmp.so.40.2.0 ... Processing usr/lib/libnetsnmpagent.so ... Processing usr/lib/libnetsnmpagent.so.40 ... Processing usr/lib/libnetsnmpagent.so.40.2.0 ... Processing usr/lib/libnetsnmphelpers.so ... Processing usr/lib/libnetsnmphelpers.so.40 ... Processing usr/lib/libnetsnmphelpers.so.40.2.0 ... Processing usr/lib/libnetsnmpmibs.so ... Processing usr/lib/libnetsnmpmibs.so.40 ... Processing usr/lib/libnetsnmpmibs.so.40.2.0 ... Processing usr/lib/libnewt.so ... Processing usr/lib/libnewt.so.0.52 ... Processing usr/lib/libnewt.so.0.52.21 ... Processing usr/lib/libnfnetlink.so ... Processing usr/lib/libnfnetlink.so.0 ... Processing usr/lib/libnfnetlink.so.0.2.0 ... Processing usr/lib/liboauth.so ... Processing usr/lib/liboauth.so.0 ... Processing usr/lib/liboauth.so.0.8.7 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpci.so ... Processing usr/lib/libpci.so.3 ... Processing usr/lib/libpci.so.3.9.0 ... Processing usr/lib/libperiphery.so ... Processing usr/lib/libperiphery.so.2.3.1 ... Processing usr/lib/libpixman-1.so ... Processing usr/lib/libpixman-1.so.0 ... Processing usr/lib/libpixman-1.so.0.42.2 ... Processing usr/lib/libpkcs11-helper.so ... Processing usr/lib/libpkcs11-helper.so.1 ... Processing usr/lib/libpkcs11-helper.so.1.0.0 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.39.0 ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libpsl.so ... Processing usr/lib/libpsl.so.5 ... Processing usr/lib/libpsl.so.5.3.4 ... Processing usr/lib/libqrencode.so ... Processing usr/lib/libqrencode.so.4 ... Processing usr/lib/libqrencode.so.4.1.1 ... Processing usr/lib/libscrypt.so ... Processing usr/lib/libscrypt.so.0 ... Processing usr/lib/libseat.so ... Processing usr/lib/libseat.so.1 ... Processing usr/lib/libslang.so ... Processing usr/lib/libslang.so.2 ... Processing usr/lib/libslang.so.2.3.3 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libspeexdsp.so ... Processing usr/lib/libspeexdsp.so.1 ... Processing usr/lib/libspeexdsp.so.1.5.2 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libsvg-cairo.so ... Processing usr/lib/libsvg-cairo.so.1 ... Processing usr/lib/libsvg-cairo.so.1.0.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libswresample.so ... Processing usr/lib/libswresample.so.3 ... Processing usr/lib/libswresample.so.3.9.100 ... Processing usr/lib/libsysfs.so ... Processing usr/lib/libsysfs.so.2 ... Processing usr/lib/libsysfs.so.2.0.1 ... Processing usr/lib/libsz.so ... Processing usr/lib/libsz.so.2 ... Processing usr/lib/libsz.so.2.0.0 ... Processing usr/lib/libtpm2-totp.so ... Processing usr/lib/libtpm2-totp.so.0 ... Processing usr/lib/libtpm2-totp.so.0.0.0 ... Processing usr/lib/libtss2-esys.so ... Processing usr/lib/libtss2-esys.so.0 ... Processing usr/lib/libtss2-esys.so.0.0.0 ... Processing usr/lib/libtss2-fapi.so ... Processing usr/lib/libtss2-fapi.so.1 ... Processing usr/lib/libtss2-fapi.so.1.0.0 ... Processing usr/lib/libtss2-mu.so ... Processing usr/lib/libtss2-mu.so.0 ... Processing usr/lib/libtss2-mu.so.0.0.0 ... Processing usr/lib/libtss2-rc.so ... Processing usr/lib/libtss2-rc.so.0 ... Processing usr/lib/libtss2-rc.so.0.0.0 ... Processing usr/lib/libtss2-sys.so ... Processing usr/lib/libtss2-sys.so.1 ... Processing usr/lib/libtss2-sys.so.1.0.0 ... Processing usr/lib/libtss2-tcti-cmd.so ... Processing usr/lib/libtss2-tcti-cmd.so.0 ... Processing usr/lib/libtss2-tcti-cmd.so.0.0.0 ... Processing usr/lib/libtss2-tcti-device.so ... Processing usr/lib/libtss2-tcti-device.so.0 ... Processing usr/lib/libtss2-tcti-device.so.0.0.0 ... Processing usr/lib/libtss2-tcti-mssim.so ... Processing usr/lib/libtss2-tcti-mssim.so.0 ... Processing usr/lib/libtss2-tcti-mssim.so.0.0.0 ... Processing usr/lib/libtss2-tcti-pcap.so ... Processing usr/lib/libtss2-tcti-pcap.so.0 ... Processing usr/lib/libtss2-tcti-pcap.so.0.0.0 ... Processing usr/lib/libtss2-tcti-swtpm.so ... Processing usr/lib/libtss2-tcti-swtpm.so.0 ... Processing usr/lib/libtss2-tcti-swtpm.so.0.0.0 ... Processing usr/lib/libtss2-tctildr.so ... Processing usr/lib/libtss2-tctildr.so.0 ... Processing usr/lib/libtss2-tctildr.so.0.0.0 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libudev.so ... Processing usr/lib/libuev.so ... Processing usr/lib/libuev.so.3 ... Processing usr/lib/libuev.so.3.0.0 ... Processing usr/lib/libunistring.so ... Processing usr/lib/libunistring.so.5 ... Processing usr/lib/libunistring.so.5.0.0 ... Processing usr/lib/liburiparser.so ... Processing usr/lib/liburiparser.so.1 ... Processing usr/lib/liburiparser.so.1.0.30 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libvo-aacenc.so ... Processing usr/lib/libvo-aacenc.so.0 ... Processing usr/lib/libvo-aacenc.so.0.0.4 ... Processing usr/lib/libvorbisidec.so ... Processing usr/lib/libvorbisidec.so.1 ... Processing usr/lib/libvorbisidec.so.1.0.3 ... Processing usr/lib/libwdog.so ... Processing usr/lib/libwdog.so.2 ... Processing usr/lib/libwdog.so.2.0.0 ... Processing usr/lib/libwebp.so ... Processing usr/lib/libwebp.so.7 ... Processing usr/lib/libwebp.so.7.1.5 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.4 ... Processing usr/lib/libxslt-plugins ... Processing usr/lib/libxslt.so ... Processing usr/lib/libxslt.so.1 ... Processing usr/lib/libxslt.so.1.1.37 ... Processing usr/lib/libxxhash.so ... Processing usr/lib/libxxhash.so.0 ... Processing usr/lib/libxxhash.so.0.8.1 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.13 ... Processing usr/lib/libzck.so ... Processing usr/lib/libzck.so.1 ... Processing usr/lib/libzck.so.1.2.2 ... Processing usr/lib/libzstd.so ... Processing usr/lib/libzstd.so.1 ... Processing usr/lib/libzstd.so.1.5.5 ... Processing usr/lib/lighttpd ... Processing usr/lib/lighttpd/mod_access.so ... Processing usr/lib/lighttpd/mod_accesslog.so ... Processing usr/lib/lighttpd/mod_ajp13.so ... Processing usr/lib/lighttpd/mod_alias.so ... Processing usr/lib/lighttpd/mod_auth.so ... Processing usr/lib/lighttpd/mod_authn_file.so ... Processing usr/lib/lighttpd/mod_authn_pam.so ... Processing usr/lib/lighttpd/mod_cgi.so ... Processing usr/lib/lighttpd/mod_deflate.so ... Processing usr/lib/lighttpd/mod_dirlisting.so ... Processing usr/lib/lighttpd/mod_evhost.so ... Processing usr/lib/lighttpd/mod_expire.so ... Processing usr/lib/lighttpd/mod_extforward.so ... Processing usr/lib/lighttpd/mod_fastcgi.so ... Processing usr/lib/lighttpd/mod_indexfile.so ... Processing usr/lib/lighttpd/mod_maxminddb.so ... Processing usr/lib/lighttpd/mod_proxy.so ... Processing usr/lib/lighttpd/mod_redirect.so ... Processing usr/lib/lighttpd/mod_rewrite.so ... Processing usr/lib/lighttpd/mod_rrdtool.so ... Processing usr/lib/lighttpd/mod_scgi.so ... Processing usr/lib/lighttpd/mod_setenv.so ... Processing usr/lib/lighttpd/mod_simple_vhost.so ... Processing usr/lib/lighttpd/mod_sockproxy.so ... Processing usr/lib/lighttpd/mod_ssi.so ... Processing usr/lib/lighttpd/mod_staticfile.so ... Processing usr/lib/lighttpd/mod_status.so ... Processing usr/lib/lighttpd/mod_userdir.so ... Processing usr/lib/lighttpd/mod_vhostdb.so ... Processing usr/lib/lighttpd/mod_webdav.so ... Processing usr/lib/lighttpd/mod_wstunnel.so ... Processing usr/lib/os-release ... Processing usr/lib/pppd ... Processing usr/lib/pppd/2.4.9 ... Processing usr/lib/pppd/2.4.9/minconn.so ... Processing usr/lib/pppd/2.4.9/openl2tp.so ... Processing usr/lib/pppd/2.4.9/passprompt.so ... Processing usr/lib/pppd/2.4.9/passwordfd.so ... Processing usr/lib/pppd/2.4.9/pppoatm.so ... Processing usr/lib/pppd/2.4.9/pppoe.so ... Processing usr/lib/pppd/2.4.9/pppol2tp.so ... Processing usr/lib/pppd/2.4.9/winbind.so ... Processing usr/lib/slang ... Processing usr/lib/slang/v2 ... Processing usr/lib/slang/v2/modules ... Processing usr/lib/slang/v2/modules/base64-module.so ... Processing usr/lib/slang/v2/modules/chksum-module.so ... Processing usr/lib/slang/v2/modules/csv-module.so ... Processing usr/lib/slang/v2/modules/fcntl-module.so ... Processing usr/lib/slang/v2/modules/fork-module.so ... Processing usr/lib/slang/v2/modules/histogram-module.so ... Processing usr/lib/slang/v2/modules/iconv-module.so ... Processing usr/lib/slang/v2/modules/json-module.so ... Processing usr/lib/slang/v2/modules/png-module.so ... Processing usr/lib/slang/v2/modules/rand-module.so ... Processing usr/lib/slang/v2/modules/select-module.so ... Processing usr/lib/slang/v2/modules/slsmg-module.so ... Processing usr/lib/slang/v2/modules/socket-module.so ... Processing usr/lib/slang/v2/modules/stats-module.so ... Processing usr/lib/slang/v2/modules/sysconf-module.so ... Processing usr/lib/slang/v2/modules/termios-module.so ... Processing usr/lib/slang/v2/modules/varray-module.so ... Processing usr/lib/slang/v2/modules/zlib-module.so ... Processing usr/lib/systemd ... Processing usr/lib/systemd/system ... Processing usr/lib/systemd/system/iprdump.service ... Processing usr/lib/systemd/system/iprinit.service ... Processing usr/lib/systemd/system/iprupdate.service ... Processing usr/lib/systemd/system/iprutils.target ... Processing usr/lib/systemd/system/pam_namespace.service ... Processing usr/lib/terminfo ... Processing usr/lib/udev ... Processing usr/lib/udev/libinput-device-group ... Processing usr/lib/udev/libinput-fuzz-extract ... Processing usr/lib/udev/libinput-fuzz-to-zero ... Processing usr/lib/udev/rules.d ... Processing usr/lib/udev/rules.d/80-libinput-device-groups.rules ... Processing usr/lib/udev/rules.d/90-iprutils.rules ... Processing usr/lib/udev/rules.d/90-libinput-fuzz-override.rules ... Processing usr/lib/udev/rules.d/tpm-udev.rules ... Processing usr/lib/xsltConf.sh ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/awk ... Processing usr/libexec/awk/grcat ... Processing usr/libexec/awk/pwcat ... Processing usr/libexec/git-core ... Processing usr/libexec/git-core/git ... Processing usr/libexec/git-core/git-add ... Processing usr/libexec/git-core/git-am ... Processing usr/libexec/git-core/git-annotate ... Processing usr/libexec/git-core/git-apply ... Processing usr/libexec/git-core/git-archimport ... Processing usr/libexec/git-core/git-archive ... Processing usr/libexec/git-core/git-bisect ... Processing usr/libexec/git-core/git-blame ... Processing usr/libexec/git-core/git-branch ... Processing usr/libexec/git-core/git-bugreport ... Processing usr/libexec/git-core/git-bundle ... Processing usr/libexec/git-core/git-cat-file ... Processing usr/libexec/git-core/git-check-attr ... Processing usr/libexec/git-core/git-check-ignore ... Processing usr/libexec/git-core/git-check-mailmap ... Processing usr/libexec/git-core/git-check-ref-format ... Processing usr/libexec/git-core/git-checkout ... Processing usr/libexec/git-core/git-checkout--worker ... Processing usr/libexec/git-core/git-checkout-index ... Processing usr/libexec/git-core/git-cherry ... Processing usr/libexec/git-core/git-cherry-pick ... Processing usr/libexec/git-core/git-clean ... Processing usr/libexec/git-core/git-clone ... Processing usr/libexec/git-core/git-column ... Processing usr/libexec/git-core/git-commit ... Processing usr/libexec/git-core/git-commit-graph ... Processing usr/libexec/git-core/git-commit-tree ... Processing usr/libexec/git-core/git-config ... Processing usr/libexec/git-core/git-count-objects ... Processing usr/libexec/git-core/git-credential ... Processing usr/libexec/git-core/git-credential-cache ... Processing usr/libexec/git-core/git-credential-cache--daemon ... Processing usr/libexec/git-core/git-credential-store ... Processing usr/libexec/git-core/git-cvsexportcommit ... Processing usr/libexec/git-core/git-cvsimport ... Processing usr/libexec/git-core/git-cvsserver ... Processing usr/libexec/git-core/git-daemon ... Processing usr/libexec/git-core/git-describe ... Processing usr/libexec/git-core/git-diagnose ... Processing usr/libexec/git-core/git-diff ... Processing usr/libexec/git-core/git-diff-files ... Processing usr/libexec/git-core/git-diff-index ... Processing usr/libexec/git-core/git-diff-tree ... Processing usr/libexec/git-core/git-difftool ... Processing usr/libexec/git-core/git-difftool--helper ... Processing usr/libexec/git-core/git-fast-export ... Processing usr/libexec/git-core/git-fast-import ... Processing usr/libexec/git-core/git-fetch ... Processing usr/libexec/git-core/git-fetch-pack ... Processing usr/libexec/git-core/git-filter-branch ... Processing usr/libexec/git-core/git-fmt-merge-msg ... Processing usr/libexec/git-core/git-for-each-ref ... Processing usr/libexec/git-core/git-for-each-repo ... Processing usr/libexec/git-core/git-format-patch ... Processing usr/libexec/git-core/git-fsck ... Processing usr/libexec/git-core/git-fsck-objects ... Processing usr/libexec/git-core/git-fsmonitor--daemon ... Processing usr/libexec/git-core/git-gc ... Processing usr/libexec/git-core/git-get-tar-commit-id ... Processing usr/libexec/git-core/git-grep ... Processing usr/libexec/git-core/git-hash-object ... Processing usr/libexec/git-core/git-help ... Processing usr/libexec/git-core/git-hook ... Processing usr/libexec/git-core/git-http-backend ... Processing usr/libexec/git-core/git-http-fetch ... Processing usr/libexec/git-core/git-http-push ... Processing usr/libexec/git-core/git-imap-send ... Processing usr/libexec/git-core/git-index-pack ... Processing usr/libexec/git-core/git-init ... Processing usr/libexec/git-core/git-init-db ... Processing usr/libexec/git-core/git-instaweb ... Processing usr/libexec/git-core/git-interpret-trailers ... Processing usr/libexec/git-core/git-log ... Processing usr/libexec/git-core/git-ls-files ... Processing usr/libexec/git-core/git-ls-remote ... Processing usr/libexec/git-core/git-ls-tree ... Processing usr/libexec/git-core/git-mailinfo ... Processing usr/libexec/git-core/git-mailsplit ... Processing usr/libexec/git-core/git-maintenance ... Processing usr/libexec/git-core/git-merge ... Processing usr/libexec/git-core/git-merge-base ... Processing usr/libexec/git-core/git-merge-file ... Processing usr/libexec/git-core/git-merge-index ... Processing usr/libexec/git-core/git-merge-octopus ... Processing usr/libexec/git-core/git-merge-one-file ... Processing usr/libexec/git-core/git-merge-ours ... Processing usr/libexec/git-core/git-merge-recursive ... Processing usr/libexec/git-core/git-merge-resolve ... Processing usr/libexec/git-core/git-merge-subtree ... Processing usr/libexec/git-core/git-merge-tree ... Processing usr/libexec/git-core/git-mergetool ... Processing usr/libexec/git-core/git-mergetool--lib ... Processing usr/libexec/git-core/git-mktag ... Processing usr/libexec/git-core/git-mktree ... Processing usr/libexec/git-core/git-multi-pack-index ... Processing usr/libexec/git-core/git-mv ... Processing usr/libexec/git-core/git-name-rev ... Processing usr/libexec/git-core/git-notes ... Processing usr/libexec/git-core/git-p4 ... Processing usr/libexec/git-core/git-pack-objects ... Processing usr/libexec/git-core/git-pack-redundant ... Processing usr/libexec/git-core/git-pack-refs ... Processing usr/libexec/git-core/git-patch-id ... Processing usr/libexec/git-core/git-prune ... Processing usr/libexec/git-core/git-prune-packed ... Processing usr/libexec/git-core/git-pull ... Processing usr/libexec/git-core/git-push ... Processing usr/libexec/git-core/git-quiltimport ... Processing usr/libexec/git-core/git-range-diff ... Processing usr/libexec/git-core/git-read-tree ... Processing usr/libexec/git-core/git-rebase ... Processing usr/libexec/git-core/git-receive-pack ... Processing usr/libexec/git-core/git-reflog ... Processing usr/libexec/git-core/git-remote ... Processing usr/libexec/git-core/git-remote-ext ... Processing usr/libexec/git-core/git-remote-fd ... Processing usr/libexec/git-core/git-remote-ftp ... Processing usr/libexec/git-core/git-remote-ftps ... Processing usr/libexec/git-core/git-remote-http ... Processing usr/libexec/git-core/git-remote-https ... Processing usr/libexec/git-core/git-repack ... Processing usr/libexec/git-core/git-replace ... Processing usr/libexec/git-core/git-request-pull ... Processing usr/libexec/git-core/git-rerere ... Processing usr/libexec/git-core/git-reset ... Processing usr/libexec/git-core/git-restore ... Processing usr/libexec/git-core/git-rev-list ... Processing usr/libexec/git-core/git-rev-parse ... Processing usr/libexec/git-core/git-revert ... Processing usr/libexec/git-core/git-rm ... Processing usr/libexec/git-core/git-send-email ... Processing usr/libexec/git-core/git-send-pack ... Processing usr/libexec/git-core/git-sh-i18n ... Processing usr/libexec/git-core/git-sh-i18n--envsubst ... Processing usr/libexec/git-core/git-sh-setup ... Processing usr/libexec/git-core/git-shell ... Processing usr/libexec/git-core/git-shortlog ... Processing usr/libexec/git-core/git-show ... Processing usr/libexec/git-core/git-show-branch ... Processing usr/libexec/git-core/git-show-index ... Processing usr/libexec/git-core/git-show-ref ... Processing usr/libexec/git-core/git-sparse-checkout ... Processing usr/libexec/git-core/git-stage ... Processing usr/libexec/git-core/git-stash ... Processing usr/libexec/git-core/git-status ... Processing usr/libexec/git-core/git-stripspace ... Processing usr/libexec/git-core/git-submodule ... Processing usr/libexec/git-core/git-submodule--helper ... Processing usr/libexec/git-core/git-svn ... Processing usr/libexec/git-core/git-switch ... Processing usr/libexec/git-core/git-symbolic-ref ... Processing usr/libexec/git-core/git-tag ... Processing usr/libexec/git-core/git-unpack-file ... Processing usr/libexec/git-core/git-unpack-objects ... Processing usr/libexec/git-core/git-update-index ... Processing usr/libexec/git-core/git-update-ref ... Processing usr/libexec/git-core/git-update-server-info ... Processing usr/libexec/git-core/git-upload-archive ... Processing usr/libexec/git-core/git-upload-pack ... Processing usr/libexec/git-core/git-var ... Processing usr/libexec/git-core/git-verify-commit ... Processing usr/libexec/git-core/git-verify-pack ... Processing usr/libexec/git-core/git-verify-tag ... Processing usr/libexec/git-core/git-version ... Processing usr/libexec/git-core/git-web--browse ... Processing usr/libexec/git-core/git-whatchanged ... Processing usr/libexec/git-core/git-worktree ... Processing usr/libexec/git-core/git-write-tree ... Processing usr/libexec/git-core/mergetools ... Processing usr/libexec/git-core/mergetools/araxis ... Processing usr/libexec/git-core/mergetools/bc ... Processing usr/libexec/git-core/mergetools/codecompare ... Processing usr/libexec/git-core/mergetools/deltawalker ... Processing usr/libexec/git-core/mergetools/diffmerge ... Processing usr/libexec/git-core/mergetools/diffuse ... Processing usr/libexec/git-core/mergetools/ecmerge ... Processing usr/libexec/git-core/mergetools/emerge ... Processing usr/libexec/git-core/mergetools/examdiff ... Processing usr/libexec/git-core/mergetools/guiffy ... Processing usr/libexec/git-core/mergetools/gvimdiff ... Processing usr/libexec/git-core/mergetools/kdiff3 ... Processing usr/libexec/git-core/mergetools/kompare ... Processing usr/libexec/git-core/mergetools/meld ... Processing usr/libexec/git-core/mergetools/nvimdiff ... Processing usr/libexec/git-core/mergetools/opendiff ... Processing usr/libexec/git-core/mergetools/p4merge ... Processing usr/libexec/git-core/mergetools/smerge ... Processing usr/libexec/git-core/mergetools/tkdiff ... Processing usr/libexec/git-core/mergetools/tortoisemerge ... Processing usr/libexec/git-core/mergetools/vimdiff ... Processing usr/libexec/git-core/mergetools/winmerge ... Processing usr/libexec/git-core/mergetools/xxdiff ... Processing usr/libexec/git-core/scalar ... Processing usr/libexec/libinput ... Processing usr/libexec/libinput/libinput-analyze ... Processing usr/libexec/libinput/libinput-debug-events ... Processing usr/libexec/libinput/libinput-debug-tablet ... Processing usr/libexec/libinput/libinput-list-devices ... Processing usr/libexec/libinput/libinput-measure ... Processing usr/libexec/libinput/libinput-quirks ... Processing usr/libexec/libinput/libinput-record ... 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/libexec/rmt ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/addpart ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/chat ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/delpart ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/dnsmasq ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fan-ctrl ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/htpdate ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/ifmetric ... Processing usr/sbin/inetd ... Processing usr/sbin/iodine ... Processing usr/sbin/iodined ... Processing usr/sbin/iprconfig ... Processing usr/sbin/iprdbg ... Processing usr/sbin/iprdump ... Processing usr/sbin/iprinit ... Processing usr/sbin/iprsos ... Processing usr/sbin/iprupdate ... Processing usr/sbin/killall5 ... Processing usr/sbin/lighttpd ... Processing usr/sbin/lighttpd-angel ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/minissdpd ... Processing usr/sbin/nfacct ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/partx ... Processing usr/sbin/pppd ... Processing usr/sbin/pppdump ... Processing usr/sbin/pppoe ... Processing usr/sbin/pppoe-connect ... Processing usr/sbin/pppoe-discovery ... Processing usr/sbin/pppoe-init ... Processing usr/sbin/pppoe-relay ... Processing usr/sbin/pppoe-server ... Processing usr/sbin/pppoe-setup ... Processing usr/sbin/pppoe-sniff ... Processing usr/sbin/pppoe-start ... Processing usr/sbin/pppoe-status ... Processing usr/sbin/pppoe-stop ... Processing usr/sbin/pppstats ... Processing usr/sbin/pure-authd ... Processing usr/sbin/pure-certd ... Processing usr/sbin/pure-ftpd ... Processing usr/sbin/pure-ftpwho ... Processing usr/sbin/pure-mrtginfo ... Processing usr/sbin/pure-quotacheck ... Processing usr/sbin/pure-uploadscript ... Processing usr/sbin/quotatool ... Processing usr/sbin/radvd ... Processing usr/sbin/radvdump ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/resizepart ... Processing usr/sbin/seedrng ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sredird ... Processing usr/sbin/ssdpd ... Processing usr/sbin/th-cmd ... Processing usr/sbin/thd ... Processing usr/sbin/ubirename ... Processing usr/sbin/watchdogd ... Processing usr/share ... Processing usr/share/applications ... Processing usr/share/applications/lbreakout2.desktop ... Processing usr/share/arp-scan ... Processing usr/share/arp-scan/ieee-oui.txt ... Processing usr/share/awk ... Processing usr/share/awk/assert.awk ... Processing usr/share/awk/bits2str.awk ... Processing usr/share/awk/cliff_rand.awk ... Processing usr/share/awk/ctime.awk ... Processing usr/share/awk/ftrans.awk ... Processing usr/share/awk/getopt.awk ... Processing usr/share/awk/gettime.awk ... Processing usr/share/awk/group.awk ... Processing usr/share/awk/have_mpfr.awk ... Processing usr/share/awk/inplace.awk ... Processing usr/share/awk/intdiv0.awk ... Processing usr/share/awk/isnumeric.awk ... Processing usr/share/awk/join.awk ... Processing usr/share/awk/libintl.awk ... Processing usr/share/awk/noassign.awk ... Processing usr/share/awk/ns_passwd.awk ... Processing usr/share/awk/ord.awk ... Processing usr/share/awk/passwd.awk ... Processing usr/share/awk/processarray.awk ... Processing usr/share/awk/quicksort.awk ... Processing usr/share/awk/readable.awk ... Processing usr/share/awk/readfile.awk ... Processing usr/share/awk/rewind.awk ... Processing usr/share/awk/round.awk ... Processing usr/share/awk/shellquote.awk ... Processing usr/share/awk/strtonum.awk ... Processing usr/share/awk/walkarray.awk ... Processing usr/share/awk/zerofile.awk ... Processing usr/share/dvdauthor ... Processing usr/share/dvdauthor/common.xsd ... Processing usr/share/dvdauthor/dvdauthor.xsd ... Processing usr/share/dvdauthor/spumux.xsd ... Processing usr/share/ffmpeg ... Processing usr/share/ffmpeg/ffprobe.xsd ... Processing usr/share/ffmpeg/libvpx-1080p.ffpreset ... Processing usr/share/ffmpeg/libvpx-1080p50_60.ffpreset ... Processing usr/share/ffmpeg/libvpx-360p.ffpreset ... Processing usr/share/ffmpeg/libvpx-720p.ffpreset ... Processing usr/share/ffmpeg/libvpx-720p50_60.ffpreset ... Processing usr/share/fontconfig ... Processing usr/share/fontconfig/conf.avail ... Processing usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf ... Processing usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf ... Processing usr/share/fontconfig/conf.avail/10-autohint.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-full.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-medium.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-none.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-slight.conf ... Processing usr/share/fontconfig/conf.avail/10-no-antialias.conf ... Processing usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf ... Processing usr/share/fontconfig/conf.avail/10-unhinted.conf ... Processing usr/share/fontconfig/conf.avail/10-yes-antialias.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf ... Processing usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf ... Processing usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/30-metric-aliases.conf ... Processing usr/share/fontconfig/conf.avail/35-lang-normalize.conf ... Processing usr/share/fontconfig/conf.avail/40-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/43-wqy-zenhei-sharp.conf ... Processing usr/share/fontconfig/conf.avail/44-wqy-zenhei.conf ... Processing usr/share/fontconfig/conf.avail/45-generic.conf ... Processing usr/share/fontconfig/conf.avail/45-latin.conf ... Processing usr/share/fontconfig/conf.avail/48-spacing.conf ... Processing usr/share/fontconfig/conf.avail/49-sansserif.conf ... Processing usr/share/fontconfig/conf.avail/50-user.conf ... Processing usr/share/fontconfig/conf.avail/51-local.conf ... Processing usr/share/fontconfig/conf.avail/60-generic.conf ... Processing usr/share/fontconfig/conf.avail/60-latin.conf ... Processing usr/share/fontconfig/conf.avail/65-fonts-persian.conf ... Processing usr/share/fontconfig/conf.avail/65-khmer.conf ... Processing usr/share/fontconfig/conf.avail/65-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/69-unifont.conf ... Processing usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/80-delicious.conf ... Processing usr/share/fontconfig/conf.avail/90-synthetic.conf ... Processing usr/share/fonts ... Processing usr/share/fonts/wqy-zenhei ... Processing usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/git-core ... Processing usr/share/git-core/templates ... Processing usr/share/git-core/templates/branches ... Processing usr/share/git-core/templates/description ... Processing usr/share/git-core/templates/hooks ... Processing usr/share/git-core/templates/hooks/applypatch-msg.sample ... Processing usr/share/git-core/templates/hooks/commit-msg.sample ... Processing usr/share/git-core/templates/hooks/fsmonitor-watchman.sample ... Processing usr/share/git-core/templates/hooks/post-update.sample ... Processing usr/share/git-core/templates/hooks/pre-applypatch.sample ... Processing usr/share/git-core/templates/hooks/pre-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-merge-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-push.sample ... Processing usr/share/git-core/templates/hooks/pre-rebase.sample ... Processing usr/share/git-core/templates/hooks/pre-receive.sample ... Processing usr/share/git-core/templates/hooks/prepare-commit-msg.sample ... Processing usr/share/git-core/templates/hooks/push-to-checkout.sample ... Processing usr/share/git-core/templates/hooks/update.sample ... Processing usr/share/git-core/templates/info ... Processing usr/share/git-core/templates/info/exclude ... Processing usr/share/gitweb ... Processing usr/share/gitweb/gitweb.cgi ... Processing usr/share/gitweb/static ... Processing usr/share/gitweb/static/git-favicon.png ... Processing usr/share/gitweb/static/git-logo.png ... Processing usr/share/gitweb/static/gitweb.css ... Processing usr/share/gitweb/static/gitweb.js ... Processing usr/share/hwdata ... Processing usr/share/hwdata/pci.ids ... Processing usr/share/hwdata/pnp.ids ... Processing usr/share/hwdata/usb.ids ... Processing usr/share/icons ... Processing usr/share/icons/lbreakout48.gif ... Processing usr/share/lbreakout2 ... Processing usr/share/lbreakout2/gfx ... Processing usr/share/lbreakout2/gfx/AbsoluteB ... Processing usr/share/lbreakout2/gfx/AbsoluteB/ABOUT ... Processing usr/share/lbreakout2/gfx/AbsoluteB/README ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back0.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back1.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back2.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back3.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back4.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/back5.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/bricks.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/extras.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/fr_left.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/fr_right.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/fr_top.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/life.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/menuback.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/paddle.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/shot.png ... Processing usr/share/lbreakout2/gfx/AbsoluteB/weapon.png ... Processing usr/share/lbreakout2/gfx/Classic ... Processing usr/share/lbreakout2/gfx/Classic/ABOUT ... Processing usr/share/lbreakout2/gfx/Moiree ... Processing usr/share/lbreakout2/gfx/Moiree/ABOUT ... Processing usr/share/lbreakout2/gfx/Moiree/back0.png ... Processing usr/share/lbreakout2/gfx/Moiree/back1.png ... Processing usr/share/lbreakout2/gfx/Moiree/back2.png ... Processing usr/share/lbreakout2/gfx/Moiree/back3.png ... Processing usr/share/lbreakout2/gfx/Moiree/back4.png ... Processing usr/share/lbreakout2/gfx/Moiree/back5.png ... Processing usr/share/lbreakout2/gfx/Moiree/bricks.png ... Processing usr/share/lbreakout2/gfx/Moiree/extras.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_left.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_mp_left.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_mp_right.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_right.png ... Processing usr/share/lbreakout2/gfx/Moiree/fr_top.png ... Processing usr/share/lbreakout2/gfx/Moiree/life.png ... Processing usr/share/lbreakout2/gfx/Moiree/paddle.png ... Processing usr/share/lbreakout2/gfx/Oz ... Processing usr/share/lbreakout2/gfx/Oz/README ... Processing usr/share/lbreakout2/gfx/Oz/back0.png ... Processing usr/share/lbreakout2/gfx/Oz/back1.png ... Processing usr/share/lbreakout2/gfx/Oz/back2.png ... Processing usr/share/lbreakout2/gfx/Oz/back3.png ... Processing usr/share/lbreakout2/gfx/Oz/back4.png ... Processing usr/share/lbreakout2/gfx/Oz/bricks.png ... Processing usr/share/lbreakout2/gfx/Oz/fr_left.png ... Processing usr/share/lbreakout2/gfx/Oz/fr_right.png ... Processing usr/share/lbreakout2/gfx/Oz/fr_top.png ... Processing usr/share/lbreakout2/gfx/Oz/life.png ... Processing usr/share/lbreakout2/gfx/Oz/paddle.png ... Processing usr/share/lbreakout2/gfx/ammo.png ... Processing usr/share/lbreakout2/gfx/back0.png ... Processing usr/share/lbreakout2/gfx/back1.png ... Processing usr/share/lbreakout2/gfx/back2.png ... Processing usr/share/lbreakout2/gfx/back3.png ... Processing usr/share/lbreakout2/gfx/back4.png ... Processing usr/share/lbreakout2/gfx/back5.png ... Processing usr/share/lbreakout2/gfx/ball.png ... Processing usr/share/lbreakout2/gfx/balloon.png ... Processing usr/share/lbreakout2/gfx/balloon_peek.png ... Processing usr/share/lbreakout2/gfx/bricks.png ... Processing usr/share/lbreakout2/gfx/buttons.png ... Processing usr/share/lbreakout2/gfx/confirm_buttons.png ... Processing usr/share/lbreakout2/gfx/cr_back.png ... Processing usr/share/lbreakout2/gfx/explosions.png ... Processing usr/share/lbreakout2/gfx/explosions_dark.png ... Processing usr/share/lbreakout2/gfx/extras.png ... Processing usr/share/lbreakout2/gfx/f_frame.png ... Processing usr/share/lbreakout2/gfx/f_game.png ... Processing usr/share/lbreakout2/gfx/f_small_red.png ... Processing usr/share/lbreakout2/gfx/f_small_white.png ... Processing usr/share/lbreakout2/gfx/f_small_yellow.png ... Processing usr/share/lbreakout2/gfx/f_tiny_black.png ... Processing usr/share/lbreakout2/gfx/f_white.png ... Processing usr/share/lbreakout2/gfx/f_yellow.png ... Processing usr/share/lbreakout2/gfx/fr_hori.png ... Processing usr/share/lbreakout2/gfx/fr_left.png ... Processing usr/share/lbreakout2/gfx/fr_llc.png ... Processing usr/share/lbreakout2/gfx/fr_luc.png ... Processing usr/share/lbreakout2/gfx/fr_mp_left.png ... Processing usr/share/lbreakout2/gfx/fr_mp_right.png ... Processing usr/share/lbreakout2/gfx/fr_right.png ... Processing usr/share/lbreakout2/gfx/fr_rlc.png ... Processing usr/share/lbreakout2/gfx/fr_ruc.png ... Processing usr/share/lbreakout2/gfx/fr_top.png ... Processing usr/share/lbreakout2/gfx/fr_vert.png ... Processing usr/share/lbreakout2/gfx/life.png ... Processing usr/share/lbreakout2/gfx/loading.png ... Processing usr/share/lbreakout2/gfx/menuback.png ... Processing usr/share/lbreakout2/gfx/nukeback.png ... Processing usr/share/lbreakout2/gfx/paddle.png ... Processing usr/share/lbreakout2/gfx/scroll_down.png ... Processing usr/share/lbreakout2/gfx/scroll_track.png ... Processing usr/share/lbreakout2/gfx/scroll_up.png ... Processing usr/share/lbreakout2/gfx/sel_frame.png ... Processing usr/share/lbreakout2/gfx/shine.png ... Processing usr/share/lbreakout2/gfx/shot.png ... Processing usr/share/lbreakout2/gfx/warp.png ... Processing usr/share/lbreakout2/gfx/weapon.png ... Processing usr/share/lbreakout2/gfx/win_icon.png ... Processing usr/share/lbreakout2/gui_theme ... Processing usr/share/lbreakout2/gui_theme/box_frame.png ... Processing usr/share/lbreakout2/gui_theme/box_wallpaper.png ... Processing usr/share/lbreakout2/gui_theme/button_frame_clicked.png ... Processing usr/share/lbreakout2/gui_theme/button_frame_normal.png ... Processing usr/share/lbreakout2/gui_theme/button_wallpaper_focused.png ... Processing usr/share/lbreakout2/gui_theme/button_wallpaper_normal.png ... Processing usr/share/lbreakout2/gui_theme/checkbox.png ... Processing usr/share/lbreakout2/gui_theme/click.wav ... Processing usr/share/lbreakout2/gui_theme/edit.wav ... Processing usr/share/lbreakout2/gui_theme/font.png ... Processing usr/share/lbreakout2/gui_theme/list_item_color.png ... Processing usr/share/lbreakout2/gui_theme/progress_high.png ... Processing usr/share/lbreakout2/gui_theme/progress_low.png ... Processing usr/share/lbreakout2/gui_theme/progress_medium.png ... Processing usr/share/lbreakout2/gui_theme/scrollbar_arrows.png ... Processing usr/share/lbreakout2/gui_theme/spinbutton_arrows.png ... Processing usr/share/lbreakout2/gui_theme/widget_frame.png ... Processing usr/share/lbreakout2/gui_theme/widget_wallpaper.png ... Processing usr/share/lbreakout2/levels ... Processing usr/share/lbreakout2/levels/1010011010 ... Processing usr/share/lbreakout2/levels/Abc ... Processing usr/share/lbreakout2/levels/Afl ... Processing usr/share/lbreakout2/levels/Alex ... Processing usr/share/lbreakout2/levels/Alexandre ... Processing usr/share/lbreakout2/levels/AllNighter ... Processing usr/share/lbreakout2/levels/Arcade ... Processing usr/share/lbreakout2/levels/Arkanoid ... Processing usr/share/lbreakout2/levels/BeOS-4ever ... Processing usr/share/lbreakout2/levels/Bertrand ... Processing usr/share/lbreakout2/levels/BigBang ... Processing usr/share/lbreakout2/levels/Biolab428 ... Processing usr/share/lbreakout2/levels/Blues ... Processing usr/share/lbreakout2/levels/Bombs ... Processing usr/share/lbreakout2/levels/CalendarFun ... Processing usr/share/lbreakout2/levels/Celine ... Processing usr/share/lbreakout2/levels/Chaos ... Processing usr/share/lbreakout2/levels/Choices ... Processing usr/share/lbreakout2/levels/Circle ... Processing usr/share/lbreakout2/levels/Classique ... Processing usr/share/lbreakout2/levels/Color ... Processing usr/share/lbreakout2/levels/Composers ... Processing usr/share/lbreakout2/levels/Cool ... Processing usr/share/lbreakout2/levels/Crossing ... Processing usr/share/lbreakout2/levels/D2K ... Processing usr/share/lbreakout2/levels/Daves ... Processing usr/share/lbreakout2/levels/Demons ... Processing usr/share/lbreakout2/levels/Family ... Processing usr/share/lbreakout2/levels/Fantaisie ... Processing usr/share/lbreakout2/levels/FatalDoomsday ... Processing usr/share/lbreakout2/levels/FatalDoomsday2 ... Processing usr/share/lbreakout2/levels/Flower ... Processing usr/share/lbreakout2/levels/Fly ... Processing usr/share/lbreakout2/levels/Freek ... Processing usr/share/lbreakout2/levels/FunCity ... Processing usr/share/lbreakout2/levels/Gatinha ... Processing usr/share/lbreakout2/levels/GreenWall ... Processing usr/share/lbreakout2/levels/GreenWall2 ... Processing usr/share/lbreakout2/levels/GreenWall3 ... Processing usr/share/lbreakout2/levels/GreenWall4 ... Processing usr/share/lbreakout2/levels/Hans ... Processing usr/share/lbreakout2/levels/HereWeGo ... Processing usr/share/lbreakout2/levels/Heroes ... Processing usr/share/lbreakout2/levels/HighBall ... Processing usr/share/lbreakout2/levels/Holidays ... Processing usr/share/lbreakout2/levels/Hommage ... Processing usr/share/lbreakout2/levels/Impossibility ... Processing usr/share/lbreakout2/levels/Invisible ... Processing usr/share/lbreakout2/levels/IoriYagami ... Processing usr/share/lbreakout2/levels/Iris ... Processing usr/share/lbreakout2/levels/IrrenhausAh ... Processing usr/share/lbreakout2/levels/Izusiowe ... Processing usr/share/lbreakout2/levels/JediAdventure ... Processing usr/share/lbreakout2/levels/Kazan-1 ... Processing usr/share/lbreakout2/levels/Kevin ... Processing usr/share/lbreakout2/levels/KungFu ... Processing usr/share/lbreakout2/levels/LBreakout1 ... Processing usr/share/lbreakout2/levels/LBreakout2 ... Processing usr/share/lbreakout2/levels/Lapis ... Processing usr/share/lbreakout2/levels/Lattsville ... Processing usr/share/lbreakout2/levels/LinuxFun ... Processing usr/share/lbreakout2/levels/Lord ... Processing usr/share/lbreakout2/levels/Maze ... Processing usr/share/lbreakout2/levels/MegaMan2 ... Processing usr/share/lbreakout2/levels/Megadoomer ... Processing usr/share/lbreakout2/levels/MontyHall ... Processing usr/share/lbreakout2/levels/NES ... Processing usr/share/lbreakout2/levels/N_Arenas ... Processing usr/share/lbreakout2/levels/N_Snapshots ... Processing usr/share/lbreakout2/levels/Nations ... Processing usr/share/lbreakout2/levels/Negundoid ... Processing usr/share/lbreakout2/levels/NewOERG1 ... Processing usr/share/lbreakout2/levels/ObiWan ... Processing usr/share/lbreakout2/levels/OpenSource ... Processing usr/share/lbreakout2/levels/OurWorld ... Processing usr/share/lbreakout2/levels/P.I.T.A. ... Processing usr/share/lbreakout2/levels/Pabelo ... Processing usr/share/lbreakout2/levels/Patience ... Processing usr/share/lbreakout2/levels/Pawset ... Processing usr/share/lbreakout2/levels/Ph33r ... Processing usr/share/lbreakout2/levels/PlayAgain ... Processing usr/share/lbreakout2/levels/Popcorn ... Processing usr/share/lbreakout2/levels/R-World ... Processing usr/share/lbreakout2/levels/RichQuick ... Processing usr/share/lbreakout2/levels/Runes ... Processing usr/share/lbreakout2/levels/Sadistic ... Processing usr/share/lbreakout2/levels/Shimitar ... Processing usr/share/lbreakout2/levels/Silly ... Processing usr/share/lbreakout2/levels/SkillShot ... Processing usr/share/lbreakout2/levels/Smilies ... Processing usr/share/lbreakout2/levels/SnyMaxx ... Processing usr/share/lbreakout2/levels/StarWars ... Processing usr/share/lbreakout2/levels/Symmetry ... Processing usr/share/lbreakout2/levels/Symmetry-MKII ... Processing usr/share/lbreakout2/levels/T.C.S. ... Processing usr/share/lbreakout2/levels/TheEnd ... Processing usr/share/lbreakout2/levels/TheGauntlet ... Processing usr/share/lbreakout2/levels/TimeWaster ... Processing usr/share/lbreakout2/levels/TrickShot ... Processing usr/share/lbreakout2/levels/Tricky ... Processing usr/share/lbreakout2/levels/Twilight ... Processing usr/share/lbreakout2/levels/Vader ... Processing usr/share/lbreakout2/levels/WTF ... Processing usr/share/lbreakout2/levels/Weirdness ... Processing usr/share/lbreakout2/levels/Wizi ... Processing usr/share/lbreakout2/levels/Wolvie ... Processing usr/share/lbreakout2/levels/WonderWalls ... Processing usr/share/lbreakout2/levels/X ... Processing usr/share/lbreakout2/levels/Yexter ... Processing usr/share/lbreakout2/levels/Yoda ... Processing usr/share/lbreakout2/levels/Zigies ... Processing usr/share/lbreakout2/levels/Zooligan ... Processing usr/share/lbreakout2/levels/Zufallswelt ... Processing usr/share/lbreakout2/sounds ... Processing usr/share/lbreakout2/sounds/attach.wav ... Processing usr/share/lbreakout2/sounds/bonus_magnet.wav ... Processing usr/share/lbreakout2/sounds/chaos.wav ... Processing usr/share/lbreakout2/sounds/click.wav ... Processing usr/share/lbreakout2/sounds/dammit.wav ... Processing usr/share/lbreakout2/sounds/damn.wav ... Processing usr/share/lbreakout2/sounds/darkness.wav ... Processing usr/share/lbreakout2/sounds/disable.wav ... Processing usr/share/lbreakout2/sounds/excellent.wav ... Processing usr/share/lbreakout2/sounds/exp.wav ... Processing usr/share/lbreakout2/sounds/expand.wav ... Processing usr/share/lbreakout2/sounds/expl_ball.wav ... Processing usr/share/lbreakout2/sounds/extraball.wav ... Processing usr/share/lbreakout2/sounds/freeze.wav ... Processing usr/share/lbreakout2/sounds/gainlife.wav ... Processing usr/share/lbreakout2/sounds/ghost.wav ... Processing usr/share/lbreakout2/sounds/goldshower.wav ... Processing usr/share/lbreakout2/sounds/joker.wav ... Processing usr/share/lbreakout2/sounds/looselife.wav ... Processing usr/share/lbreakout2/sounds/malus_magnet.wav ... Processing usr/share/lbreakout2/sounds/menu_click.wav ... Processing usr/share/lbreakout2/sounds/menu_motion.wav ... Processing usr/share/lbreakout2/sounds/metal.wav ... Processing usr/share/lbreakout2/sounds/reflect_brick.wav ... Processing usr/share/lbreakout2/sounds/reflect_paddle.wav ... Processing usr/share/lbreakout2/sounds/score.wav ... Processing usr/share/lbreakout2/sounds/shot.wav ... Processing usr/share/lbreakout2/sounds/shrink.wav ... Processing usr/share/lbreakout2/sounds/speeddown.wav ... Processing usr/share/lbreakout2/sounds/speedup.wav ... Processing usr/share/lbreakout2/sounds/standard.wav ... Processing usr/share/lbreakout2/sounds/timeadd.wav ... Processing usr/share/lbreakout2/sounds/verygood.wav ... Processing usr/share/lbreakout2/sounds/wall.wav ... Processing usr/share/lbreakout2/sounds/weak_ball.wav ... Processing usr/share/lbreakout2/sounds/wontgiveup.wav ... Processing usr/share/libinput ... Processing usr/share/libinput/10-generic-keyboard.quirks ... Processing usr/share/libinput/10-generic-lid.quirks ... Processing usr/share/libinput/10-generic-mouse.quirks ... Processing usr/share/libinput/10-generic-trackball.quirks ... Processing usr/share/libinput/30-vendor-a4tech.quirks ... Processing usr/share/libinput/30-vendor-aiptek.quirks ... Processing usr/share/libinput/30-vendor-alps.quirks ... Processing usr/share/libinput/30-vendor-contour.quirks ... Processing usr/share/libinput/30-vendor-cypress.quirks ... Processing usr/share/libinput/30-vendor-elantech.quirks ... Processing usr/share/libinput/30-vendor-ibm.quirks ... Processing usr/share/libinput/30-vendor-kensington.quirks ... Processing usr/share/libinput/30-vendor-logitech.quirks ... Processing usr/share/libinput/30-vendor-madcatz.quirks ... Processing usr/share/libinput/30-vendor-microsoft.quirks ... Processing usr/share/libinput/30-vendor-razer.quirks ... Processing usr/share/libinput/30-vendor-starlabs.quirks ... Processing usr/share/libinput/30-vendor-synaptics.quirks ... Processing usr/share/libinput/30-vendor-trust.quirks ... Processing usr/share/libinput/30-vendor-vmware.quirks ... Processing usr/share/libinput/30-vendor-wacom.quirks ... Processing usr/share/libinput/50-framework.quirks ... Processing usr/share/libinput/50-system-acer.quirks ... Processing usr/share/libinput/50-system-apple.quirks ... Processing usr/share/libinput/50-system-asus.quirks ... Processing usr/share/libinput/50-system-chicony.quirks ... Processing usr/share/libinput/50-system-chuwi.quirks ... Processing usr/share/libinput/50-system-cyborg.quirks ... Processing usr/share/libinput/50-system-dell.quirks ... Processing usr/share/libinput/50-system-gigabyte.quirks ... Processing usr/share/libinput/50-system-google.quirks ... Processing usr/share/libinput/50-system-gpd.quirks ... Processing usr/share/libinput/50-system-hp.quirks ... Processing usr/share/libinput/50-system-huawei.quirks ... Processing usr/share/libinput/50-system-lenovo.quirks ... Processing usr/share/libinput/50-system-pine64.quirks ... Processing usr/share/libinput/50-system-sony.quirks ... Processing usr/share/libinput/50-system-system76.quirks ... Processing usr/share/libinput/50-system-toshiba.quirks ... Processing usr/share/locale ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/newt.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bal ... Processing usr/share/locale/bal/LC_MESSAGES ... Processing usr/share/locale/bal/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/newt.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/newt.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/newt.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/newt.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/newt.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/newt.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/newt.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/newt.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/newt.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/newt.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/newt.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/newt.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/newt.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/newt.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/newt.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/newt.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/newt.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/newt.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ia ... Processing usr/share/locale/ia/LC_MESSAGES ... Processing usr/share/locale/ia/LC_MESSAGES/newt.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/newt.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/newt.mo ... Processing usr/share/locale/km ... Processing usr/share/locale/km/LC_MESSAGES ... Processing usr/share/locale/km/LC_MESSAGES/newt.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/newt.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/newt.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/newt.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/newt.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/newt.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/newt.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/newt.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/newt.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/newt.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/newt.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/newt.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/newt.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/newt.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/newt.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/newt.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/newt.mo ... Processing usr/share/locale/wo ... Processing usr/share/locale/wo/LC_MESSAGES ... Processing usr/share/locale/wo/LC_MESSAGES/newt.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/newt.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/newt.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/newt.mo ... Processing usr/share/opentyrian ... Processing usr/share/opentyrian/data ... Processing usr/share/opentyrian/data/cubetxt1.dat ... Processing usr/share/opentyrian/data/cubetxt2.dat ... Processing usr/share/opentyrian/data/cubetxt3.dat ... Processing usr/share/opentyrian/data/cubetxt4.dat ... Processing usr/share/opentyrian/data/demo.1 ... Processing usr/share/opentyrian/data/demo.2 ... Processing usr/share/opentyrian/data/demo.3 ... Processing usr/share/opentyrian/data/demo.4 ... Processing usr/share/opentyrian/data/demo.5 ... Processing usr/share/opentyrian/data/dpmi16bi.ovl ... Processing usr/share/opentyrian/data/estsc.shp ... Processing usr/share/opentyrian/data/exitmsg.bin ... Processing usr/share/opentyrian/data/file_id.diz ... Processing usr/share/opentyrian/data/levels1.dat ... Processing usr/share/opentyrian/data/levels2.dat ... Processing usr/share/opentyrian/data/levels3.dat ... Processing usr/share/opentyrian/data/levels4.dat ... Processing usr/share/opentyrian/data/loudness.awe ... Processing usr/share/opentyrian/data/modems.txt ... Processing usr/share/opentyrian/data/music.mus ... Processing usr/share/opentyrian/data/netarena.pcx ... Processing usr/share/opentyrian/data/netfont1.pcx ... Processing usr/share/opentyrian/data/netfont2.pcx ... Processing usr/share/opentyrian/data/netmega.pcx ... Processing usr/share/opentyrian/data/netset.pcx ... Processing usr/share/opentyrian/data/netterm.int ... Processing usr/share/opentyrian/data/newsh#.shp ... Processing usr/share/opentyrian/data/newsh0.shp ... Processing usr/share/opentyrian/data/newsh1.shp ... Processing usr/share/opentyrian/data/newsh2.shp ... Processing usr/share/opentyrian/data/newsh3.shp ... Processing usr/share/opentyrian/data/newsh4.shp ... Processing usr/share/opentyrian/data/newsh5.shp ... Processing usr/share/opentyrian/data/newsh6.shp ... Processing usr/share/opentyrian/data/newsh7.shp ... Processing usr/share/opentyrian/data/newsh8.shp ... Processing usr/share/opentyrian/data/newsh9.shp ... Processing usr/share/opentyrian/data/newsh^.shp ... Processing usr/share/opentyrian/data/newsha.shp ... Processing usr/share/opentyrian/data/newshb.shp ... Processing usr/share/opentyrian/data/newshc.shp ... Processing usr/share/opentyrian/data/newshd.shp ... Processing usr/share/opentyrian/data/newshe.shp ... Processing usr/share/opentyrian/data/newshf.shp ... Processing usr/share/opentyrian/data/newshg.shp ... Processing usr/share/opentyrian/data/newshh.shp ... Processing usr/share/opentyrian/data/newshi.shp ... Processing usr/share/opentyrian/data/newshj.shp ... Processing usr/share/opentyrian/data/newshk.shp ... Processing usr/share/opentyrian/data/newshl.shp ... Processing usr/share/opentyrian/data/newshm.shp ... Processing usr/share/opentyrian/data/newshn.shp ... Processing usr/share/opentyrian/data/newsho.shp ... Processing usr/share/opentyrian/data/newshp.shp ... Processing usr/share/opentyrian/data/newshr.shp ... Processing usr/share/opentyrian/data/newshs.shp ... Processing usr/share/opentyrian/data/newsht.shp ... Processing usr/share/opentyrian/data/newshu.shp ... Processing usr/share/opentyrian/data/newshv.shp ... Processing usr/share/opentyrian/data/newsh~.shp ... Processing usr/share/opentyrian/data/order.tfp ... Processing usr/share/opentyrian/data/palette.dat ... Processing usr/share/opentyrian/data/setup.box ... Processing usr/share/opentyrian/data/setup.ini ... Processing usr/share/opentyrian/data/setup.int ... Processing usr/share/opentyrian/data/shapes).dat ... Processing usr/share/opentyrian/data/shapesw.dat ... Processing usr/share/opentyrian/data/shapesx.dat ... Processing usr/share/opentyrian/data/shapesy.dat ... Processing usr/share/opentyrian/data/shapesz.dat ... Processing usr/share/opentyrian/data/shipedit.pcx ... Processing usr/share/opentyrian/data/tshp2.pcx ... Processing usr/share/opentyrian/data/tyrend.anm ... Processing usr/share/opentyrian/data/tyrian.cdt ... Processing usr/share/opentyrian/data/tyrian.hdt ... Processing usr/share/opentyrian/data/tyrian.ico ... Processing usr/share/opentyrian/data/tyrian.pic ... Processing usr/share/opentyrian/data/tyrian.shp ... Processing usr/share/opentyrian/data/tyrian.snd ... Processing usr/share/opentyrian/data/tyrian1.lvl ... Processing usr/share/opentyrian/data/tyrian2.lvl ... Processing usr/share/opentyrian/data/tyrian3.lvl ... Processing usr/share/opentyrian/data/tyrian4.lvl ... Processing usr/share/opentyrian/data/tyrianc.shp ... Processing usr/share/opentyrian/data/tyrset.pcx ... Processing usr/share/opentyrian/data/user1.shp ... Processing usr/share/opentyrian/data/user2.shp ... Processing usr/share/opentyrian/data/voices.snd ... Processing usr/share/opentyrian/data/voicesc.snd ... Processing usr/share/pci.ids.gz ... Processing usr/share/perl5 ... Processing usr/share/perl5/FromCPAN ... Processing usr/share/perl5/FromCPAN/Error.pm ... Processing usr/share/perl5/FromCPAN/Mail ... Processing usr/share/perl5/FromCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git ... Processing usr/share/perl5/Git/I18N.pm ... Processing usr/share/perl5/Git/IndexInfo.pm ... Processing usr/share/perl5/Git/LoadCPAN ... Processing usr/share/perl5/Git/LoadCPAN/Error.pm ... Processing usr/share/perl5/Git/LoadCPAN/Mail ... Processing usr/share/perl5/Git/LoadCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git/LoadCPAN.pm ... Processing usr/share/perl5/Git/Packet.pm ... Processing usr/share/perl5/Git/SVN ... Processing usr/share/perl5/Git/SVN/Editor.pm ... Processing usr/share/perl5/Git/SVN/Fetcher.pm ... Processing usr/share/perl5/Git/SVN/GlobSpec.pm ... Processing usr/share/perl5/Git/SVN/Log.pm ... Processing usr/share/perl5/Git/SVN/Memoize ... Processing usr/share/perl5/Git/SVN/Memoize/YAML.pm ... Processing usr/share/perl5/Git/SVN/Migration.pm ... Processing usr/share/perl5/Git/SVN/Prompt.pm ... Processing usr/share/perl5/Git/SVN/Ra.pm ... Processing usr/share/perl5/Git/SVN/Utils.pm ... Processing usr/share/perl5/Git/SVN.pm ... Processing usr/share/perl5/Git.pm ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/xml ... Processing usr/share/xml/fontconfig ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing var ... Processing var/bandwidthd ... Processing var/bandwidthd/extensions ... Processing var/bandwidthd/extensions/errors ... Processing var/bandwidthd/extensions/loadavg ... Processing var/bandwidthd/extensions/signal ... Processing var/bandwidthd/extensions/uptime ... Processing var/bandwidthd/extensions/wireless ... Processing var/bandwidthd/htdocs ... Processing var/bandwidthd/htdocs/legend.gif ... Processing var/bandwidthd/htdocs/logo.gif ... Processing var/cache ... Processing var/lbreakout2.hscr ... Processing var/lib ... Processing var/lib/misc ... Processing var/lib/tpm2-tss ... Processing var/lib/tpm2-tss/system ... Processing var/lib/tpm2-tss/system/keystore ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/angular-animate.js ... Processing var/www/angular-aria.js ... Processing var/www/angular-cookies.js ... Processing var/www/angular-loader.js ... Processing var/www/angular-message-format.js ... Processing var/www/angular-messages.js ... Processing var/www/angular-parse-ext.js ... Processing var/www/angular-resource.js ... Processing var/www/angular-route.js ... Processing var/www/angular-sanitize.js ... Processing var/www/angular-touch.js ... Processing var/www/angular.js ... Processing var/www/chartjs ... Processing var/www/chartjs/js ... Processing var/www/chartjs/js/Chart.js ... Processing var/www/datatables ... Processing var/www/datatables/css ... Processing var/www/datatables/css/dataTables.bootstrap.min.css ... Processing var/www/datatables/css/dataTables.bootstrap4.min.css ... Processing var/www/datatables/css/dataTables.foundation.min.css ... Processing var/www/datatables/css/dataTables.jqueryui.min.css ... Processing var/www/datatables/css/dataTables.material.min.css ... Processing var/www/datatables/css/dataTables.semanticui.min.css ... Processing var/www/datatables/css/dataTables.uikit.min.css ... Processing var/www/datatables/css/jquery.dataTables.min.css ... Processing var/www/datatables/js ... Processing var/www/datatables/js/dataTables.bootstrap.min.js ... Processing var/www/datatables/js/dataTables.bootstrap4.min.js ... Processing var/www/datatables/js/dataTables.dataTables.min.js ... Processing var/www/datatables/js/dataTables.foundation.min.js ... Processing var/www/datatables/js/dataTables.jqueryui.min.js ... Processing var/www/datatables/js/dataTables.material.min.js ... Processing var/www/datatables/js/dataTables.semanticui.min.js ... Processing var/www/datatables/js/dataTables.uikit.min.js ... Processing var/www/datatables/js/jquery.dataTables.min.js ... Processing var/www/datatables-fixedcolumns ... Processing var/www/datatables-fixedcolumns/css ... Processing []/www/datatables-fixedcolumns/css/fixedColumns.bootstrap.min.css ... Processing []www/datatables-fixedcolumns/css/fixedColumns.bootstrap4.min.css ... Processing []www/datatables-fixedcolumns/css/fixedColumns.dataTables.min.css ... Processing []www/datatables-fixedcolumns/css/fixedColumns.foundation.min.css ... Processing var/www/datatables-fixedcolumns/css/fixedColumns.jqueryui.min.css ... Processing []www/datatables-fixedcolumns/css/fixedColumns.semanticui.min.css ... Processing var/www/datatables-fixedcolumns/js ... Processing var/www/datatables-fixedcolumns/js/dataTables.fixedColumns.min.js ... Processing var/www/datatables-fixedcolumns/js/fixedColumns.bootstrap.min.js ... Processing var/www/datatables-fixedcolumns/js/fixedColumns.bootstrap4.min.js ... Processing var/www/datatables-fixedcolumns/js/fixedColumns.dataTables.min.js ... Processing var/www/datatables-fixedcolumns/js/fixedColumns.foundation.min.js ... Processing var/www/datatables-fixedcolumns/js/fixedColumns.jqueryui.min.js ... Processing var/www/datatables-fixedcolumns/js/fixedColumns.semanticui.min.js ... Processing var/www/json2.js ... Processing var/www/jszip ... Processing var/www/jszip/js ... Processing var/www/jszip/js/jszip.min.js ... Build completed. >>> Generating filesystem image rootfs.f2fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.f2fs\n truncate -s 5G /home/autobuild/autobuild/instance-4/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /home/autobuild/autobuild/instance-4/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/sload.f2fs -f /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.f2fs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/f2fs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' F2FS-tools: mkfs.f2fs Ver: 1.15.0 (2022-05-13) Info: Disable heap-based policy Info: Debug level = 0 Info: Trim is disabled Info: Segments per section = 1 Info: Sections per zone = 1 Info: sector size = 512 Info: total sectors = 10485760 (5120 MB) Info: zone aligned segment0 blkaddr: 512 Info: format version with "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" Info: Overprovision ratio = 2.810% Info: Overprovision segments = 148 (GC reserved = 79) Info: format successful Info: MKFS version "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" Info: FSCK version from "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" to "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: Segments per section = 1 Info: Sections per zone = 1 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 76b83199 Info: Duplicate valid checkpoint to mirror position 512 -> 1024 Info: Write valid nat_bits in checkpoint [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ | ] Free segments: 0x9e2 [ * ] Free segments: 0x9e2 [ - ] Free segments: 0x9e2 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ - ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ | ] Free segments: 0x9e0 [ * ] Free segments: 0x9e0 [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ - ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ | ] Free segments: 0x9dd [ * ] Free segments: 0x9dd [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ - ] Free segments: 0x9dc [ * ] Free segments: 0x9dc [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9db [ | ] Free segments: 0x9db [ * ] Free segments: 0x9db [ - ] Free segments: 0x9db [ - ] Free segments: 0x9db [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9da [ - ] Free segments: 0x9da [ - ] Free segments: 0x9da [ * ] Free segments: 0x9da [ | ] Free segments: 0x9da [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ | ] Free segments: 0x9d9 [ * ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ - ] Free segments: 0x9d9 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d7 [ | ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ | ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ | ] Free segments: 0x9d3 [ * ] Free segments: 0x9d3 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ - ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d2 [ * ] Free segments: 0x9d2 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ - ] Free segments: 0x9d1 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ - ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ | ] Free segments: 0x9d0 [ * ] Free segments: 0x9d0 [ - ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ | ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ | ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ - ] Free segments: 0x9cf [ * ] Free segments: 0x9cf [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cb [ * ] Free segments: 0x9cb [ - ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ | ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ - ] Free segments: 0x9ca [ * ] Free segments: 0x9ca [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ - ] Free segments: 0x9c9 [ * ] Free segments: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ | ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ | ] Free segments: 0x9c6 [ * ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ - ] Free segments: 0x9c6 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c4 [ | ] Free segments: 0x9c4 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c3 [ * ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ - ] Free segments: 0x9c3 [ * ] Free segments: 0x9c2 [ | ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ * ] Free segments: 0x9a4 [ | ] Free segments: 0x9a4 [ * ] Free segments: 0x99d [ - ] Free segments: 0x994 [ - ] Free segments: 0x994 [ * ] Free segments: 0x993 [ | ] Free segments: 0x993 [ * ] Free segments: 0x993 [ - ] Free segments: 0x993 [ - ] Free segments: 0x993 [ * ] Free segments: 0x992 [ | ] Free segments: 0x992 [ * ] Free segments: 0x992 [ - ] Free segments: 0x991 [ - ] Free segments: 0x990 [ * ] Free segments: 0x990 [ | ] Free segments: 0x990 [ * ] Free segments: 0x990 [ - ] Free segments: 0x990 [ - ] Free segments: 0x990 [ * ] Free segments: 0x990 [ | ] Free segments: 0x990 [ * ] Free segments: 0x990 [ - ] Free segments: 0x98f [ - ] Free segments: 0x98f [ * ] Free segments: 0x98e [ | ] Free segments: 0x98e [ * ] Free segments: 0x98e [ - ] Free segments: 0x98e [ - ] Free segments: 0x98e [ * ] Free segments: 0x98e [ | ] Free segments: 0x98e [ * ] Free segments: 0x98d [ - ] Free segments: 0x98d [ - ] Free segments: 0x98d [ * ] Free segments: 0x98d [ | ] Free segments: 0x98d [ * ] Free segments: 0x98d [ - ] Free segments: 0x98d [ - ] Free segments: 0x98d [ * ] Free segments: 0x98c [ | ] Free segments: 0x98c [ * ] Free segments: 0x98c [ - ] Free segments: 0x98c [ - ] Free segments: 0x98c [ * ] Free segments: 0x98c [ | ] Free segments: 0x98c [ * ] Free segments: 0x98c [ - ] Free segments: 0x98c [ - ] Free segments: 0x98c [ * ] Free segments: 0x98c [ | ] Free segments: 0x98b [ * ] Free segments: 0x98b [ - ] Free segments: 0x98b [ - ] Free segments: 0x98b [ * ] Free segments: 0x98b [ | ] Free segments: 0x98b [ * ] Free segments: 0x98b [ - ] Free segments: 0x98b [ - ] Free segments: 0x98b [ * ] Free segments: 0x98a [ | ] Free segments: 0x98a [ * ] Free segments: 0x98a [ - ] Free segments: 0x98a [ - ] Free segments: 0x98a [ * ] Free segments: 0x98a [ | ] Free segments: 0x98a [ * ] Free segments: 0x98a [ - ] Free segments: 0x98a [ - ] Free segments: 0x98a [ * ] Free segments: 0x98a [ | ] Free segments: 0x989 [ * ] Free segments: 0x989 [ - ] Free segments: 0x989 [ - ] Free segments: 0x989 [ * ] Free segments: 0x989 [ | ] Free segments: 0x989 [ * ] Free segments: 0x988 [ - ] Free segments: 0x988 [ - ] Free segments: 0x988 [ * ] Free segments: 0x988 [ | ] Free segments: 0x988 [ * ] Free segments: 0x988 [ - ] Free segments: 0x988 [ - ] Free segments: 0x988 [ * ] Free segments: 0x988 [ | ] Free segments: 0x987 [ * ] Free segments: 0x987 [ - ] Free segments: 0x987 [ - ] Free segments: 0x987 [ * ] Free segments: 0x987 [ | ] Free segments: 0x986 [ * ] Free segments: 0x986 [ - ] Free segments: 0x986 [ - ] Free segments: 0x986 [ * ] Free segments: 0x986 [ | ] Free segments: 0x986 [ * ] Free segments: 0x986 [ - ] Free segments: 0x986 [ - ] Free segments: 0x985 [ * ] Free segments: 0x985 [ | ] Free segments: 0x985 [ * ] Free segments: 0x985 [ - ] Free segments: 0x985 [ - ] Free segments: 0x985 [ * ] Free segments: 0x984 [ | ] Free segments: 0x984 [ * ] Free segments: 0x984 [ - ] Free segments: 0x984 [ - ] Free segments: 0x984 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x983 [ - ] Free segments: 0x983 [ * ] Free segments: 0x983 [ | ] Free segments: 0x983 [ * ] Free segments: 0x983 [ - ] Free segments: 0x982 [ - ] Free segments: 0x982 [ * ] Free segments: 0x982 [ | ] Free segments: 0x982 [ * ] Free segments: 0x982 [ - ] Free segments: 0x982 [ - ] Free segments: 0x982 [ * ] Free segments: 0x982 [ | ] Free segments: 0x982 [ * ] Free segments: 0x982 [ - ] Free segments: 0x982 [ - ] Free segments: 0x982 [ * ] Free segments: 0x982 [ | ] Free segments: 0x982 [ * ] Free segments: 0x982 [ - ] Free segments: 0x982 [ - ] Free segments: 0x982 [ * ] Free segments: 0x982 [ | ] Free segments: 0x982 [ * ] Free segments: 0x982 [ - ] Free segments: 0x982 [ - ] Free segments: 0x982 [ * ] Free segments: 0x982 [ | ] Free segments: 0x982 [ * ] Free segments: 0x982 [ - ] Free segments: 0x982 [ - ] Free segments: 0x982 [ * ] Free segments: 0x982 [ | ] Free segments: 0x982 [ * ] Free segments: 0x982 [ - ] Free segments: 0x982 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x981 [ | ] Free segments: 0x981 [ * ] Free segments: 0x981 [ - ] Free segments: 0x981 [ - ] Free segments: 0x981 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x980 [ * ] Free segments: 0x980 [ | ] Free segments: 0x980 [ * ] Free segments: 0x980 [ - ] Free segments: 0x980 [ - ] Free segments: 0x97f [ * ] Free segments: 0x97f [ | ] Free segments: 0x97f [ * ] Free segments: 0x97e [ - ] Free segments: 0x97c [ - ] Free segments: 0x97b [ * ] Free segments: 0x97a [ | ] Free segments: 0x97a [ * ] Free segments: 0x97a [ - ] Free segments: 0x97a [ - ] Free segments: 0x97a [ * ] Free segments: 0x97a [ | ] Free segments: 0x97a [ * ] Free segments: 0x97a [ - ] Free segments: 0x97a [ - ] Free segments: 0x979 [ * ] Free segments: 0x979 [ | ] Free segments: 0x979 [ * ] Free segments: 0x979 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x978 [ - ] Free segments: 0x978 [ - ] Free segments: 0x978 [ * ] Free segments: 0x978 [ | ] Free segments: 0x978 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x977 [ - ] Free segments: 0x977 [ * ] Free segments: 0x977 [ | ] Free segments: 0x977 [ * ] Free segments: 0x977 [ - ] Free segments: 0x976 [ - ] Free segments: 0x976 [ * ] Free segments: 0x976 [ | ] Free segments: 0x976 [ * ] Free segments: 0x976 [ - ] Free segments: 0x976 [ - ] Free segments: 0x976 [ * ] Free segments: 0x975 [ | ] Free segments: 0x975 [ * ] Free segments: 0x975 [ - ] Free segments: 0x975 [ - ] Free segments: 0x975 [ * ] Free segments: 0x975 [ | ] Free segments: 0x975 [ * ] Free segments: 0x975 [ - ] Free segments: 0x975 [ - ] Free segments: 0x975 [ * ] Free segments: 0x975 [ | ] Free segments: 0x975 [ * ] Free segments: 0x975 [ - ] Free segments: 0x975 [ - ] Free segments: 0x975 [ * ] Free segments: 0x975 [ | ] Free segments: 0x975 [ * ] Free segments: 0x975 [ - ] Free segments: 0x975 [ - ] Free segments: 0x975 [ * ] Free segments: 0x975 [ | ] Free segments: 0x975 [ * ] Free segments: 0x975 [ - ] Free segments: 0x975 [ - ] Free segments: 0x975 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x974 [ | ] Free segments: 0x974 [ * ] Free segments: 0x974 [ - ] Free segments: 0x974 [ - ] Free segments: 0x974 [ * ] Free segments: 0x973 [ | ] Free segments: 0x973 [ * ] Free segments: 0x973 [ - ] Free segments: 0x973 [ - ] Free segments: 0x973 [ * ] Free segments: 0x973 [ | ] Free segments: 0x973 [ * ] Free segments: 0x973 [ - ] Free segments: 0x973 [ - ] Free segments: 0x973 [ * ] Free segments: 0x973 [ | ] Free segments: 0x973 [ * ] Free segments: 0x973 [ - ] Free segments: 0x973 [ - ] Free segments: 0x973 [ * ] Free segments: 0x973 [ | ] Free segments: 0x973 [ * ] Free segments: 0x973 [ - ] Free segments: 0x973 [ - ] Free segments: 0x973 [ * ] Free segments: 0x973 [ | ] Free segments: 0x973 [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96b [ - ] Free segments: 0x96b [ * ] Free segments: 0x96b [ | ] Free segments: 0x96b [ * ] Free segments: 0x96b [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x96a [ - ] Free segments: 0x96a [ * ] Free segments: 0x96a [ | ] Free segments: 0x96a [ * ] Free segments: 0x96a [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x969 [ - ] Free segments: 0x969 [ - ] Free segments: 0x969 [ * ] Free segments: 0x969 [ | ] Free segments: 0x969 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x968 [ * ] Free segments: 0x968 [ | ] Free segments: 0x968 [ * ] Free segments: 0x968 [ - ] Free segments: 0x968 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x967 [ - ] Free segments: 0x967 [ * ] Free segments: 0x967 [ | ] Free segments: 0x967 [ * ] Free segments: 0x967 [ - ] Free segments: 0x966 [ - ] Free segments: 0x966 [ * ] Free segments: 0x966 [ | ] Free segments: 0x966 [ * ] Free segments: 0x966 [ - ] Free segments: 0x966 [ - ] Free segments: 0x966 [ * ] Free segments: 0x966 [ | ] Free segments: 0x966 [ * ] Free segments: 0x966 [ - ] Free segments: 0x966 [ - ] Free segments: 0x966 [ * ] Free segments: 0x966 [ | ] Free segments: 0x966 [ * ] Free segments: 0x966 [ - ] Free segments: 0x966 [ - ] Free segments: 0x966 [ * ] Free segments: 0x966 [ | ] Free segments: 0x966 [ * ] Free segments: 0x966 [ - ] Free segments: 0x964 [ - ] Free segments: 0x964 [ * ] Free segments: 0x964 [ | ] Free segments: 0x964 [ * ] Free segments: 0x964 [ - ] Free segments: 0x964 [ - ] Free segments: 0x964 [ * ] Free segments: 0x963 [ | ] Free segments: 0x963 [ * ] Free segments: 0x963 [ - ] Free segments: 0x963 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x962 [ * ] Free segments: 0x962 [ | ] Free segments: 0x962 [ * ] Free segments: 0x962 [ - ] Free segments: 0x962 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961 [ | ] Free segments: 0x961 [ * ] Free segments: 0x961 [ - ] Free segments: 0x961 [ - ] Free segments: 0x961 [ * ] Free segments: 0x961[FIX] (move_one_curseg_info:2857) --> Move curseg[0] 3 -> 4 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[1] 4f4 -> 85 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[2] 279 -> 87 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[3] 0 -> 86 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[4] 1 -> 28 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[5] 2 -> 1 after 2c00 Info: Write valid nat_bits in checkpoint Info: MKFS version "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" Info: FSCK version from "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" to "Linux version 6.2.0-asahi-11-1-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Sun, 19 Mar 2023 10:26:57 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: Segments per section = 1 Info: Sections per zone = 1 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 76b83199 Info: Checked valid nat_bits in checkpoint Info: checkpoint state = 81 : nat_bits unmount [FSCK] Check node 1 / 2608 (0.04%) [FSCK] Check node 261 / 2608 (10.04%) [FSCK] Check node 521 / 2608 (20.04%) [FSCK] Check node 781 / 2608 (30.04%) [FSCK] Check node 1041 / 2608 (40.04%) [FSCK] Check node 1301 / 2608 (50.04%) [FSCK] Check node 1561 / 2608 (60.04%) [FSCK] Check node 1821 / 2608 (70.04%) [FSCK] Check node 2081 / 2608 (80.04%) [FSCK] Check node 2341 / 2608 (90.04%) [FSCK] Check node 2601 / 2608 (100.04%) [FSCK] Max image size: 312 MB, Free space: 4524 MB [FSCK] Unreachable nat entries [Ok..] [0x0] [FSCK] SIT valid block bitmap checking [Ok..] [FSCK] Hard link checking for regular file [Ok..] [0x6] [FSCK] valid_block_count matching with CP [Ok..] [0xff7c] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0xa30] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0xa30] [FSCK] valid_inode_count matched with CP [Ok..] [0xa13] [FSCK] free segment_count matched with CP [Ok..] [0x963] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 0.000000 secs >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" bzip2 -9 -c /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs.bz2 >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-4/output-1/images;'\'' > /home/autobuild/autobuild/instance-4/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-4/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-4/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: error!: no sections found the ini-file "/home/autobuild/autobuild/instance-4/output-1/build/ubinize.cfg" make: *** [fs/ubi/ubi.mk:51: /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ubi] Error 255 make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'