-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Error Details
Repository Error Details
Type: REPOSITORY
Message: GithubHelperError: Failed to clone repository: Cmd('git') failed due to: exit code(1)
cmdline: git stash save --include-untracked Auto-stash before pull - workflow: 019b407e-9ce2-74f0-ba63-7f9fcbfb5d87 - 2025-12-21T16:10:25.721561
stdout: '.github/configuration/release-please-manifest.json: needs merge
unoplat-code-confluence-frontend/CHANGELOG.md: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/main.py: needs merge'
stderr: 'error: could not write index'
Stack Trace
temporalio.exceptions.ApplicationError: GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git stash save --include-untracked Auto-stash before pull - workflow: 019b407e-9ce2-74f0-ba63-7f9fcbfb5d87 - 2025-12-21T16:10:25.721561
stdout: '.github/configuration/release-please-manifest.json: needs merge
unoplat-code-confluence-frontend/CHANGELOG.md: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/main.py: needs merge'
stderr: 'error: could not write index'
The above exception was the direct cause of the following exception:
temporalio.exceptions.ApplicationError: GithubHelperError: Failed to clone repository: Cmd('git') failed due to: exit code(1)
cmdline: git stash save --include-untracked Auto-stash before pull - workflow: 019b407e-9ce2-74f0-ba63-7f9fcbfb5d87 - 2025-12-21T16:10:25.721561
stdout: '.github/configuration/release-please-manifest.json: needs merge
unoplat-code-confluence-frontend/CHANGELOG.md: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml: needs merge
unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/main.py: needs merge'
stderr: 'error: could not write index'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/processor/parent_workflow_interceptor.py", line 145, in execute_workflow
result = await self.next.execute_workflow(input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/.venv/lib/python3.13/site-packages/temporalio/worker/_workflow_instance.py", line 2774, in execute_workflow
return await input.run_fn(*args)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/processor/repo_workflow.py", line 189, in run
raise e
File "/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/processor/repo_workflow.py", line 81, in run
git_repo_metadata: UnoplatGitRepository = await workflow.execute_activity(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
)
^
File "/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/.venv/lib/python3.13/site-packages/temporalio/workflow.py", line 2510, in execute_activity
return await _Runtime.current().workflow_start_activity(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<14 lines>...
)
^
File "/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/.venv/lib/python3.13/site-packages/temporalio/worker/_workflow_instance.py", line 1842, in run_activity
return await asyncio.shield(handle._result_fut)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
temporalio.exceptions.ActivityError: Activity task failed
Metadata
{
"type": "GithubHelperError",
"details": [
{
"repository": "https://github.com/unoplat/unoplat-code-confluence"
},
{
"error": "Cmd('git') failed due to: exit code(1)\n cmdline: git stash save --include-untracked Auto-stash before pull - workflow: 019b407e-9ce2-74f0-ba63-7f9fcbfb5d87 - 2025-12-21T16:10:25.721561\n stdout: '.github/configuration/release-please-manifest.json: needs merge\nunoplat-code-confluence-frontend/CHANGELOG.md: needs merge\nunoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md: needs merge\nunoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml: needs merge\nunoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/main.py: needs merge'\n stderr: 'error: could not write index'"
},
{
"error_type": "GitCommandError"
},
{
"traceback": "Traceback (most recent call last):\n File \"/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/confluence_git/github_helper.py\", line 131, in clone_repository\n stash_result = local_repo.git.stash(\n \"save\", \"--include-untracked\", stash_msg\n )\n File \"/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/.venv/lib/python3.13/site-packages/git/cmd.py\", line 986, in <lambda>\n return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)\n ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^\n File \"/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/.venv/lib/python3.13/site-packages/git/cmd.py\", line 1599, in _call_process\n return self.execute(call, **exec_kwargs)\n ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^\n File \"/Users/jayghiya/Documents/unoplat/unoplat-code-confluence/unoplat-code-confluence-ingestion/code-confluence-flow-bridge/.venv/lib/python3.13/site-packages/git/cmd.py\", line 1389, in execute\n raise GitCommandError(redacted_command, status, stderr_value, stdout_value)\ngit.exc.GitCommandError: Cmd('git') failed due to: exit code(1)\n cmdline: git stash save --include-untracked Auto-stash before pull - workflow: 019b407e-9ce2-74f0-ba63-7f9fcbfb5d87 - 2025-12-21T16:10:25.721561\n stdout: '.github/configuration/release-please-manifest.json: needs merge\nunoplat-code-confluence-frontend/CHANGELOG.md: needs merge\nunoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md: needs merge\nunoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml: needs merge\nunoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/main.py: needs merge'\n stderr: 'error: could not write index'\n"
},
{
"workflow_id": "ingest-github_open-unoplat-code-confluence__unoplat"
},
{
"workflow_run_id": "019b407e-9ce2-74f0-ba63-7f9fcbfb5d87"
},
{
"activity_name": "process_git_activity"
},
{
"activity_id": "2"
}
],
"non_retryable": false,
"next_retry_delay": null
}Additional Information
Workflow Information
- Repository: unoplat/unoplat-code-confluence
Reactions are currently unavailable