>>> zlib-ng 2.0.6 Extracting gzip -d -c /home/autobuild/autobuild/instance-4/dl/zlib-ng/zlib-ng-2.0.6.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-4/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 /home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6/ && cd /home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6/ && rm -f CMakeCache.txt && PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/cmake /home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6/ -DCMAKE_TOOLCHAIN_FILE="/home/autobuild/autobuild/instance-4/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 ) -- Using CMake version 3.23.0 -- ZLIB_HEADER_VERSION: 1.2.11 -- ZLIBNG_HEADER_VERSION: 2.0.6 -- The C compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/autobuild/autobuild/instance-4/output-1/host/bin/arm-buildroot-uclinux-uclibcgnueabihf-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: /home/autobuild/autobuild/instance-4/output-1/host/share/buildroot/toolchainfile.cmake -- Performing Test HAVE_FLOATABI_SOFTFP -- Performing Test HAVE_FLOATABI_SOFTFP - Failed -- Performing Test HAVE_FLOATABI_HARD -- Performing Test HAVE_FLOATABI_HARD - Success -- ARM floating point arch: -mfloat-abi=hard -- 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 -- Build files have been written to: /home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6 >>> zlib-ng 2.0.6 Building PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make[3]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make[3]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make[3]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' [ 3%] Building C object CMakeFiles/zlib.dir/adler32.c.o /tmp/ccyKAYK3.s: Assembler messages: /tmp/ccyKAYK3.s:212: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:217: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:408: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:416: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:420: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:477: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:485: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccyKAYK3.s:489: 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/ccDCA3yp.s: Assembler messages: /tmp/ccDCA3yp.s:77: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:149: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:174: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:242: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:259: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:259: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:271: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:391: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:435: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccDCA3yp.s:440: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 10%] Building C object CMakeFiles/zlib.dir/compare258.c.o /tmp/ccWuYbkm.s: Assembler messages: /tmp/ccWuYbkm.s:158: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:189: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:195: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:349: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:353: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:573: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:605: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:735: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:739: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:908: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:944: IT blocks containing 16-bit Thumb instructions of the following class are performance deprecated in ARMv8-A and ARMv8-R: Miscellaneous 16-bit instructions /tmp/ccWuYbkm.s:1217: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccWuYbkm.s:1248: 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 /tmp/cc3rWynw.s: Assembler messages: /tmp/cc3rWynw.s:78: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 16%] Building C object CMakeFiles/zlib.dir/crc32.c.o [ 20%] Building C object CMakeFiles/zlib.dir/crc32_comb.c.o /tmp/ccedV1bG.s: Assembler messages: /tmp/ccedV1bG.s:81: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccedV1bG.s:153: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccedV1bG.s:208: 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/ccY0Hp7G.s: Assembler messages: /tmp/ccY0Hp7G.s:91: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:102: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:111: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:163: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:167: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:171: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:175: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:258: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:262: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:266: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:270: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:359: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:363: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:367: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:371: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:492: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:496: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:500: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:504: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:563: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:567: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:571: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:575: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:640: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:644: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:648: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:652: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:777: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:781: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:785: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:789: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:864: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:868: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:872: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:876: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1051: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1055: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1059: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1063: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1105: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1105: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1171: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1182: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1186: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1191: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1199: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1203: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1265: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1409: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1409: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1476: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1616: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1620: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1624: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1628: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1707: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1886: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:1898: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2115: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2118: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2213: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2219: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2276: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2280: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2426: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2552: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2556: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2560: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2564: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2727: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:2750: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3011: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3015: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3245: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3249: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3382: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3498: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3502: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3502: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:3848: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4020: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4148: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4317: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4321: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4325: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4329: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4388: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4392: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4396: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4400: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccY0Hp7G.s:4420: 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/cc0HxwLB.s: Assembler messages: /tmp/cc0HxwLB.s:63: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc0HxwLB.s:67: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc0HxwLB.s:93: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc0HxwLB.s:110: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc0HxwLB.s:267: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc0HxwLB.s:279: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc0HxwLB.s:288: 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/ccfVFkzA.s: Assembler messages: /tmp/ccfVFkzA.s:68: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:102: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:106: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:274: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:321: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:325: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:360: IT blocks containing 16-bit Thumb instructions of the following class are performance deprecated in ARMv8-A and ARMv8-R: Miscellaneous 16-bit instructions /tmp/ccfVFkzA.s:478: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:510: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:524: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:546: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:562: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:566: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:569: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:601: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccfVFkzA.s:604: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R [ 33%] Building C object CMakeFiles/zlib.dir/deflate_quick.c.o /tmp/ccYPXaOm.s: Assembler messages: /tmp/ccYPXaOm.s:32: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYPXaOm.s:94: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYPXaOm.s:244: 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/ccYs8WBq.s: Assembler messages: /tmp/ccYs8WBq.s:56: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:71: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:75: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:184: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:269: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:302: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:359: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:372: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccYs8WBq.s:381: 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/ccH2BiwN.s: Assembler messages: /tmp/ccH2BiwN.s:43: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccH2BiwN.s:405: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccH2BiwN.s:568: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccH2BiwN.s:568: 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/ccE5iDBx.s: Assembler messages: /tmp/ccE5iDBx.s:68: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccE5iDBx.s:83: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccE5iDBx.s:93: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccE5iDBx.s:251: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccE5iDBx.s:255: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccE5iDBx.s:262: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccE5iDBx.s:315: 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/ccCd0DhF.s: Assembler messages: /tmp/ccCd0DhF.s:315: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:322: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:329: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1032: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1193: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1245: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1264: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1395: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1421: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:1457: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:2025: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:2569: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3603: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3603: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3618: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3625: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3638: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3666: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3679: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3685: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3692: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3699: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3726: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3740: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccCd0DhF.s:3837: 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/cctGCVzV.s: Assembler messages: /tmp/cctGCVzV.s:282: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cctGCVzV.s:380: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cctGCVzV.s:459: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cctGCVzV.s:464: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cctGCVzV.s:734: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cctGCVzV.s:741: 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/cc95ZbfJ.s: Assembler messages: /tmp/cc95ZbfJ.s:35: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:149: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:323: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:1332: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:1366: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:1480: IT blocks containing 16-bit Thumb instructions of the following class are performance deprecated in ARMv8-A and ARMv8-R: Miscellaneous 16-bit instructions /tmp/cc95ZbfJ.s:1895: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:1905: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:2237: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:2690: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:2702: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R /tmp/cc95ZbfJ.s:2891: IT blocks containing more than one conditional instruction are performance deprecated in ARMv8-A and ARMv8-R [ 63%] Building C object CMakeFiles/zlib.dir/uncompr.c.o /tmp/ccPZwQCo.s: Assembler messages: /tmp/ccPZwQCo.s:97: IT blocks containing 32-bit Thumb instructions are performance deprecated in ARMv8-A and ARMv8-R /tmp/ccPZwQCo.s:140: IT blocks containing 32-bit Thumb instructions 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 /home/autobuild/autobuild/instance-4/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:356: CMakeFiles/zlib.dir/arch/arm/armfeature.c.o] Error 1 make[3]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make[2]: *** [CMakeFiles/Makefile2:83: CMakeFiles/zlib.dir/all] Error 2 make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make[1]: *** [Makefile:136: all] Error 2 make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6' make: *** [package/pkg-generic.mk:292: /home/autobuild/autobuild/instance-4/output-1/build/zlib-ng-2.0.6/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'