Last updated on 2025-04-04 12:52:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.11 | 13.50 | 117.59 | 131.09 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.11 | 9.73 | 81.81 | 91.54 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.11 | 224.91 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.11 | 222.68 | OK | |||
r-devel-macos-arm64 | 0.5.11 | 84.00 | OK | |||
r-devel-macos-x86_64 | 0.5.11 | 166.00 | OK | |||
r-devel-windows-x86_64 | 0.5.11 | 15.00 | 171.00 | 186.00 | OK | |
r-patched-linux-x86_64 | 0.5.11 | 14.63 | 112.50 | 127.13 | OK | |
r-release-linux-x86_64 | 0.5.11 | 12.81 | 110.26 | 123.07 | OK | |
r-release-macos-arm64 | 0.5.11 | 75.00 | OK | |||
r-release-macos-x86_64 | 0.5.11 | 141.00 | OK | |||
r-release-windows-x86_64 | 0.5.11 | 16.00 | 172.00 | 188.00 | OK | |
r-oldrel-macos-arm64 | 0.5.11 | OK | ||||
r-oldrel-macos-x86_64 | 0.5.11 | 149.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.11 | 18.00 | 187.00 | 205.00 | OK |
Version: 0.5.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/63s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ResultModelManager)
Loading required package: R6
Loading required package: DatabaseConnector
>
> test_check("ResultModelManager")
Connecting using SQLite driver
trying URL 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar'
Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/ResultModelManager.Rcheck/tests/testthat/setup.R"
Caused by error in `download.file()`:
! cannot open URL 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar'
Backtrace:
▆
1. ├─testthat::test_check("ResultModelManager")
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. │ └─DatabaseConnector::downloadJdbcDrivers("postgresql", pathToDriver = jdbcDriverFolder) at tests/testthat/setup.R:33:3
15. │ └─utils::download.file(...)
16. └─base::.handleSimpleError(...)
17. └─testthat (local) h(simpleError(msg, call))
18. └─rlang::abort(...)
Warning message:
In download.file(url = paste0(driverSource$baseUrl, driverSource$fileName), :
URL 'https://jdbc.postgresql.org/download/postgresql-42.7.3.jar': Timeout of 60 seconds was reached
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc