* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘crc32c’ ...
** package ‘crc32c’ successfully unpacked and MD5 sums checked
** using staged installation
** cmake is /usr/bin/cmake
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src'
mkdir crc32c/build && \
	cd crc32c/build && \
	/usr/bin/cmake .. && \
	make all && \
	cp -v libcrc32c.a .. && \
	rm -rf *
CMake Deprecation Warning at CMakeLists.txt:11 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CRC32C_HAVE_NO_DEPRECATED
-- Performing Test CRC32C_HAVE_NO_DEPRECATED - Success
-- Performing Test CRC32C_HAVE_NO_SIGN_COMPARE
-- Performing Test CRC32C_HAVE_NO_SIGN_COMPARE - Success
-- Performing Test CRC32C_HAVE_NO_UNUSED_PARAMETER
-- Performing Test CRC32C_HAVE_NO_UNUSED_PARAMETER - Success
-- Performing Test CRC32C_HAVE_NO_MISSING_FIELD_INITIALIZERS
-- Performing Test CRC32C_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success
-- Performing Test HAVE_BUILTIN_PREFETCH
-- Performing Test HAVE_BUILTIN_PREFETCH - Success
-- Performing Test HAVE_MM_PREFETCH
-- Performing Test HAVE_MM_PREFETCH - Success
-- Performing Test HAVE_SSE42
-- Performing Test HAVE_SSE42 - Success
-- Performing Test HAVE_ARM64_CRC32C
-- Performing Test HAVE_ARM64_CRC32C - Failed
-- Performing Test HAVE_STRONG_GETAUXVAL
-- Performing Test HAVE_STRONG_GETAUXVAL - Failed
-- Performing Test HAVE_WEAK_GETAUXVAL
-- Performing Test HAVE_WEAK_GETAUXVAL - Success
-- Configuring done (2.9s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build
make[2]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[3]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
[ 20%] Building CXX object CMakeFiles/crc32c_arm64.dir/src/crc32c_arm64.cc.o
make[4]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
[ 20%] Built target crc32c_arm64
make[4]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
[ 40%] Building CXX object CMakeFiles/crc32c_sse42.dir/src/crc32c_sse42.cc.o
make[4]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
[ 40%] Built target crc32c_sse42
make[4]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[4]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
[ 60%] Building CXX object CMakeFiles/crc32c.dir/src/crc32c_portable.cc.o
[ 80%] Building CXX object CMakeFiles/crc32c.dir/src/crc32c.cc.o
[100%] Linking CXX static library libcrc32c.a
make[4]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
[100%] Built target crc32c
make[3]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
make[2]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src/crc32c/build'
'libcrc32c.a' -> '../libcrc32c.a'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Icrc32c/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/tidyCpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c crc32c.cpp -o crc32c.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Icrc32c/include -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/tidyCpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o crc32c.so crc32c.o init.o crc32c/libcrc32c.a -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src'
make[1]: Entering directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src'
make[1]: Leaving directory '/tmp/RtmplR1OpG/R.INSTALL3b499e18e8f328/crc32c/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-crc32c/00new/crc32c/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* creating tarball
packaged installation of ‘crc32c’ as ‘crc32c_0.0.2_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (crc32c)