* using log directory ‘/srv/hornik/tmp/CRAN_pretest/openmpp.Rcheck’ * using R Under development (unstable) (2025-06-11 r88304) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (3) Debian flang-new version 19.1.7 (3) * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘openmpp/DESCRIPTION’ ... OK * this is package ‘openmpp’ version ‘0.0.1’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/9s] NOTE Maintainer: ‘Matthew T. Warkentin ’ New submission Possibly misspelled words in DESCRIPTION: microsimulation (9:56) * 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 ‘openmpp’ can be installed ... [4s/4s] OK * checking package directory ... OK * checking for future file timestamps ... 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/0s] 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/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] 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 ... [4s/4s] OK * checking Rd files ... [0s/0s] 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 examples ... [1s/1s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/62s] ERROR Running ‘testthat.R’ [2s/61s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(openmpp) > > test_check("openmpp") Error in `FUN()`: ! In path: "/srv/hornik/tmp/CRAN_pretest/openmpp.Rcheck/tests/testthat/setup.R" Caused by error in `download.file()`: ! download from 'https://github.com/openmpp/main/releases/download/v1.17.6-patch-1/openmpp_debian-11_20250128.tar.gz' failed Backtrace: ▆ 1. ├─testthat::test_check("openmpp") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─openmpp:::local_install_openmpp() at tests/testthat/setup.R:72:1 15. │ └─utils::download.file(url, path, quiet = TRUE) at tests/testthat/setup.R:22:3 16. └─base::.handleSimpleError(...) 17. └─testthat (local) h(simpleError(msg, call)) 18. └─rlang::abort(...) Warning messages: 1: In download.file(url, path, quiet = TRUE) : downloaded length 85146827 != reported length 102007182 2: In download.file(url, path, quiet = TRUE) : URL 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/186055287/adb2e3f6-0334-47f3-b385-02bb06da772a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250612%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250612T223436Z&X-Amz-Expires=300&X-Amz-Signature=823f044a7d8ca9daea6fe105c0d1802b0384605fc83ad989d45747fe8d62e43a&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dopenmpp_debian-11_20250128.tar.gz&response-content-type=application%2Foctet-stream': Timeout of 60 seconds was reached Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE