* installing *source* package ‘robscale’ ...
** this is package ‘robscale’ version ‘0.5.4’
** package ‘robscale’ successfully unpacked and MD5 sums checked
** using staged installation
  -fopenmp-simd supported
  SLEEF not detected, falling back to Accelerate/OpenMP
  glibc libmvec _ZGVdN4v_tanh detected (preferred AVX2 tanh)
  Manual oneTBB 2021 API verified (/usr/lib64)
  System oneTBB detected (/usr/lib64/libtbb.so), using -ltbb
  Generated src/Makevars
** 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/robscale/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 adm.cpp -o adm.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 diag.cpp -o diag.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 ensemble.cpp -o ensemble.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 gmd.cpp -o gmd.o
In file included from robust_core.h:10,
                 from adm.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from diag.cpp:5:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from ensemble.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from gmd.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 iqr.cpp -o iqr.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 mad.cpp -o mad.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 qn_estimator.cpp -o qn_estimator.o
In file included from robust_core.h:10,
                 from iqr.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 rob_loc.cpp -o rob_loc.o
In file included from robust_core.h:10,
                 from mad.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 rob_scale.cpp -o rob_scale.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 sd_c4.cpp -o sd_c4.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 sn_estimator.cpp -o sn_estimator.o
In file included from robust_core.h:10,
                 from qn_estimator.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from rob_loc.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from sd_c4.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from rob_scale.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from robust_core.h:10,
                 from sn_estimator.cpp:2:
simd_median.h:753:15: warning: ‘double robscale::simd::simd_median_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  753 | static double simd_median_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:739:15: warning: ‘double robscale::simd::simd_median_sel_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  739 | static double simd_median_sel_dispatch_avx2(double* x, size_t n) {
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:726:13: warning: ‘void robscale::simd::simd_sort_net_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  726 | static void simd_sort_net_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
simd_median.h:322:13: warning: ‘void robscale::simd::simd_sort_dispatch_avx2(double*, size_t)’ defined but not used [-Wunused-function]
  322 | static void simd_sort_dispatch_avx2(double* x, size_t n) {
      |             ^~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppParallel/include' -I'/data/gannet/ripley/R/test-dev/BH/include' -I/usr/local/include   -fopenmp-simd -DROBSCALE_HAS_OMP_SIMD  -DROBSCALE_HAS_SYSTEM_TBB -I/usr/include -DROBSCALE_HAS_GLIBC_MVEC -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 sort_net_inst.cpp -o sort_net_inst.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o robscale.so RcppExports.o adm.o diag.o ensemble.o gmd.o iqr.o mad.o qn_estimator.o rob_loc.o rob_scale.o sd_c4.o sn_estimator.o sort_net_inst.o -L/usr/lib64 -ltbb -Wl,-rpath,/usr/lib64 -lmvec
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/robscale/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/robscale/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/robscale/src'
installing to /data/gannet/ripley/R/packages/tests-devel/robscale.Rcheck/00LOCK-robscale/00new/robscale/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 (robscale)