CRAN Package Check Results for Package paws.common

Last updated on 2023-09-29 12:57:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.1 27.77 65.81 93.58 OK
r-devel-linux-x86_64-debian-gcc 0.6.1 16.99 49.38 66.37 OK
r-devel-linux-x86_64-fedora-clang 0.6.1 122.23 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.1 125.19 ERROR
r-devel-windows-x86_64 0.6.1 22.00 91.00 113.00 OK
r-patched-linux-x86_64 0.6.1 26.15 64.90 91.05 OK
r-release-linux-x86_64 0.6.1 23.60 63.62 87.22 OK
r-release-macos-arm64 0.6.1 46.00 OK
r-release-macos-x86_64 0.6.1 81.00 OK
r-release-windows-x86_64 0.6.1 28.00 106.00 134.00 OK
r-oldrel-macos-arm64 0.6.1 44.00 OK
r-oldrel-macos-x86_64 0.6.1 57.00 OK
r-oldrel-windows-x86_64 0.6.1 27.00 99.00 126.00 OK

Check Details

Version: 0.6.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [17s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(paws.common)
     >
     > test_check("paws.common")
     [ FAIL 116 | WARN 0 | SKIP 7 | PASS 489 ]
    
     ══ Skipped tests (7) ═══════════════════════════════════════════════════════════
     • (1): 'test_handlers_query.R:88: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 (1): 'test_handlers_jsonrpc.R:281:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_custom_s3.R:132:3'): s3_unmarshal_get_bucket_location ──────────
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(LocationConstraint = Scalar(type = "character")) at test_custom_s3.R:132:2
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_custom_s3.R:172:3'): s3_unmarshal_select_object_content ────────
     Error in `Scalar(.tags = list(eventpayload = TRUE, type = "blob"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_custom_s3.R:172:2
     2. ├─paws.common:::Structure(...)
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(.tags = list(eventpayload = TRUE, type = "blob"))
     ── Error ('test_handlers_ec2query.R:24:3'): build scalar members ───────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Bar = "val2", Foo = "val1") at test_handlers_ec2query.R:24:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:15:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_ec2query.R:44:3'): build location name and query name ──
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(Bar = "val2", Foo = "val1", Yuck = "val3") at test_handlers_ec2query.R:44:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:35:2
     3. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:65:3'): build nested structure members ─────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(Struct = list(Scalar = "foo")) at test_handlers_ec2query.R:65:2
     2. ├─paws.common:::Structure(Struct = Structure(Scalar = Scalar())) at test_handlers_ec2query.R:56:2
     3. ├─paws.common:::Structure(Scalar = Scalar())
     4. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:90:3'): build list types ───────────────────
     Error in `Scalar(value, .tags = .tags, type = "boolean")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(...) at test_handlers_ec2query.R:90:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:80:2
     3. ├─paws.common:::List(Bool())
     4. └─paws.common:::Bool()
     5. └─paws.common:::Scalar(value, .tags = .tags, type = "boolean")
     ── Error ('test_handlers_ec2query.R:110:3'): build location name list ──────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(ListArg = c("a", "b", "c")) at test_handlers_ec2query.R:110:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:103:2
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:127:3'): build query name list ─────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(ListArg = c("a", "b", "c")) at test_handlers_ec2query.R:127:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:120:2
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:144:3'): build blob argument ───────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(BlobArg = charToRaw("foo")) at test_handlers_ec2query.R:144:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob")) at test_handlers_ec2query.R:137:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_ec2query.R:161:3'): build time argument ───────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(TimeArg = unix_time(1422172800)) at test_handlers_ec2query.R:161:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_ec2query.R:154:2
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_ec2query.R:178:3'): build idempotency token ───────────
     Error in `Scalar(.tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(Token = "abc123") at test_handlers_ec2query.R:178:2
     2. ├─paws.common:::Structure(Token = Scalar(.tags = list(idempotencyToken = TRUE))) at test_handlers_ec2query.R:171:2
     3. └─paws.common:::Scalar(.tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_ec2query.R:187:3'): build idempotency token ───────────
     Error in `Scalar(.tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9() at test_handlers_ec2query.R:187:2
     2. ├─paws.common:::Structure(Token = Scalar(.tags = list(idempotencyToken = TRUE))) at test_handlers_ec2query.R:171:2
     3. └─paws.common:::Scalar(.tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_ec2query.R:204:3'): build list enums ──────────────────
     Error in `Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(ListEnums = list("foo", "", "bar")) at test_handlers_ec2query.R:204:2
     2. ├─paws.common:::Structure(ListEnums = List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))) at test_handlers_ec2query.R:195:2
     3. ├─paws.common:::List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))
     4. └─paws.common:::Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))
     ── Error ('test_handlers_ec2query.R:213:3'): build empty list enums ────────────
     Error in `Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10() at test_handlers_ec2query.R:213:2
     2. ├─paws.common:::Structure(ListEnums = List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))) at test_handlers_ec2query.R:195:2
     3. ├─paws.common:::List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))
     4. └─paws.common:::Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))
     ── Error ('test_handlers_ec2query.R:228:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:228:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_jsonrpc.R:26:3'): build scalar members ────────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Name = "myname") at test_handlers_jsonrpc.R:26:2
     2. ├─paws.common:::Structure(Name = Scalar()) at test_handlers_jsonrpc.R:19:2
     3. └─paws.common:::Scalar()
     ── Error ('test_handlers_jsonrpc.R:46:3'): build timestamp value ───────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(TimeArg = unix_time(1422172800)) at test_handlers_jsonrpc.R:46:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_jsonrpc.R:39:2
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_jsonrpc.R:64:3'): build blob value ────────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(BlobArg = charToRaw("foo")) at test_handlers_jsonrpc.R:64:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob"), BlobMap = Map(Scalar(type = "blob"))) at test_handlers_jsonrpc.R:56:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_jsonrpc.R:73:3'): build blob map ──────────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(BlobMap = list(key1 = charToRaw("foo"), key2 = charToRaw("bar"))) at test_handlers_jsonrpc.R:73:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob"), BlobMap = Map(Scalar(type = "blob"))) at test_handlers_jsonrpc.R:56:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_jsonrpc.R:93:3'): build blob list ─────────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(ListParam = list(charToRaw("foo"), charToRaw("bar"))) at test_handlers_jsonrpc.R:93:2
     2. ├─paws.common:::Structure(ListParam = List(Scalar(type = "blob"))) at test_handlers_jsonrpc.R:86:2
     3. ├─paws.common:::List(Scalar(type = "blob"))
     4. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_jsonrpc.R:115:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(RecursiveStruct = list(NoRecurse = "foo")) at test_handlers_jsonrpc.R:115:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string"))) at test_handlers_jsonrpc.R:106:2
     3. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:138:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(RecursiveStruct = list(RecursiveStruct = list(NoRecurse = "foo"))) at test_handlers_jsonrpc.R:138:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))) at test_handlers_jsonrpc.R:127:2
     3. ├─paws.common:::Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))
     4. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     5. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:167:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(RecursiveStruct = list(RecursiveStruct = list(RecursiveStruct = list(RecursiveStruct = list(NoRecurse = "foo"))))) at test_handlers_jsonrpc.R:167:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))))) at test_handlers_jsonrpc.R:152:2
     3. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))))
     4. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string"))))
     5. ├─paws.common:::Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))
     6. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     7. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:198:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(...) at test_handlers_jsonrpc.R:198:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveList = List(Structure(NoRecurse = Scalar(type = "string"))))) at test_handlers_jsonrpc.R:185:2
     3. ├─paws.common:::Structure(RecursiveList = List(Structure(NoRecurse = Scalar(type = "string"))))
     4. ├─paws.common:::List(Structure(NoRecurse = Scalar(type = "string")))
     5. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     6. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:229:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(...) at test_handlers_jsonrpc.R:229:2
     2. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:213:2
     3. ├─paws.common:::Structure(...)
     4. ├─paws.common:::List(...)
     5. ├─paws.common:::Structure(...)
     6. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:259:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(...) at test_handlers_jsonrpc.R:259:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveMap = Map(Structure(NoRecurse = Scalar(type = "string"))))) at test_handlers_jsonrpc.R:246:2
     3. ├─paws.common:::Structure(RecursiveMap = Map(Structure(NoRecurse = Scalar(type = "string"))))
     4. ├─paws.common:::Map(Structure(NoRecurse = Scalar(type = "string")))
     5. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     6. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:299:3'): build idempotency token ────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12(Token = "abc123") at test_handlers_jsonrpc.R:299:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_jsonrpc.R:292:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_jsonrpc.R:308:3'): build idempotency token ────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12() at test_handlers_jsonrpc.R:308:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_jsonrpc.R:292:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_jsonrpc.R:324:3'): build enums ────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService8TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(FooEnum = "foo", ListEnums = list("foo", "", "bar")) at test_handlers_jsonrpc.R:324:2
     2. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:316:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService8TestShapeEnumType"))
     ── Error ('test_handlers_jsonrpc.R:358:3'): build nested structure with incomplete input shape ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14(...) at test_handlers_jsonrpc.R:358:2
     2. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:339:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:447:3'): build scalar members ───────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Name = "myname") at test_handlers_jsonrpc.R:447:2
     2. ├─paws.common:::Structure(Name = Scalar()) at test_handlers_jsonrpc.R:440:2
     3. └─paws.common:::Scalar()
     ── Error ('test_handlers_jsonrpc.R:465:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:465:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_query.R:21:3'): build scalar members ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Bar = "val2", Foo = "val1") at test_handlers_query.R:21:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:12:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:31:3'): build scalar members ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Baz = TRUE) at test_handlers_query.R:31:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:12:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:40:3'): build scalar members ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Baz = FALSE) at test_handlers_query.R:40:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:12:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:59:3'): build nested structure members ────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(StructArg = list(ScalarArg = "foo")) at test_handlers_query.R:59:2
     2. ├─paws.common:::Structure(StructArg = Structure(ScalarArg = Scalar(type = "string"))) at test_handlers_query.R:50:2
     3. ├─paws.common:::Structure(ScalarArg = Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:78:3'): build list members ────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(ListArg = c("foo", "bar", "baz")) at test_handlers_query.R:78:2
     2. ├─paws.common:::Structure(ListArg = List(Scalar(type = "string"))) at test_handlers_query.R:71:2
     3. ├─paws.common:::List(Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:108:3'): build flattened list ─────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(ListArg = c("a", "b", "c"), ScalarArg = "foo") at test_handlers_query.R:108:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:99:2
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:118:3'): build flattened named list ───────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(NamedListArg = c("a")) at test_handlers_query.R:118:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:99:2
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:135:3'): build flattened map ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(MapArg = list(key1 = "val1", key2 = "val2")) at test_handlers_query.R:135:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:128:2
     3. ├─paws.common:::Map(Scalar(type = "string"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:155:3'): build non-flattened list with location name ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(ListArg = list("a", "b", "c")) at test_handlers_query.R:155:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:148:2
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(locationNameList = "item"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:177:3'): build flattened list with location name ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(ListArg = list("a", "b", "c"), ScalarArg = "foo") at test_handlers_query.R:177:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:169:2
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:199:3'): build map ────────────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(MapArg = list(key1 = "val1", key2 = "val2")) at test_handlers_query.R:199:2
     2. ├─paws.common:::Structure(MapArg = Map(Scalar(type = "string"))) at test_handlers_query.R:192:2
     3. ├─paws.common:::Map(Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:219:3'): build map with location name ─────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(MapArg = list(key1 = "val1", key2 = "val2")) at test_handlers_query.R:219:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:212:2
     3. ├─paws.common:::Map(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:239:3'): build blob argument ──────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(BlobArg = charToRaw("foo")) at test_handlers_query.R:239:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob")) at test_handlers_query.R:232:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_query.R:256:3'): build blob argument ──────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input11(BlobArgs = list(charToRaw("foo"))) at test_handlers_query.R:256:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:249:2
     3. ├─paws.common:::List(Scalar(type = "blob"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_query.R:273:3'): build timestamp values ───────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12(TimeArg = unix_time(1422172800)) at test_handlers_query.R:273:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_query.R:266:2
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_query.R:305:3'): build nested shapes ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(...) at test_handlers_query.R:305:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:283:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:325:3'): build nested shapes ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(...) at test_handlers_query.R:325:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:283:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:351:3'): build idempotency token ──────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14(Token = "abc123") at test_handlers_query.R:351:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_query.R:344:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_query.R:360:3'): build idempotency token auto-fill ────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14() at test_handlers_query.R:360:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_query.R:344:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_query.R:376:3'): build enum ───────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15(FooEnum = "foo", ListEnum = list("foo", "", "bar")) at test_handlers_query.R:376:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:368:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))
     ── Error ('test_handlers_query.R:390:3'): build enum ───────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15(FooEnum = "foo") at test_handlers_query.R:390:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:368:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))
     ── Error ('test_handlers_query.R:399:3'): build enum ───────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15() at test_handlers_query.R:399:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:368:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))
     ── Error ('test_handlers_query.R:413:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_query.R:413:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_rest.R:67:3'): build request with URL ─────────────────
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(foo = "bar") at test_handlers_rest.R:67:2
     2. ├─paws.common:::Structure(foo = Scalar(type = "string", .tags = list(location = "uri"))) at test_handlers_rest.R:62:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:40:3'): URI parameter with no location name ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(PipelineId = "foo") at test_handlers_restjson.R:40:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:35:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:62:3'): URI parameter with location name ───
     Error in `Scalar(type = "string", .tags = list(location = "uri", locationName = "PipelineId"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(Foo = "bar") at test_handlers_restjson.R:62:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:57:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:84:3'): query string list of strings ───────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(Items = list("value1", "value2")) at test_handlers_restjson.R:84:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:79:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:107:3'): query string map of strings ───────
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(PipelineId = "foo", QueryDoc = list(bar = "baz", fizz = "buzz")) at test_handlers_restjson.R:107:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:101:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:134:3'): query string map of lists of strings ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(...) at test_handlers_restjson.R:134:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:128:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:160:3'): query string with bool (true) ─────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(BoolQuery = TRUE) at test_handlers_restjson.R:160:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:155:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:182:3'): query string with bool (false) ────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(BoolQuery = FALSE) at test_handlers_restjson.R:182:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:177:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:206:3'): URI and query string parameters ───
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(Ascending = "true", PageToken = "bar", PipelineId = "foo") at test_handlers_restjson.R:206:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:199:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:236:3'): URI, query string, and JSON body ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(...) at test_handlers_restjson.R:236:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:225:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:272:3'): URI, query string, JSON body, and header ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input11(...) at test_handlers_restjson.R:272:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:260:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:306:3'): streaming payload ─────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "body"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12(Body = charToRaw("contents"), Checksum = "foo", VaultName = "name") at test_handlers_restjson.R:306:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:298:4
     3. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "body"))
     ── Error ('test_handlers_restjson.R:333:3'): serialize blobs in body ───────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(Bar = charToRaw("Blob param"), Foo = "foo_name") at test_handlers_restjson.R:333:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:327:4
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_restjson.R:359:3'): blob payload ──────────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "foo"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14(Foo = charToRaw("bar")) at test_handlers_restjson.R:359:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:351:2
     3. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "foo"))
     ── Error ('test_handlers_restjson.R:370:3'): empty blob payload ────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "foo"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14() at test_handlers_restjson.R:370:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:351:2
     3. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "foo"))
     ── Error ('test_handlers_restjson.R:396:3'): structure payload ─────────────────
     Error in `Scalar(type = "string", .tags = list(locationName = "baz"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15(Foo = list(Baz = "bar")) at test_handlers_restjson.R:396:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:385:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "baz"))
     ── Error ('test_handlers_restjson.R:409:3'): empty structure payload ───────────
     Error in `Scalar(type = "string", .tags = list(locationName = "baz"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15() at test_handlers_restjson.R:409:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:385:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "baz"))
     ── Error ('test_handlers_restjson.R:430:3'): omit null query string parameters ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "param-name"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input16() at test_handlers_restjson.R:430:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:425:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:451:3'): serialize empty string query string parameters ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "param-name"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input17(Foo = "") at test_handlers_restjson.R:451:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:446:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:476:3'): timestamp value ───────────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input18(TimeArg = unix_time(1422172800)) at test_handlers_restjson.R:476:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_restjson.R:471:4
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_restjson.R:499:3'): timestamp value in header ─────────
     Error in `Scalar(type = "timestamp", .tags = list(location = "header",
     locationName = "x-amz-timearg"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input19(TimeArgInHeader = unix_time(1422172800)) at test_handlers_restjson.R:499:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:494:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:522:3'): timestamp value in JSON body ──────
     Error in `Scalar(type = "timestamp", .tags = list(locationName = "timestamp_location"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input20(TimeArg = unix_time(1422172800)) at test_handlers_restjson.R:522:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:517:4
     3. └─paws.common:::Scalar(type = "timestamp", .tags = list(locationName = "timestamp_location"))
     ── Error ('test_handlers_restjson.R:546:3'): string payload ────────────────────
     Error in `Scalar(type = "string", .tags = list(locationName = "foo"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input21(Foo = "bar") at test_handlers_restjson.R:546:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:540:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "foo"))
     ── Error ('test_handlers_restjson.R:570:3'): idempotency token ─────────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input22(Token = "abc123") at test_handlers_restjson.R:570:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_restjson.R:563:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_restjson.R:581:3'): auto-fill idempotency token ───────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input22() at test_handlers_restjson.R:581:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_restjson.R:563:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_restjson.R:603:3'): unmarshal scalar members ──────────
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:603:2
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_restjson.R:640:3'): unmarshal blob member ─────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:640:2
     2. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_restjson.R:659:3'): unmarshal timestamp member ────────
     Error in `Scalar(type = "timestamp", .tags = list(timestampFormat = "unix"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:659:2
     2. └─paws.common:::Scalar(type = "timestamp", .tags = list(timestampFormat = "unix"))
     ── Error ('test_handlers_restjson.R:678:3'): unmarshal list ────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(ListMember = List(Scalar(type = "string"))) at test_handlers_restjson.R:678:2
     2. ├─paws.common:::List(Scalar(type = "string"))
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:694:3'): unmarshal list with structure member ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(ListMember = List(Structure(Foo = Scalar(type = "string")))) at test_handlers_restjson.R:694:2
     2. ├─paws.common:::List(Structure(Foo = Scalar(type = "string")))
     3. ├─paws.common:::Structure(Foo = Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:714:3'): unmarshal map ─────────────────────
     Error in `Scalar(type = "integer")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(MapMember = Map(List(Scalar(type = "integer")))) at test_handlers_restjson.R:714:2
     2. ├─paws.common:::Map(List(Scalar(type = "integer")))
     3. ├─paws.common:::List(Scalar(type = "integer"))
     4. └─paws.common:::Scalar(type = "integer")
     ── Error ('test_handlers_restjson.R:734:3'): unmarshal map with timestamps ─────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(MapMember = Map(Scalar(type = "timestamp"))) at test_handlers_restjson.R:734:2
     2. ├─paws.common:::Map(Scalar(type = "timestamp"))
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_restjson.R:752:3'): unmarshal ignores extra data ──────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(StrType = Scalar(type = "string")) at test_handlers_restjson.R:752:2
     2. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:768:3'): unmarshal header map ──────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:768:2
     2. ├─paws.common:::Map(Scalar(type = "string"), .tags = list(location = "headers"))
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:790:3'): JSON payload ──────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:790:2
     2. ├─paws.common:::Structure(Foo = Scalar(type = "string"))
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:815:3'): unmarshal blob payload ────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:815:2
     2. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_restxml.R:41:3'): URI parameter with no location name ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(PipelineId = "foo") at test_handlers_restxml.R:41:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:36:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restxml.R:63:3'): URI parameter with location name ────
     Error in `Scalar(type = "string", .tags = list(location = "uri", locationName = "PipelineId"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(Foo = "bar") at test_handlers_restxml.R:63:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:58:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:85:3'): query string list of strings ────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(Items = list("value1", "value2")) at test_handlers_restxml.R:85:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:80:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:108:3'): query string map of strings ────────
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(PipelineId = "foo", QueryDoc = list(bar = "baz", fizz = "buzz")) at test_handlers_restxml.R:108:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:102:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restxml.R:135:3'): query string map of lists of strings ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(...) at test_handlers_restxml.R:135:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:129:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restxml.R:161:3'): query string with bool (true) ──────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(BoolQuery = TRUE) at test_handlers_restxml.R:161:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:156:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:183:3'): query string with bool (false) ─────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(BoolQuery = FALSE) at test_handlers_restxml.R:183:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:178:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:207:3'): URI and query string parameters ────
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(Ascending = "true", PageToken = "bar", PipelineId = "foo") at test_handlers_restxml.R:207:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:200:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:234:3'): Basic XML Case1 ────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Description = "bar", Name = "foo") at test_handlers_restxml.R:234:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:227:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:262:3'): Other Scalar Case1 ─────────────────
     Error in `Scalar(type = "boolean")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(First = TRUE, Fourth = 3, Second = FALSE, Third = 1.2) at test_handlers_restxml.R:262:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:249:4
     3. └─paws.common:::Scalar(type = "boolean")
     ── Error ('test_handlers_restxml.R:289:3'): Nested Structure Case1 ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(...) at test_handlers_restxml.R:289:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:278:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:315:3'): NonFlattened List Case1 ────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:315:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:306:4
     3. ├─paws.common:::List(Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:345:3'): NonFlattened List With LocationName Case1 ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:345:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:332:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:372:3'): Flattened List Case1 ───────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:372:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:362:4
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(flattened = "true"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:399:3'): Flattened List with LocationName Case1 ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:399:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:389:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:434:3'): List of Structures Case1 ───────────
     Error in `Scalar(type = "string", .tags = list(locationName = "value"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(...) at test_handlers_restxml.R:434:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:416:4
     3. ├─paws.common:::List(...)
     4. ├─paws.common:::Structure(Element = Scalar(type = "string", .tags = list(locationName = "value")))
     5. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "value"))
     ── Error ('test_handlers_restxml.R:464:3'): Blob Case1 ─────────────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "b"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(StructureParam = list(B = list(charToRaw("foo")))) at test_handlers_restxml.R:464:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:452:4
     3. ├─paws.common:::Structure(B = Scalar(type = "blob", .tags = list(locationName = "b")))
     4. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "b"))
     ── Error ('test_handlers_restxml.R:484:3'): skip empty argument ────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Description = "bar") at test_handlers_restxml.R:484:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:477:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:504:3'): newline in XML ─────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Description = "foo\nbar") at test_handlers_restxml.R:504:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:498:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:533:3'): parameters with no provided arguments are dropped ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Nested = list(Foo = list(Bar = "abc123"))) at test_handlers_restxml.R:533:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:519:4
     3. ├─paws.common:::Structure(...)
     4. ├─paws.common:::Structure(Bar = Scalar(type = "string"))
     5. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:556:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restxml.R:556:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_jsonutil.R:14:3'): JSON tests ──────────────────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) J() at test_jsonutil.R:14:2
     2. ├─paws.common:::Structure(...) at test_jsonutil.R:4:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_populateutil.R:30:3'): Scalar ──────────────────────────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common:::Scalar() at test_populateutil.R:30:2
     ── Error ('test_retry.R:86:1'): (code run outside of `test_that()`) ────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(Timestamp = Scalar(type = "timestamp")) at test_retry.R:86:0
     2. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_tags.R:83:3'): types ───────────────────────────────────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(type(Scalar()), "scalar") at test_tags.R:83:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─paws.common::type(Scalar())
     5. │ └─paws.common::tag_get(object, "type")
     6. └─paws.common:::Scalar()
    
     [ FAIL 116 | WARN 0 | SKIP 7 | PASS 489 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.6.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [19s/52s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(paws.common)
     >
     > test_check("paws.common")
     [ FAIL 116 | WARN 0 | SKIP 7 | PASS 489 ]
    
     ══ Skipped tests (7) ═══════════════════════════════════════════════════════════
     • (1): 'test_handlers_query.R:88: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 (1): 'test_handlers_jsonrpc.R:281:3'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_custom_s3.R:132:3'): s3_unmarshal_get_bucket_location ──────────
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(LocationConstraint = Scalar(type = "character")) at test_custom_s3.R:132:2
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_custom_s3.R:172:3'): s3_unmarshal_select_object_content ────────
     Error in `Scalar(.tags = list(eventpayload = TRUE, type = "blob"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_custom_s3.R:172:2
     2. ├─paws.common:::Structure(...)
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(.tags = list(eventpayload = TRUE, type = "blob"))
     ── Error ('test_handlers_ec2query.R:24:3'): build scalar members ───────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Bar = "val2", Foo = "val1") at test_handlers_ec2query.R:24:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:15:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_ec2query.R:44:3'): build location name and query name ──
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(Bar = "val2", Foo = "val1", Yuck = "val3") at test_handlers_ec2query.R:44:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:35:2
     3. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:65:3'): build nested structure members ─────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(Struct = list(Scalar = "foo")) at test_handlers_ec2query.R:65:2
     2. ├─paws.common:::Structure(Struct = Structure(Scalar = Scalar())) at test_handlers_ec2query.R:56:2
     3. ├─paws.common:::Structure(Scalar = Scalar())
     4. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:90:3'): build list types ───────────────────
     Error in `Scalar(value, .tags = .tags, type = "boolean")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(...) at test_handlers_ec2query.R:90:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:80:2
     3. ├─paws.common:::List(Bool())
     4. └─paws.common:::Bool()
     5. └─paws.common:::Scalar(value, .tags = .tags, type = "boolean")
     ── Error ('test_handlers_ec2query.R:110:3'): build location name list ──────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(ListArg = c("a", "b", "c")) at test_handlers_ec2query.R:110:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:103:2
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:127:3'): build query name list ─────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(ListArg = c("a", "b", "c")) at test_handlers_ec2query.R:127:2
     2. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:120:2
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar()
     ── Error ('test_handlers_ec2query.R:144:3'): build blob argument ───────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(BlobArg = charToRaw("foo")) at test_handlers_ec2query.R:144:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob")) at test_handlers_ec2query.R:137:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_ec2query.R:161:3'): build time argument ───────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(TimeArg = unix_time(1422172800)) at test_handlers_ec2query.R:161:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_ec2query.R:154:2
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_ec2query.R:178:3'): build idempotency token ───────────
     Error in `Scalar(.tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(Token = "abc123") at test_handlers_ec2query.R:178:2
     2. ├─paws.common:::Structure(Token = Scalar(.tags = list(idempotencyToken = TRUE))) at test_handlers_ec2query.R:171:2
     3. └─paws.common:::Scalar(.tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_ec2query.R:187:3'): build idempotency token ───────────
     Error in `Scalar(.tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9() at test_handlers_ec2query.R:187:2
     2. ├─paws.common:::Structure(Token = Scalar(.tags = list(idempotencyToken = TRUE))) at test_handlers_ec2query.R:171:2
     3. └─paws.common:::Scalar(.tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_ec2query.R:204:3'): build list enums ──────────────────
     Error in `Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(ListEnums = list("foo", "", "bar")) at test_handlers_ec2query.R:204:2
     2. ├─paws.common:::Structure(ListEnums = List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))) at test_handlers_ec2query.R:195:2
     3. ├─paws.common:::List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))
     4. └─paws.common:::Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))
     ── Error ('test_handlers_ec2query.R:213:3'): build empty list enums ────────────
     Error in `Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10() at test_handlers_ec2query.R:213:2
     2. ├─paws.common:::Structure(ListEnums = List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))) at test_handlers_ec2query.R:195:2
     3. ├─paws.common:::List(Scalar(.tags = list(enum = "InputService10TestShapeEnumType")))
     4. └─paws.common:::Scalar(.tags = list(enum = "InputService10TestShapeEnumType"))
     ── Error ('test_handlers_ec2query.R:228:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_ec2query.R:228:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_jsonrpc.R:26:3'): build scalar members ────────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Name = "myname") at test_handlers_jsonrpc.R:26:2
     2. ├─paws.common:::Structure(Name = Scalar()) at test_handlers_jsonrpc.R:19:2
     3. └─paws.common:::Scalar()
     ── Error ('test_handlers_jsonrpc.R:46:3'): build timestamp value ───────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(TimeArg = unix_time(1422172800)) at test_handlers_jsonrpc.R:46:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_jsonrpc.R:39:2
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_jsonrpc.R:64:3'): build blob value ────────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(BlobArg = charToRaw("foo")) at test_handlers_jsonrpc.R:64:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob"), BlobMap = Map(Scalar(type = "blob"))) at test_handlers_jsonrpc.R:56:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_jsonrpc.R:73:3'): build blob map ──────────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(BlobMap = list(key1 = charToRaw("foo"), key2 = charToRaw("bar"))) at test_handlers_jsonrpc.R:73:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob"), BlobMap = Map(Scalar(type = "blob"))) at test_handlers_jsonrpc.R:56:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_jsonrpc.R:93:3'): build blob list ─────────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(ListParam = list(charToRaw("foo"), charToRaw("bar"))) at test_handlers_jsonrpc.R:93:2
     2. ├─paws.common:::Structure(ListParam = List(Scalar(type = "blob"))) at test_handlers_jsonrpc.R:86:2
     3. ├─paws.common:::List(Scalar(type = "blob"))
     4. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_jsonrpc.R:115:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(RecursiveStruct = list(NoRecurse = "foo")) at test_handlers_jsonrpc.R:115:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string"))) at test_handlers_jsonrpc.R:106:2
     3. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:138:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(RecursiveStruct = list(RecursiveStruct = list(NoRecurse = "foo"))) at test_handlers_jsonrpc.R:138:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))) at test_handlers_jsonrpc.R:127:2
     3. ├─paws.common:::Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))
     4. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     5. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:167:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(RecursiveStruct = list(RecursiveStruct = list(RecursiveStruct = list(RecursiveStruct = list(NoRecurse = "foo"))))) at test_handlers_jsonrpc.R:167:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))))) at test_handlers_jsonrpc.R:152:2
     3. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))))
     4. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string"))))
     5. ├─paws.common:::Structure(RecursiveStruct = Structure(NoRecurse = Scalar(type = "string")))
     6. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     7. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:198:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(...) at test_handlers_jsonrpc.R:198:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveList = List(Structure(NoRecurse = Scalar(type = "string"))))) at test_handlers_jsonrpc.R:185:2
     3. ├─paws.common:::Structure(RecursiveList = List(Structure(NoRecurse = Scalar(type = "string"))))
     4. ├─paws.common:::List(Structure(NoRecurse = Scalar(type = "string")))
     5. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     6. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:229:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(...) at test_handlers_jsonrpc.R:229:2
     2. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:213:2
     3. ├─paws.common:::Structure(...)
     4. ├─paws.common:::List(...)
     5. ├─paws.common:::Structure(...)
     6. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:259:3'): build nested structure ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(...) at test_handlers_jsonrpc.R:259:2
     2. ├─paws.common:::Structure(RecursiveStruct = Structure(RecursiveMap = Map(Structure(NoRecurse = Scalar(type = "string"))))) at test_handlers_jsonrpc.R:246:2
     3. ├─paws.common:::Structure(RecursiveMap = Map(Structure(NoRecurse = Scalar(type = "string"))))
     4. ├─paws.common:::Map(Structure(NoRecurse = Scalar(type = "string")))
     5. ├─paws.common:::Structure(NoRecurse = Scalar(type = "string"))
     6. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:299:3'): build idempotency token ────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12(Token = "abc123") at test_handlers_jsonrpc.R:299:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_jsonrpc.R:292:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_jsonrpc.R:308:3'): build idempotency token ────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12() at test_handlers_jsonrpc.R:308:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_jsonrpc.R:292:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_jsonrpc.R:324:3'): build enums ────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService8TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(FooEnum = "foo", ListEnums = list("foo", "", "bar")) at test_handlers_jsonrpc.R:324:2
     2. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:316:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService8TestShapeEnumType"))
     ── Error ('test_handlers_jsonrpc.R:358:3'): build nested structure with incomplete input shape ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14(...) at test_handlers_jsonrpc.R:358:2
     2. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:339:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_jsonrpc.R:447:3'): build scalar members ───────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Name = "myname") at test_handlers_jsonrpc.R:447:2
     2. ├─paws.common:::Structure(Name = Scalar()) at test_handlers_jsonrpc.R:440:2
     3. └─paws.common:::Scalar()
     ── Error ('test_handlers_jsonrpc.R:465:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_jsonrpc.R:465:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_query.R:21:3'): build scalar members ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Bar = "val2", Foo = "val1") at test_handlers_query.R:21:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:12:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:31:3'): build scalar members ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Baz = TRUE) at test_handlers_query.R:31:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:12:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:40:3'): build scalar members ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(Baz = FALSE) at test_handlers_query.R:40:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:12:2
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:59:3'): build nested structure members ────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(StructArg = list(ScalarArg = "foo")) at test_handlers_query.R:59:2
     2. ├─paws.common:::Structure(StructArg = Structure(ScalarArg = Scalar(type = "string"))) at test_handlers_query.R:50:2
     3. ├─paws.common:::Structure(ScalarArg = Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:78:3'): build list members ────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(ListArg = c("foo", "bar", "baz")) at test_handlers_query.R:78:2
     2. ├─paws.common:::Structure(ListArg = List(Scalar(type = "string"))) at test_handlers_query.R:71:2
     3. ├─paws.common:::List(Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:108:3'): build flattened list ─────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(ListArg = c("a", "b", "c"), ScalarArg = "foo") at test_handlers_query.R:108:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:99:2
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:118:3'): build flattened named list ───────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(NamedListArg = c("a")) at test_handlers_query.R:118:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:99:2
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:135:3'): build flattened map ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(MapArg = list(key1 = "val1", key2 = "val2")) at test_handlers_query.R:135:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:128:2
     3. ├─paws.common:::Map(Scalar(type = "string"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:155:3'): build non-flattened list with location name ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(ListArg = list("a", "b", "c")) at test_handlers_query.R:155:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:148:2
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(locationNameList = "item"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:177:3'): build flattened list with location name ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(ListArg = list("a", "b", "c"), ScalarArg = "foo") at test_handlers_query.R:177:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:169:2
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:199:3'): build map ────────────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(MapArg = list(key1 = "val1", key2 = "val2")) at test_handlers_query.R:199:2
     2. ├─paws.common:::Structure(MapArg = Map(Scalar(type = "string"))) at test_handlers_query.R:192:2
     3. ├─paws.common:::Map(Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:219:3'): build map with location name ─────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(MapArg = list(key1 = "val1", key2 = "val2")) at test_handlers_query.R:219:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:212:2
     3. ├─paws.common:::Map(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:239:3'): build blob argument ──────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(BlobArg = charToRaw("foo")) at test_handlers_query.R:239:2
     2. ├─paws.common:::Structure(BlobArg = Scalar(type = "blob")) at test_handlers_query.R:232:2
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_query.R:256:3'): build blob argument ──────────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input11(BlobArgs = list(charToRaw("foo"))) at test_handlers_query.R:256:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:249:2
     3. ├─paws.common:::List(Scalar(type = "blob"), .tags = list(flattened = TRUE))
     4. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_query.R:273:3'): build timestamp values ───────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12(TimeArg = unix_time(1422172800)) at test_handlers_query.R:273:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_query.R:266:2
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_query.R:305:3'): build nested shapes ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(...) at test_handlers_query.R:305:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:283:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:325:3'): build nested shapes ──────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(...) at test_handlers_query.R:325:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:283:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_query.R:351:3'): build idempotency token ──────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14(Token = "abc123") at test_handlers_query.R:351:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_query.R:344:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_query.R:360:3'): build idempotency token auto-fill ────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14() at test_handlers_query.R:360:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_query.R:344:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_query.R:376:3'): build enum ───────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15(FooEnum = "foo", ListEnum = list("foo", "", "bar")) at test_handlers_query.R:376:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:368:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))
     ── Error ('test_handlers_query.R:390:3'): build enum ───────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15(FooEnum = "foo") at test_handlers_query.R:390:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:368:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))
     ── Error ('test_handlers_query.R:399:3'): build enum ───────────────────────────
     Error in `Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15() at test_handlers_query.R:399:2
     2. ├─paws.common:::Structure(...) at test_handlers_query.R:368:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(enum = "InputService15TestShapeEnumType"))
     ── Error ('test_handlers_query.R:413:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_query.R:413:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_rest.R:67:3'): build request with URL ─────────────────
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input1(foo = "bar") at test_handlers_rest.R:67:2
     2. ├─paws.common:::Structure(foo = Scalar(type = "string", .tags = list(location = "uri"))) at test_handlers_rest.R:62:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:40:3'): URI parameter with no location name ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(PipelineId = "foo") at test_handlers_restjson.R:40:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:35:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:62:3'): URI parameter with location name ───
     Error in `Scalar(type = "string", .tags = list(location = "uri", locationName = "PipelineId"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(Foo = "bar") at test_handlers_restjson.R:62:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:57:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:84:3'): query string list of strings ───────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(Items = list("value1", "value2")) at test_handlers_restjson.R:84:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:79:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:107:3'): query string map of strings ───────
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(PipelineId = "foo", QueryDoc = list(bar = "baz", fizz = "buzz")) at test_handlers_restjson.R:107:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:101:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:134:3'): query string map of lists of strings ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(...) at test_handlers_restjson.R:134:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:128:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restjson.R:160:3'): query string with bool (true) ─────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(BoolQuery = TRUE) at test_handlers_restjson.R:160:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:155:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:182:3'): query string with bool (false) ────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(BoolQuery = FALSE) at test_handlers_restjson.R:182:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:177:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:206:3'): URI and query string parameters ───
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(Ascending = "true", PageToken = "bar", PipelineId = "foo") at test_handlers_restjson.R:206:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:199:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:236:3'): URI, query string, and JSON body ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input10(...) at test_handlers_restjson.R:236:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:225:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:272:3'): URI, query string, JSON body, and header ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input11(...) at test_handlers_restjson.R:272:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:260:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:306:3'): streaming payload ─────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "body"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input12(Body = charToRaw("contents"), Checksum = "foo", VaultName = "name") at test_handlers_restjson.R:306:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:298:4
     3. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "body"))
     ── Error ('test_handlers_restjson.R:333:3'): serialize blobs in body ───────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input13(Bar = charToRaw("Blob param"), Foo = "foo_name") at test_handlers_restjson.R:333:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:327:4
     3. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_restjson.R:359:3'): blob payload ──────────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "foo"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14(Foo = charToRaw("bar")) at test_handlers_restjson.R:359:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:351:2
     3. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "foo"))
     ── Error ('test_handlers_restjson.R:370:3'): empty blob payload ────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "foo"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input14() at test_handlers_restjson.R:370:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:351:2
     3. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "foo"))
     ── Error ('test_handlers_restjson.R:396:3'): structure payload ─────────────────
     Error in `Scalar(type = "string", .tags = list(locationName = "baz"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15(Foo = list(Baz = "bar")) at test_handlers_restjson.R:396:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:385:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "baz"))
     ── Error ('test_handlers_restjson.R:409:3'): empty structure payload ───────────
     Error in `Scalar(type = "string", .tags = list(locationName = "baz"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input15() at test_handlers_restjson.R:409:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:385:2
     3. ├─paws.common:::Structure(...)
     4. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "baz"))
     ── Error ('test_handlers_restjson.R:430:3'): omit null query string parameters ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "param-name"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input16() at test_handlers_restjson.R:430:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:425:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:451:3'): serialize empty string query string parameters ──
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "param-name"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input17(Foo = "") at test_handlers_restjson.R:451:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:446:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:476:3'): timestamp value ───────────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input18(TimeArg = unix_time(1422172800)) at test_handlers_restjson.R:476:2
     2. ├─paws.common:::Structure(TimeArg = Scalar(type = "timestamp")) at test_handlers_restjson.R:471:4
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_restjson.R:499:3'): timestamp value in header ─────────
     Error in `Scalar(type = "timestamp", .tags = list(location = "header",
     locationName = "x-amz-timearg"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input19(TimeArgInHeader = unix_time(1422172800)) at test_handlers_restjson.R:499:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:494:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restjson.R:522:3'): timestamp value in JSON body ──────
     Error in `Scalar(type = "timestamp", .tags = list(locationName = "timestamp_location"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input20(TimeArg = unix_time(1422172800)) at test_handlers_restjson.R:522:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:517:4
     3. └─paws.common:::Scalar(type = "timestamp", .tags = list(locationName = "timestamp_location"))
     ── Error ('test_handlers_restjson.R:546:3'): string payload ────────────────────
     Error in `Scalar(type = "string", .tags = list(locationName = "foo"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input21(Foo = "bar") at test_handlers_restjson.R:546:2
     2. ├─paws.common:::Structure(...) at test_handlers_restjson.R:540:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "foo"))
     ── Error ('test_handlers_restjson.R:570:3'): idempotency token ─────────────────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input22(Token = "abc123") at test_handlers_restjson.R:570:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_restjson.R:563:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_restjson.R:581:3'): auto-fill idempotency token ───────
     Error in `Scalar(type = "string", .tags = list(idempotencyToken = TRUE))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input22() at test_handlers_restjson.R:581:2
     2. ├─paws.common:::Structure(Token = Scalar(type = "string", .tags = list(idempotencyToken = TRUE))) at test_handlers_restjson.R:563:2
     3. └─paws.common:::Scalar(type = "string", .tags = list(idempotencyToken = TRUE))
     ── Error ('test_handlers_restjson.R:603:3'): unmarshal scalar members ──────────
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:603:2
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_handlers_restjson.R:640:3'): unmarshal blob member ─────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:640:2
     2. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_restjson.R:659:3'): unmarshal timestamp member ────────
     Error in `Scalar(type = "timestamp", .tags = list(timestampFormat = "unix"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:659:2
     2. └─paws.common:::Scalar(type = "timestamp", .tags = list(timestampFormat = "unix"))
     ── Error ('test_handlers_restjson.R:678:3'): unmarshal list ────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(ListMember = List(Scalar(type = "string"))) at test_handlers_restjson.R:678:2
     2. ├─paws.common:::List(Scalar(type = "string"))
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:694:3'): unmarshal list with structure member ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(ListMember = List(Structure(Foo = Scalar(type = "string")))) at test_handlers_restjson.R:694:2
     2. ├─paws.common:::List(Structure(Foo = Scalar(type = "string")))
     3. ├─paws.common:::Structure(Foo = Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:714:3'): unmarshal map ─────────────────────
     Error in `Scalar(type = "integer")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(MapMember = Map(List(Scalar(type = "integer")))) at test_handlers_restjson.R:714:2
     2. ├─paws.common:::Map(List(Scalar(type = "integer")))
     3. ├─paws.common:::List(Scalar(type = "integer"))
     4. └─paws.common:::Scalar(type = "integer")
     ── Error ('test_handlers_restjson.R:734:3'): unmarshal map with timestamps ─────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(MapMember = Map(Scalar(type = "timestamp"))) at test_handlers_restjson.R:734:2
     2. ├─paws.common:::Map(Scalar(type = "timestamp"))
     3. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_handlers_restjson.R:752:3'): unmarshal ignores extra data ──────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(StrType = Scalar(type = "string")) at test_handlers_restjson.R:752:2
     2. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:768:3'): unmarshal header map ──────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:768:2
     2. ├─paws.common:::Map(Scalar(type = "string"), .tags = list(location = "headers"))
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:790:3'): JSON payload ──────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:790:2
     2. ├─paws.common:::Structure(Foo = Scalar(type = "string"))
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restjson.R:815:3'): unmarshal blob payload ────────────
     Error in `Scalar(type = "blob")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restjson.R:815:2
     2. └─paws.common:::Scalar(type = "blob")
     ── Error ('test_handlers_restxml.R:41:3'): URI parameter with no location name ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input2(PipelineId = "foo") at test_handlers_restxml.R:41:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:36:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restxml.R:63:3'): URI parameter with location name ────
     Error in `Scalar(type = "string", .tags = list(location = "uri", locationName = "PipelineId"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input3(Foo = "bar") at test_handlers_restxml.R:63:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:58:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:85:3'): query string list of strings ────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input4(Items = list("value1", "value2")) at test_handlers_restxml.R:85:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:80:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:108:3'): query string map of strings ────────
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input5(PipelineId = "foo", QueryDoc = list(bar = "baz", fizz = "buzz")) at test_handlers_restxml.R:108:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:102:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restxml.R:135:3'): query string map of lists of strings ──
     Error in `Scalar(type = "string", .tags = list(location = "uri"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input6(...) at test_handlers_restxml.R:135:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:129:4
     3. └─paws.common:::Scalar(type = "string", .tags = list(location = "uri"))
     ── Error ('test_handlers_restxml.R:161:3'): query string with bool (true) ──────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input7(BoolQuery = TRUE) at test_handlers_restxml.R:161:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:156:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:183:3'): query string with bool (false) ─────
     Error in `Scalar(type = "boolean", .tags = list(location = "querystring",
     locationName = "bool-query"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input8(BoolQuery = FALSE) at test_handlers_restxml.R:183:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:178:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:207:3'): URI and query string parameters ────
     Error in `Scalar(type = "string", .tags = list(location = "querystring",
     locationName = "Ascending"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input9(Ascending = "true", PageToken = "bar", PipelineId = "foo") at test_handlers_restxml.R:207:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:200:4
     3. └─paws.common:::Scalar(...)
     ── Error ('test_handlers_restxml.R:234:3'): Basic XML Case1 ────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Description = "bar", Name = "foo") at test_handlers_restxml.R:234:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:227:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:262:3'): Other Scalar Case1 ─────────────────
     Error in `Scalar(type = "boolean")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(First = TRUE, Fourth = 3, Second = FALSE, Third = 1.2) at test_handlers_restxml.R:262:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:249:4
     3. └─paws.common:::Scalar(type = "boolean")
     ── Error ('test_handlers_restxml.R:289:3'): Nested Structure Case1 ─────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(...) at test_handlers_restxml.R:289:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:278:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:315:3'): NonFlattened List Case1 ────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:315:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:306:4
     3. ├─paws.common:::List(Scalar(type = "string"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:345:3'): NonFlattened List With LocationName Case1 ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:345:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:332:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:372:3'): Flattened List Case1 ───────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:372:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:362:4
     3. ├─paws.common:::List(Scalar(type = "string"), .tags = list(flattened = "true"))
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:399:3'): Flattened List with LocationName Case1 ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(ListParam = list("one", "two", "three")) at test_handlers_restxml.R:399:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:389:4
     3. ├─paws.common:::List(...)
     4. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:434:3'): List of Structures Case1 ───────────
     Error in `Scalar(type = "string", .tags = list(locationName = "value"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(...) at test_handlers_restxml.R:434:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:416:4
     3. ├─paws.common:::List(...)
     4. ├─paws.common:::Structure(Element = Scalar(type = "string", .tags = list(locationName = "value")))
     5. └─paws.common:::Scalar(type = "string", .tags = list(locationName = "value"))
     ── Error ('test_handlers_restxml.R:464:3'): Blob Case1 ─────────────────────────
     Error in `Scalar(type = "blob", .tags = list(locationName = "b"))`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(StructureParam = list(B = list(charToRaw("foo")))) at test_handlers_restxml.R:464:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:452:4
     3. ├─paws.common:::Structure(B = Scalar(type = "blob", .tags = list(locationName = "b")))
     4. └─paws.common:::Scalar(type = "blob", .tags = list(locationName = "b"))
     ── Error ('test_handlers_restxml.R:484:3'): skip empty argument ────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Description = "bar") at test_handlers_restxml.R:484:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:477:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:504:3'): newline in XML ─────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Description = "foo\nbar") at test_handlers_restxml.R:504:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:498:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:533:3'): parameters with no provided arguments are dropped ──
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) op_input_test(Nested = list(Foo = list(Bar = "abc123"))) at test_handlers_restxml.R:533:2
     2. ├─paws.common:::Structure(...) at test_handlers_restxml.R:519:4
     3. ├─paws.common:::Structure(...)
     4. ├─paws.common:::Structure(Bar = Scalar(type = "string"))
     5. └─paws.common:::Scalar(type = "string")
     ── Error ('test_handlers_restxml.R:556:1'): (code run outside of `test_that()`) ──
     Error in `Scalar(type = "character")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(...) at test_handlers_restxml.R:556:0
     2. └─paws.common:::Scalar(type = "character")
     ── Error ('test_jsonutil.R:14:3'): JSON tests ──────────────────────────────────
     Error in `Scalar(type = "string")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common (local) J() at test_jsonutil.R:14:2
     2. ├─paws.common:::Structure(...) at test_jsonutil.R:4:4
     3. └─paws.common:::Scalar(type = "string")
     ── Error ('test_populateutil.R:30:3'): Scalar ──────────────────────────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. └─paws.common:::Scalar() at test_populateutil.R:30:2
     ── Error ('test_retry.R:86:1'): (code run outside of `test_that()`) ────────────
     Error in `Scalar(type = "timestamp")`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─paws.common:::Structure(Timestamp = Scalar(type = "timestamp")) at test_retry.R:86:0
     2. └─paws.common:::Scalar(type = "timestamp")
     ── Error ('test_tags.R:83:3'): types ───────────────────────────────────────────
     Error in `Scalar()`: a scalar must be length <= 1
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(type(Scalar()), "scalar") at test_tags.R:83:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─paws.common::type(Scalar())
     5. │ └─paws.common::tag_get(object, "type")
     6. └─paws.common:::Scalar()
    
     [ FAIL 116 | WARN 0 | SKIP 7 | PASS 489 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc