Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found CC futility/futility.o CC futility/cmd_dump_fmap.o CC futility/cmd_gbb_utility.o CC futility/misc.o CC futility/ryu_root_header.o CC futility/cmd_create.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:123:27: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 123 | privkey->rsa_private_key = rsa_key; | ^ CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o CC futility/cmd_show.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 115 | key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); | ^ futility/cmd_show.c:125:15: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] 125 | RSA_free(key.rsa_private_key); | ~~~^~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from futility/cmd_show.c:8: /nvmedata/autobuild/instance-20/output-1/host/include/openssl/rsa.h:263:20: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt *' 263 | void RSA_free(RSA *r); | ~~~~~^ CC futility/cmd_sign.o CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o CC futility/cmd_vbutil_key.o CC futility/cmd_vbutil_keyblock.o CC futility/file_type.o CC futility/file_type_bios.o CC futility/file_type_rwsig.o CC futility/file_type_usbpd1.o CC futility/vb1_helper.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 764 | key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, | ^ futility/vb1_helper.c:768:15: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] 768 | RSA_free(key.rsa_private_key); | ~~~^~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from futility/vb1_helper.c:12: /nvmedata/autobuild/instance-20/output-1/host/include/openssl/rsa.h:263:20: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt *' 263 | void RSA_free(RSA *r); | ~~~~~^ CC futility/vb2_helper.o GEN gen/futility_cmds.c CC gen/futility_cmds.o CC cgpt/cgpt_create.o CC cgpt/cgpt_add.o cgpt/cgpt_add.c: In function 'GptSetEntryAttributes': cgpt/cgpt_add.c:89:63: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 89 | if (CGPT_OK != UTF8ToUTF16((uint8_t *)params->label, entry->name, | ~~~~~^~~~~~ CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o cgpt/cgpt_show.c: In function 'EntryDetails': cgpt/cgpt_show.c:104:20: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 104 | UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]), | ~~~~~^~~~~~ cgpt/cgpt_show.c: In function 'GptShow': cgpt/cgpt_show.c:199:26: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 199 | UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]), | ~~~~~^~~~~~ CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 54 | key->rsa_private_key = rsa_key; | ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:17: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] 66 | RSA_free(key->rsa_private_key); | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from /nvmedata/autobuild/instance-20/output-1/host/include/openssl/x509.h:25, from /nvmedata/autobuild/instance-20/output-1/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /nvmedata/autobuild/instance-20/output-1/host/include/openssl/rsa.h:263:20: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt *' 263 | void RSA_free(RSA *r); | ~~~~~^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:33: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] 77 | buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * const In file included from /nvmedata/autobuild/instance-20/output-1/host/include/openssl/objects.h:15, from /nvmedata/autobuild/instance-20/output-1/host/include/openssl/evp.h:28, from /nvmedata/autobuild/instance-20/output-1/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /nvmedata/autobuild/instance-20/output-1/host/include/openssl/asn1.h:237:36: note: expected 'const RSA *' {aka 'const struct rsa_st *'} but argument is of type 'struct rsa_rt * const' 237 | int i2d_##name(const type *a, unsigned char **out); \ | ~~~~~~~~~~~~^ /nvmedata/autobuild/instance-20/output-1/host/include/openssl/rsa.h:281:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' 281 | DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 131 | key->rsa_private_key = d2i_RSAPrivateKey(0, &start, | ^ CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:26: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [-Wincompatible-pointer-types] 39 | if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from host/lib/util_misc.c:19: host/lib/include/util_misc.h:42:37: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' 42 | int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ CC host/lib/host_signature.o host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:31: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] 146 | key->rsa_private_key, /* Key to use */ | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * const In file included from host/lib/host_signature.c:10: /nvmedata/autobuild/instance-20/output-1/host/include/openssl/rsa.h:258:49: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt * const' 258 | unsigned char *to, RSA *rsa, int padding); | ~~~~~^~~ CC host/lib/signature_digest.o CC firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] 239 | assert( | ^~~~~~ firmware/stub/tpm_lite_stub.c:28:1: note: 'assert' is defined in header ''; did you forget to '#include '? 27 | #include +++ |+#include 28 | CC firmware/stub/utility_stub.o CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o firmware/lib/vboot_api_kernel.c: In function 'VbSelectAndLoadKernel': firmware/lib/vboot_api_kernel.c:1056:34: warning: taking address of packed member of 'struct VbSharedDataHeader' may result in an unaligned pointer value [-Waddress-of-packed-member] 1056 | tpm_status = RollbackKernelRead(&shared->kernel_version_tpm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o RM libvboot_util.a AR libvboot_util.a CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o firmware/2lib/2secdata.c: In function 'vb2_secdata_init': firmware/2lib/2secdata.c:61:9: warning: taking address of packed member of 'struct vb2_shared_data' may result in an unaligned pointer value [-Waddress-of-packed-member] 61 | &sd->fw_version_secdata); | ^~~~~~~~~~~~~~~~~~~~~~~ CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o RM libvboot_util21.a AR libvboot_util21.a LD futility/futility CC cgpt/cgpt.o CC cgpt/cgpt_find.o cgpt/cgpt_find.c: In function 'gpt_search': cgpt/cgpt_find.c:132:39: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 132 | if (CGPT_OK != UTF16ToUTF8(entry->name, | ~~~~~^~~~~~ CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o LDcgpt cgpt/cgpt CC cgpt/cgpt_wrapper.o LD cgpt/cgpt_wrapper make[1]: Leaving directory '/nvmedata/autobuild/instance-20/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-20/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-20/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-20/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-20/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/nvmedata/autobuild/instance-20/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/nvmedata/autobuild/instance-20/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'virtual:world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/nvmedata/autobuild/instance-20/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> wireless_tools 30.pre9 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-20/output-1/build/.wireless_tools.30.pre9.tar.gz.jtoltc/output' 'https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz' --2022-04-22 02:41:25-- https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz Resolving hewlettpackard.github.io (hewlettpackard.github.io)... 185.199.111.153, 185.199.110.153, 185.199.108.153, ... Connecting to hewlettpackard.github.io (hewlettpackard.github.io)|185.199.111.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 348477 (340K) [application/gzip] Saving to: '/nvmedata/autobuild/instance-20/output-1/build/.wireless_tools.30.pre9.tar.gz.jtoltc/output' 0K .......... .......... .......... .......... .......... 14% 13.6M 0s 50K .......... .......... .......... .......... .......... 29% 17.5M 0s 100K .......... .......... .......... .......... .......... 44% 89.9M 0s 150K .......... .......... .......... .......... .......... 58% 62.7M 0s 200K .......... .......... .......... .......... .......... 73% 26.1M 0s 250K .......... .......... .......... .......... .......... 88% 120M 0s 300K .......... .......... .......... .......... 100% 105M=0.01s 2022-04-22 02:41:25 (32.1 MB/s) - '/nvmedata/autobuild/instance-20/output-1/build/.wireless_tools.30.pre9.tar.gz.jtoltc/output' saved [348477/348477] wireless_tools.30.pre9.tar.gz: OK (sha256: abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63) >>> wireless_tools 30.pre9 Extracting gzip -d -c /nvmedata/autobuild/instance-20/dl/wireless_tools/wireless_tools.30.pre9.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9 -xf - >>> wireless_tools 30.pre9 Patching Applying 0001-remove-bzero.patch using patch: patching file ifrename.c patching file iwlib.c >>> wireless_tools 30.pre9 Configuring >>> wireless_tools 30.pre9 Building PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9 CC="/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " iwmulticall make[1]: Entering directory '/nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9' cp wireless.22.h wireless.h /nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -MMD -c iwmulticall.c /nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc -Wl,-s -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -MMD -o iwmulticall iwmulticall.o -lm make[1]: Leaving directory '/nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9' >>> wireless_tools 30.pre9 Installing to staging directory >>> wireless_tools 30.pre9 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-20/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-20/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> wireless_tools 30.pre9 Installing to target PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9 PREFIX="/nvmedata/autobuild/instance-20/output-1/target" LDCONFIG=/bin/true install-iwmulticall make[1]: Entering directory '/nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9' install -m 755 -d /nvmedata/autobuild/instance-20/output-1/target/sbin install -m 755 iwmulticall /nvmedata/autobuild/instance-20/output-1/target/sbin/iwconfig ( cd /nvmedata/autobuild/instance-20/output-1/target/sbin ; \ ln -f -s iwconfig iwlist ; \ ln -f -s iwconfig iwspy ; \ ln -f -s iwconfig iwpriv ; \ ln -f -s iwconfig iwgetid ) make[1]: Leaving directory '/nvmedata/autobuild/instance-20/output-1/build/wireless_tools-30.pre9' genromfs-0.5.2.tar.gz: OK (sha256: 30f37fc734572c1dbaa2504585bc23ba6b8fd7df767ae7155995b2ca0ebed960) >>> host-genromfs 0.5.2 Extracting gzip -d -c /nvmedata/autobuild/instance-20/dl/genromfs/genromfs-0.5.2.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2 -xf - >>> host-genromfs 0.5.2 Patching Applying 0001-build-system.patch using patch: patching file Makefile >>> host-genromfs 0.5.2 Configuring >>> host-genromfs 0.5.2 Building PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-20/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-20/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-20/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2 make[1]: Entering directory '/nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2' gcc -DVERSION=\"0.5.2\" genromfs.c -c -o genromfs.o gcc genromfs.o -o genromfs make[1]: Leaving directory '/nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2' >>> host-genromfs 0.5.2 Installing to host directory PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-20/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-20/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-20/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2 prefix=/nvmedata/autobuild/instance-20/output-1/host install make[1]: Entering directory '/nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2' mkdir -p /nvmedata/autobuild/instance-20/output-1/host/bin install -m 755 genromfs /nvmedata/autobuild/instance-20/output-1/host/bin/ # genromfs 0.5 installed the man page in this file, # remove it before someone notices :) if [ -f /nvmedata/autobuild/instance-20/output-1/host/bin/man8 ]; then \ rm -f /nvmedata/autobuild/instance-20/output-1/host/bin/man8; \ fi mkdir -p /nvmedata/autobuild/instance-20/output-1/host/man/man8 install -m 644 genromfs.8 /nvmedata/autobuild/instance-20/output-1/host/man/man8/ make[1]: Leaving directory '/nvmedata/autobuild/instance-20/output-1/build/host-genromfs-0.5.2' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-20/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%604e%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-20/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-20/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-20/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%604e%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-20/output-1/host/powerpc-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-20/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-20/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-20/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-20/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-20/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-20/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /nvmedata/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/dash" >> /nvmedata/autobuild/instance-20/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-20/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-20/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-20/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-20/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-20/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-20/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-20/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-20/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-20/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-20/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-20/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-20/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-20/output-1/target/etc/inittab grep -qsE '^/usr/bin/tmux$' /nvmedata/autobuild/instance-20/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /nvmedata/autobuild/instance-20/output-1/target/etc/shells ./support/scripts/eclipse-register-toolchain `readlink -f /nvmedata/autobuild/instance-20/output-1` powerpc-buildroot-linux-musl- "powerpc" Testing /nvmedata/autobuild/instance-28/output-1 ... Testing /nvmedata/autobuild/instance-26/output-1 ... Testing /nvmedata/autobuild/instance-1/output-1 ... Testing /nvmedata/autobuild/instance-11/output-1 ... Testing /nvmedata/autobuild/instance-16/output-1 ... Testing /nvmedata/autobuild/instance-30/output-1 ... Testing /nvmedata/autobuild/instance-31/output-1 ... Testing /nvmedata/autobuild/instance-24/output-1 ... Testing /nvmedata/autobuild/instance-21/output-1 ... Testing /nvmedata/autobuild/instance-12/output-1 ... Testing /nvmedata/autobuild/instance-0/output-1 ... Testing /nvmedata/autobuild/instance-14/output-1 ... Testing /nvmedata/autobuild/instance-13/output-1 ... Testing /nvmedata/autobuild/instance-17/output-1 ... Testing /nvmedata/autobuild/instance-10/output-1 ... Testing /nvmedata/autobuild/instance-23/output-1 ... Testing /nvmedata/autobuild/instance-19/output-1 ... Testing /nvmedata/autobuild/instance-7/output-1 ... Testing /nvmedata/autobuild/instance-22/output-1 ... Testing /nvmedata/autobuild/instance-20/output-1 ... Testing /nvmedata/autobuild/instance-5/output-1 ... Testing /nvmedata/autobuild/instance-15/output-1 ... Testing /nvmedata/autobuild/instance-29/output-1 ... Testing /nvmedata/autobuild/instance-25/output-1 ... Testing /nvmedata/autobuild/instance-18/output-1 ... Testing /nvmedata/autobuild/instance-4/output-1 ... Testing /nvmedata/autobuild/instance-6/output-1 ... Testing /nvmedata/autobuild/instance-8/output-1 ... Testing /nvmedata/autobuild/instance-2/output-1 ... Testing /nvmedata/autobuild/instance-3/output-1 ... Testing /nvmedata/autobuild/instance-27/output-1 ... rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/include /nvmedata/autobuild/instance-20/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-20/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-20/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-20/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-20/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-20/output-1/target/usr/doc find /nvmedata/autobuild/instance-20/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-20/output-1/target/lib/ /nvmedata/autobuild/instance-20/output-1/target/usr/lib/ /nvmedata/autobuild/instance-20/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-20/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/man /nvmedata/autobuild/instance-20/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/info /nvmedata/autobuild/instance-20/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/doc /nvmedata/autobuild/instance-20/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-20/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-20/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-20/output-1/target/lib/debug /nvmedata/autobuild/instance-20/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-20/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 /nvmedata/autobuild/instance-20/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-20/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-20/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 /nvmedata/autobuild/instance-20/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-599-g908caefa91"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-20/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-20/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-20/output-1/per-package /nvmedata/autobuild/instance-20/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-20/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.f2fs mkdir -p /nvmedata/autobuild/instance-20/output-1/images rm -rf /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs mkdir -p /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-20/output-1/target/ /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-20/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot echo "/nvmedata/autobuild/instance-20/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-20/output-1/images/rootfs.f2fs\n truncate -s 100M /nvmedata/autobuild/instance-20/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-20/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /nvmedata/autobuild/instance-20/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-20/output-1/host/sbin/sload.f2fs -f /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target /nvmedata/autobuild/instance-20/output-1/images/rootfs.f2fs\n' >> /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-20/output-1/host/bin:/nvmedata/autobuild/instance-20/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-20/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/f2fs/target table='/nvmedata/autobuild/instance-20/output-1/build/buildroot-fs/full_devices_table.txt' F2FS-tools: mkfs.f2fs Ver: 1.14.0 (2020-08-24) 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 = 204800 (100 MB) Info: zone aligned segment0 blkaddr: 512 Info: format version with "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" Info: Overprovision ratio = 25.000% Info: Overprovision segments = 22 (GC reserved = 16) Info: format successful Info: Segments per section = 1 Info: Sections per zone = 1 Info: sector size = 512 Info: total sectors = 204800 (100 MB) Info: MKFS version "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" Info: FSCK version from "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" to "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: total FS sectors = 204800 (100 MB) Info: CKPT version = 7fecd9c9 Info: Duplicate valid checkpoint to mirror position 512 -> 1024 Info: Write valid nat_bits in checkpoint [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x19 [ - ] Free segments: 0x19 [ - ] Free segments: 0x19 [ * ] Free segments: 0x19 [ | ] Free segments: 0x19 [ * ] Free segments: 0x19 [ - ] Free segments: 0x19 [ - ] Free segments: 0x19 [ * ] Free segments: 0x19 [ | ] Free segments: 0x19 [ * ] Free segments: 0x19 [ - ] Free segments: 0x19 [ - ] Free segments: 0x19 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x17 [ - ] Free segments: 0x17 [ * ] Free segments: 0x17 [ | ] Free segments: 0x17 [ * ] Free segments: 0x17 [ - ] Free segments: 0x17 [ - ] Free segments: 0x17 [ * ] Free segments: 0x17 [ | ] Free segments: 0x17 [ * ] Free segments: 0x17 [ - ] Free segments: 0x17 [ - ] Free segments: 0x17 [ * ] Free segments: 0x17 [ | ] Free segments: 0x17 [ * ] Free segments: 0x17 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x15 [ | ] Free segments: 0x15 [ * ] Free segments: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x15 [ | ] Free segments: 0x15 [ * ] Free segments: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x15 [ | ] Free segments: 0x15 [ * ] Free segments: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x15 [ | ] Free segments: 0x15 [ * ] Free segments: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x15 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x12 [ - ] Free segments: 0x12 [ * ] Free segments: 0x12 [ | ] Free segments: 0x12 [ * ] Free segments: 0x11 [ - ] Free segments: 0x11 [ - ] Free segments: 0x11[reserve_new_block:57] Can't find free block[ASSERT] (reserve_new_block: 58) 0 make: *** [fs/f2fs/f2fs.mk:64: /nvmedata/autobuild/instance-20/output-1/images/rootfs.f2fs] Error 255 make: Leaving directory '/nvmedata/autobuild/instance-20/buildroot'