>>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@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', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-7/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-7/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-7/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/include /home/autobuild/autobuild/instance-7/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/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-7/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-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1461-gd00e437922"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' exim 88 mail 8 * - - - exim\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkfs.erofs -zlz4hc /home/autobuild/autobuild/instance-7/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... 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/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/getopt ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/hostname ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... 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/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/sed ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/true ... Processing bin/umount ... Processing bin/uname ... Processing bin/usleep ... Processing bin/vi ... Processing bin/watch ... 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/aliases ... Processing etc/bindresvport.blacklist ... Processing etc/c-icap.conf ... Processing etc/c-icap.magic ... Processing etc/civetweb.conf ... Processing etc/dropbear ... Processing etc/exim ... Processing etc/exim/configure ... Processing etc/exports ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S30rpcbind ... Processing etc/init.d/S50dropbear ... Processing etc/init.d/S55tcf-agent ... Processing etc/init.d/S60nfs ... Processing etc/init.d/S70vsftpd ... Processing etc/init.d/S80swupdate ... Processing etc/init.d/S86exim ... Processing etc/init.d/S96cicap ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/issue ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/mdev.conf ... Processing etc/mtab ... Processing etc/netconfig ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nfsmount.conf ... Processing etc/nsswitch.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/ppp ... Processing etc/ppp/pppoe.conf ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.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/swupdate ... Processing etc/swupdate/conf.d ... Processing etc/vsftpd.conf ... Processing home ... Processing home/ftp ... Processing lib ... Processing lib/firmware ... Processing lib/firmware/ti-connectivity ... Processing lib/firmware/ti-connectivity/TIInit_10.6.15.bts ... Processing lib/firmware/ti-connectivity/TIInit_11.8.32.bts ... Processing lib/firmware/ti-connectivity/TIInit_12.10.28.bts ... Processing lib/firmware/ti-connectivity/TIInit_12.8.32.bts ... Processing lib/firmware/ti-connectivity/TIInit_6.12.26.bts ... Processing lib/firmware/ti-connectivity/TIInit_6.7.16.bts ... Processing lib/firmware/ti-connectivity/TIInit_7.6.15.bts ... Processing lib/ld-linux.so.2 ... 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/libdl.so.2 ... 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/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libutil.so.1 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/mount.nfs ... Processing sbin/mount.nfs4 ... Processing sbin/nameif ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/umount.nfs ... Processing sbin/umount.nfs4 ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bitwise ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/c-icap ... Processing usr/bin/c-icap-client ... Processing usr/bin/c-icap-mkbdb ... Processing usr/bin/c-icap-stretch ... Processing usr/bin/calibrator ... Processing usr/bin/checkmodule ... Processing usr/bin/checkpolicy ... Processing usr/bin/chkcon ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/civetweb ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/dropbearconvert ... Processing usr/bin/dropbearkey ... Processing usr/bin/dropwatch ... Processing usr/bin/du ... Processing usr/bin/dwdump ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/fftwf-wisdom ... Processing usr/bin/find ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuser ... Processing usr/bin/genl-ctrl-list ... Processing usr/bin/get-edid ... 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/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/id ... Processing usr/bin/idiag-socket-details ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/json_reformat ... Processing usr/bin/json_verify ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/less ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lslogins ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/ltris ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/minimodem ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/nf-ct-add ... Processing usr/bin/nf-ct-events ... Processing usr/bin/nf-ct-list ... Processing usr/bin/nf-exp-add ... Processing usr/bin/nf-exp-delete ... Processing usr/bin/nf-exp-list ... Processing usr/bin/nf-log ... Processing usr/bin/nf-monitor ... Processing usr/bin/nf-queue ... Processing usr/bin/nl ... Processing usr/bin/nl-addr-add ... Processing usr/bin/nl-addr-delete ... Processing usr/bin/nl-addr-list ... Processing usr/bin/nl-class-add ... Processing usr/bin/nl-class-delete ... Processing usr/bin/nl-class-list ... Processing usr/bin/nl-classid-lookup ... Processing usr/bin/nl-cls-add ... Processing usr/bin/nl-cls-delete ... Processing usr/bin/nl-cls-list ... Processing usr/bin/nl-fib-lookup ... Processing usr/bin/nl-link-enslave ... Processing usr/bin/nl-link-ifindex2name ... Processing usr/bin/nl-link-list ... Processing usr/bin/nl-link-name2ifindex ... Processing usr/bin/nl-link-release ... Processing usr/bin/nl-link-set ... Processing usr/bin/nl-link-stats ... Processing usr/bin/nl-list-caches ... Processing usr/bin/nl-list-sockets ... Processing usr/bin/nl-monitor ... Processing usr/bin/nl-neigh-add ... Processing usr/bin/nl-neigh-delete ... Processing usr/bin/nl-neigh-list ... Processing usr/bin/nl-neightbl-list ... Processing usr/bin/nl-pktloc-lookup ... Processing usr/bin/nl-qdisc-add ... Processing usr/bin/nl-qdisc-delete ... Processing usr/bin/nl-qdisc-list ... Processing usr/bin/nl-route-add ... Processing usr/bin/nl-route-delete ... Processing usr/bin/nl-route-get ... Processing usr/bin/nl-route-list ... Processing usr/bin/nl-rule-list ... Processing usr/bin/nl-tctree-list ... Processing usr/bin/nl-util-addr ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/openvt ... Processing usr/bin/parse-edid ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/poff ... Processing usr/bin/pon ... Processing usr/bin/printf ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rpcinfo ... Processing usr/bin/rtty ... Processing usr/bin/scalar ... Processing usr/bin/scp ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setsid ... Processing usr/bin/setterm ... 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/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/swupdate ... Processing usr/bin/swupdate-client ... Processing usr/bin/swupdate-ipc ... Processing usr/bin/swupdate-progress ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/uacme ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unshare ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yanglint ... Processing usr/bin/yangre ... Processing usr/bin/yasm ... Processing usr/bin/yes ... Processing usr/lib ... Processing usr/lib/c_icap ... Processing usr/lib/c_icap/bdb_tables.so ... Processing usr/lib/c_icap/dnsbl_tables.so ... Processing usr/lib/c_icap/shared_cache.so ... Processing usr/lib/c_icap/srv_echo.so ... Processing usr/lib/c_icap/srv_ex206.so ... Processing usr/lib/c_icap/sys_logger.so ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libbeecrypt.so ... Processing usr/lib/libbeecrypt.so.7 ... Processing usr/lib/libbeecrypt.so.7.0.0 ... 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/libcgi.so ... Processing usr/lib/libcgi.so.1 ... Processing usr/lib/libcgi.so.1.3.0 ... Processing usr/lib/libcheck.so ... Processing usr/lib/libcheck.so.0 ... Processing usr/lib/libcheck.so.0.0.0 ... Processing usr/lib/libconfig.so ... Processing usr/lib/libconfig.so.11 ... Processing usr/lib/libconfig.so.11.1.0 ... Processing usr/lib/libcrypt.so ... Processing usr/lib/libcrypt.so.2 ... Processing usr/lib/libcrypt.so.2.0.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/libdb-5.3.so ... Processing usr/lib/libdb-5.so ... Processing usr/lib/libdb.so ... Processing usr/lib/libev.so ... Processing usr/lib/libev.so.4 ... Processing usr/lib/libev.so.4.0.0 ... Processing usr/lib/libfftw3f.so ... Processing usr/lib/libfftw3f.so.3 ... Processing usr/lib/libfftw3f.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/libflatcc.so ... Processing usr/lib/libflatccrt.so ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.3 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.2 ... Processing usr/lib/libicapapi.so ... Processing usr/lib/libicapapi.so.5 ... Processing usr/lib/libicapapi.so.5.0.10 ... Processing usr/lib/libite.so ... Processing usr/lib/libite.so.5 ... Processing usr/lib/libite.so.5.3.2 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.9 ... Processing usr/lib/libjpeg.so.9.5.0 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.3 ... Processing usr/lib/libminizip.so ... Processing usr/lib/libminizip.so.1 ... Processing usr/lib/libminizip.so.1.0.0 ... 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/libmpdclient.so ... Processing usr/lib/libmpdclient.so.2 ... Processing usr/lib/libmpdclient.so.2.20 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.3 ... Processing usr/lib/libnetconf2.so ... Processing usr/lib/libnetconf2.so.3 ... Processing usr/lib/libnetconf2.so.3.5.4 ... Processing usr/lib/libnetfilter_cthelper.so ... Processing usr/lib/libnetfilter_cthelper.so.0 ... Processing usr/lib/libnetfilter_cthelper.so.0.0.0 ... Processing usr/lib/libnghttp2.so ... Processing usr/lib/libnghttp2.so.14 ... Processing usr/lib/libnghttp2.so.14.20.0 ... Processing usr/lib/libnl ... Processing usr/lib/libnl/cli ... Processing usr/lib/libnl/cli/cls ... Processing usr/lib/libnl/cli/cls/basic.so ... Processing usr/lib/libnl/cli/cls/cgroup.so ... Processing usr/lib/libnl/cli/qdisc ... Processing usr/lib/libnl/cli/qdisc/bfifo.so ... Processing usr/lib/libnl/cli/qdisc/blackhole.so ... Processing usr/lib/libnl/cli/qdisc/fq_codel.so ... Processing usr/lib/libnl/cli/qdisc/hfsc.so ... Processing usr/lib/libnl/cli/qdisc/htb.so ... Processing usr/lib/libnl/cli/qdisc/ingress.so ... Processing usr/lib/libnl/cli/qdisc/pfifo.so ... Processing usr/lib/libnl/cli/qdisc/plug.so ... Processing usr/lib/libnl-3.so ... Processing usr/lib/libnl-3.so.200 ... Processing usr/lib/libnl-3.so.200.26.0 ... Processing usr/lib/libnl-cli-3.so ... Processing usr/lib/libnl-cli-3.so.200 ... Processing usr/lib/libnl-cli-3.so.200.26.0 ... Processing usr/lib/libnl-genl-3.so ... Processing usr/lib/libnl-genl-3.so.200 ... Processing usr/lib/libnl-genl-3.so.200.26.0 ... Processing usr/lib/libnl-idiag-3.so ... Processing usr/lib/libnl-idiag-3.so.200 ... Processing usr/lib/libnl-idiag-3.so.200.26.0 ... Processing usr/lib/libnl-nf-3.so ... Processing usr/lib/libnl-nf-3.so.200 ... Processing usr/lib/libnl-nf-3.so.200.26.0 ... Processing usr/lib/libnl-route-3.so ... Processing usr/lib/libnl-route-3.so.200 ... Processing usr/lib/libnl-route-3.so.200.26.0 ... Processing usr/lib/libnl-xfrm-3.so ... Processing usr/lib/libnl-xfrm-3.so.200 ... Processing usr/lib/libnl-xfrm-3.so.200.26.0 ... Processing usr/lib/liboauth.so ... Processing usr/lib/liboauth.so.0 ... Processing usr/lib/liboauth.so.0.8.7 ... Processing usr/lib/libopen62541.so ... Processing usr/lib/libopen62541.so.1 ... Processing usr/lib/libopen62541.so.1.3.4 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.3 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.2 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.11.2 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.4 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.39.0 ... Processing usr/lib/libqrencode.so ... Processing usr/lib/libqrencode.so.4 ... Processing usr/lib/libqrencode.so.4.1.1 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.2 ... Processing usr/lib/libselinux.so ... Processing usr/lib/libselinux.so.1 ... Processing usr/lib/libsepol.so ... Processing usr/lib/libsepol.so.2 ... Processing usr/lib/libsha1.so ... Processing usr/lib/libsha1.so.0 ... Processing usr/lib/libsha1.so.0.0.0 ... 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/libsndfile.so ... Processing usr/lib/libsndfile.so.1 ... Processing usr/lib/libsndfile.so.1.0.35 ... Processing usr/lib/libssh2.so ... Processing usr/lib/libssh2.so.1 ... Processing usr/lib/libssh2.so.1.0.1 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libswupdate.so ... Processing usr/lib/libswupdate.so.0.1 ... Processing usr/lib/libtirpc.so ... Processing usr/lib/libtirpc.so.3 ... Processing usr/lib/libtirpc.so.3.0.0 ... 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/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.3 ... Processing usr/lib/libxmlrpc.so ... Processing usr/lib/libxmlrpc.so.3 ... Processing usr/lib/libxmlrpc.so.3.58 ... Processing usr/lib/libxmlrpc_abyss.so ... Processing usr/lib/libxmlrpc_abyss.so.3 ... Processing usr/lib/libxmlrpc_abyss.so.3.58 ... Processing usr/lib/libxmlrpc_client.so ... Processing usr/lib/libxmlrpc_client.so.3 ... Processing usr/lib/libxmlrpc_client.so.3.58 ... Processing usr/lib/libxmlrpc_server.so ... Processing usr/lib/libxmlrpc_server.so.3 ... Processing usr/lib/libxmlrpc_server.so.3.58 ... Processing usr/lib/libxmlrpc_server_abyss.so ... Processing usr/lib/libxmlrpc_server_abyss.so.3 ... Processing usr/lib/libxmlrpc_server_abyss.so.3.58 ... Processing usr/lib/libxmlrpc_server_cgi.so ... Processing usr/lib/libxmlrpc_server_cgi.so.3 ... Processing usr/lib/libxmlrpc_server_cgi.so.3.58 ... Processing usr/lib/libxmlrpc_util.so ... Processing usr/lib/libxmlrpc_util.so.4 ... Processing usr/lib/libxmlrpc_util.so.4.58 ... Processing usr/lib/libxmlrpc_xmlparse.so ... Processing usr/lib/libxmlrpc_xmlparse.so.3 ... Processing usr/lib/libxmlrpc_xmlparse.so.3.58 ... Processing usr/lib/libxmlrpc_xmltok.so ... Processing usr/lib/libxmlrpc_xmltok.so.3 ... Processing usr/lib/libxmlrpc_xmltok.so.3.58 ... Processing usr/lib/libyajl.so ... Processing usr/lib/libyajl.so.2 ... Processing usr/lib/libyajl.so.2.1.0 ... Processing usr/lib/libyang.so ... Processing usr/lib/libyang.so.2 ... Processing usr/lib/libyang.so.2.29.2 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.13 ... Processing usr/lib/modprobe.d ... Processing usr/lib/modprobe.d/50-nfs.conf ... 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/swupdate ... Processing usr/lib/swupdate/conf.d ... Processing usr/lib/swupdate/conf.d/10-mongoose-args ... Processing usr/lib/swupdate/conf.d/90-start-progress ... Processing usr/lib/swupdate/swupdate.sh ... Processing usr/lib/terminfo ... Processing usr/lib/udev ... Processing usr/lib/udev/rules.d ... Processing usr/lib/udev/rules.d/99-nfs.rules ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/git-core ... Processing usr/libexec/git-core/git ... Processing usr/libexec/git-core/git-add ... Processing usr/libexec/git-core/git-add--interactive ... 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-bisect--helper ... 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-env--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-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/nfsrahead ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/avcstat ... Processing usr/sbin/chat ... Processing usr/sbin/chroot ... Processing usr/sbin/compute_av ... Processing usr/sbin/compute_create ... Processing usr/sbin/compute_member ... Processing usr/sbin/compute_relabel ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/dropbear ... Processing usr/sbin/ether-wake ... Processing usr/sbin/exicyclog ... Processing usr/sbin/exigrep ... Processing usr/sbin/exim ... Processing usr/sbin/exim_checkaccess ... Processing usr/sbin/exim_dbmbuild ... Processing usr/sbin/exim_dumpdb ... Processing usr/sbin/exim_fixdb ... Processing usr/sbin/exim_lock ... Processing usr/sbin/exim_tidydb ... Processing usr/sbin/eximstats ... Processing usr/sbin/exinext ... Processing usr/sbin/exipick ... Processing usr/sbin/exiqgrep ... Processing usr/sbin/exiqsumm ... Processing usr/sbin/exiwhat ... Processing usr/sbin/exportfs ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/getconlist ... Processing usr/sbin/getdefaultcon ... Processing usr/sbin/getenforce ... Processing usr/sbin/getfilecon ... Processing usr/sbin/getpidcon ... Processing usr/sbin/getsebool ... Processing usr/sbin/getseuser ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/loadfont ... Processing usr/sbin/matchpathcon ... Processing usr/sbin/mim ... Processing usr/sbin/mountstats ... Processing usr/sbin/nfsconf ... Processing usr/sbin/nfsdclnts ... Processing usr/sbin/nfsstat ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/policyvers ... 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/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/rpc.mountd ... Processing usr/sbin/rpc.nfsd ... Processing usr/sbin/rpc.statd ... Processing usr/sbin/rpcbind ... Processing usr/sbin/rpcctl ... Processing usr/sbin/seedrng ... Processing usr/sbin/sefcontext_compile ... Processing usr/sbin/selabel_digest ... Processing usr/sbin/selabel_get_digests_all_partial_matches ... Processing usr/sbin/selabel_lookup ... Processing usr/sbin/selabel_lookup_best_match ... Processing usr/sbin/selabel_partial_match ... Processing usr/sbin/selinux_check_access ... Processing usr/sbin/selinux_check_securetty_context ... Processing usr/sbin/selinuxenabled ... Processing usr/sbin/selinuxexeccon ... Processing usr/sbin/setenforce ... Processing usr/sbin/setfilecon ... Processing usr/sbin/setlogcons ... Processing usr/sbin/showmount ... Processing usr/sbin/sm-notify ... Processing usr/sbin/start-statd ... Processing usr/sbin/tcf-agent ... Processing usr/sbin/togglesebool ... Processing usr/sbin/ubirename ... Processing usr/sbin/validatetrans ... Processing usr/sbin/vsftpd ... Processing usr/share ... Processing usr/share/applications ... Processing usr/share/applications/ltris.desktop ... Processing usr/share/empty ... 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/icons ... Processing usr/share/icons/ltris48.gif ... Processing usr/share/ltris ... Processing usr/share/ltris/figures ... Processing usr/share/ltris/gfx ... Processing usr/share/ltris/gfx/back0.bmp ... Processing usr/share/ltris/gfx/back1.bmp ... Processing usr/share/ltris/gfx/back2.bmp ... Processing usr/share/ltris/gfx/back3.bmp ... Processing usr/share/ltris/gfx/balloon.bmp ... Processing usr/share/ltris/gfx/balloon_peek.bmp ... Processing usr/share/ltris/gfx/blocks.bmp ... Processing usr/share/ltris/gfx/f_small_white.bmp ... Processing usr/share/ltris/gfx/f_small_yellow.bmp ... Processing usr/share/ltris/gfx/f_tiny_black.bmp ... Processing usr/share/ltris/gfx/f_white.bmp ... Processing usr/share/ltris/gfx/f_yellow.bmp ... Processing usr/share/ltris/gfx/logo.bmp ... Processing usr/share/ltris/gfx/menuback.bmp ... Processing usr/share/ltris/gfx/quest.bmp ... Processing usr/share/ltris/sounds ... Processing usr/share/ltris/sounds/click.wav ... Processing usr/share/ltris/sounds/excellent.wav ... Processing usr/share/ltris/sounds/explosion.wav ... Processing usr/share/ltris/sounds/leftright.wav ... Processing usr/share/ltris/sounds/motion.wav ... Processing usr/share/ltris/sounds/nextlevel.wav ... Processing usr/share/ltris/sounds/stop.wav ... 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/ti-utils ... Processing usr/share/ti-utils/ini_files ... Processing usr/share/ti-utils/ini_files/127x ... Processing usr/share/ti-utils/ini_files/127x/RFMD_S_3.5.ini ... Processing usr/share/ti-utils/ini_files/127x/TQS_D_1.0.ini ... Processing usr/share/ti-utils/ini_files/127x/TQS_D_1.7.ini ... Processing usr/share/ti-utils/ini_files/127x/TQS_S_2.5.ini ... Processing usr/share/ti-utils/ini_files/127x/TQS_S_2.6.ini ... Processing usr/share/ti-utils/ini_files/128x ... Processing usr/share/ti-utils/ini_files/128x/RFMD_S_3.5.ini ... Processing usr/share/ti-utils/ini_files/128x/TQS_D_1.0.ini ... Processing usr/share/ti-utils/ini_files/128x/TQS_D_1.7.ini ... Processing usr/share/ti-utils/ini_files/128x/TQS_S_2.6.ini ... Processing usr/share/ti-utils/scripts ... Processing usr/share/ti-utils/scripts/go.sh ... Processing usr/share/uacme ... Processing usr/share/uacme/nsupdate.sh ... Processing usr/share/uacme/uacme.sh ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/vala ... Processing usr/share/vala/vapi ... Processing usr/share/vala/vapi/libmpdclient.vapi ... Processing usr/share/yang ... Processing usr/share/yang/modules ... Processing usr/share/yang/modules/libnetconf2 ... Processing []share/yang/modules/libnetconf2/ietf-netconf-acm@2018-02-14.yang ... Processing []ang/modules/libnetconf2/ietf-netconf-monitoring@2010-10-04.yang ... Processing usr/share/yang/modules/libnetconf2/ietf-netconf@2013-09-29.yang ... Processing usr/share/yang/modules/libyang ... Processing usr/share/yang/modules/libyang/ietf-datastores@2018-02-14.yang ... Processing usr/share/yang/modules/libyang/ietf-inet-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-library@2019-01-04.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-metadata@2016-08-05.yang ... Processing []are/yang/modules/libyang/ietf-yang-schema-mount@2019-01-14.yang ... Processing []re/yang/modules/libyang/ietf-yang-structure-ext@2020-06-17.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/yang@2022-06-16.yang ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/ltris.hscr ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/civetweb_64x64.png ... 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-buttons ... Processing var/www/datatables-buttons/css ... Processing var/www/datatables-buttons/css/buttons.bootstrap.min.css ... Processing var/www/datatables-buttons/css/buttons.bootstrap4.min.css ... Processing var/www/datatables-buttons/css/buttons.dataTables.min.css ... Processing var/www/datatables-buttons/css/buttons.foundation.min.css ... Processing var/www/datatables-buttons/css/buttons.jqueryui.min.css ... Processing var/www/datatables-buttons/css/buttons.semanticui.min.css ... Processing var/www/datatables-buttons/js ... Processing var/www/datatables-buttons/js/buttons.bootstrap.min.js ... Processing var/www/datatables-buttons/js/buttons.bootstrap4.min.js ... Processing var/www/datatables-buttons/js/buttons.colVis.min.js ... Processing var/www/datatables-buttons/js/buttons.dataTables.min.js ... Processing var/www/datatables-buttons/js/buttons.flash.min.js ... Processing var/www/datatables-buttons/js/buttons.foundation.min.js ... Processing var/www/datatables-buttons/js/buttons.html5.min.js ... Processing var/www/datatables-buttons/js/buttons.jqueryui.min.js ... Processing var/www/datatables-buttons/js/buttons.print.min.js ... Processing var/www/datatables-buttons/js/buttons.semanticui.min.js ... Processing var/www/datatables-buttons/js/dataTables.buttons.min.js ... Processing var/www/index.html ... Processing var/www/jszip ... Processing var/www/jszip/js ... Processing var/www/jszip/js/jszip.min.js ... Processing var/www/vue.js ... Build completed. >>> Generating filesystem image rootfs.f2fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-7/output-1/images/rootfs.f2fs\n truncate -s 5G /home/autobuild/autobuild/instance-7/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-7/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /home/autobuild/autobuild/instance-7/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-7/output-1/host/sbin/sload.f2fs -f /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.f2fs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/f2fs/target table='/home/autobuild/autobuild/instance-7/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.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +0000" Info: Overprovision ratio = 2.810% Info: Overprovision segments = 148 (GC reserved = 79) Info: format successful Info: MKFS version "Linux version 6.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +0000" Info: FSCK version from "Linux version 6.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +0000" to "Linux version 6.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +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 = dc05ca5 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: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ - ] Free segments: 0x9e1 [ * ] Free segments: 0x9e1 [ | ] Free segments: 0x9e1 [ * ] Free segments: 0x9df [ - ] Free segments: 0x9df [ - ] Free segments: 0x9df [ * ] Free segments: 0x9df [ | ] Free segments: 0x9df [ * ] Free segments: 0x9df [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 0x9de [ - ] Free segments: 0x9de [ - ] Free segments: 0x9de [ * ] Free segments: 0x9de [ | ] Free segments: 0x9de [ * ] Free segments: 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: 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: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ - ] Free segments: 0x9d8 [ * ] Free segments: 0x9d8 [ | ] Free segments: 0x9d8 [ * ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ - ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ | ] Free segments: 0x9d7 [ * ] Free segments: 0x9d7 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ - ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ | ] Free segments: 0x9d6 [ * ] Free segments: 0x9d6 [ - ] 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 0x9d5 [ - ] Free segments: 0x9d5 [ - ] Free segments: 0x9d5 [ * ] Free segments: 0x9d5 [ | ] Free segments: 0x9d4 [ * ] Free segments: 0x9d4 [ - ] Free segments: 0x9d4 [ - ] Free segments: 0x9d3 [ * ] Free segments: 0x9d2 [ | ] Free segments: 0x9d1 [ * ] Free segments: 0x9d1 [ - ] 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: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ | ] Free segments: 0x9ce [ * ] Free segments: 0x9ce [ - ] Free segments: 0x9ce [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ - ] Free segments: 0x9cd [ * ] Free segments: 0x9cd [ | ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ - ] Free segments: 0x9cc [ * ] Free segments: 0x9cc [ | ] Free segments: 0x9cc [ * ] 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: 0x9c9 [ | ] Free segments: 0x9c9 [ * ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ | ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ - ] Free segments: 0x9c8 [ * ] Free segments: 0x9c8 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ - ] Free segments: 0x9c7 [ * ] Free segments: 0x9c7 [ | ] Free segments: 0x9c5 [ * ] Free segments: 0x9c5 [ - ] Free segments: 0x9c5 [ - ] Free segments: 0x9c4 [ * ] Free segments: 0x9c3 [ | ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ | ] Free segments: 0x9c2 [ * ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ - ] Free segments: 0x9c2 [ * ] Free segments: 0x9c0 [ | ] Free segments: 0x9c0 [ * ] Free segments: 0x9c0 [ - ] Free segments: 0x9c0 [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ - ] Free segments: 0x9bf [ * ] Free segments: 0x9bf [ | ] Free segments: 0x9bf [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9be [ | ] Free segments: 0x9be [ * ] Free segments: 0x9be [ - ] Free segments: 0x9be [ - ] Free segments: 0x9be [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ | ] Free segments: 0x9bd [ * ] Free segments: 0x9bd [ - ] Free segments: 0x9bd [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ | ] Free segments: 0x9bc [ * ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ - ] Free segments: 0x9bc [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ | ] Free segments: 0x9bb [ * ] Free segments: 0x9bb [ - ] Free segments: 0x9bb [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ | ] Free segments: 0x9ba [ * ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ - ] Free segments: 0x9ba [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ - ] Free segments: 0x9b9 [ * ] Free segments: 0x9b9 [ | ] Free segments: 0x9b9 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ - ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ | ] Free segments: 0x9b8 [ * ] Free segments: 0x9b8 [ - ] Free segments: 0x9b7 [ - ] Free segments: 0x9b7 [ * ] Free segments: 0x9b7 [ | ] Free segments: 0x9b7 [ * ] Free segments: 0x9b7 [ - ] Free segments: 0x9b7 [ - ] Free segments: 0x9b7 [ * ] Free segments: 0x9b7 [ | ] Free segments: 0x9b7 [ * ] Free segments: 0x9b7[FIX] (move_one_curseg_info:2857) --> Move curseg[0] 3 -> 4 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[1] 4f4 -> 30 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[2] 279 -> 31 after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[3] 0 -> 2f after 2c00 [FIX] (move_one_curseg_info:2857) --> Move curseg[4] 1 -> c 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.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +0000" Info: FSCK version from "Linux version 6.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +0000" to "Linux version 6.1.0-asahi-2-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Fri, 16 Dec 2022 05:04:23 +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 = dc05ca5 Info: Checked valid nat_bits in checkpoint Info: checkpoint state = 81 : nat_bits unmount [FSCK] Check node 1 / 1113 (0.09%) [FSCK] Check node 112 / 1113 (10.09%) [FSCK] Check node 223 / 1113 (20.09%) [FSCK] Check node 334 / 1113 (30.09%) [FSCK] Check node 445 / 1113 (40.09%) [FSCK] Check node 556 / 1113 (50.09%) [FSCK] Check node 667 / 1113 (60.09%) [FSCK] Check node 778 / 1113 (70.09%) [FSCK] Check node 889 / 1113 (80.09%) [FSCK] Check node 1000 / 1113 (90.09%) [FSCK] Check node 1111 / 1113 (100.09%) [FSCK] Max image size: 140 MB, Free space: 4696 MB [FSCK] Unreachable nat entries [Ok..] [0x0] [FSCK] SIT valid block bitmap checking [Ok..] [FSCK] Hard link checking for regular file [Ok..] [0x5] [FSCK] valid_block_count matching with CP [Ok..] [0x5313] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x459] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x459] [FSCK] valid_inode_count matched with CP [Ok..] [0x458] [FSCK] free segment_count matched with CP [Ok..] [0x9b9] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 0.000000 secs ln -snf /home/autobuild/autobuild/instance-7/output-1/host/i686-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2022.11-1461-gd00e437922 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.11 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> c-icap 0.5.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> datatables-buttons 1.6.1 Collecting legal info License.txt: OK (sha256: 21fa7cbc3c00bcad1e0f3417d465e702bd470d7dc446a6deff80c8fc5eda9148) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> exim 4.96 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> git 2.39.1 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libnetconf2 2.1.28 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libyang 2.1.30 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxcrypt 4.4.29 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> open62541 v1.3.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> tcf-agent 1.7.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'