* using log directory ‘/data/gannet/ripley/R/packages/tests-Intel/FAS.Rcheck’ * using R Under development (unstable) (2024-05-07 r86527) * using platform: x86_64-pc-linux-gnu * R was compiled by Intel(R) oneAPI DPC++/C++ Compiler 2024.1.0 (2024.1.0.20240308) ifx (IFX) 2024.1.0 20240308 * running under: Fedora Linux 36 (Workstation Edition) * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘FAS/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘FAS’ version ‘1.0.0’ * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘FAS’ can be installed ... [16s/48s] OK * used C compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.1.0 (2024.1.0.20240308)’ * used Fortran compiler: ‘ifx (IFX) 2024.1.0 20240308’ * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... [3s/11s] OK * checking whether the namespace can be unloaded cleanly ... [3s/11s] OK * checking loading without being on the library search path ... [3s/11s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [17s/59s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking usage of KIND in Fortran files ... OK * checking examples ... [5s/17s] ERROR Running examples in ‘FAS-Ex.R’ failed The error most likely occurred in: > ### Name: factorsparsetest > ### Title: Test of the factor model against factor augmented sparse > ### alternative > ### Aliases: factorsparsetest > > ### ** Examples > > set.seed(1) > x = matrix(rnorm(100 * 20), 100, 20) > beta = c(5,4,3,2,1,rep(0, times = 15)) > y = x%*%beta + rnorm(100) > factorsparsetest(x = x, y = y) *** caught illegal operation *** address 0x7fac34ddfa0c, cause 'illegal operand' Traceback: 1: fitbootlocal(x, y, esim, qlv, nq, nb, nlam, flmin, ulam, isd, intr, eps, dfmax, pmax, jd, pf, maxit, nobs, nvars, vnames) 2: lassofit(x = hatU, y = tildeY, q.levels = q.levels, p.value = p.value, ...) 3: factorsparsetest(x = x, y = y) An irrecoverable exception occurred. R is aborting now ... * checking PDF version of manual ... [7s/22s] OK * checking HTML version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/data/gannet/ripley/R/packages/tests-Intel/FAS.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 5:48.51, 92.51 + 14.01