Last updated on 2022-08-08 14:52:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.25 | 80.72 | 86.97 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 5.59 | 60.76 | 66.35 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 112.07 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 112.40 | OK | |||
r-devel-windows-x86_64 | 0.2.1 | 48.00 | 265.00 | 313.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.1 | 8.15 | 138.42 | 146.57 | ERROR | |
r-release-linux-x86_64 | 0.2.1 | OK | ||||
r-release-macos-arm64 | 0.2.1 | 55.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 70.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 68.00 | 144.00 | 212.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 75.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 13.00 | 122.00 | 135.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in 'httr2-Ex.R' failed
The error most likely occurred in:
> ### Name: resp_raw
> ### Title: Show the raw response
> ### Aliases: resp_raw
>
> ### ** Examples
>
> resp <- request("https://httpbin.org/json") %>% req_perform()
Error in `resp_abort()`:
! HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─request("https://httpbin.org/json") %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::resp_abort(resp, error_body(req, resp))
4. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [40s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(httr2)
Attaching package: 'httr2'
The following objects are masked from 'package:testthat':
local_mock, with_mock
>
> test_check("httr2")
[ FAIL 1 | WARN 0 | SKIP 39 | PASS 288 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Can't find envvar HTTR2_KEY (2)
• On CRAN (35)
• On Windows (2)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-req-body.R:17:3): can send string ───────────────────────────────
<httr2_http_504/httr2_http/rlang_error/error/condition>
Error in `resp_abort(resp, error_body(req, resp))`: HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─request_httpbin("/post") %>% req_body_raw("test") %>% ... at test-req-body.R:17:2
2. └─httr2::req_perform(.)
3. └─httr2:::resp_abort(resp, error_body(req, resp))
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 39 | PASS 288 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'httr2.Rmd' using rmarkdown
Quitting from lines 117-120 (httr2.Rmd)
Error: processing vignette 'httr2.Rmd' failed with diagnostics:
HTTP 504 Gateway Timeout.
--- failed re-building 'httr2.Rmd'
SUMMARY: processing the following file failed:
'httr2.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/101s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httr2)
Attaching package: 'httr2'
The following objects are masked from 'package:testthat':
local_mock, with_mock
>
> test_check("httr2")
[ FAIL 2 | WARN 0 | SKIP 37 | PASS 290 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Can't find envvar HTTR2_KEY (2)
• On CRAN (35)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-req-body.R:17:3): can send string ───────────────────────────────
<httr2_http_504/httr2_http/rlang_error/error/condition>
Error in `resp_abort(resp, error_body(req, resp))`: HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─request_httpbin("/post") %>% req_body_raw("test") %>% ... at test-req-body.R:17:2
2. └─httr2::req_perform(.)
3. └─httr2:::resp_abort(resp, error_body(req, resp))
4. └─rlang::abort(...)
── Error (test-req-body.R:89:3): can upload file with multipart ────────────────
<httr2_http_504/httr2_http/rlang_error/error/condition>
Error in `resp_abort(resp, error_body(req, resp))`: HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─... %>% req_perform() at test-req-body.R:89:2
2. └─httr2::req_perform(.)
3. └─httr2:::resp_abort(resp, error_body(req, resp))
4. └─rlang::abort(...)
[ FAIL 2 | WARN 0 | SKIP 37 | PASS 290 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.2.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘httr2.Rmd’ using rmarkdown
Quitting from lines 117-120 (httr2.Rmd)
Error: processing vignette ‘httr2.Rmd’ failed with diagnostics:
HTTP 504 Gateway Timeout.
--- failed re-building ‘httr2.Rmd’
SUMMARY: processing the following file failed:
‘httr2.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-linux-x86_64