R Under development (unstable) (2026-02-16 r89426 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(starburst) > > test_check("starburst") workers=10, launch_type=EC2, instance_type=c7g.xlarge [ FAIL 0 | WARN 0 | SKIP 79 | PASS 95 ] ══ Skipped tests (79) ══════════════════════════════════════════════════════════ • Cannot locate utils.R source file (1): 'test-security.R:138:7' • Docker not installed (2): 'test-security.R:14:3', 'test-security.R:21:3' • Integration tests disabled. Set RUN_INTEGRATION_TESTS=TRUE to enable. (9): 'test-integration-examples.R:26:3', 'test-integration-examples.R:57:3', 'test-integration-examples.R:95:3', 'test-integration-examples.R:123:3', 'test-integration-examples.R:151:3', 'test-integration-examples.R:178:3', 'test-integration-examples.R:206:3', 'test-integration-examples.R:234:3', 'test-integration-examples.R:262:3' • On CRAN (64): 'test-cleanup.R:10:3', 'test-cleanup.R:38:3', 'test-cleanup.R:49:3', 'test-cleanup.R:60:3', 'test-cleanup.R:72:3', 'test-cleanup.R:84:3', 'test-cleanup.R:96:3', 'test-cleanup.R:116:3', 'test-clusters.R:2:3', 'test-clusters.R:23:3', 'test-clusters.R:102:3', 'test-clusters.R:141:3', 'test-clusters.R:162:3', 'test-cost.R:2:3', 'test-cost.R:21:3', 'test-cost.R:75:3', 'test-cost.R:116:3', 'test-cost.R:164:3', 'test-detached-sessions.R:2:3', 'test-detached-sessions.R:111:3', 'test-detached-sessions.R:131:3', 'test-detached-sessions.R:160:3', 'test-detached-sessions.R:192:3', 'test-docker.R:2:3', 'test-docker.R:19:3', 'test-docker.R:58:3', 'test-docker.R:67:3', 'test-docker.R:106:3', 'test-ec2-e2e.R:6:3', 'test-ec2-e2e.R:62:3', 'test-ec2-e2e.R:87:3', 'test-ec2-e2e.R:107:3', 'test-ec2-e2e.R:142:3', 'test-ec2-integration.R:5:3', 'test-ec2-integration.R:83:3', 'test-ec2-integration.R:100:3', 'test-ecr-cleanup.R:4:3', 'test-ecr-cleanup.R:27:3', 'test-ecr-cleanup.R:56:3', 'test-ecr-cleanup.R:82:3', 'test-security.R:101:3', 'test-subnets.R:2:3', 'test-subnets.R:35:3', 'test-subnets.R:71:3', 'test-subnets.R:130:3', 'test-subnets.R:173:3', 'test-subnets.R:214:3', 'test-subnets.R:245:3', 'test-task-def.R:2:3', 'test-task-def.R:24:3', 'test-task-def.R:36:3', 'test-task-def.R:48:3', 'test-task-def.R:60:3', 'test-task-def.R:113:3', 'test-task-storage.R:2:3', 'test-task-storage.R:16:3', 'test-task-storage.R:34:3', 'test-task-storage.R:48:3', 'test-task-storage.R:60:3', 'test-task-storage.R:83:3', 'test-task-storage.R:97:3', 'test-waves.R:2:3', 'test-waves.R:22:3', 'test-waves.R:31:3' • staRburst not configured (2): 'test-plan.R:2:3', 'test-plan.R:11:3' • stdin test requires specific system configuration (1): 'test-security.R:89:3' [ FAIL 0 | WARN 0 | SKIP 79 | PASS 95 ] > > proc.time() user system elapsed 2.07 0.25 2.31