chore(deps-dev): bump zod from 4.0.5 to 4.0.13 #5752
pr-run-linting-check-and-unit-tests.yml
on: pull_request
run-unit-tests
/
check-layer-publisher
1m 28s
run-unit-tests
/
check-docs-snippets
1m 11s
run-unit-tests
/
check-docs
1m 14s
Matrix: run-unit-tests / check-examples
Matrix: run-unit-tests / code-quality
Annotations
6 errors and 74 warnings
run-unit-tests / code-quality (20, packages/parser)
Process completed with exit code 1.
|
tests/unit/envelopes/cloudwatch.test.ts > Envelope: CloudWatch > Method: safeParse > returns an error if the event is not a valid CloudWatch Logs event:
packages/parser/tests/unit/envelopes/cloudwatch.test.ts#L159
AssertionError: expected { success: false, …(2) } to deeply equal { success: false, …(2) }
- Expected
+ Received
@@ -1,30 +1,32 @@
{
- "error": ObjectContaining {
- "cause": ObjectContaining {
- "issues": [
- {
- "code": "invalid_format",
- "format": "base64",
- "message": "Invalid base64-encoded string",
- "path": [
- "awslogs",
- "data",
- ],
- },
- {
- "code": "custom",
- "fatal": true,
- "message": "Failed to decompress CloudWatch log data",
- "path": [
- "awslogs",
- "data",
- ],
- },
- ],
+ "error": ParseError {
+ "message": "Failed to parse CloudWatch Log envelope. This error was caused by: [
+ {
+ \"code\": \"invalid_format\",
+ \"format\": \"base64\",
+ \"path\": [
+ \"awslogs\",
+ \"data\"
+ ],
+ \"message\": \"Invalid base64-encoded string\"
+ }
+ ].",
+ "cause": ZodError {
+ "message": "[
+ {
+ \"code\": \"invalid_format\",
+ \"format\": \"base64\",
+ \"path\": [
+ \"awslogs\",
+ \"data\"
+ ],
+ \"message\": \"Invalid base64-encoded string\"
+ }
+ ]",
+ "name": "ZodError",
},
- "message": StringContaining "Failed to parse CloudWatch Log envelope",
"name": "ParseError",
},
"originalEvent": {
"awslogs": {
"data": "invalid",
❯ tests/unit/envelopes/cloudwatch.test.ts:159:22
|
run-unit-tests / code-quality (22, packages/parser)
Process completed with exit code 1.
|
tests/unit/envelopes/cloudwatch.test.ts > Envelope: CloudWatch > Method: safeParse > returns an error if the event is not a valid CloudWatch Logs event:
packages/parser/tests/unit/envelopes/cloudwatch.test.ts#L159
AssertionError: expected { success: false, …(2) } to deeply equal { success: false, …(2) }
- Expected
+ Received
@@ -1,30 +1,32 @@
{
- "error": ObjectContaining {
- "cause": ObjectContaining {
- "issues": [
- {
- "code": "invalid_format",
- "format": "base64",
- "message": "Invalid base64-encoded string",
- "path": [
- "awslogs",
- "data",
- ],
- },
- {
- "code": "custom",
- "fatal": true,
- "message": "Failed to decompress CloudWatch log data",
- "path": [
- "awslogs",
- "data",
- ],
- },
- ],
+ "error": ParseError {
+ "message": "Failed to parse CloudWatch Log envelope. This error was caused by: [
+ {
+ \"code\": \"invalid_format\",
+ \"format\": \"base64\",
+ \"path\": [
+ \"awslogs\",
+ \"data\"
+ ],
+ \"message\": \"Invalid base64-encoded string\"
+ }
+ ].",
+ "cause": ZodError {
+ "message": "[
+ {
+ \"code\": \"invalid_format\",
+ \"format\": \"base64\",
+ \"path\": [
+ \"awslogs\",
+ \"data\"
+ ],
+ \"message\": \"Invalid base64-encoded string\"
+ }
+ ]",
+ "name": "ZodError",
},
- "message": StringContaining "Failed to parse CloudWatch Log envelope",
"name": "ParseError",
},
"originalEvent": {
"awslogs": {
"data": "invalid",
❯ tests/unit/envelopes/cloudwatch.test.ts:159:22
|
run-unit-tests / code-quality (18, packages/parser)
Process completed with exit code 1.
|
tests/unit/envelopes/cloudwatch.test.ts > Envelope: CloudWatch > Method: safeParse > returns an error if the event is not a valid CloudWatch Logs event:
packages/parser/tests/unit/envelopes/cloudwatch.test.ts#L159
AssertionError: expected { success: false, …(2) } to deeply equal { success: false, …(2) }
- Expected
+ Received
@@ -1,30 +1,32 @@
{
- "error": ObjectContaining {
- "cause": ObjectContaining {
- "issues": [
- {
- "code": "invalid_format",
- "format": "base64",
- "message": "Invalid base64-encoded string",
- "path": [
- "awslogs",
- "data",
- ],
- },
- {
- "code": "custom",
- "fatal": true,
- "message": "Failed to decompress CloudWatch log data",
- "path": [
- "awslogs",
- "data",
- ],
- },
- ],
+ "error": ParseError {
+ "message": "Failed to parse CloudWatch Log envelope. This error was caused by: [
+ {
+ \"code\": \"invalid_format\",
+ \"format\": \"base64\",
+ \"path\": [
+ \"awslogs\",
+ \"data\"
+ ],
+ \"message\": \"Invalid base64-encoded string\"
+ }
+ ].",
+ "cause": ZodError {
+ "message": "[
+ {
+ \"code\": \"invalid_format\",
+ \"format\": \"base64\",
+ \"path\": [
+ \"awslogs\",
+ \"data\"
+ ],
+ \"message\": \"Invalid base64-encoded string\"
+ }
+ ]",
+ "name": "ZodError",
},
- "message": StringContaining "Failed to parse CloudWatch Log envelope",
"name": "ParseError",
},
"originalEvent": {
"awslogs": {
"data": "invalid",
❯ tests/unit/envelopes/cloudwatch.test.ts:159:22
|
run-unit-tests / code-quality (20, packages/parser)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/tracer)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / check-examples (app)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / check-examples (app)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / check-docs-snippets
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/event-handler)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/event-handler)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/kafka)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/kafka)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/tracer)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/tracer)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/metrics)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/metrics)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / check-docs
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / check-docs
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/logger)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/logger)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/jmespath)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/jmespath)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/commons)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/commons)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/idempotency)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/idempotency)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/parser)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/validation)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/validation)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/batch)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/batch)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/jmespath)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/jmespath)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/validation)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/validation)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/jmespath)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/jmespath)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/metrics)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/metrics)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/event-handler)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/metrics)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/metrics)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/kafka)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/kafka)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/event-handler)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/event-handler)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/validation)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/validation)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/logger)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/logger)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/kafka)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/kafka)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/parameters)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/parameters)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/commons)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/commons)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/idempotency)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/idempotency)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/logger)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/logger)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/parser)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/batch)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/batch)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/idempotency)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/idempotency)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/batch)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/batch)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/parameters)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/parameters)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (18, packages/tracer)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (18, packages/tracer)
Cache not found for keys: 18-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (22, packages/commons)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (22, packages/commons)
Cache not found for keys: 22-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / check-layer-publisher
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / check-layer-publisher
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|
run-unit-tests / code-quality (20, packages/parameters)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
run-unit-tests / code-quality (20, packages/parameters)
Cache not found for keys: 20-node-modules-03eeeb18dcf9e59881ce7eafa9ad1fa66d5aa2e91e24697964371f706553e1ce
|