* installing *source* package ‘literanger’ ... ** this is package ‘literanger’ version ‘0.1.1’ ** package ‘literanger’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/Rcereal/include' -I/usr/local/include -I../src -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 cpp11.cpp -o cpp11.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/Rcereal/include' -I/usr/local/include -I../src -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 cpp11_io.cpp -o cpp11_io.o In file included from ../src/literanger/Forest.defn.h:35, from ../src/literanger/ForestClassification.defn.h:39, from literanger/ForestClassification.h:18, from cpp11_io.cpp:49: ../src/literanger/TreeBase.defn.h: In member function ‘bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)’: ../src/literanger/TreeBase.defn.h:429:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 429 | const ull_bitenc partition_key = *((unsigned long long *)(&split_value)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/Rcereal/include' -I/usr/local/include -I../src -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 cpp11_predict.cpp -o cpp11_predict.o In file included from ../src/literanger/Forest.defn.h:35, from ../src/literanger/ForestClassification.defn.h:39, from literanger/ForestClassification.h:18, from cpp11_predict.cpp:47: ../src/literanger/TreeBase.defn.h: In member function ‘bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)’: ../src/literanger/TreeBase.defn.h:429:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 429 | const ull_bitenc partition_key = *((unsigned long long *)(&split_value)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I'/data/gannet/ripley/R/test-dev/Rcereal/include' -I/usr/local/include -I../src -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 cpp11_train.cpp -o cpp11_train.o In file included from ../src/literanger/Forest.defn.h:35, from ../src/literanger/ForestClassification.defn.h:39, from literanger/ForestClassification.h:18, from cpp11_train.cpp:45: ../src/literanger/TreeBase.defn.h: In member function ‘bool literanger::TreeBase::split_node(size_t, size_t, size_t, std::shared_ptr<const literanger::Data>, literanger::key_vector&)’: ../src/literanger/TreeBase.defn.h:429:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 429 | const ull_bitenc partition_key = *((unsigned long long *)(&split_value)); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -L/usr/local/lib64 -o literanger.so cpp11.o cpp11_io.o cpp11_predict.o cpp11_train.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/literanger/src' installing to /data/gannet/ripley/R/packages/tests-devel/literanger.Rcheck/00LOCK-literanger/00new/literanger/libs ** R ** 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 (literanger)