- using R Under development (unstable) (2025-12-07 r89119)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.6 (2)
Debian flang version 21.1.6 (2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘Rcpp/DESCRIPTION’ ... OK
- this is package ‘Rcpp’ version ‘1.1.0.8’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- 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 serialization versions ... OK
- checking whether package ‘Rcpp’ can be installed ... OK
See the install log for details.
- used C++ compiler: ‘Debian clang version 21.1.6 (2)’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ 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 ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking whether startup messages can be suppressed ... [0s/1s] 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 ... [10s/11s] OK
- checking Rd files ... [1s/2s] 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 shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking include directives in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [13s/17s] ERROR
Running ‘tinytest.R’ [13s/16s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if (requireNamespace("tinytest", quietly=TRUE)) {
+
+ ## Force tests to be executed if in dev release which we define as
+ ## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
+ if (length(strsplit(format(packageVersion("Rcpp")), "\\.")[[1]]) > 3) { # dev rel, and
+ if (Sys.getenv("RunAllRcppTests") != "no") { # if env.var not yet set
+ message("Setting \"RunAllRcppTests\"=\"yes\" for development release")
+ Sys.setenv("RunAllRcppTests"="yes")
+ }
+ if (Sys.getenv("RunVerboseRcppTests") != "no") { # if env.var not yet set
+ message("Setting \"RunVerboseRcppTests\"=\"yes\" for development release")
+ Sys.setenv("RunVerboseRcppTests"="yes")
+ }
+ }
+
+ ## On Travis also always set tests; see
+ ## https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
+ ## GitHub Action also set CI variable; see
+ ## https://docs.github.com/en/actions/reference/environment-variables
+ ## And we set it in 'docker run' call
+ ## Ensure Codecov runs full tests too
+ if ((Sys.getenv("CI") == "true") ||
+ (Sys.getenv("TRAVIS") == "true") ||
+ (Sys.getenv("CONTINUOUS_INTEGRATION") == "true") ||
+ (Sys.getenv("CODECOV_TOKEN") != "")) {
+ if (Sys.getenv("RunAllRcppTests") != "no") { # if env.var not yet set
+ message("Always enabling \"RunAllRcppTests\"=\"yes\" in CI\n")
+ Sys.setenv("RunAllRcppTests"="yes")
+ }
+ if (Sys.getenv("RunVerboseRcppTests") != "no") { # if env.var not yet set
+ message("Always enabling \"RunVerboseRcppTests\"=\"yes\" in CI\n")
+ Sys.setenv("RunVerboseRcppTests"="yes")
+ }
+ }
+
+ ## there are several more granular ways to test files in a tinytest directory,
+ ## see its package vignette; tests can also run once the package is installed
+ ## using the same command `test_package(pkgName)`, or by director or file
+ tinytest::test_package("Rcpp")
+ }
Setting "RunAllRcppTests"="yes" for development release
Setting "RunVerboseRcppTests"="yes" for development release
test_algorithm.R.............. 0 tests
test_algorithm.R.............. 0 tests
test_algorithm.R.............. 0 tests
test_algorithm.R.............. 1 tests [0;32mOK [0m
test_algorithm.R.............. 1 tests [0;32mOK [0m
test_algorithm.R.............. 2 tests [0;32mOK [0m
test_algorithm.R.............. 2 tests [0;32mOK [0m
test_algorithm.R.............. 3 tests [0;32mOK [0m
test_algorithm.R.............. 3 tests [0;32mOK [0m
test_algorithm.R.............. 4 tests [0;32mOK [0m
test_algorithm.R.............. 4 tests [0;32mOK [0m
test_algorithm.R.............. 5 tests [0;32mOK [0m
test_algorithm.R.............. 5 tests [0;32mOK [0m
test_algorithm.R.............. 6 tests [0;32mOK [0m
test_algorithm.R.............. 6 tests [0;32mOK [0m
test_algorithm.R.............. 7 tests [0;32mOK [0m
test_algorithm.R.............. 7 tests [0;32mOK [0m
test_algorithm.R.............. 8 tests [0;32mOK [0m
test_algorithm.R.............. 8 tests [0;32mOK [0m
test_algorithm.R.............. 9 tests [0;32mOK [0m
test_algorithm.R.............. 9 tests [0;32mOK [0m
test_algorithm.R.............. 10 tests [0;32mOK [0m
test_algorithm.R.............. 10 tests [0;32mOK [0m
test_algorithm.R.............. 11 tests [0;32mOK [0m
test_algorithm.R.............. 11 tests [0;32mOK [0m
test_algorithm.R.............. 12 tests [0;32mOK [0m
test_algorithm.R.............. 12 tests [0;32mOK [0m
test_algorithm.R.............. 13 tests [0;32mOK [0m
test_algorithm.R.............. 13 tests [0;32mOK [0m
test_algorithm.R.............. 14 tests [0;32mOK [0m
test_algorithm.R.............. 14 tests [0;32mOK [0m
test_algorithm.R.............. 15 tests [0;32mOK [0m
test_algorithm.R.............. 15 tests [0;32mOK [0m
test_algorithm.R.............. 16 tests [0;32mOK [0m
test_algorithm.R.............. 16 tests [0;32mOK [0m
test_algorithm.R.............. 17 tests [0;32mOK [0m
test_algorithm.R.............. 17 tests [0;32mOK [0m
test_algorithm.R.............. 18 tests [0;32mOK [0m
test_algorithm.R.............. 18 tests [0;32mOK [0m
test_algorithm.R.............. 19 tests [0;32mOK [0m
test_algorithm.R.............. 19 tests [0;32mOK [0m
test_algorithm.R.............. 20 tests [0;32mOK [0m
test_algorithm.R.............. 20 tests [0;32mOK [0m
test_algorithm.R.............. 21 tests [0;32mOK [0m
test_algorithm.R.............. 21 tests [0;32mOK [0m
test_algorithm.R.............. 22 tests [0;32mOK [0m
test_algorithm.R.............. 22 tests [0;32mOK [0m
test_algorithm.R.............. 23 tests [0;32mOK [0m
test_algorithm.R.............. 23 tests [0;32mOK [0m
test_algorithm.R.............. 24 tests [0;32mOK [0m
test_algorithm.R.............. 24 tests [0;32mOK [0m
test_algorithm.R.............. 25 tests [0;32mOK [0m
test_algorithm.R.............. 25 tests [0;32mOK [0m
test_algorithm.R.............. 26 tests [0;32mOK [0m
test_algorithm.R.............. 26 tests [0;32mOK [0m
test_algorithm.R.............. 27 tests [0;32mOK [0m
test_algorithm.R.............. 27 tests [0;32mOK [0m
test_algorithm.R.............. 28 tests [0;32mOK [0m
test_algorithm.R.............. 28 tests [0;32mOK [0m
test_algorithm.R.............. 29 tests [0;32mOK [0m
test_algorithm.R.............. 29 tests [0;32mOK [0m
test_algorithm.R.............. 30 tests [0;32mOK [0m
test_algorithm.R.............. 30 tests [0;32mOK [0m
test_algorithm.R.............. 30 tests [0;32mOK [0m
test_algorithm.R.............. 31 tests [0;32mOK [0m
test_algorithm.R.............. 31 tests [0;32mOK [0m
test_algorithm.R.............. 32 tests [0;32mOK [0m
test_algorithm.R.............. 32 tests [0;32mOK [0m
test_algorithm.R.............. 33 tests [0;32mOK [0m
test_algorithm.R.............. 33 tests [0;32mOK [0m
test_algorithm.R.............. 34 tests [0;32mOK [0m [0;34m7.6s [0m
test_as.R..................... 0 tests
test_as.R..................... 0 tests
test_as.R..................... 1 tests [0;32mOK [0m
test_as.R..................... 2 tests [0;32mOK [0m
test_as.R..................... 3 tests [0;32mOK [0m
test_as.R..................... 4 tests [0;32mOK [0m
test_as.R..................... 5 tests [0;32mOK [0m
test_as.R..................... 6 tests [0;32mOK [0m
test_as.R..................... 7 tests [0;32mOK [0m
test_as.R..................... 8 tests [0;32mOK [0m
test_as.R..................... 9 tests [0;32mOK [0m
test_as.R..................... 10 tests [0;32mOK [0m
test_as.R..................... 11 tests [0;32mOK [0m
test_as.R..................... 12 tests [0;32mOK [0m
test_as.R..................... 13 tests [0;32mOK [0m
test_as.R..................... 14 tests [0;32mOK [0m
test_as.R..................... 15 tests [0;32mOK [0m
test_as.R..................... 16 tests [0;32mOK [0m
test_as.R..................... 17 tests [0;32mOK [0m
test_as.R..................... 18 tests [0;32mOK [0m
test_as.R..................... 19 tests [0;32mOK [0m
test_as.R..................... 20 tests [0;32mOK [0m
test_as.R..................... 21 tests [0;32mOK [0m
test_as.R..................... 22 tests [0;32mOK [0m
test_as.R..................... 23 tests [0;32mOK [0m
test_as.R..................... 24 tests [0;32mOK [0m
test_as.R..................... 25 tests [0;32mOK [0m
test_as.R..................... 26 tests [0;32mOK [0m
test_as.R..................... 27 tests [0;32mOK [0m
test_as.R..................... 28 tests [0;32mOK [0m
test_as.R..................... 29 tests [0;32mOK [0m
test_as.R..................... 30 tests [0;32mOK [0m
test_as.R..................... 31 tests [0;32mOK [0m
test_as.R..................... 32 tests [0;32mOK [0m
test_as.R..................... 33 tests [0;32mOK [0m
test_as.R..................... 34 tests [0;32mOK [0m
test_as.R..................... 35 tests [0;32mOK [0m
test_as.R..................... 36 tests [0;32mOK [0m [0;34m8.0s [0m
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests
test_attribute_package.R...... 0 tests Error: file io error: '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/tinytest/testRcppAttributePackage/src/RcppExports.cpp'
In addition: Warning message:
In dir.create(rDir) :
cannot create dir '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/tinytest/testRcppAttributePackage/R', reason 'Read-only file system'
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [5s/7s] OK
- checking PDF version of manual ... [6s/8s] OK
- checking HTML version of manual ... [3s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR