This is happening to our asdf packages fetched and installed by mise. It has been working flawlessly until today. Now, every other build on Xcode Cloud fails with either this or another asdf dependency.
cloning https://github.com/MontakOleg/asdf-mockolo
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected 'packfile'
mise command ["git", "clone", "-q", "--depth", "1", "https://github.com/MontakOleg/asdf-mockolo", "/Users/local/.local/share/mise/plugins/mockolo"] exited with code 128
This is really hurting our workflow. Is anyone from Apple able to comment on a solution in progress or a workaround please?
Post
Replies
Boosts
Views
Activity
The issue seems to be resolved today on bitbucket.
Hi @3fasdf23fasdf thank you for sharing this solution. Compared to @kovallux77 approach it is more efficient in terms of saving an additional build, but hosting an additional service for every single build, for every pull request and merge to main doesn't feel like a viable solution, and a hosted service like Xcode Cloud should really offer a hook for post test handling to keep infrastructure work out of the developers way.
My hope was to use the secondary ci_post_xcodebuild.sh to check for a$CI_DERIVED_DATA_PATH/Logs/Test/*.xcresult, and if it exists invoke the sonar-scanner command once and apply that script to do the conversion. Do you think this would be viable?