feat(observability): add mothership tracing #15119
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
1m 13s
Check Docs Changes
0s
Matrix: Build Dev ECR
Matrix: Build ARM64 (GHCR Only)
Matrix: Build AMD64
Migrate Dev DB
/
Apply Database Migrations
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Create GitHub Release
Annotations
10 errors and 7 warnings
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > DELETE > should handle JSON parsing errors from Sim Agent on delete:
apps/sim/app/api/copilot/api-keys/route.test.ts#L346
AssertionError: expected { error: 'Failed to delete key' } to deeply equal { Object (error) }
- Expected
+ Received
{
- "error": "Invalid response from Sim Agent",
+ "error": "Failed to delete key",
}
❯ app/api/copilot/api-keys/route.test.ts:346:28
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > DELETE > should return 500 when Sim Agent returns invalid response:
apps/sim/app/api/copilot/api-keys/route.test.ts#L313
AssertionError: expected { error: 'Failed to delete key' } to deeply equal { Object (error) }
- Expected
+ Received
{
- "error": "Invalid response from Sim Agent",
+ "error": "Failed to delete key",
}
❯ app/api/copilot/api-keys/route.test.ts:313:28
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > DELETE > should return error when Sim Agent returns non-ok response:
apps/sim/app/api/copilot/api-keys/route.test.ts#L293
AssertionError: expected 500 to be 404 // Object.is equality
- Expected
+ Received
- 404
+ 500
❯ app/api/copilot/api-keys/route.test.ts:293:31
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > DELETE > should successfully delete an API key:
apps/sim/app/api/copilot/api-keys/route.test.ts#L262
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/copilot/api-keys/route.test.ts:262:31
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should handle JSON parsing errors from Sim Agent:
apps/sim/app/api/copilot/api-keys/route.test.ts#L220
AssertionError: expected { error: 'Failed to get keys' } to deeply equal { Object (error) }
- Expected
+ Received
{
- "error": "Invalid response from Sim Agent",
+ "error": "Failed to get keys",
}
❯ app/api/copilot/api-keys/route.test.ts:220:28
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should handle API keys with empty apiKey string:
apps/sim/app/api/copilot/api-keys/route.test.ts#L200
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/copilot/api-keys/route.test.ts:200:31
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return 500 when Sim Agent returns invalid response:
apps/sim/app/api/copilot/api-keys/route.test.ts#L159
AssertionError: expected { error: 'Failed to get keys' } to deeply equal { Object (error) }
- Expected
+ Received
{
- "error": "Invalid response from Sim Agent",
+ "error": "Failed to get keys",
}
❯ app/api/copilot/api-keys/route.test.ts:159:28
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return error when Sim Agent returns non-ok response:
apps/sim/app/api/copilot/api-keys/route.test.ts#L139
AssertionError: expected 500 to be 503 // Object.is equality
- Expected
+ Received
- 503
+ 500
❯ app/api/copilot/api-keys/route.test.ts:139:31
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return empty array when user has no API keys:
apps/sim/app/api/copilot/api-keys/route.test.ts#L94
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/copilot/api-keys/route.test.ts:94:31
|
|
app/api/copilot/api-keys/route.test.ts > Copilot API Keys API Route > GET > should return list of API keys with masked values:
apps/sim/app/api/copilot/api-keys/route.test.ts#L71
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/copilot/api-keys/route.test.ts:71:31
|
|
Test and Build / Test and Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|