Last updated on 2025-05-09 04:52:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 5.12 | 46.51 | 51.63 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 3.93 | 34.54 | 38.47 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 84.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 87.66 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 8.00 | 103.00 | 111.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.4 | 4.86 | 43.10 | 47.96 | ERROR | |
r-release-linux-x86_64 | 0.1.4 | 4.43 | 43.22 | 47.65 | ERROR | |
r-release-macos-arm64 | 0.1.4 | 51.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 68.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 8.00 | 110.00 | 118.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.4 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.4 | 76.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 9.00 | 112.00 | 121.00 | ERROR |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘webdav-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
webdav_create_directory 0.138 0.016 10.219
webdav_create_request 0.059 0.000 10.094
webdav_delete_resource 0.056 0.000 10.119
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘webdav-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
webdav_create_directory 0.086 0.037 10.249
webdav_delete_resource 0.067 0.013 10.154
webdav_create_request 0.067 0.004 10.135
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in 'webdav-Ex.R' failed
The error most likely occurred in:
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Failed to connect to www.webdavserver.com port 443 after 10001 ms: Timeout was reached
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘webdav-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
webdav_create_directory 0.109 0.02 10.253
webdav_delete_resource 0.047 0.00 10.089
webdav_create_request 0.045 0.00 10.072
Flavor: r-patched-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘webdav-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
webdav_create_directory 0.130 0.009 10.197
webdav_create_request 0.054 0.000 10.085
webdav_delete_resource 0.050 0.003 10.077
Flavor: r-release-linux-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in 'webdav-Ex.R' failed
The error most likely occurred in:
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Failed to connect to www.webdavserver.com port 443 after 10003 ms: Timeout was reached
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in 'webdav-Ex.R' failed
The error most likely occurred in:
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Failed to connect to www.webdavserver.com port 443 after 10005 ms: Timeout was reached
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-oldrel-windows-x86_64