Running Copilot coding agent #356
Annotations
10 errors
|
src/system/translation.test.ts > TranslationDataSchema > should accept message translations:
packages/spec/src/system/translation.test.ts#L87
TypeError: Cannot read properties of undefined (reading '_zod')
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1398:46
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1630:35
❯ eval ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js:33:16
❯ ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:897:34
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:922:23
❯ Module.<anonymous> ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js:6:32
❯ _.inst.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js:39:42
❯ src/system/translation.test.ts:87:40
|
|
src/system/translation.test.ts > TranslationDataSchema > should accept app translations:
packages/spec/src/system/translation.test.ts#L74
ZodError: [
{
"code": "invalid_key",
"origin": "record",
"issues": [
{
"expected": "object",
"code": "invalid_type",
"path": [],
"message": "Invalid input: expected object, received string"
}
],
"path": [
"apps",
"sales"
],
"message": "Invalid key in record"
}
]
❯ src/system/translation.test.ts:74:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { _zod: { def: [ { code: 'invalid_key', origin: 'record', issues: [ { expected: 'object', code: 'invalid_type', path: [], message: 'Invalid input: expected object, received string' } ], path: [ 'apps', 'sales' ], message: 'Invalid key in record' } ], constr: 'Function<ZodError>', traits: { constructor: 'Function<Set>', has: 'Function<has>', add: 'Function<add>', delete: 'Function<delete>', clear: 'Function<clear>', entries: 'Function<entries>', forEach: 'Function<forEach>', size: 2, values: 'Function<values>', keys: 'Function<values>' }, deferred: [] }, issues: [ { code: 'invalid_key', origin: 'record', issues: [ { expected: 'object', code: 'invalid_type', path: [], message: 'Invalid input: expected object, received string' } ], path: [ 'apps', 'sales' ], message: 'Invalid key in record' } ], format: 'Function<value>', flatten: 'Function<value>', addIssue: 'Function<value>', addIssues: 'Function<value>', isEmpty: false }
|
|
src/system/translation.test.ts > TranslationDataSchema > should accept field translations:
packages/spec/src/system/translation.test.ts#L48
ZodError: [
{
"code": "invalid_key",
"origin": "record",
"issues": [
{
"expected": "object",
"code": "invalid_type",
"path": [],
"message": "Invalid input: expected object, received string"
}
],
"path": [
"objects",
"account"
],
"message": "Invalid key in record"
}
]
❯ src/system/translation.test.ts:48:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { _zod: { def: [ { code: 'invalid_key', origin: 'record', issues: [ { expected: 'object', code: 'invalid_type', path: [], message: 'Invalid input: expected object, received string' } ], path: [ 'objects', 'account' ], message: 'Invalid key in record' } ], constr: 'Function<ZodError>', traits: { constructor: 'Function<Set>', has: 'Function<has>', add: 'Function<add>', delete: 'Function<delete>', clear: 'Function<clear>', entries: 'Function<entries>', forEach: 'Function<forEach>', size: 2, values: 'Function<values>', keys: 'Function<values>' }, deferred: [] }, issues: [ { code: 'invalid_key', origin: 'record', issues: [ { expected: 'object', code: 'invalid_type', path: [], message: 'Invalid input: expected object, received string' } ], path: [ 'objects', 'account' ], message: 'Invalid key in record' } ], format: 'Function<value>', flatten: 'Function<value>', addIssue: 'Function<value>', addIssues: 'Function<value>', isEmpty: false }
|
|
src/system/translation.test.ts > TranslationDataSchema > should accept object translations:
packages/spec/src/system/translation.test.ts#L35
ZodError: [
{
"code": "invalid_key",
"origin": "record",
"issues": [
{
"expected": "object",
"code": "invalid_type",
"path": [],
"message": "Invalid input: expected object, received string"
}
],
"path": [
"objects",
"account"
],
"message": "Invalid key in record"
}
]
❯ src/system/translation.test.ts:35:40
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { _zod: { def: [ { code: 'invalid_key', origin: 'record', issues: [ { expected: 'object', code: 'invalid_type', path: [], message: 'Invalid input: expected object, received string' } ], path: [ 'objects', 'account' ], message: 'Invalid key in record' } ], constr: 'Function<ZodError>', traits: { constructor: 'Function<Set>', has: 'Function<has>', add: 'Function<add>', delete: 'Function<delete>', clear: 'Function<clear>', entries: 'Function<entries>', forEach: 'Function<forEach>', size: 2, values: 'Function<values>', keys: 'Function<values>' }, deferred: [] }, issues: [ { code: 'invalid_key', origin: 'record', issues: [ { expected: 'object', code: 'invalid_type', path: [], message: 'Invalid input: expected object, received string' } ], path: [ 'objects', 'account' ], message: 'Invalid key in record' } ], format: 'Function<value>', flatten: 'Function<value>', addIssue: 'Function<value>', addIssues: 'Function<value>', isEmpty: false }
|
|
src/system/tracing.test.ts > OpenTelemetryCompatibilitySchema > should accept OTLP HTTP exporter:
packages/spec/src/system/tracing.test.ts#L404
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown
- Expected:
undefined
+ Received:
"TypeError: Cannot read properties of undefined (reading '_zod')"
❯ src/system/tracing.test.ts:404:70
|
|
src/system/tracing.test.ts > TraceSamplingConfigSchema > should accept sampling rules:
packages/spec/src/system/tracing.test.ts#L309
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown
- Expected:
undefined
+ Received:
"TypeError: Cannot read properties of undefined (reading '_zod')"
❯ src/system/tracing.test.ts:309:63
|
|
src/system/tracing.test.ts > SpanSchema > should accept full span with all fields:
packages/spec/src/system/tracing.test.ts#L212
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown
- Expected:
undefined
+ Received:
"TypeError: Cannot read properties of undefined (reading '_zod')"
❯ src/system/tracing.test.ts:212:46
|
|
src/system/tracing.test.ts > SpanLinkSchema > should accept span link:
packages/spec/src/system/tracing.test.ts#L145
TypeError: Cannot read properties of undefined (reading '_zod')
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1398:46
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1630:35
❯ eval ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js:33:16
❯ ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:897:34
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:922:23
❯ Module.<anonymous> ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js:6:32
❯ _.inst.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js:39:42
❯ src/system/tracing.test.ts:145:33
|
|
src/system/tracing.test.ts > SpanEventSchema > should accept span event:
packages/spec/src/system/tracing.test.ts#L130
TypeError: Cannot read properties of undefined (reading '_zod')
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1398:46
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1630:35
❯ eval ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js:33:16
❯ ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:897:34
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:922:23
❯ Module.<anonymous> ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js:6:32
❯ _.inst.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js:39:42
❯ src/system/tracing.test.ts:130:35
|
|
src/system/startup-orchestrator.test.ts > Startup Orchestrator Protocol > HealthStatusSchema > should validate healthy status:
packages/spec/src/system/startup-orchestrator.test.ts#L59
TypeError: Cannot read properties of undefined (reading '_zod')
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1398:46
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:1630:35
❯ eval ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js:33:16
❯ ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:897:34
❯ Object.inst._zod.parse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js:922:23
❯ Module.<anonymous> ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js:33:32
❯ _.inst.safeParse ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js:40:46
❯ src/system/startup-orchestrator.test.ts:59:41
|