* installing *source* package ‘unnest’ ... ** package ‘unnest’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.2.0 (2024.2.0.20240602)’ using C++ compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.2.0 (2024.2.0.20240602)’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Intel/unnest/src' /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I/usr/local/include -fpic -O3 -fp-model precise -Wall -c Spec.cpp -o Spec.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icx -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I/usr/local/include -fpic -O3 -fp-model precise -Wall -Wstrict-prototypes -c init.c -o init.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I/usr/local/include -fpic -O3 -fp-model precise -Wall -c unnest.cpp -o unnest.o In file included from unnest.cpp:1: In file included from ./unnest.h:5: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/algorithm:61: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:61: /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:263:8: warning: 'get_temporary_buffer' is deprecated [-Wdeprecated-declarations] 263 | std::get_temporary_buffer(_M_original_len)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:4996:15: note: in instantiation of member function 'std::_Temporary_buffer<__gnu_cxx::__normal_iterator>, unsigned long>::_Temporary_buffer' requested here 4996 | _TmpBuf __buf(__first, (__last - __first + 1) / 2); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:5070:23: note: in instantiation of function template specialization 'std::__stable_sort<__gnu_cxx::__normal_iterator>, __gnu_cxx::__ops::_Iter_comp_iter<(lambda at ./common.h:54:17)>>' requested here 5070 | _GLIBCXX_STD_A::__stable_sort(__first, __last, | ^ ./common.h:53:5: note: in instantiation of function template specialization 'std::stable_sort<__gnu_cxx::__normal_iterator>, (lambda at ./common.h:54:17)>' requested here 53 | stable_sort(idx.begin(), idx.end(), | ^ ./unnest.h:375:32: note: in instantiation of function template specialization 'orderix>' requested here 375 | std::vector ixes = orderix(str_names); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:99:5: note: 'get_temporary_buffer' has been explicitly marked deprecated here 99 | _GLIBCXX17_DEPRECATED | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/x86_64-redhat-linux/bits/c++config.h:2359:34: note: expanded from macro '_GLIBCXX17_DEPRECATED' 2359 | # define _GLIBCXX17_DEPRECATED [[__deprecated__]] | ^ 1 warning generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I/usr/local/include -fpic -O3 -fp-model precise -Wall -c utils.cpp -o utils.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -shared -L/data/gannet/ripley/intel/oneapi/compiler/2024.1/lib -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o unnest.so Spec.o init.o unnest.o utils.o make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Intel/unnest/src' make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Intel/unnest/src' make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Intel/unnest/src' installing to /data/gannet/ripley/R/packages/tests-Intel/unnest.Rcheck/00LOCK-unnest/00new/unnest/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (unnest)