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
To triage this issue (First Responder / @dotnet/dnceng):
Open the failing build above and investigate
Add a comment explaining your findings
If this is an issue that is causing build breaks across multiple builds and would get benefit from being listed on the build analysis check, follow the next steps:
Add the label "Known Build Error"
Edit this issue and add an error string in the Json below that can help us match this issue with future build breaks. You should use the known issues documentation
Added a bit of the error message, this looks like a super rare issue with Azure storage where the drop container's SAS URI received from the Helix API was not valid for the Helix SDK. This happens many 10s of thousands of times a day so if it's reproducible at all it should get lots of hits.
Since none of them got listed as fixed, simply updating the dependency is unlikely to work. Rather I will see if I can stick some retry logic in there.
@jkotas I have hardened against this in #11364. Once this merges and flows, this mode of failure won't happen; there will be multiple retries before giving up and giving up will simply print a warning.
One thing to note here is that the reason this is so rare, and the reason you're hitting this issue, very likely may be because you are uploading the same payload twice somewhere; the code path in question can only hit if an HTTP 409 throws when uploading the payload (we then check if it exists and do nothing if so). My change should make this non-fatal in all cases either way.
Given no hits since last Weds (10/19) and a mitigation merged into dotnet/arcade main, I am proactively closing this issue. If you need a fix for this, directly taking a new Arcade update via darc command is the fastest way to get relief.
Build
https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=34525
Build leg reported
coreclr Pri0 Runtime Tests Run OSX x64 checked / Send tests to Helix (Unix)
Pull Request
dotnet/runtime#76357
Action required for the engineering services team
To triage this issue (First Responder / @dotnet/dnceng):
If this is an issue that is causing build breaks across multiple builds and would get benefit from being listed on the build analysis check, follow the next steps:
Additional information about the issue reported
No response
Report
Summary
The text was updated successfully, but these errors were encountered: