You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
During some debugging, I interrupted src-cli and it created a corrupted archive, we should investigate that. Likely we don't write the archive to a tmp file name first before the download is finalized?
✅ Parsing batch spec
✅ Resolving namespace
✅ Preparing container images █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 100%
✅ Set workspace type
✅ Resolved 1 repositories
✅ Found 1 workspaces with steps to execute
✅ Found 0 cached changeset specs; 1 task needs to be executed
⠧ Executing... (0/1, 0 errored) 0%
│
└── github.com/sourcegraph/sourcegraph Downloading archive 2s
^C
❌ Error:
context canceled
💡 The troubleshooting documentation can help to narrow down the cause of the errors:
https://docs.sourcegraph.com/batch_changes/references/troubleshooting
➜ src batch preview -workspace bind -clear-cache -clean-archives -f spec.yml
✅ Parsing batch spec
✅ Resolving namespace
✅ Preparing container images █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 100%
✅ Set workspace type
✅ Resolved 1 repositories
✅ Found 1 workspaces with steps to execute
✅ Found 0 cached changeset specs; 1 task needs to be executed
✅ Executing... (1/1, 1 errored) ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 100%
│
└── github.com/sourcegraph/sourcegraph creating workspace: unzipping the repository: unzipping the ZIP archive: zip: not a valid zip file 0s
❌ Error:
github.com/sourcegraph/sourcegraph:
creating workspace: unzipping the repository: unzipping the ZIP archive: zip: not a valid zip file
Log: /tmp/changeset-github.com-sourcegraph-sourcegraph-b0ecedeea63bab9c93f6c2f6f52accd0f63dcd01.3769720950.log
💡 The troubleshooting documentation can help to narrow down the cause of the errors:
https://docs.sourcegraph.com/batch_changes/references/troubleshooting
During some debugging, I interrupted src-cli and it created a corrupted archive, we should investigate that. Likely we don't write the archive to a tmp file name first before the download is finalized?