Skip to content

Test and Build

Test and Build #37

Manually triggered September 5, 2026 02:10
Status Failure
Total duration 2m 58s
Artifacts

test-build.yml

on: workflow_dispatch
Matrix: test-shard
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 33 warnings
Lint and Test
Process completed with exit code 1.
Lint and Test
@sim/app#lint:check: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run lint:check exited (1)
Lint and Test
Process completed with exit code 1.
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'get_substitution_variable' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'list_substitution_variables' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'add_member' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'POST' // Object.is equality - Expected: "POST" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'get_member' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'get_dimension' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'list_dimensions' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'list_cubes' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/internal/oracle-epm-planning/execute-tool.test.ts > Planning operation contracts through the real foundation > 'list_applications' matches its official method, encoding and output: apps/sim/lib/internal/oracle-epm-planning/execute-tool.test.ts#L823
AssertionError: expected undefined to be 'GET' // Object.is equality - Expected: "GET" + Received: undefined ❯ lib/internal/oracle-epm-planning/execute-tool.test.ts:823:28
lib/integrations/credential-display.test.ts > service-account coverage > pins the table to exactly the registered service-account provider ids: apps/sim/lib/integrations/credential-display.test.ts#L114
AssertionError: expected [ 'airtable-service-account', …(25) ] to deeply equal [ 'airtable-service-account', …(24) ] - Expected + Received @@ -12,10 +12,11 @@ "hubspot-service-account", "linear-service-account", "monday-service-account", "netsuite-service-account", "notion-service-account", + "oracle-epm-service-account", "pipedrive-service-account", "salesforce-service-account", "shopify-service-account", "slack-custom-bot", "snowflake-service-account", ❯ lib/integrations/credential-display.test.ts:114:44
Test (shard 2)
@sim/app#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
Test (shard 3)
Process completed with exit code 1.
lib/selectors/manifest.test.ts > selector manifest > requires executable preparation for every non-fixed destination: apps/sim/lib/selectors/manifest.test.ts#L101
AssertionError: expected [ { …(3) }, …(19) ] to have a length of 13 but got 20 - Expected + Received - 13 + 20 ❯ lib/selectors/manifest.test.ts:101:34
lib/selectors/manifest.test.ts > selector manifest > attaches every manifest key exactly once on its declared execution side: apps/sim/lib/selectors/manifest.test.ts#L39
AssertionError: expected [ 'airtable.bases', …(88) ] to have a length of 82 but got 89 - Expected + Received - 82 + 89 ❯ lib/selectors/manifest.test.ts:39:26
lib/selectors/manifest.test.ts > selector manifest > keeps the completed migration inventory exhaustive and legacy-free: apps/sim/lib/selectors/manifest.test.ts#L12
AssertionError: expected [ 'airtable.bases', …(100) ] to have a length of 94 but got 101 - Expected + Received - 94 + 101 ❯ lib/selectors/manifest.test.ts:12:43
Test (shard 3)
@sim/app#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
Build App
Process completed with exit code 1.
Build App
@sim/app#build: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run build exited (1)
Build App
Argument of type 'PlanningJob | undefined' is not assignable to parameter of type 'PlanningJob'.
Build App
Argument of type '{ status: number; details: string | null; links: { rel: string; href: string; method: string | undefined; }[]; } | undefined' is not assignable to parameter of type '{ status: number; details: string | null; links: { rel: string; href: string; method: string | undefined; }[]; }'.
Build App
Argument of type '{ status: number; details: string | null; links: { rel: string; href: string; method: string | undefined; }[]; } | undefined' is not assignable to parameter of type '{ status: number; }'.
Build App
Argument of type '{ status: number; details: string | null; links: { rel: string; href: string; method: string | undefined; }[]; } | undefined' is not assignable to parameter of type '{ status: number; }'.
Build App
Type '{ readonly tags: readonly ["automation", "data-analytics", "finance"]; readonly url: 'https://www.oracle.com/performance-management/planning/'; readonly templates: readonly [{ readonly icon: (props: SVGProps<SVGSVGElement>) => JSX.Element; ... 4 more ...; readonly tags: readonly [...]; }, ... 6 more ..., { ...; }]; ...' is not assignable to type 'BlockMeta'.
Build App
Type '"finance"' is not assignable to type 'IntegrationTag'.
Lint and Test
Skipping sticky disk commit due to previous step failures
Lint and Test
- Step: unknown (failed)
Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
Lint and Test
Skipping sticky disk commit due to previous step failures
Lint and Test
- Step: unknown (failed)
Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
Lint and Test
Skipping sticky disk commit due to previous step failures
Lint and Test
- Step: unknown (failed)
Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
Test (shard 2)
Skipping sticky disk commit due to previous step failures
Test (shard 2)
- Step: unknown (failed)
Test (shard 2)
Found 2 failed/cancelled steps in previous workflow steps
Test (shard 2)
Skipping sticky disk commit due to previous step failures
Test (shard 2)
- Step: unknown (failed)
Test (shard 2)
Found 2 failed/cancelled steps in previous workflow steps
Test (shard 2)
Skipping sticky disk commit due to previous step failures
Test (shard 2)
- Step: unknown (failed)
Test (shard 2)
Found 2 failed/cancelled steps in previous workflow steps
Test (shard 3)
Skipping sticky disk commit due to previous step failures
Test (shard 3)
- Step: unknown (failed)
Test (shard 3)
Found 2 failed/cancelled steps in previous workflow steps
Test (shard 3)
Skipping sticky disk commit due to previous step failures
Test (shard 3)
- Step: unknown (failed)
Test (shard 3)
Found 2 failed/cancelled steps in previous workflow steps
Test (shard 3)
Skipping sticky disk commit due to previous step failures
Test (shard 3)
- Step: unknown (failed)
Test (shard 3)
Found 2 failed/cancelled steps in previous workflow steps
Build App
Skipping sticky disk commit due to previous step failures
Build App
Found 2 failed/cancelled steps in previous workflow steps
Build App
Skipping sticky disk commit due to previous step failures
Build App
Found 2 failed/cancelled steps in previous workflow steps
Build App
Skipping sticky disk commit due to previous step failures
Build App
Found 2 failed/cancelled steps in previous workflow steps