- using R Under development (unstable) (2026-09-02 r90470)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)
GNU Fortran (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)
- running under: Fedora Linux 44 (Server Edition)
- using session charset: UTF-8
* current time: 2026-09-02 13:10:53 UTC
- using option ‘--no-stop-on-test-error’
- checking for file ‘osrm.backend/DESCRIPTION’ ... OK
- this is package ‘osrm.backend’ version ‘0.4.0’
- package encoding: UTF-8
- 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 ‘osrm.backend’ can be installed ... [6s/12s] OK
See the install log for details.
- checking package directory ... 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 ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... 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 ... [11s/21s] OK
- checking Rd files ... 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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [10s/53s] ERROR
Running ‘testthat.R’ [10s/53s]
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(osrm.backend)
>
> test_check("osrm.backend")
Running on CRAN: Skipping OSRM binary installation.
Added '/tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg' to PATH for this session.
This session PATH change is intentional and is not reset automatically.
'/tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg' is already first in PATH.
> Waiting 1.2s for retry backoff
> Waiting 3.5s for retry backoff
> Waiting 6.9s for retry backoff
force = TRUE; reinstalling OSRM backend in /tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg/file222204716cc7fa
Detected platform: linux-x64
Found matching binary: osrm-v99.9.9-linux-x64-Release.tar.gz
Downloading from https://github.com/e-kotov/osrm-binaries/releases/download/v99.9.9/osrm-v99.9.9-linux-x64-Release.tar.gz
Saving _problems/test-osrm_install-927.R
> Waiting 1.9s for retry backoff
> Waiting 3.5s for retry backoff
> Waiting 3.7s for retry backoff
Saving _problems/test-osrm_install-943.R
DRY RUN: Would remove the following files:
- data.osrm.geometry
- data.osrm.hsgr
- data.osrm.timestamp
Directory: /tmp/RtmpbyOK6r/working_dir/RtmpvoUKKg/file22220443b7a4b2
Total files: 3
[ FAIL 2 | WARN 1 | SKIP 19 | PASS 233 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• Live OSRM tests skipped (3): 'test-compatibility.R:2:3',
'test-compatibility.R:129:3', 'test-live-integration.R:2:3'
• OSRM binary not found (Skipping Server Additions Tests) (1):
'test-osrm_server_additions.R:7:3'
• OSRM binary not found (Skipping Server Tests) (1): 'test-osrm_server.R:9:3'
• On CRAN (14): 'test-osrm_extract.R:2:3', 'test-osrm_extract.R:67:3',
'test-osrm_extract.R:130:3', 'test-osrm_extract.R:165:3',
'test-osrm_extract.R:182:3', 'test-osrm_server_class.R:3:3',
'test-osrm_start.R:56:3', 'test-osrm_start.R:105:3',
'test-osrm_start.R:167:3', 'test-osrm_which.R:5:3', 'test-osrm_which.R:18:3',
'test-osrm_which.R:26:3', 'test-pipeline-conflicts.R:94:3',
'test-pipeline-conflicts.R:305:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-osrm_install.R:916:3'): osrm_install handles check_tested correctly ──
Expected `try(...)` to run silently.
Actual noise: warnings, messages.
── Error ('test-osrm_install.R:936:3'): osrm_install manual installation options work ──
Error: GitHub API request failed: HTTP 403 Forbidden.
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-osrm_install.R:936:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─osrm.backend::osrm_install(...)
8. └─osrm.backend::osrm_check_latest_version()
9. └─osrm.backend:::get_all_releases()
10. └─osrm.backend:::github_api_request_with_retries(url, error_message = "GitHub API request failed: ")
11. └─base::tryCatch(...)
12. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. └─value[[3L]](cond)
[ FAIL 2 | WARN 1 | SKIP 19 | PASS 233 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [8s/13s] OK
- checking PDF version of manual ... OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR