Orchestrator Integration Tests #26
validate-orchestrator-integration.yml
on: schedule
Plugin Interface Tests
1m 8s
K8s Integration Tests
2m 49s
AWS Integration Tests
3m 35s
Local Docker Integration Tests
2m 46s
Rclone Integration Tests
1m 51s
Annotations
21 errors and 8 warnings
|
Local Docker Integration Tests
Process completed with exit code 1.
|
|
src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts > Orchestrator Caching > Run one build it should not use cache, run subsequent build which should use cache:
src/model/orchestrator/providers/docker/index.ts#L348
Error: Build failed with exit code 1
❯ LocalDockerOrchestrator.runTaskInWorkflow src/model/orchestrator/providers/docker/index.ts:348:13
❯ Function.standardBuildAutomation src/model/orchestrator/workflows/build-automation-workflow.ts:42:15
❯ BuildAutomationWorkflow.run src/model/orchestrator/workflows/build-automation-workflow.ts:15:12
❯ WorkflowCompositionRoot.run src/model/orchestrator/workflows/workflow-composition-root.ts:31:14
❯ Function.runWithProvider src/model/orchestrator/orchestrator.ts:344:22
❯ Function.run src/model/orchestrator/orchestrator.ts:282:14
❯ src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts:61:29
|
|
Local Docker Integration Tests
Orchestrator failed: Build failed with exit code 1
|
|
Local Docker Integration Tests
{
"name": "Error",
"message": "Build failed with exit code 1",
"stack": "Error: Build failed with exit code 1\n at LocalDockerOrchestrator.runTaskInWorkflow (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/providers/docker/index.ts:348:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at Function.standardBuildAutomation (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/build-automation-workflow.ts:42:15)\n at BuildAutomationWorkflow.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/build-automation-workflow.ts:15:12)\n at WorkflowCompositionRoot.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/workflow-composition-root.ts:31:14)\n at Function.runWithProvider (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:344:22)\n at Function.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:282:14)\n at /home/runner/work/unity-builder/unity-builder/src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts:61:29\n at file:///home/runner/work/unity-builder/unity-builder/node_modules/@vitest/runner/dist/chunk-artifact.js:1903:20"
}
|
|
Local Docker Integration Tests
Provider strategy "aws" requires @game-ci/orchestrator. Install it via the game-ci/orchestrator action, or use providerStrategy=local.
|
|
K8s Integration Tests
Process completed with exit code 1.
|
|
src/model/orchestrator/tests/e2e/orchestrator-end2end-retaining.test.ts > Orchestrator Retain Workspace > Run one build it should not already be retained, run subsequent build which should use retained workspace:
src/model/orchestrator/services/core/shared-workspace-locking.ts#L342
Error: retained-workspace- already exists
❯ Function.CreateWorkspace src/model/orchestrator/services/core/shared-workspace-locking.ts:342:13
❯ Function.GetLockedWorkspace src/model/orchestrator/services/core/shared-workspace-locking.ts:193:26
❯ Function.runWithProvider src/model/orchestrator/orchestrator.ts:323:24
❯ Function.run src/model/orchestrator/orchestrator.ts:282:14
❯ src/model/orchestrator/tests/e2e/orchestrator-end2end-retaining.test.ts:99:30
|
|
K8s Integration Tests
Orchestrator failed: retained-workspace- already exists
|
|
K8s Integration Tests
{
"name": "Error",
"message": "retained-workspace- already exists",
"stack": "Error: retained-workspace- already exists\n at Function.CreateWorkspace (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/services/core/shared-workspace-locking.ts:342:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at Function.GetLockedWorkspace (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/services/core/shared-workspace-locking.ts:193:26)\n at Function.runWithProvider (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:323:24)\n at Function.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:282:14)\n at /home/runner/work/unity-builder/unity-builder/src/model/orchestrator/tests/e2e/orchestrator-end2end-retaining.test.ts:99:30\n at file:///home/runner/work/unity-builder/unity-builder/node_modules/@vitest/runner/dist/chunk-artifact.js:1903:20"
}
|
|
K8s Integration Tests
Process completed with exit code 1.
|
|
src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts > Orchestrator Caching > Run one build it should not use cache, run subsequent build which should use cache:
src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts#L101
AssertionError: expected 'orchestrator build workflow starting\…' to contain 'Activation successful'
- Expected
+ Received
- Activation successful
+ orchestrator build workflow starting
+ CACHE_KEY=test-case-0fa71a0f-7565-4c9d-a641-062a2fd6d469
+ game ci start
+ E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
+ E: Unable to lock directory /var/lib/apt/lists/
+ E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
+ E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
+ /data/cache [error opening dir]
+
+ 0 directories, 0 files
+
❯ src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts:101:24
|
|
AWS Integration Tests
Process completed with exit code 1.
|
|
src/model/orchestrator/tests/e2e/orchestrator-end2end-retaining.test.ts > Orchestrator Retain Workspace > Run one build it should not already be retained, run subsequent build which should use retained workspace:
src/model/orchestrator/providers/docker/index.ts#L348
Error: Build failed with exit code 1
❯ LocalDockerOrchestrator.runTaskInWorkflow src/model/orchestrator/providers/docker/index.ts:348:13
❯ Function.standardBuildAutomation src/model/orchestrator/workflows/build-automation-workflow.ts:42:15
❯ BuildAutomationWorkflow.run src/model/orchestrator/workflows/build-automation-workflow.ts:15:12
❯ WorkflowCompositionRoot.run src/model/orchestrator/workflows/workflow-composition-root.ts:31:14
❯ Function.runWithProvider src/model/orchestrator/orchestrator.ts:344:22
❯ Function.run src/model/orchestrator/orchestrator.ts:282:14
❯ src/model/orchestrator/tests/e2e/orchestrator-end2end-retaining.test.ts:52:29
|
|
AWS Integration Tests
Orchestrator failed: Build failed with exit code 1
|
|
AWS Integration Tests
{
"name": "Error",
"message": "Build failed with exit code 1",
"stack": "Error: Build failed with exit code 1\n at LocalDockerOrchestrator.runTaskInWorkflow (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/providers/docker/index.ts:348:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at Function.standardBuildAutomation (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/build-automation-workflow.ts:42:15)\n at BuildAutomationWorkflow.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/build-automation-workflow.ts:15:12)\n at WorkflowCompositionRoot.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/workflow-composition-root.ts:31:14)\n at Function.runWithProvider (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:344:22)\n at Function.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:282:14)\n at /home/runner/work/unity-builder/unity-builder/src/model/orchestrator/tests/e2e/orchestrator-end2end-retaining.test.ts:52:29\n at file:///home/runner/work/unity-builder/unity-builder/node_modules/@vitest/runner/dist/chunk-artifact.js:1903:20"
}
|
|
AWS Integration Tests
Provider strategy "aws" requires @game-ci/orchestrator. Install it via the game-ci/orchestrator action, or use providerStrategy=local.
|
|
AWS Integration Tests
Process completed with exit code 1.
|
|
src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts > Orchestrator Caching > Run one build it should not use cache, run subsequent build which should use cache:
src/model/orchestrator/providers/docker/index.ts#L348
Error: Build failed with exit code 1
❯ LocalDockerOrchestrator.runTaskInWorkflow src/model/orchestrator/providers/docker/index.ts:348:13
❯ Function.standardBuildAutomation src/model/orchestrator/workflows/build-automation-workflow.ts:42:15
❯ BuildAutomationWorkflow.run src/model/orchestrator/workflows/build-automation-workflow.ts:15:12
❯ WorkflowCompositionRoot.run src/model/orchestrator/workflows/workflow-composition-root.ts:31:14
❯ Function.runWithProvider src/model/orchestrator/orchestrator.ts:344:22
❯ Function.run src/model/orchestrator/orchestrator.ts:282:14
❯ src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts:61:29
|
|
AWS Integration Tests
Orchestrator failed: Build failed with exit code 1
|
|
AWS Integration Tests
{
"name": "Error",
"message": "Build failed with exit code 1",
"stack": "Error: Build failed with exit code 1\n at LocalDockerOrchestrator.runTaskInWorkflow (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/providers/docker/index.ts:348:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at Function.standardBuildAutomation (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/build-automation-workflow.ts:42:15)\n at BuildAutomationWorkflow.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/build-automation-workflow.ts:15:12)\n at WorkflowCompositionRoot.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/workflows/workflow-composition-root.ts:31:14)\n at Function.runWithProvider (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:344:22)\n at Function.run (/home/runner/work/unity-builder/unity-builder/src/model/orchestrator/orchestrator.ts:282:14)\n at /home/runner/work/unity-builder/unity-builder/src/model/orchestrator/tests/e2e/orchestrator-end2end-caching.test.ts:61:29\n at file:///home/runner/work/unity-builder/unity-builder/node_modules/@vitest/runner/dist/chunk-artifact.js:1903:20"
}
|
|
AWS Integration Tests
Provider strategy "aws" requires @game-ci/orchestrator. Install it via the game-ci/orchestrator action, or use providerStrategy=local.
|
|
Plugin Interface Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Rclone Integration Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Local Docker Integration Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Local Docker Integration Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
K8s Integration Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
AWS Integration Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
AWS Integration Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
AWS Integration Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|