* 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: ‘g++ (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/AV1R/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c av1r_bindings.cpp -o av1r_bindings.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c av1r_init.cpp -o av1r_init.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c av1r_device.cpp -o av1r_device.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c av1r_memory.cpp -o av1r_memory.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c av1r_commands.cpp -o av1r_commands.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I. -DAV1R_USE_VULKAN -DAV1R_VULKAN_VIDEO_AV1  -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c av1r_encode_vulkan.cpp -o av1r_encode_vulkan.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -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-devel/AV1R/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/AV1R/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/AV1R/src'
installing to /data/gannet/ripley/R/packages/tests-devel/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)