CRAN Package Check Results for Package paws.common

Last updated on 2024-09-08 15:49:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.6 33.02 56.72 89.74 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.6 25.93 38.16 64.09 OK
r-devel-linux-x86_64-fedora-clang 0.7.6 150.62 OK
r-devel-linux-x86_64-fedora-gcc 0.7.6 155.56 OK
r-devel-windows-x86_64 0.7.6 45.00 107.00 152.00 OK
r-patched-linux-x86_64 0.7.6 36.34 52.82 89.16 OK
r-release-linux-x86_64 0.7.6 35.72 52.47 88.19 OK
r-release-macos-arm64 0.7.6 48.00 OK
r-release-macos-x86_64 0.7.6 98.00 OK
r-release-windows-x86_64 0.7.6 42.00 96.00 138.00 OK
r-oldrel-macos-arm64 0.7.6 55.00 OK
r-oldrel-macos-x86_64 0.7.6 83.00 OK
r-oldrel-windows-x86_64 0.7.6 43.00 114.00 157.00 OK

Check Details

Version: 0.7.6
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/46s] 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(paws.common) > > test_check("paws.common") [ FAIL 2 | WARN 0 | SKIP 10 | PASS 948 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • (1): 'test_handlers_query.R:89:3' • On CRAN (5): 'test_handlers_rest.R:28:3', 'test_net.R:3:3', 'test_net.R:47:3', 'test_net.R:64:3', 'test_net.R:83:3' • skip (4): 'test_handlers_ec2query.R:371:3', 'test_handlers_jsonrpc.R:279:3', 'test_handlers_jsonrpc.R:549:3', 'test_handlers_restxml.R:701:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_logging.R:56:3'): check if http paws log are being tracked ───── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [google.com] Failed to connect to google.com port 80 after 10001 ms: Timeout was reached Backtrace: ▆ 1. ├─paws.common:::with_paws_verbose(httr::GET("http://google.com/")) at test_logging.R:56:3 2. │ └─httr::with_config(paws_verbose(...), expr) 3. │ └─base::force(expr) 4. └─httr::GET("http://google.com/") 5. └─httr:::request_perform(req, hu$handle$handle) 6. ├─httr:::request_fetch(req$output, req$url, handle) 7. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 8. └─curl::curl_fetch_memory(url, handle = handle) ── Error ('test_logging.R:69:3'): check if http logs aren't being tracked ────── Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [google.com] Failed to connect to google.com port 80 after 10002 ms: Timeout was reached Backtrace: ▆ 1. ├─paws.common:::with_paws_verbose(httr::GET("http://google.com/")) at test_logging.R:69:3 2. └─httr::GET("http://google.com/") 3. └─httr:::request_perform(req, hu$handle$handle) 4. ├─httr:::request_fetch(req$output, req$url, handle) 5. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 6. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 2 | WARN 0 | SKIP 10 | PASS 948 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang