Last updated on 2025-05-22 05:50:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.5 | 28.77 | 260.63 | 289.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.5 | 16.78 | 160.35 | 177.13 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.5 | 455.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 441.72 | OK | |||
r-devel-windows-x86_64 | 0.0.5 | 27.00 | 219.00 | 246.00 | OK | |
r-patched-linux-x86_64 | 0.0.5 | 26.24 | 236.32 | 262.56 | OK | |
r-release-linux-x86_64 | 0.0.5 | 25.55 | 236.11 | 261.66 | OK | |
r-release-macos-arm64 | 0.0.5 | 134.00 | OK | |||
r-release-macos-x86_64 | 0.0.5 | 254.00 | OK | |||
r-release-windows-x86_64 | 0.0.5 | 27.00 | 215.00 | 242.00 | ERROR | |
r-oldrel-macos-arm64 | 0.0.5 | 110.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.5 | 272.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.5 | 37.00 | 291.00 | 328.00 | OK |
Version: 0.0.5
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
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(aws.wrfsmn)
>
> test_check("aws.wrfsmn")
List of 4
$ Code : chr "SlowDown"
$ Message : chr "Please reduce your request rate."
$ RequestId: chr "RQSAEA9QQFCKH111"
$ HostId : chr "EjJOB6VjJz/r7RyfddSBCooWP8BX2gDJPrMhiRzc6bBpLr5rzK3hEZ/Te3vpU5JfKf2arPRe100="
- attr(*, "headers")=List of 7
..$ x-amz-request-id : chr "RQSAEA9QQFCKH111"
..$ x-amz-id-2 : chr "EjJOB6VjJz/r7RyfddSBCooWP8BX2gDJPrMhiRzc6bBpLr5rzK3hEZ/Te3vpU5JfKf2arPRe100="
..$ content-type : chr "application/xml"
..$ transfer-encoding: chr "chunked"
..$ date : chr "Wed, 21 May 2025 06:44:29 GMT"
..$ connection : chr "close"
..$ server : chr "AmazonS3"
..- attr(*, "class")= chr [1:2] "insensitive" "list"
- attr(*, "class")= chr "aws_error"
NULL
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_wrf_files.R:2:3'): Length evaluation ───────────────────────
<http_503/http_500/http_error/error/condition>
Error in `parse_aws_s3_response(r, Sig, verbose = verbose)`: Service Unavailable (HTTP 503).
Backtrace:
▆
1. ├─testthat::expect_length(...) at test-get_wrf_files.R:2:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─aws.wrfsmn::get.wrf.files(2024, 1, 1, "00", "01H")
5. └─aws.s3::get_bucket_df(...)
6. └─aws.s3::get_bucket(...)
7. └─aws.s3::s3HTTP(...)
8. └─aws.s3:::parse_aws_s3_response(r, Sig, verbose = verbose)
9. └─httr::stop_for_status(r)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64