kszucs commented on PR #12930:
URL: https://github.com/apache/arrow/pull/12930#issuecomment-1103772507

   > Failed to push updated references, potentially because of credential 
issues: ['refs/heads/actions-1883-github-wheel-windows-cp310-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp310-amd64', 
'refs/heads/actions-1883-github-wheel-windows-cp39-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp39-amd64', 
'refs/heads/actions-1883-github-wheel-windows-cp37-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp37-amd64', 
'refs/heads/actions-1883-github-wheel-windows-cp38-amd64', 
'refs/tags/actions-1883-github-wheel-windows-cp38-amd64', 
'refs/heads/actions-1883']
   > The Archery job run can be found at: 
https://github.com/apache/arrow/actions/runs/2195038965```
   
   This is probably caused by a race condition, another submission gets that 
auto incremented build ID earlier. We should remove the auto incremented IDs 
entirely and use unique hashes instead, e.g.: 
`actions-<short-hash>-github-wheel-windows-cp310-amd64` instead of 
`actions-1883-github-wheel-windows-cp310-amd64`. Then we wouldn't need to fetch 
the new references either making crossbow builds and local usage much quicker.
   
   fyi @raulcd @assignUser 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to