grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/include /nvmedata/autobuild/instance-2/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-2/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-2/output-1/target/usr/doc find /nvmedata/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-2/output-1/target/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/man /nvmedata/autobuild/instance-2/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/info /nvmedata/autobuild/instance-2/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/doc /nvmedata/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-2/output-1/target/lib/debug /nvmedata/autobuild/instance-2/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-2/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-2/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-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-498-g1b718adee4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-2/output-1/per-package /nvmedata/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cloop mkdir -p /nvmedata/autobuild/instance-2/output-1/images rm -rf /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop mkdir -p /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-2/output-1/target/ /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-2/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "/nvmedata/autobuild/instance-2/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' /nvmedata/autobuild/instance-2/output-1/host/bin/genisoimage -r /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target | /nvmedata/autobuild/instance-2/output-1/host/bin/create_compressed_fs - 65536 > /nvmedata/autobuild/instance-2/output-1/images/rootfs.cloop\n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-2/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target table='/nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' 32 processor core(s) detected Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 65536). See the usage info (-h) for better/correct parameters. Block size 65536, expected number of blocks: 2147483647 Using TTYP0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/ttyP0 (ttyp0) Using TTYP3000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/ttyp3 (ttyP3) Using MTDBL000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/mtdblock0 (mtdblock1) Using MTDBL001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/mtdblock1 (mtdblock2) Using TTYP2000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/ttyP2 (ttyp2) Using MTDBL002.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/mtdblock2 (mtdblock3) Using TTYP1000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/dev/ttyP1 (ttyp1) Using S6_SW000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/bin/s6-swapoff (s6-swapon) Using SSL_C000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_ECC.pem (SSL.com_EV_Root_Certification_Authority_RSA_R2.pem) Using QUOVA000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/QuoVadis_Root_CA_2_G3.pem (QuoVadis_Root_CA_2.pem) Using GLOBA000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_Root_R46.pem (GlobalSign_Root_CA.pem) Using DIGIC000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_Assured_ID_Root_G2.pem (DigiCert_Assured_ID_Root_G3.pem) Using GLOBA001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_Root_CA.pem (GlobalSign_ECC_Root_CA_-_R5.pem) Using DIGIC001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_Assured_ID_Root_G3.pem (DigiCert_High_Assurance_EV_Root_CA.pem) Using MICRO000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Microsoft_RSA_Root_Certificate_Authority_2017.pem (Microsoft_ECC_Root_Certificate_Authority_2017.pem) Using DIGIC002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem (DigiCert_Assured_ID_Root_CA.pem) Using ENTRU000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Entrust_Root_Certification_Authority.pem (Entrust_Root_Certification_Authority_-_G2.pem) Using CERTU000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Certum_Trusted_Network_CA.pem (Certum_Trusted_Root_CA.pem) Using QUOVA001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/QuoVadis_Root_CA_2.pem (QuoVadis_Root_CA_1_G3.pem) Using AFFIR000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/AffirmTrust_Premium_ECC.pem (AffirmTrust_Networking.pem) Using ENTRU001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Entrust_Root_Certification_Authority_-_G2.pem (Entrust_Root_Certification_Authority_-_G4.pem) Using AMAZO000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Amazon_Root_CA_4.pem (Amazon_Root_CA_3.pem) Using DIGIC003.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem (DigiCert_Global_Root_CA.pem) Using HELLE000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem (Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem) Using D_TRU000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_2009.pem (D-TRUST_Root_Class_3_CA_2_EV_2009.pem) Using GLOBA002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R5.pem (GlobalSign_Root_CA_-_R3.pem) Using SSL_C001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_RSA_R2.pem (SSL.com_Root_Certification_Authority_ECC.pem) Using SECUR000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Security_Communication_RootCA2.pem (Security_Communication_Root_CA.pem) Using TRUST000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Trustwave_Global_ECC_P256_Certification_Authority.pem (Trustwave_Global_Certification_Authority.pem) Using AFFIR001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/AffirmTrust_Networking.pem (AffirmTrust_Commercial.pem) Using TRUST001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/TrustCor_RootCert_CA-1.pem (TrustCor_RootCert_CA-2.pem) Using GTS_R000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GTS_Root_R2.pem (GTS_Root_R3.pem) Using AMAZO001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Amazon_Root_CA_3.pem (Amazon_Root_CA_1.pem) Using STARF000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Starfield_Class_2_CA.pem (Starfield_Services_Root_Certificate_Authority_-_G2.pem) Using IDENT000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/IdenTrust_Public_Sector_Root_CA_1.pem (IdenTrust_Commercial_Root_CA_1.pem) Using GLOBA003.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_Root_CA_-_R3.pem (GlobalSign_Root_E46.pem) Using AC_RA000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem (AC_RAIZ_FNMT-RCM.pem) Using SWISS000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem (SwissSign_Silver_CA_-_G2.pem) Using EMSIG000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/emSign_Root_CA_-_C1.pem (emSign_Root_CA_-_G1.pem) Using GLOBA004.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_Root_E46.pem (GlobalSign_Root_CA_-_R2.pem) Using QUOVA002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/QuoVadis_Root_CA_1_G3.pem (QuoVadis_Root_CA_3.pem) Using USERT000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem (USERTrust_ECC_Certification_Authority.pem) Using GO_DA000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Go_Daddy_Class_2_CA.pem (Go_Daddy_Root_Certificate_Authority_-_G2.pem) Using GTS_R001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GTS_Root_R3.pem (GTS_Root_R4.pem) Using DIGIC004.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_Global_Root_CA.pem (DigiCert_Global_Root_G3.pem) Using QUOVA003.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/QuoVadis_Root_CA_3.pem (QuoVadis_Root_CA_3_G3.pem) Using SSL_C002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/SSL.com_Root_Certification_Authority_ECC.pem (SSL.com_Root_Certification_Authority_RSA.pem) Using GLOBA005.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem (GlobalSign_Root_CA_-_R6.pem) Using ENTRU002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Entrust_Root_Certification_Authority_-_G4.pem (Entrust_Root_Certification_Authority_-_EC1.pem) Using GTS_R002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GTS_Root_R4.pem (GTS_Root_R1.pem) Using STARF001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Starfield_Services_Root_Certificate_Authority_-_G2.pem (Starfield_Root_Certificate_Authority_-_G2.pem) Using DIGIC005.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_Global_Root_G3.pem (DigiCert_Global_Root_G2.pem) Using GLOBA006.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/GlobalSign_Root_CA_-_R6.pem (GlobalSign_ECC_Root_CA_-_R4.pem) Using T_TEL000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_3.pem (T-TeleSec_GlobalRoot_Class_2.pem) Using OISTE000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/OISTE_WISeKey_Global_Root_GC_CA.pem (OISTE_WISeKey_Global_Root_GB_CA.pem) Using CERTS000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/certSIGN_Root_CA_G2.pem (certSIGN_ROOT_CA.pem) Using CERTU001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Certum_Trusted_Root_CA.pem (Certum_Trusted_Network_CA_2.pem) Using HELLE001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem (Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem) Using BUYPA000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Buypass_Class_2_Root_CA.pem (Buypass_Class_3_Root_CA.pem) Using AFFIR002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/AffirmTrust_Commercial.pem (AffirmTrust_Premium.pem) Using CERTI000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Certigna.pem (Certigna_Root_CA.pem) Using DIGIC006.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/DigiCert_Global_Root_G2.pem (DigiCert_Trusted_Root_G4.pem) Using AMAZO002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Amazon_Root_CA_1.pem (Amazon_Root_CA_2.pem) Using EMSIG001.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/emSign_ECC_Root_CA_-_C3.pem (emSign_ECC_Root_CA_-_G3.pem) Using ENTRU003.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Entrust_Root_Certification_Authority_-_EC1.pem (Entrust.net_Premium_2048_Secure_Server_CA.pem) Using TRUST002.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Trustwave_Global_Certification_Authority.pem (Trustwave_Global_ECC_P384_Certification_Authority.pem) Using HONGK000.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/Hongkong_Post_Root_CA_3.pem (Hongkong_Post_Root_CA_1.pem) Using TRUST003.PEM;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/ssl/certs/TrustCor_RootCert_CA-2.pem (TrustCor_ECA-1.pem) Using B0G0B000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/b0g0bsinitvals13.fw (b0g0bsinitvals5.fw) Using B0G0B001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/b0g0bsinitvals5.fw (b0g0bsinitvals9.fw) Using SSLPN000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/sslpn1bsinitvals27.fw (sslpn1bsinitvals20.fw) Using LP0BS000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp0bsinitvals14.fw (lp0bsinitvals13.fw) Using UCODE000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode25_lcn.fw (ucode25_mimo.fw) Using N0BSI000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0bsinitvals25.fw (n0bsinitvals16.fw) Using A0G1I000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/a0g1initvals9.fw (a0g1initvals5.fw) Using HT0BS000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ht0bsinitvals26.fw (ht0bsinitvals29.fw) Using A0G1B000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/a0g1bsinitvals9.fw (a0g1bsinitvals5.fw) Using B0G0I000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/b0g0initvals13.fw (b0g0initvals5.fw) Using LP1BS000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp1bsinitvals20.fw (lp1bsinitvals22.fw) Using N0BSI001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0bsinitvals16.fw (n0bsinitvals22.fw) Using LP0IN000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp0initvals15.fw (lp0initvals13.fw) Using LP0IN001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp0initvals13.fw (lp0initvals16.fw) Using N0BSI002.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0bsinitvals22.fw (n0bsinitvals24.fw) Using LCN2I000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn2initvals26.fw (lcn2initvals25.fw) Using LCN1I000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn1initvals26.fw (lcn1initvals25.fw) Using UCODE001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode19_sslpn.fw (ucode19_sslpn_nobt.fw) Using LCN2B000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn2bsinitvals26.fw (lcn2bsinitvals25.fw) Using HT0IN000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ht0initvals29.fw (ht0initvals26.fw) Using LCN2I001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn2initvals25.fw (lcn2initvals24.fw) Using A0G0I000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/a0g0initvals5.fw (a0g0initvals9.fw) Using A0G1B001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/a0g1bsinitvals5.fw (a0g1bsinitvals13.fw) Using LP0IN002.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp0initvals16.fw (lp0initvals14.fw) Using UCODE002.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode21_sslpn.fw (ucode21_sslpn_nobt.fw) Using N0BSI003.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0bsinitvals24.fw (n0bsinitvals11.fw) Using UCODE003.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode20_sslpn_nobt.fw (ucode20_sslpn.fw) Using A0G1I001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/a0g1initvals5.fw (a0g1initvals13.fw) Using LCN0I000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn0initvals26.fw (lcn0initvals24.fw) Using LCN1B000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn1bsinitvals25.fw (lcn1bsinitvals26.fw) Using LCN1I001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn1initvals25.fw (lcn1initvals24.fw) Using LP1IN000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp1initvals20.fw (lp1initvals22.fw) Using N0INI000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0initvals11.fw (n0initvals22.fw) Using N0INI001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0initvals22.fw (n0initvals24.fw) Using SSLPN001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/sslpn1initvals20.fw (sslpn1initvals27.fw) Using B0G0I001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/b0g0initvals5.fw (b0g0initvals9.fw) Using N0INI002.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0initvals24.fw (n0initvals16.fw) Using N0INI003.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0initvals16.fw (n0initvals17.fw) Using N0INI004.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0initvals17.fw (n0initvals25.fw) Using UCODE004.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode24_mimo.fw (ucode24_lcn.fw) Using UCODE005.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode16_mimo.fw (ucode16_sslpn_nobt.fw) Using UCODE006.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode16_sslpn_nobt.fw (ucode16_sslpn.fw) Using LP0BS001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp0bsinitvals13.fw (lp0bsinitvals16.fw) Using LCN2B001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn2bsinitvals25.fw (lcn2bsinitvals24.fw) Using LP0BS002.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lp0bsinitvals16.fw (lp0bsinitvals15.fw) Using LCN0I001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn0initvals24.fw (lcn0initvals25.fw) Using LCN0B000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn0bsinitvals24.fw (lcn0bsinitvals25.fw) Using A0G0B000.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/a0g0bsinitvals9.fw (a0g0bsinitvals5.fw) Using UCODE007.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode22_sslpn.fw (ucode22_mimo.fw) Using LCN1B001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn1bsinitvals26.fw (lcn1bsinitvals24.fw) Using LCN0B001.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/lcn0bsinitvals25.fw (lcn0bsinitvals26.fw) Using UCODE008.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/ucode16_sslpn.fw (ucode16_lp.fw) Using N0BSI004.FW;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/lib/firmware/b43/n0bsinitvals11.fw (n0bsinitvals17.fw) Using GPG_E000.LIS;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/common-lisp/source/gpg-error/gpg-error.lisp (gpg-error-codes.lisp) Using GPG_E001.LIS;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/common-lisp/source/gpg-error/gpg-error-codes.lisp (gpg-error-package.lisp) Using HELLE000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_RootCA_2011.crt (Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.crt) Using GLOBA000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R2.crt (GlobalSign_ECC_Root_CA_-_R4.crt) Using GTS_R000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GTS_Root_R2.crt (GTS_Root_R1.crt) Using GLOBA001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt (GlobalSign_Root_CA_-_R3.crt) Using CERTU000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Certum_Trusted_Root_CA.crt (Certum_Trusted_Network_CA_2.crt) Using DIGIC000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G3.crt (DigiCert_Assured_ID_Root_G2.crt) Using GLOBA002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt (GlobalSign_Root_E46.crt) Using GTS_R001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GTS_Root_R1.crt (GTS_Root_R4.crt) Using GLOBA003.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_Root_E46.crt (GlobalSign_ECC_Root_CA_-_R5.crt) Using DIGIC001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G2.crt (DigiCert_Assured_ID_Root_CA.crt) Using CERTS000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/certSIGN_ROOT_CA.crt (certSIGN_Root_CA_G2.crt) Using GLOBA004.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt (GlobalSign_Root_CA.crt) Using T_TEL000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_3.crt (T-TeleSec_GlobalRoot_Class_2.crt) Using DIGIC002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt (DigiCert_Trusted_Root_G4.crt) Using AMAZO000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Amazon_Root_CA_2.crt (Amazon_Root_CA_3.crt) Using CERTU001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA_2.crt (Certum_Trusted_Network_CA.crt) Using AFFIR000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/AffirmTrust_Premium.crt (AffirmTrust_Premium_ECC.crt) Using SSL_C000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/SSL.com_Root_Certification_Authority_ECC.crt (SSL.com_EV_Root_Certification_Authority_RSA_R2.crt) Using QUOVA000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2_G3.crt (QuoVadis_Root_CA_1_G3.crt) Using GLOBA005.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt (GlobalSign_Root_CA_-_R6.crt) Using GTS_R002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GTS_Root_R4.crt (GTS_Root_R3.crt) Using QUOVA001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_1_G3.crt (QuoVadis_Root_CA_3.crt) Using AFFIR001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/AffirmTrust_Premium_ECC.crt (AffirmTrust_Networking.crt) Using IDENT000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/IdenTrust_Public_Sector_Root_CA_1.crt (IdenTrust_Commercial_Root_CA_1.crt) Using AFFIR002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/AffirmTrust_Networking.crt (AffirmTrust_Commercial.crt) Using D_TRU000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_EV_2009.crt (D-TRUST_Root_Class_3_CA_2_2009.crt) Using ENTRU000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_G4.crt (Entrust_Root_Certification_Authority_-_EC1.crt) Using AC_RA000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt (AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.crt) Using TRUST000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/TrustCor_RootCert_CA-2.crt (TrustCor_ECA-1.crt) Using SSL_C001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/SSL.com_EV_Root_Certification_Authority_RSA_R2.crt (SSL.com_EV_Root_Certification_Authority_ECC.crt) Using AMAZO001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Amazon_Root_CA_3.crt (Amazon_Root_CA_1.crt) Using SECUR000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt (Security_Communication_RootCA2.crt) Using ENTRU001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_EC1.crt (Entrust.net_Premium_2048_Secure_Server_CA.crt) Using STARF000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Starfield_Class_2_CA.crt (Starfield_Services_Root_Certificate_Authority_-_G2.crt) Using TRUST001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/TrustCor_ECA-1.crt (TrustCor_RootCert_CA-1.crt) Using ENTRU002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt (Entrust_Root_Certification_Authority.crt) Using BUYPA000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Buypass_Class_3_Root_CA.crt (Buypass_Class_2_Root_CA.crt) Using QUOVA002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3.crt (QuoVadis_Root_CA_2.crt) Using HONGK000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_1.crt (Hongkong_Post_Root_CA_3.crt) Using DIGIC003.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Trusted_Root_G4.crt (DigiCert_Global_Root_G2.crt) Using AMAZO002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Amazon_Root_CA_1.crt (Amazon_Root_CA_4.crt) Using SSL_C002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/SSL.com_EV_Root_Certification_Authority_ECC.crt (SSL.com_Root_Certification_Authority_RSA.crt) Using DIGIC004.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G2.crt (DigiCert_Global_Root_G3.crt) Using HELLE001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.crt (Hellenic_Academic_and_Research_Institutions_RootCA_2015.crt) Using USERT000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/USERTrust_ECC_Certification_Authority.crt (USERTrust_RSA_Certification_Authority.crt) Using TRUST002.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Trustwave_Global_ECC_P384_Certification_Authority.crt (Trustwave_Global_Certification_Authority.crt) Using ENTRU003.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority.crt (Entrust_Root_Certification_Authority_-_G2.crt) Using SWISS000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/SwissSign_Gold_CA_-_G2.crt (SwissSign_Silver_CA_-_G2.crt) Using EMSIG000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/emSign_Root_CA_-_C1.crt (emSign_Root_CA_-_G1.crt) Using DIGIC005.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G3.crt (DigiCert_Global_Root_CA.crt) Using CERTI000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Certigna.crt (Certigna_Root_CA.crt) Using OISTE000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GB_CA.crt (OISTE_WISeKey_Global_Root_GC_CA.crt) Using DIGIC006.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt (DigiCert_High_Assurance_EV_Root_CA.crt) Using MICRO000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Microsoft_ECC_Root_Certificate_Authority_2017.crt (Microsoft_RSA_Root_Certificate_Authority_2017.crt) Using STARF001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Starfield_Services_Root_Certificate_Authority_-_G2.crt (Starfield_Root_Certificate_Authority_-_G2.crt) Using QUOVA003.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2.crt (QuoVadis_Root_CA_3_G3.crt) Using EMSIG001.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_C3.crt (emSign_ECC_Root_CA_-_G3.crt) Using GLOBA006.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R6.crt (GlobalSign_Root_R46.crt) Using GO_DA000.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Go_Daddy_Root_Certificate_Authority_-_G2.crt (Go_Daddy_Class_2_CA.crt) Using TRUST003.CRT;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/ca-certificates/mozilla/Trustwave_Global_Certification_Authority.crt (Trustwave_Global_ECC_P256_Certification_Authority.crt) Using QUEST000.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Question.ogg (Question_background.ogg) Using KOPET000.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Kopete_send.ogg (Kopete_status.ogg) Using START000.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Startup1_1.ogg (Startup1_2.ogg) Using START001.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Startup1_2.ogg (Startup1_4.ogg) Using START002.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Startup1_4.ogg (Startup1_3.ogg) Using RESTO000.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Restore_down.ogg (Restore_up.ogg) Using MINIM000.OGG;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/sounds/borealis/stereo/Minimize1.ogg (Minimize4.ogg) Using COMIX000 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-White (ComixCursors-Orange) Using COMIX001 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Orange (ComixCursors-Black) Using COMIX002 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Black (ComixCursors-White) Using COMIX003 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-White (ComixCursors-Blue) Using COMIX004 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Blue (ComixCursors-Slim-Orange) Using COMIX005 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange (ComixCursors-Slim-Blue) Using COMIX006 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue (ComixCursors-Red) Using COMIX007 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Red (ComixCursors-Slim-Black) Using COMIX008 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Black (ComixCursors-Green) Using COMIX009 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Green (ComixCursors-Slim-Green) Using COMIX00A for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Green (ComixCursors-Slim-Red) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Red/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Green/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Green/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Black/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Red/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Blue/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-Orange/cursors/left_ptr_watch (left_ptr) Using BASED000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/Obsidian/cursors/based_arrow_down (based_arrow_up) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/Obsidian/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using BASE_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/Obsidian/cursors/base_arrow_up (base_arrow_down) Using TOP_L000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/Obsidian/cursors/top_left_arrow (top_left_corner) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/Obsidian/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Blue/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-White/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-White/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-White/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-White/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Black/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Orange/cursors/left_ptr_watch (left_ptr) Using UP_AR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/up_arrow (up-arrow) Using F41C0000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/f41c0e382c97c0938e07017e42800402 (f41c0e382c94c0958e07017e42b00462) Using 03B6E000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/03b6e0fcb3499374a867d041f52298f0 (03b6e0fcb3499374a867c041f52298f0) Using LEFT_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/cursors/xorg-x11/ComixCursors-Slim-White/cursors/left_ptr_watch (left_ptr) Using XTERM000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/terminfo/x/xterm-256color (xterm+256color) Using MBUS_000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-tcp-request-data (mbus-tcp-scan-secondary) Using MBUS_001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-tcp-scan-secondary (mbus-tcp-scan) Using FB_TE000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/fb-test-string (fb-test-perf) Using MBUS_002.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-serial-switch-baudrate (mbus-serial-scan) Using CAPNP000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/capnpc-capnp (capnpc-c) Using TS_PR000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/ts_print_mt (ts_print_raw) Using GEOIP000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/geoiplookup6 (geoiplookup) Using CAPNP001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/capnpc-c (capnpc-c++) Using SEMOD000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/semodule_unpackage (semodule_expand) Using TS_PR001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/ts_print_raw (ts_print) Using MBUS_003.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-serial-scan (mbus-serial-scan-secondary) Using MBUS_004.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-serial-scan-secondary (mbus-serial-select-secondary) Using FB_TE001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/fb-test-perf (fb-test-offset) Using SEMOD001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/semodule_expand (semodule_package) Using MBUS_005.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-tcp-scan (mbus-tcp-request-data-multi-reply) Using MBUS_006.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-serial-select-secondary (mbus-serial-request-data-multi-reply) Using FB_TE002.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/fb-test-offset (fb-test-rect) Using SEMOD002.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/semodule_package (semodule_link) Using MBUS_007.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-tcp-request-data-multi-reply (mbus-tcp-select-secondary) Using MBUS_008.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mbus-serial-request-data-multi-reply (mbus-serial-request-data) Using IPTAB000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/iptables-save (iptables) Using IP6TA000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/ip6tables-legacy (ip6tables-apply) Using IP6TA001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/ip6tables-apply (ip6tables-legacy-restore) Using IP6TA002.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/ip6tables-legacy-restore (ip6tables-restore) Using IP6TA003.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/ip6tables-restore (ip6tables-save) Using IPTAB001.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/iptables (iptables-legacy-save) Using IP6TA004.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/ip6tables-save (ip6tables-legacy-save) Using IPTAB002.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/iptables-legacy-save (iptables-restore) Using IPTAB003.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/iptables-restore (iptables-legacy-restore) Using IP6TA005.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/ip6tables-legacy-save (ip6tables) Using IPTAB004.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/iptables-legacy-restore (iptables-legacy) Using IPTAB005.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/iptables-legacy (iptables-apply) Using SMCRO000.;1 for /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/sbin/smcrouted (smcroutectl) [ 9] Blk# 0, [ratio/avg. 13%/ 13%], avg.speed: 65536 b/s, ETA: 2147483646s [ 9] Blk# 100, [ratio/avg. 38%/ 32%], avg.speed: 3309568 b/s, ETA: 42524426s 3.65% done, estimate finish Wed Apr 13 07:12:36 2022 [ 9] Blk# 200, [ratio/avg. 100%/ 44%], avg.speed: 6586368 b/s, ETA: 21367994s [ 9] Blk# 300, [ratio/avg. 34%/ 42%], avg.speed: 9863168 b/s, ETA: 14268992s 7.28% done, estimate finish Wed Apr 13 07:12:22 2022 [ 9] Blk# 400, [ratio/avg. 31%/ 39%], avg.speed: 13139968 b/s, ETA: 10710639s 10.92% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 500, [ratio/avg. 27%/ 43%], avg.speed: 16416768 b/s, ETA: 8572787s [ 9] Blk# 600, [ratio/avg. 13%/ 38%], avg.speed: 19693568 b/s, ETA: 7146366s 14.56% done, estimate finish Wed Apr 13 07:12:22 2022 [ 9] Blk# 700, [ratio/avg. 12%/ 35%], avg.speed: 15313578 b/s, ETA: 9190369s 18.20% done, estimate finish Wed Apr 13 07:12:19 2022 [ 9] Blk# 800, [ratio/avg. 12%/ 32%], avg.speed: 17498112 b/s, ETA: 8043006s [ 9] Blk# 900, [ratio/avg. 20%/ 30%], avg.speed: 19682645 b/s, ETA: 7150331s 21.83% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 1000, [ratio/avg. 12%/ 29%], avg.speed: 21867178 b/s, ETA: 6436011s 25.47% done, estimate finish Wed Apr 13 07:12:20 2022 [ 9] Blk# 1100, [ratio/avg. 12%/ 27%], avg.speed: 18038784 b/s, ETA: 7801934s [ 9] Blk# 1200, [ratio/avg. 29%/ 26%], avg.speed: 19677184 b/s, ETA: 7152314s 29.11% done, estimate finish Wed Apr 13 07:12:19 2022 [ 9] Blk# 1300, [ratio/avg. 11%/ 26%], avg.speed: 21315584 b/s, ETA: 6602559s 32.75% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 1400, [ratio/avg. 34%/ 26%], avg.speed: 22953984 b/s, ETA: 6131284s [ 9] Blk# 1500, [ratio/avg. 55%/ 27%], avg.speed: 24592384 b/s, ETA: 5722803s 36.39% done, estimate finish Wed Apr 13 07:12:19 2022 [ 9] Blk# 1600, [ratio/avg. 40%/ 28%], avg.speed: 20984627 b/s, ETA: 6706689s [ 9] Blk# 1700, [ratio/avg. 40%/ 28%], avg.speed: 22295347 b/s, ETA: 6312410s 40.02% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 1800, [ratio/avg. 47%/ 29%], avg.speed: 23606067 b/s, ETA: 5961915s 43.66% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 1900, [ratio/avg. 48%/ 30%], avg.speed: 24916787 b/s, ETA: 5648294s [ 9] Blk# 2000, [ratio/avg. 42%/ 30%], avg.speed: 26227507 b/s, ETA: 5366021s 47.30% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 2100, [ratio/avg. 73%/ 31%], avg.speed: 22948522 b/s, ETA: 6132741s 50.94% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 2200, [ratio/avg. 39%/ 32%], avg.speed: 24040789 b/s, ETA: 5854106s [ 9] Blk# 2300, [ratio/avg. 45%/ 32%], avg.speed: 25133056 b/s, ETA: 5599690s 54.57% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 2400, [ratio/avg. 47%/ 33%], avg.speed: 26225322 b/s, ETA: 5366467s 58.22% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 2500, [ratio/avg. 41%/ 33%], avg.speed: 27317589 b/s, ETA: 5151893s [ 9] Blk# 2600, [ratio/avg. 42%/ 33%], avg.speed: 28409856 b/s, ETA: 4953820s 61.85% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 2700, [ratio/avg. 34%/ 34%], avg.speed: 25287533 b/s, ETA: 5565481s 65.50% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 2800, [ratio/avg. 39%/ 34%], avg.speed: 26223762 b/s, ETA: 5366785s [ 9] Blk# 2900, [ratio/avg. 42%/ 34%], avg.speed: 27159990 b/s, ETA: 5181787s 69.13% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 3000, [ratio/avg. 40%/ 35%], avg.speed: 28096219 b/s, ETA: 5009118s [ 9] Blk# 3100, [ratio/avg. 42%/ 35%], avg.speed: 29032448 b/s, ETA: 4847585s 72.76% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 3200, [ratio/avg. 41%/ 35%], avg.speed: 26222592 b/s, ETA: 5367023s 76.41% done, estimate finish Wed Apr 13 07:12:18 2022 [ 9] Blk# 3300, [ratio/avg. 40%/ 36%], avg.speed: 27041792 b/s, ETA: 5204435s [ 9] Blk# 3400, [ratio/avg. 44%/ 36%], avg.speed: 27860992 b/s, ETA: 5051408s 80.05% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 3500, [ratio/avg. 44%/ 36%], avg.speed: 28680192 b/s, ETA: 4907124s 83.68% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 3600, [ratio/avg. 47%/ 36%], avg.speed: 29499392 b/s, ETA: 4770852s [ 9] Blk# 3700, [ratio/avg. 41%/ 37%], avg.speed: 30318592 b/s, ETA: 4641945s 87.32% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 3800, [ratio/avg. 0%/ 37%], avg.speed: 27678037 b/s, ETA: 5084798s 90.96% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 3900, [ratio/avg. 50%/ 37%], avg.speed: 28406215 b/s, ETA: 4954452s [ 9] Blk# 4000, [ratio/avg. 33%/ 37%], avg.speed: 29134392 b/s, ETA: 4830621s 94.60% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 4100, [ratio/avg. 46%/ 37%], avg.speed: 29862570 b/s, ETA: 4712830s 98.23% done, estimate finish Wed Apr 13 07:12:17 2022 [ 9] Blk# 4200, [ratio/avg. 51%/ 38%], avg.speed: 30590748 b/s, ETA: 4600646s Total translation table size: 0 Total rockridge attributes bytes: 481486 Total directory bytes: 1908736 Path table size(bytes): 9908 Max brk space used 46b000 137433 extents written (268 MB) Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 4295 (1e+02%) 7zip: 0 ( 0%) Writing index for 4295 block(s)... Writing compressed data... >>> Generating filesystem image rootfs.f2fs mkdir -p /nvmedata/autobuild/instance-2/output-1/images rm -rf /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs mkdir -p /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-2/output-1/target/ /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-2/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot echo "/nvmedata/autobuild/instance-2/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-2/output-1/images/rootfs.f2fs\n truncate -s 100M /nvmedata/autobuild/instance-2/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-2/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /nvmedata/autobuild/instance-2/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-2/output-1/host/sbin/sload.f2fs -f /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target /nvmedata/autobuild/instance-2/output-1/images/rootfs.f2fs\n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-2/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/f2fs/target table='/nvmedata/autobuild/instance-2/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 = 3417e4b 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 0x16 [ - ] Free segments: 0x16 [ - ] 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: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] 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-2/output-1/images/rootfs.f2fs] Error 255 make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'