* installing *source* package ‘AV1R’ ...
** this is package ‘AV1R’ version ‘0.1.2’
** package ‘AV1R’ successfully unpacked and MD5 sums checked
** using staged installation
Checking for ffmpeg binary...
  Found ffmpeg: /usr/bin/ffmpeg
Checking for Vulkan support...
  Found Vulkan with VK_KHR_VIDEO_ENCODE_AV1

AV1R configuration:
  CPU encoding (ffmpeg binary): yes
  GPU encoding (Vulkan AV1):    yes

** libs
specified C++17
using C++ compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/AV1R/src'
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c av1r_bindings.cpp -o av1r_bindings.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c av1r_init.cpp -o av1r_init.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c av1r_device.cpp -o av1r_device.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c av1r_memory.cpp -o av1r_memory.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c av1r_commands.cpp -o av1r_commands.o
clang++-22 -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c av1r_encode_vulkan.cpp -o av1r_encode_vulkan.o
clang++-22 -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o AV1R.so av1r_bindings.o av1r_init.o av1r_device.o av1r_memory.o av1r_commands.o av1r_encode_vulkan.o -lvulkan -lpthread -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/AV1R/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/AV1R/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/AV1R/src'
installing to /data/gannet/ripley/R/packages/tests-clang/AV1R.Rcheck/00LOCK-AV1R/00new/AV1R/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
* DONE (AV1R)