Skip to content

chore: commit package-lock.json #221

chore: commit package-lock.json

chore: commit package-lock.json #221

Triggered via push March 4, 2026 00:27
Status Failure
Total duration 1m 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build-and-test
Process completed with exit code 1.
test/orchestrator/plan/plan.test.ts > Plan orchestrator tests > Prioritizes xcode-tools in front of other resources: test/orchestrator/plan/plan.test.ts#L87
AssertionError: expected 6 to equal 7 - Expected + Received - 7 + 6 ❯ test/orchestrator/plan/plan.test.ts:87:47
test/orchestrator/plan/plan.test.ts > Plan orchestrator tests > Can plan a resource (create) including xcode-tools: test/orchestrator/plan/plan.test.ts#L47
AssertionError: expected 1 to equal 2 - Expected + Received - 2 + 1 ❯ test/orchestrator/plan/plan.test.ts:47:47
test/orchestrator/apply/apply.test.ts > Apply orchestrator tests > Installs xcode-tools if it doesnt exist: src/orchestrators/apply.ts#L20
Error: process.exit unexpectedly called with "0" ❯ Object.run src/orchestrators/apply.ts:20:22 ❯ test/orchestrator/apply/apply.test.ts:77:5
Unhandled error: test/orchestrator/plan/plan.test.ts#L60
AssertionError: expected null to match object { operation: 'create' } - Expected: Object { "operation": "create", } + Received: null ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1134:13 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/index.js:1686:25 ❯ Object.validatePlan test/orchestrator/plan/plan.test.ts:60:53 ❯ MockReporter.displayPlan test/orchestrator/mocks/reporter.ts:81:24 ❯ Function.run src/orchestrators/plan.ts:51:14 ❯ test/orchestrator/plan/plan.test.ts:79:44 ❯ node_modules/@vitest/runner/dist/index.js:533:5 ❯ runTest node_modules/@vitest/runner/dist/index.js:1056:11 ❯ runSuite node_modules/@vitest/runner/dist/index.js:1205:15 This error originated in "test/orchestrator/plan/plan.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Can apply a resource (recreate)". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/orchestrator/plan/plan.test.ts#L23
AssertionError: expected null to match object { operation: 'create' } - Expected: Object { "operation": "create", } + Received: null ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1134:13 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/index.js:1686:25 ❯ Object.validatePlan test/orchestrator/plan/plan.test.ts:23:53 ❯ MockReporter.displayPlan test/orchestrator/mocks/reporter.ts:81:24 ❯ Function.run src/orchestrators/plan.ts:51:14 ❯ test/orchestrator/plan/plan.test.ts:39:44 ❯ node_modules/@vitest/runner/dist/index.js:533:5 ❯ runTest node_modules/@vitest/runner/dist/index.js:1056:11 ❯ runSuite node_modules/@vitest/runner/dist/index.js:1205:15 This error originated in "test/orchestrator/plan/plan.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Prioritizes xcode-tools in front of other resources". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/orchestrator/apply/apply.test.ts#L62
AssertionError: expected null to match object { operation: 'create' } - Expected: Object { "operation": "create", } + Received: null ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1134:13 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/index.js:1686:25 ❯ Object.validatePlan test/orchestrator/apply/apply.test.ts:62:53 ❯ MockReporter.displayPlan test/orchestrator/mocks/reporter.ts:81:24 ❯ Function.run src/orchestrators/plan.ts:51:14 ❯ Object.run src/orchestrators/apply.ts:15:24 ❯ test/orchestrator/apply/apply.test.ts:77:5 ❯ node_modules/@vitest/runner/dist/index.js:533:5 ❯ runTest node_modules/@vitest/runner/dist/index.js:1056:11 This error originated in "test/orchestrator/apply/apply.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Can apply a resource (re-create)". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/orchestrator/apply/apply.test.ts#L22
AssertionError: expected null to match object { operation: 'noop' } - Expected: Object { "operation": "noop", } + Received: null ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1134:13 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/index.js:1686:25 ❯ Object.validatePlan test/orchestrator/apply/apply.test.ts:22:53 ❯ MockReporter.displayPlan test/orchestrator/mocks/reporter.ts:81:24 ❯ Function.run src/orchestrators/plan.ts:51:14 ❯ Object.run src/orchestrators/apply.ts:15:24 ❯ test/orchestrator/apply/apply.test.ts:40:5 ❯ node_modules/@vitest/runner/dist/index.js:533:5 ❯ runTest node_modules/@vitest/runner/dist/index.js:1056:11 This error originated in "test/orchestrator/apply/apply.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Can apply a resource (create)". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.