>>> zlib-ng 2.0.6 Extracting gzip -d -c /nvmedata/autobuild/instance-0/dl/zlib-ng/zlib-ng-2.0.6.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6 -xf - >>> zlib-ng 2.0.6 Patching Applying 0001-Use-static-keyword-for-vec_sumsu-to-prevent-undefine.patch using patch: patching file arch/power/adler32_power8.c >>> zlib-ng 2.0.6 Configuring (mkdir -p /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6/ && cd /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6/ && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/output-1/host/bin/cmake /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF -DWITH_GZFILEOP=1 -DWITH_OPTIM=1 -DZLIB_COMPAT=1 -DZLIB_ENABLE_TESTS=OFF -DWITH_ACLE=1 -DWITH_NEON=1 -DWITH_POWER8=OFF ) -- Using CMake version 3.18.6 -- ZLIB_HEADER_VERSION: 1.2.11 -- ZLIBNG_HEADER_VERSION: 2.0.6 -- The C compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-0/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabi-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Arch not recognized, falling back to cmake arch: 'armv8l' -- Basearch of 'armv8l' has been detected as: 'arm' -- Using CMake toolchain: /nvmedata/autobuild/instance-0/output-1/host/share/buildroot/toolchainfile.cmake -- Performing Test HAVE_FLOATABI_SOFTFP -- Performing Test HAVE_FLOATABI_SOFTFP - Success -- ARM floating point arch: -mfloat-abi=softfp -- Performing Test MFPU_NEON_AVAILABLE -- Performing Test MFPU_NEON_AVAILABLE - Success -- Performing Test FNO_LTO_AVAILABLE -- Performing Test FNO_LTO_AVAILABLE - Success -- Architecture supports unaligned reads -- Architecture supports unaligned reads of > 4 bytes -- Looking for sys/sdt.h -- Looking for sys/sdt.h - not found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - done -- Looking for fseeko -- Looking for fseeko - found -- Looking for strerror -- Looking for strerror - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Performing Test HAVE_NO_INTERPOSITION -- Performing Test HAVE_NO_INTERPOSITION - Success -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success -- Performing Test HAVE_BUILTIN_CTZ -- Performing Test HAVE_BUILTIN_CTZ - Success -- Performing Test HAVE_BUILTIN_CTZLL -- Performing Test HAVE_BUILTIN_CTZLL - Success -- Performing Test HAVE_PTRDIFF_T -- Performing Test HAVE_PTRDIFF_T - Success -- Performing Test ARM_AUXV_HAS_CRC32 -- Performing Test ARM_AUXV_HAS_CRC32 - Failed -- Performing Test ARM_HWCAP_HAS_CRC32 -- Performing Test ARM_HWCAP_HAS_CRC32 - Failed -- HWCAP2_CRC32 not present in sys/auxv.h; cannot detect support at runtime. -- Performing Test ARM_AUXV_HAS_NEON -- Performing Test ARM_AUXV_HAS_NEON - Failed -- Neither HWCAP_ARM_NEON or HWCAP_NEON present in sys/auxv.h; cannot detect support at runtime. -- Architecture-specific source files: arch/arm/armfeature.c;arch/arm/crc32_acle.c;arch/arm/insert_string_acle.c;arch/arm/adler32_neon.c;arch/arm/chunkset_neon.c;arch/arm/slide_neon.c -- The following features have been enabled: * CMAKE_BUILD_TYPE, Build type: Release (selected) * WITH_GZFILEOP, Compile with support for gzFile related functions * ZLIB_COMPAT, Compile with zlib compatible API * WITH_OPTIM, Build with optimisation * WITH_NEW_STRATEGIES, Use new strategies * WITH_UNALIGNED, Support unaligned reads on platforms that support it * WITH_ACLE, Build with ACLE * WITH_NEON, Build with NEON intrinsics * ACLE_CRC, Support ACLE optimized CRC hash generation, using "-march=armv8-a+crc" * NEON_ADLER32, Support NEON instructions in adler32, using "-mfpu=neon" * NEON_SLIDEHASH, Support NEON instructions in slide_hash, using "-mfpu=neon" -- The following features have been disabled: * ZLIB_ENABLE_TESTS, Build test binaries * ZLIB_DUAL_LINK, Dual link tests against system zlib * WITH_FUZZERS, Build test/fuzz * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native) * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings * WITH_CODE_COVERAGE, Enable code coverage reporting * WITH_INFLATE_STRICT, Build with strict inflate distance checking * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances * INSTALL_UTILS, Copy minigzip and minideflate during install -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS WITH_POWER8 -- Build files have been written to: /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6 >>> zlib-ng 2.0.6 Building PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6/ make[1]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' make[2]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' make[3]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' Scanning dependencies of target zlib make[3]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' make[3]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' [ 3%] Building C object CMakeFiles/zlib.dir/adler32.c.o /tmp/cc2MmrhV.s: Assembler messages: /tmp/cc2MmrhV.s:58: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:58: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:65: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:70: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:107: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:107: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:175: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:181: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc2MmrhV.s:198: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 6%] Building C object CMakeFiles/zlib.dir/chunkset.c.o /tmp/ccXjVL39.s: Assembler messages: /tmp/ccXjVL39.s:116: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccXjVL39.s:136: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccXjVL39.s:246: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 10%] Building C object CMakeFiles/zlib.dir/compare258.c.o /tmp/ccYVgq3Y.s: Assembler messages: /tmp/ccYVgq3Y.s:180: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYVgq3Y.s:628: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYVgq3Y.s:826: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYVgq3Y.s:835: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYVgq3Y.s:844: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYVgq3Y.s:970: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYVgq3Y.s:1285: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 13%] Building C object CMakeFiles/zlib.dir/compress.c.o [ 16%] Building C object CMakeFiles/zlib.dir/crc32.c.o [ 20%] Building C object CMakeFiles/zlib.dir/crc32_comb.c.o /tmp/cczuIhhx.s: Assembler messages: /tmp/cczuIhhx.s:38: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczuIhhx.s:57: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cczuIhhx.s:95: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 23%] Building C object CMakeFiles/zlib.dir/deflate.c.o /tmp/ccL4iqyR.s: Assembler messages: /tmp/ccL4iqyR.s:113: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:113: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:129: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:129: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:719: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:778: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:782: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:993: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1212: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1214: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1279: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1424: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1480: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1483: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1521: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1623: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1786: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1955: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:1981: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2103: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2128: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2132: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2482: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2504: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2524: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2572: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2625: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2629: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2701: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2788: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:2832: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:3040: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccL4iqyR.s:3044: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 26%] Building C object CMakeFiles/zlib.dir/deflate_fast.c.o /tmp/ccWJDI94.s: Assembler messages: /tmp/ccWJDI94.s:144: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWJDI94.s:148: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWJDI94.s:192: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWJDI94.s:226: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWJDI94.s:247: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWJDI94.s:262: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWJDI94.s:269: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 30%] Building C object CMakeFiles/zlib.dir/deflate_medium.c.o /tmp/ccFJvISL.s: Assembler messages: /tmp/ccFJvISL.s:97: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:101: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:125: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:125: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:155: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:155: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:210: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:210: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:214: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:218: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:222: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:250: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:253: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:257: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:262: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:271: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:280: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:383: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:468: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:472: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:497: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:541: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:556: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccFJvISL.s:563: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 33%] Building C object CMakeFiles/zlib.dir/deflate_quick.c.o /tmp/ccgAsppy.s: Assembler messages: /tmp/ccgAsppy.s:37: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccgAsppy.s:299: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccgAsppy.s:427: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccgAsppy.s:599: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccgAsppy.s:736: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 36%] Building C object CMakeFiles/zlib.dir/deflate_slow.c.o /tmp/ccrKmwPY.s: Assembler messages: /tmp/ccrKmwPY.s:42: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:83: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:96: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:136: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:176: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:257: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:290: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:341: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:356: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccrKmwPY.s:363: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 40%] Building C object CMakeFiles/zlib.dir/functable.c.o [ 43%] Building C object CMakeFiles/zlib.dir/infback.c.o /tmp/ccX0ePUv.s: Assembler messages: /tmp/ccX0ePUv.s:881: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccX0ePUv.s:958: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccX0ePUv.s:963: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccX0ePUv.s:1357: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 46%] Building C object CMakeFiles/zlib.dir/inffast.c.o /tmp/cch8bzXJ.s: Assembler messages: /tmp/cch8bzXJ.s:89: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cch8bzXJ.s:498: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cch8bzXJ.s:511: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cch8bzXJ.s:536: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 50%] Building C object CMakeFiles/zlib.dir/inflate.c.o /tmp/ccUPXqN4.s: Assembler messages: /tmp/ccUPXqN4.s:96: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:223: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:572: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:676: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:766: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:771: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:824: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:837: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:1218: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:1322: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:1328: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:2035: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:2931: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccUPXqN4.s:3016: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 53%] Building C object CMakeFiles/zlib.dir/inftrees.c.o /tmp/ccU0xczh.s: Assembler messages: /tmp/ccU0xczh.s:113: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccU0xczh.s:129: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccU0xczh.s:229: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccU0xczh.s:233: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccU0xczh.s:287: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccU0xczh.s:294: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccU0xczh.s:435: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 56%] Building C object CMakeFiles/zlib.dir/insert_string.c.o [ 60%] Building C object CMakeFiles/zlib.dir/trees.c.o /tmp/ccIlg7E0.s: Assembler messages: /tmp/ccIlg7E0.s:255: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:334: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:338: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:338: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:367: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:455: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:455: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:459: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:507: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:1057: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:1829: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:1912: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccIlg7E0.s:2008: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 63%] Building C object CMakeFiles/zlib.dir/uncompr.c.o /tmp/ccqFOtky.s: Assembler messages: /tmp/ccqFOtky.s:134: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccqFOtky.s:134: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 66%] Building C object CMakeFiles/zlib.dir/zutil.c.o [ 70%] Building C object CMakeFiles/zlib.dir/arch/arm/armfeature.c.o /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6/arch/arm/armfeature.c:4:12: fatal error: sys/auxv.h: No such file or directory 4 | # include | ^~~~~~~~~~~~ compilation terminated. make[3]: *** [CMakeFiles/zlib.dir/build.make:342: CMakeFiles/zlib.dir/arch/arm/armfeature.c.o] Error 1 make[3]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' make[2]: *** [CMakeFiles/Makefile2:95: CMakeFiles/zlib.dir/all] Error 2 make[2]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' make[1]: *** [Makefile:149: all] Error 2 make[1]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6' make: *** [package/pkg-generic.mk:292: /nvmedata/autobuild/instance-0/output-1/build/zlib-ng-2.0.6/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot'