R Under development (unstable) (2025-01-10 r87562 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(webfakes) > > test_check("webfakes", reporter = "progress") ✔ | F W S OK | Context ⠏ | 0 | app-process ⠋ | 1 0 | app-process ⠙ | 1 1 | app-process ⠸ | 1 3 | app-process ⠴ | 1 5 | app-process ⠧ | 1 7 | app-process ⠏ | 1 9 | app-process ⠙ | 1 11 | app-process ✔ | 1 12 | app-process [6.6s] ⠏ | 0 | app ✔ | 2 | app ⠏ | 0 | base64 ✔ | 11 | base64 ⠏ | 0 | decode-url ⠋ | 1 | decode-url ⠹ | 3 | decode-url ✔ | 4 | decode-url [4.6s] ⠏ | 0 | delay ⠋ | 1 | delay ✔ | 4 | delay [2.5s] ⠏ | 0 | git-app ✔ | 1 0 | git-app ⠏ | 0 | http-methods ⠋ | 1 | http-methods ⠴ | 6 | http-methods ⠏ | 20 | http-methods ✔ | 23 | http-methods [3.3s] ⠏ | 0 | httpbin ⠏ | 10 | httpbin ⠋ | 21 | httpbin ⠋ | 31 | httpbin ⠏ | 40 | httpbin ⠧ | 48 | httpbin ⠸ | 54 | httpbin ⠏ | 60 | httpbin ⠇ | 69 | httpbin ⠏ | 80 | httpbin ⠸ | 84 | httpbin ⠇ | 89 | httpbin ⠸ | 94 | httpbin ⠏ | 100 | httpbin ⠦ | 107 | httpbin ⠇ | 109 | httpbin ⠴ | 116 | httpbin ⠋ | 121 | httpbin ⠙ | 132 | httpbin ⠴ | 136 | httpbin ⠋ | 141 | httpbin ⠧ | 148 | httpbin ⠸ | 1 153 | httpbin ⠋ | 2 159 | httpbin ⠇ | 3 166 | httpbin ⠼ | 3 172 | httpbin ⠏ | 3 177 | httpbin ⠴ | 3 183 | httpbin ⠋ | 3 188 | httpbin ⠴ | 3 193 | httpbin ✔ | 3 200 | httpbin [4.6s] ⠏ | 0 | local ⠋ | 1 | local ✔ | 1 | local ⠏ | 0 | mime ✔ | 2 | mime ⠏ | 0 | mw-etag ⠋ | 1 | mw-etag ✔ | 5 | mw-etag [2.6s] ⠏ | 0 | mw-log ⠋ | 1 | mw-log ✔ | 6 | mw-log [2.6s] ⠏ | 0 | mw-multipart ⠋ | 1 | mw-multipart ✔ | 2 | mw-multipart [2.6s] ⠏ | 0 | mw-range-parser ⠹ | 1 2 | mw-range-parser ✔ | 1 6 | mw-range-parser ⠏ | 0 | mw-raw ⠋ | 1 | mw-raw ✔ | 3 | mw-raw [2.5s] ⠏ | 0 | mw-static ⠋ | 1 | mw-static ⠧ | 8 | mw-static ⠴ | 16 | mw-static ✔ | 18 | mw-static [2.9s] ⠏ | 0 | mw-urlencoded ⠋ | 1 | mw-urlencoded ✔ | 1 | mw-urlencoded [2.6s] ⠏ | 0 | oauth ✔ | 2 0 | oauth ⠏ | 0 | path-matching ⠏ | 10 | path-matching ✔ | 20 | path-matching ⠏ | 0 | print ⠋ | 1 0 | print ⠼ | 5 0 | print ✔ | 5 0 | print [4.5s] ⠏ | 0 | request ✔ | 1 0 | request ⠏ | 0 | response ⠋ | 1 | response ⠼ | 5 | response ⠋ | 11 | response ⠦ | 17 | response ✔ | 18 | response [2.9s] ⠏ | 0 | tmpl-glue ⠋ | 1 | tmpl-glue ✔ | 1 | tmpl-glue [2.5s] ⠏ | 0 | uuid ⠋ | 1 | uuid ⠇ | 19 | uuid ✔ | 32 | uuid ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 48.8 s ── Skipped tests (14) ────────────────────────────────────────────────────────── • On CRAN (14): 'test-app-process.R:6:3', 'test-git-app.R:2:3', 'test-httpbin.R:669:3', 'test-httpbin.R:684:3', 'test-httpbin.R:702:3', 'test-mw-range-parser.R:3:3', 'test-oauth.R:3:3', 'test-oauth.R:72:3', 'test-print.R:34:3', 'test-print.R:46:3', 'test-print.R:55:3', 'test-print.R:63:3', 'test-print.R:76:3', 'test-request.R:3:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 371 ] > > proc.time() user system elapsed 5.25 1.37 51.18