Last updated on 2025-09-13 16:49:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 10.41 | 89.59 | 100.00 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 8.33 | 62.95 | 71.28 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 156.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 162.39 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 14.00 | 113.00 | 127.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 11.29 | 80.11 | 91.40 | OK | |
r-release-linux-x86_64 | 0.2.3 | 11.20 | 80.31 | 91.51 | OK | |
r-release-macos-arm64 | 0.2.3 | 63.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 134.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 14.00 | 107.00 | 121.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 65.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.3 | 125.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.3 | 17.00 | 130.00 | 147.00 | ERROR |
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [38s/75s]
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(cartographr)
cartographr ready.
>
> test_check("cartographr")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 105 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cartographr.R:103:3'): get_osmdata calculates x_distance and y_distance correctly ──
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [overpass.kumi.systems]:
Resolving timed out after 10000 milliseconds
Backtrace:
▆
1. └─cartographr::get_osmdata(...) at test-cartographr.R:103:3
2. └─osmdata::osmdata_sf(query, quiet = TRUE)
3. └─osmdata:::fill_overpass_data(obj, doc, quiet = quiet)
4. └─osmdata:::overpass_query(...)
5. └─osmdata::overpass_status(quiet)
6. └─httr2::req_perform(req)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─rlang::cnd_signal(resp)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 105 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.3
Check: tests
Result: ERROR
Running 'testthat.R' [52s]
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(cartographr)
cartographr ready.
>
> test_check("cartographr")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 101 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-cartographr.R:103:3'): get_osmdata calculates x_distance and y_distance correctly ──
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Could not resolve hostname [overpass.kumi.systems]:
Could not resolve host: overpass.kumi.systems
Backtrace:
▆
1. └─cartographr::get_osmdata(...) at test-cartographr.R:103:3
2. └─osmdata::osmdata_sf(query, quiet = TRUE)
3. └─osmdata:::fill_overpass_data(obj, doc, quiet = quiet)
4. └─osmdata:::overpass_query(...)
5. └─osmdata::overpass_status(quiet)
6. └─httr2::req_perform(req)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─rlang::cnd_signal(resp)
── Error ('test-cartographr.R:109:3'): get_osmdata retrieves data without errors ──
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Could not resolve hostname [overpass.kumi.systems]:
Could not resolve host: overpass.kumi.systems
Backtrace:
▆
1. └─cartographr::get_osmdata(...) at test-cartographr.R:109:3
2. └─osmdata::osmdata_sf(query, quiet = TRUE)
3. └─osmdata:::fill_overpass_data(obj, doc, quiet = quiet)
4. └─osmdata:::overpass_query(...)
5. └─osmdata::overpass_status(quiet)
6. └─httr2::req_perform(req)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─rlang::cnd_signal(resp)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 101 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64