Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset creation in cosmos db can fail after publishing #238833

Open
deepak1556 opened this issue Jan 27, 2025 · 2 comments
Open

Asset creation in cosmos db can fail after publishing #238833

deepak1556 opened this issue Jan 27, 2025 · 2 comments
Assignees
Labels
engineering VS Code - Build / issue tracking / etc. vscode-build VS Code build process issues

Comments

@deepak1556
Copy link
Collaborator

Build link https://monacotools.visualstudio.com/Monaco/_build/results?buildId=314603&view=logs&j=43b54640-f671-5524-8f7b-714d77229de9&t=7f630ceb-a7eb-52db-66b5-c361c37b9f4e

vscode_client_win32_x64_archive asset creation failed with

[vscode_client_win32_x64_archive] Deleting blob https://vscodeesrp.blob.core.windows.net/staging/6b601934-aa74-40f2-a610-a13b99cb8c0f
[vscode_client_win32_x64_archive] Deleted blob successfully
TypeError: fetch failed
    at node:internal/deps/undici/undici:13392:13
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async ESRPReleaseService.getReleaseStatus (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:225:21)
    at async ESRPReleaseService.createRelease (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:137:39)
    at async D:\a\_work\1\s\build\azure-pipelines\common\publish.js:543:13
    at async withLease (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:500:32)
    at async processArtifact (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:532:5)
    at async main (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:578:9) {
  [cause]: ConnectTimeoutError: Connect Timeout Error (attempted address: api.esrp.microsoft.com:443, timeout: 10000ms)
      at onConnectTimeout (node:internal/deps/undici/undici:2599:28)
      at Immediate._onImmediate (node:internal/deps/undici/undici:2568:35)
      at process.processImmediate (node:internal/timers:483:21) {
    code: 'UND_ERR_CONNECT_TIMEOUT'
  }
}
[vscode_client_win32_x64_archive] Error: [vscode_client_win32_x64_archive] Worker stopped with exit code 1
    at Worker.<anonymous> (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:647:32)
    at Worker.emit (node:events:518:28)
    at [kOnExit] (node:internal/worker:315:10)
    at Worker.<computed>.onexit (node:internal/worker:229:20)
Error: Some artifacts failed to publish
    at main (D:\a\_work\1\s\build\azure-pipelines\common\publish.js:674:15)

@deepak1556
Copy link
Collaborator Author

If this had failed the publishing step it could have been retried but the build passed silently.

@deepak1556 deepak1556 added vscode-build VS Code build process issues engineering VS Code - Build / issue tracking / etc. labels Jan 27, 2025
@deepak1556
Copy link
Collaborator Author

Archive exits on builds page but since asset creation failed, the build links leads to

HTTP/1.1 400 Bad Request
X-DSGatewayServiceAPI-ErrorCode: 20012
X-DSGatewayServiceAPI-ErrorMessage: GatewayServiceFileDetails Response is not in success state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering VS Code - Build / issue tracking / etc. vscode-build VS Code build process issues
Projects
None yet
Development

No branches or pull requests

2 participants