-
Notifications
You must be signed in to change notification settings - Fork 21
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
Intermittent failure when publishing to Maven Central #830
Comments
I encountered this today when running the SDK publish job for pulumi-mongodbatlas: https://github.com/pulumi/pulumi-mongodbatlas/actions/runs/3085502151/jobs/4989190896#step:23:402 A re-trigger of the publish job failed with the same error. |
Here's one from today: https://github.com/pulumi/pulumi-azure-native/actions/runs/3128392081/attempts/3 |
https://github.com/pulumi/pulumi-azure-native/actions/runs/3128392081/jobs/5099098500#step:23:410 mentions compulumi-1585. I've logged into Nexus UI and I see compulumi-1537 with google-native content in it "stuck", but no azure-native ones. Something deleted it. But I'm starting to wonder if we're colliding on the random "integers" since everything is called compulumi. I can try disambiguating this name per provider. |
Got emailed this vuln report for compulumi-1586, which seems to have failed CI also. https://sbom.lift.sonatype.com/report/T1-a0368c8f29fdaa555824-8592a30c9ae431-1664316336-bf8055af23fe4f55b0e3fad356c510b3 |
https://github.com/pulumi/pulumi-azure-native/actions/runs/3128392081/jobs/5099370433#step:23:409 confirms Attempt #4 used compulumi-1586. |
Some notes here: this is a very annoying bug that is not easy to reproduce and may be quite painful to fix, I was not able to fix quickly. It is very likely either a bug or a misconfiguration of the gradle-nexusplugin. How to move forward:
We might want 2 anyway for product reasons in case the SDK generator needs to run on non-Pulumi owned contexts. |
What happened?
Steps to reproduce
Run publish on Gradle projects generated through java codegen. Providers team does this a lot and sporadically runs into the step failing.
Expected Behavior
Reliably publishes to Maven Central.
Actual Behavior
Publishing breaks.
Output of
pulumi about
N/A
Additional context
N/A
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: