* using log directory 'd:/Rcompile/CRANpkg/local/4.7/robscale.Rcheck' * using R Under development (unstable) (2026-07-23 r90295 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-07-24 19:25:23 UTC * checking for file 'robscale/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'robscale' version '0.5.4' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'robscale' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.7/robscale.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'robscale' ... ** this is package 'robscale' version '0.5.4' ** package 'robscale' successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: 'g++.exe (GCC) 14.3.0' using C++17 make[1]: Entering directory '/d/temp/2026_07_24_01_50_00_28611/Rtmp8ora8Y/R.INSTALL12d24236f2d84/robscale/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.7/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -DUSE_DIRECT_TBB -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.7/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -DUSE_DIRECT_TBB -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c adm.cpp -o adm.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) { | ^~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.7/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -DUSE_DIRECT_TBB -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c diag.cpp -o diag.o 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include' -I'D:/RCompile/CRANpkg/lib/4.7/BH/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -DUSE_DIRECT_TBB -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ensemble.cpp -o ensemble.o In file included from D:/rtools45/x86_64-w64-mingw32.static.posix/include/intrin.h:41, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/oneapi/tbb/detail/_machine.h:29, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/oneapi/tbb/detail/_utils.h:27, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/oneapi/tbb/detail/_template_helpers.h:20, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/oneapi/tbb/detail/_task.h:22, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/oneapi/tbb/parallel_for.h:23, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/oneapi/tbb/parallel_sort.h:21, from D:/RCompile/CRANpkg/lib/4.7/RcppParallel/include/tbb/parallel_sort.h:17, from qnsn_sort_utils.h:15, from estimators_internal.h:8, from ensemble.cpp:4: D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2013:42: error: macro "__cpuid" requires 5 arguments, but only 2 given 2013 | void __cpuid(int CPUInfo[4], int InfoType); | ^ In file included from qnsn_hardware_info.h:22, from qnsn_runtime_config.h:5, from robust_core.h:9, from ensemble.cpp:2: D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/cpuid.h:249:9: note: macro "__cpuid" defined here 249 | #define __cpuid(level, a, b, c, d) \ | ^~~~~~~ D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2016:42: error: macro "__cpuid" requires 5 arguments, but only 2 given 2016 | void __cpuid(int CPUInfo[4], int InfoType) { | ^ D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/cpuid.h:249:9: note: macro "__cpuid" defined here 249 | #define __cpuid(level, a, b, c, d) \ | ^~~~~~~ D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2013:6: error: variable or field '__cpuid' declared void 2013 | void __cpuid(int CPUInfo[4], int InfoType); | ^~~~~~~ D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2016:6: error: variable or field '__cpuid' declared void 2016 | void __cpuid(int CPUInfo[4], int InfoType) { | ^~~~~~~ D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2017:4: error: expected primary-expression before '__asm__' 2017 | __asm__ __volatile__ ( | ^~~~~~~ D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2017:4: error: expected '}' before '__asm__' D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2016:44: note: to match this '{' 2016 | void __cpuid(int CPUInfo[4], int InfoType) { | ^ D:/rtools45/x86_64-w64-mingw32.static.posix/include/psdk_inc/intrin-impl.h:2280:1: error: expected declaration before '}' token 2280 | } | ^ In file included from robust_core.h:10: 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:304: ensemble.o] Error 1 make[1]: Leaving directory '/d/temp/2026_07_24_01_50_00_28611/Rtmp8ora8Y/R.INSTALL12d24236f2d84/robscale/src' ERROR: compilation failed for package 'robscale' * removing 'd:/Rcompile/CRANpkg/lib/4.7/robscale' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.7/robscale'