Last updated on 2026-09-03 12:55:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.45 | 50.80 | 58.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.19 | 38.21 | 43.40 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 39.29 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 5.00 | 34.42 | 39.42 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 10.00 | 72.00 | 82.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 7.71 | 49.68 | 57.39 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 7.11 | 49.06 | 56.17 | OK | |
| r-release-macos-arm64 | 0.1.0 | 2.00 | 15.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 5.00 | 53.00 | 58.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 9.00 | 69.00 | 78.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 5.00 | 47.00 | 52.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 13.00 | 81.00 | 94.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
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(crew.aws.batch)
>
> test_check("crew.aws.batch")
Saving _problems/test-crew_controller_aws_batch-10.R
Saving _problems/test-crew_controller_aws_batch-84.R
Saving _problems/test-crew_launcher_aws_batch-10.R
[ FAIL 3 | WARN 0 | SKIP 5 | PASS 47 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-crew_controller_aws_batch.R:46:3',
'test-crew_definition_aws_batch.R:22:3',
'test-crew_definition_aws_batch.R:29:3',
'test-crew_definition_aws_batch.R:86:3', 'test-crew_monitor_aws_batch.R:22:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-crew_controller_aws_batch.R:10:3'): AWS batch controller ───────
Error in `nanonext::tls_config(client = worker(profile = "default"), server = client(), pass = .password)`: 9 | Not supported
Backtrace:
▆
1. └─crew.aws.batch::crew_controller_aws_batch(options_aws_batch = options) at test-crew_controller_aws_batch.R:10:3
2. ├─crew::crew_client(...)
3. │ └─crew_class_client$new(...)
4. │ └─crew (local) initialize(...)
5. └─crew::crew_tls(mode = "automatic")
6. └─tls$validate()
7. └─nanonext::tls_config(...)
── Error ('test-crew_controller_aws_batch.R:84:3'): crew_controller_aws_batch() cleanup deprecations ──
Error in `nanonext::tls_config(client = worker(profile = "default"), server = client(), pass = .password)`: 9 | Not supported
Backtrace:
▆
1. └─crew.aws.batch::crew_controller_aws_batch(options_aws_batch = options) at test-crew_controller_aws_batch.R:84:3
2. ├─crew::crew_client(...)
3. │ └─crew_class_client$new(...)
4. │ └─crew (local) initialize(...)
5. └─crew::crew_tls(mode = "automatic")
6. └─tls$validate()
7. └─nanonext::tls_config(...)
── Error ('test-crew_launcher_aws_batch.R:10:3'): AWS batch launcher ───────────
Error in `nanonext::tls_config(client = worker(profile = "default"), server = client(), pass = .password)`: 9 | Not supported
Backtrace:
▆
1. └─crew.aws.batch::crew_launcher_aws_batch(options_aws_batch = options) at test-crew_launcher_aws_batch.R:10:3
2. ├─crew_class_launcher_aws_batch$new(...)
3. │ └─crew.aws.batch (local) initialize(...)
4. │ └─super$initialize(...)
5. └─crew::crew_tls(mode = "automatic")
6. └─tls$validate()
7. └─nanonext::tls_config(...)
[ FAIL 3 | WARN 0 | SKIP 5 | PASS 47 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang