Running Copilot coding agent #306
Annotations
2 errors
|
src/data/external-lookup.test.ts > FieldMappingSchema > should default readonly to true:
packages/spec/src/data/external-lookup.test.ts#L151
AssertionError: expected undefined to be true // Object.is equality
- Expected:
true
+ Received:
undefined
❯ src/data/external-lookup.test.ts:151:29
|
|
copilot
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown\n\n- Expected: \nundefined\n\n+ Received: \n\"TypeError: Cannot read properties of undefined (reading 'parse')\"\n\n ❯ src/api/endpoint.test.ts:15:50\n ❯ src/api/endpoint.test.ts:14:18\n\n\n2026-01-30T19:26:55.1433179Z \n2026-01-30T19:26:55.1437149Z ##[error]AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown\n\n- Expected: \nundefined\n\n+ Received: \n\"TypeError: Cannot read properties of undefined (reading 'parse')\"\n\n ❯ src/data/external-lookup.test.ts:130:62\n\n\n2026-01-30T19:26:55.1439229Z \n2026-01-30T19:26:55.1442811Z ##[error]AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown\n\n- Expected: \nundefined\n\n+ Received: \n\"TypeError: Cannot read properties of undefined (reading 'parse')\"\n\n ❯ src/data/external-lookup.test.ts:140:64\n\n\n2026-01-30T19:26:55.1445870Z \n2026-01-30T19:26:55.1448254Z ##[error]TypeError: Cannot read properties of undefined (reading 'parse')\n ❯ src/data/external-lookup.test.ts:150:39\n\n\n2026-01-30T19:26:55.1449966Z \n2026-01-30T19:26:55.1453138Z ##[error]AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown\n\n- Expected: \nundefined\n\n+ Received: \n\"TypeError: Cannot read properties of undefined (reading 'parse')\"\n\n ❯ src/data/external-lookup.test.ts:162:65\n\n\n2026-01-30T19:26:55.1455180Z \n2026-01-30T19:26:55.1457966Z ##[error]AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown\n\n- Expected: \nundefined\n\n+ Received: \n\"TypeError: Cannot read properties of undefined (reading 'parse')\"\n\n ❯ src/data/external-lookup.test.ts:175:59\n ❯ src/data/external-lookup.test.ts:168:11\n\n\n2026-01-30T19:26:55.1822189Z /home/runner/work/spec/spec/packages/spec:\n2026-01-30T19:26:55.1823423Z ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @objectstack/spec@0.6.1 test: `vitest run`\n2026-01-30T19:26:55.1824163Z Exit status 1\n2026-01-30T19:26:55.1995277Z ##[error]Process completed with exit code 1.\n2026-01-30T19:26:55.2060896Z Post job cleanup.\n2026-01-30T19:26:55.2597442Z Pruning is unnecessary.\n2026-01-30T19:26:55.2698776Z Post job cleanup.\n2026-01-30T19:26:55.3641615Z [command]/usr/bin/git version\n2026-01-30T19:26:55.3691898Z git version 2.52.0\n2026-01-30T19:26:55.3753640Z Temporarily overriding HOME='/home/runner/work/_temp/5820dd41-a899-45da-984c-73c84a0aec0b' before making global git config changes\n2026-01-30T19:26:55.3755246Z Adding repository directory to the temporary git global config as a safe directory\n2026-01-30T19:26:55.3761711Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spec/spec\n2026-01-30T19:26:55.3801991Z [command]/usr/bin/git config --local --name-only --get-regexp core\\.sshCommand\n2026-01-30T19:26:55.3840867Z [command]/usr/bin/git submodule foreach --recursive sh -c \"git config --local --name-only --get-regexp 'core\\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"\n2026-01-30T19:26:55.4091293Z [command]/usr/bin/git config --local --name-only --get-regexp http\\.https\\:\\/\\/github\\.com\\/\\.extraheader\n2026-01-30T19:26:55.4113430Z http.https://github.com/.extraheader\n2026-01-30T19:26:55.4126641Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader\n2026-01-30T19:26:55.4160055Z [command]/usr/bin/git submodule foreach --recursive sh -c \"git config --local --name-only --get-regexp 'http\\.https\\:\\/\\/github\\.com\\/\\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"\n2026-01-30T19:26:55.4401115Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\\.gitdir:\n2026-01-30T19:26:55.4434169Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url\n2026-01-3
|