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
The following kind of error is ignored and the job succeeds:
public static RandomUuid get(String name, Output<String> id, @Nullable RandomUuidState state, @Nullable com.pulumi.resources.CustomResourceOptions options) {
^
14 warnings
> Task :javadocJar
> Task :sourcesJar
> Task :signMainPublicationPublication
> Task :publishMainPublicationPublicationToSonatypeRepository
> Task :publishToSonatype
> Task :closeSonatypeStagingRepository
> Task :releaseSonatypeStagingRepository FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':releaseSonatypeStagingRepository'.
> Staging repository is not in desired state [released, not_found]: StagingRepository(id=compulumi-6023, state=closed, transitioning=false). It is unexpected. Please checkNexus logs using its web interface - it can be caused by validation rules violation. If not, please report it to https://github.com/gradle-nexus/publish-plugin/issues/ with '--info' logs
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org/
BUILD FAILED in 2m 13s
13 actionable tasks: 13 executed
Error: Gradle build failed: process exited with status 1
Therefore no monitoring is done java release failures.
Example
This just happened in pulumi-random.
Output of pulumi about
N/A
Additional context
No response
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:
Do we want to take removing continue-on-error: true from java? My understanding was that the current java publishing process was too flakey to be load bearing. Has anything changed here?
pulumi/pulumi-java#830 is the underlying reason for continue-on-error: true that'd be great to mitigate, otherwise these failures make all ecosystem publishing fail as well (since it's not isolated to java).
What happened?
Because of the use of:
The following kind of error is ignored and the job succeeds:
Therefore no monitoring is done java release failures.
Example
This just happened in pulumi-random.
Output of
pulumi about
N/A
Additional context
No response
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: