- using R Under development (unstable) (2026-01-09 r89293)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘shinyOAuth/DESCRIPTION’ ... OK
- this is package ‘shinyOAuth’ version ‘0.1.4’
- 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 ‘shinyOAuth’ can be installed ... [14s/53s] 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 ... [26s/104s] 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 ... [4s/10s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [74s/257s] ERROR
Running ‘testthat.R’ [73s/256s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard devtools workflow.
> # See `?devtools::test()` for more information.
>
> library(testthat)
> library(shiny)
> library(shinyOAuth)
>
> test_check("shinyOAuth")
GET /base HTTP/1.1
accept: application/json
authorization: Bearer tok
user-agent: shinyOAuth/0.1.4 R/4.6.0 httr2/1.2.2
x-test: 1
GET /base HTTP/1.1
accept: */*
authorization: Bearer tok
user-agent: shinyOAuth/0.1.4 R/4.6.0 httr2/1.2.2
POST /base HTTP/1.1
accept: */*
authorization: Bearer tok
user-agent: shinyOAuth/0.1.4 R/4.6.0 httr2/1.2.2
x-test: 1
<0 bytes>
GET /base HTTP/1.1
accept: */*
authorization: Bearer tok
user-agent: shinyOAuth/0.1.4 R/4.6.0 httr2/1.2.2
x-other: ok
Saving _problems/test-discovery-auth-methods-130.R
webfakes process dead, exit code: -9
Saving _problems/test-discovery-hardened-85.R
webfakes process dead, exit code: -9
trace=TZE4lizMXsem class=shinyOAuth_pkce_error, shinyOAuth_error, rlang_error, error, condition
[shinyOAuth] - PKCE validation failed
! x
i Trace ID: TZE4lizMXsem
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 705 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-constant-time-compare.R:53:3',
'test-introspect-token.R:110:3', 'test-module-server-async.R:2:3',
'test-module-server-async.R:70:3', 'test-module-server-async.R:133:3',
'test-refresh-races.R:2:3', 'test-state-fail-delay.R:3:3',
'test_chromote_cookie.R:98:3', 'test_chromote_cookie.R:137:3',
'test_chromote_cookie.R:165:3', 'test_state_store_single_use.R:2:3',
'test_state_store_single_use.R:38:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-discovery-auth-methods.R:130:3'): when methods are not advertised, fall back to header (historic default) ──
Error in `self$start()`: webfakes app subprocess did not start :(
Backtrace:
▆
1. └─srv$url() at test-discovery-auth-methods.R:130:3
2. └─self$start()
── Error ('test-discovery-hardened.R:85:3'): discovery enforces JWKS host pinning early ──
Error in `self$start()`: webfakes app subprocess did not start :(
Backtrace:
▆
1. └─srv$url() at test-discovery-hardened.R:85:3
2. └─self$start()
[ FAIL 2 | WARN 0 | SKIP 12 | PASS 705 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [28s/86s] OK
- checking PDF version of manual ... [10s/44s] OK
- checking HTML version of manual ... [7s/33s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR