=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for zlib-ng-2.2.2.tar.gz => Checksum SHA512 OK for zlib-ng-2.2.2.tar.gz ===> Installing dependencies for zlib-ng-2.2.2 => Tool dependency cmake>=0: found cmake-3.31.1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for zlib-ng-2.2.2 ===> Extracting for zlib-ng-2.2.2 ===> Patching for zlib-ng-2.2.2 ===> Creating toolchain wrappers for zlib-ng-2.2.2 ===> Configuring for zlib-ng-2.2.2 => Adding run-time search paths to pkg-config files. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- Using CMake version 3.31.1 -- ZLIB_HEADER_VERSION: 1.3.1 -- ZLIBNG_HEADER_VERSION: 2.2.2 -- The C compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /pbulk/work/archivers/zlib-ng/work/.cwrapper/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Arch detected: 'i686' -- Basearch of 'i686' has been detected as: 'x86' -- Performing Test FNO_LTO_AVAILABLE -- Performing Test FNO_LTO_AVAILABLE - Failed -- Looking for arm_acle.h -- Looking for arm_acle.h - not found -- Looking for sys/auxv.h -- Looking for sys/auxv.h - not found -- Looking for sys/sdt.h -- Looking for sys/sdt.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for linux/auxvec.h -- Looking for linux/auxvec.h - not 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 - failed -- Check size of _off64_t -- Check size of _off64_t - failed -- Check size of __off64_t -- Check size of __off64_t - failed -- Looking for fseeko -- Looking for fseeko - found -- Looking for strerror -- Looking for strerror - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for aligned_alloc -- Looking for aligned_alloc - 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_ATTRIBUTE_ALIGNED -- Performing Test HAVE_ATTRIBUTE_ALIGNED - Success -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED - 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 HAVE_XSAVE_INTRIN -- Performing Test HAVE_XSAVE_INTRIN - Failed -- Performing Test HAVE_SSE2_INTRIN -- Performing Test HAVE_SSE2_INTRIN - Success -- Performing Test HAVE_SSSE3_INTRIN -- Performing Test HAVE_SSSE3_INTRIN - Success -- Performing Test HAVE_SSE42_INTRIN -- Performing Test HAVE_SSE42_INTRIN - Success -- Performing Test HAVE_PCLMULQDQ_INTRIN -- Performing Test HAVE_PCLMULQDQ_INTRIN - Success -- Performing Test HAVE_AVX2_INTRIN -- Performing Test HAVE_AVX2_INTRIN - Success -- Performing Test HAVE_CASCADE_LAKE -- Performing Test HAVE_CASCADE_LAKE - Failed -- Performing Test HAVE_AVX512_INTRIN -- Performing Test HAVE_AVX512_INTRIN - Success -- Performing Test HAVE_AVX512VNNI_INTRIN -- Performing Test HAVE_AVX512VNNI_INTRIN - Failed -- Performing Test HAVE_VPCLMULQDQ_INTRIN -- Performing Test HAVE_VPCLMULQDQ_INTRIN - Failed -- Architecture-specific source files: arch/x86/x86_features.c;arch/x86/chunkset_sse2.c;arch/x86/compare256_sse2.c;arch/x86/slide_hash_sse2.c;arch/x86/adler32_ssse3.c;arch/x86/chunkset_ssse3.c;arch/x86/adler32_sse42.c;arch/x86/crc32_pclmulqdq.c;arch/x86/slide_hash_avx2.c;arch/x86/chunkset_avx2.c;arch/x86/compare256_avx2.c;arch/x86/adler32_avx2.c;arch/x86/adler32_avx512.c CMake Deprecation Warning at test/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The following features have been enabled: * CMAKE_BUILD_TYPE, Build type: Release (default) * SSE2, Support the SSE2 instruction set, using "" * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using "-mssse3" * SSE42_CRC, Support SSE4.2 optimized adler32 hash generation, using "-msse4.2" * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-msse4.2 -mpclmul" * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "-mavx2" * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "-mavx2" * AVX2_COMPARE256, Support AVX2 optimized compare256, using "-mavx2" * AVX2_ADLER32, Support AVX2-accelerated adler32, using "-mavx2" * AVX512_ADLER32, Support AVX512-accelerated adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mtune=skylake-avx512" * WITH_GZFILEOP, Compile with support for gzFile related functions * ZLIB_ENABLE_TESTS, Build test binaries * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API * WITH_SANITIZER, Enable sanitizer support * WITH_OPTIM, Build with optimisation * WITH_NEW_STRATEGIES, Use new strategies * WITH_RUNTIME_CPU_DETECTION, Build with runtime CPU detection * WITH_AVX2, Build with AVX2 * WITH_AVX512, Build with AVX512 * WITH_SSE2, Build with SSE2 * WITH_SSSE3, Build with SSSE3 * WITH_SSE42, Build with SSE42 * WITH_PCLMULQDQ, Build with PCLMULQDQ -- The following features have been disabled: * FORCE_SSE2, Assume CPU is SSE2 capable * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix * ZLIB_COMPAT, Compile with zlib compatible API * WITH_GTEST, Build gtest_zlib * WITH_FUZZERS, Build test/fuzz * WITH_BENCHMARKS, Build test/benchmarks * WITH_BENCHMARK_APPS, Build application benchmarks * 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 * WITH_AVX512VNNI, Build with AVX512 VNNI * WITH_VPCLMULQDQ, Build with VPCLMULQDQ * INSTALL_UTILS, Copy minigzip and minideflate during install -- Configuring done (20.0s) -- Generating done (0.2s) CMake Warning: Manually-specified variables were not used by the project: FETCHCONTENT_FULLY_DISCONNECTED -- Build files have been written to: /pbulk/work/archivers/zlib-ng/work/zlib-ng-2.2.2/cmake-pkgsrc-build