Skip to content
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

Issue updater broken: java.util.NoSuchElementException: no value present #709

Closed
jerboaa opened this issue Apr 10, 2024 · 0 comments · Fixed by #710
Closed

Issue updater broken: java.util.NoSuchElementException: no value present #709

jerboaa opened this issue Apr 10, 2024 · 0 comments · Fixed by #710
Assignees
Labels
bug Something isn't working

Comments

@jerboaa
Copy link
Collaborator

jerboaa commented Apr 10, 2024

Description

The issue updater action fails with:

Getting logs for job Q main M 23 latest / Q IT Security1
java.util.NoSuchElementException: No value present
	at java.base/java.util.Optional.get(Optional.java:148)
	at Report.processFailedJob(quarkus-ecosystem-issue.java:313)
	at Report.run(quarkus-ecosystem-issue.java:213)
	at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
	at picocli.CommandLine.access$900(CommandLine.java:145)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2150)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2144)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
	at picocli.CommandLine.execute(CommandLine.java:1904)
	at Report.main(quarkus-ecosystem-issue.java:362)

See:
https://github.com/graalvm/mandrel/actions/runs/8625741470/job/23642811281#step:5:244

@jerboaa jerboaa added the bug Something isn't working label Apr 10, 2024
zakkak added a commit to zakkak/mandrel that referenced this issue Apr 10, 2024
Assume any step that didn't succeed or was not skipped as a failed one.

Closes graalvm#709
zakkak added a commit that referenced this issue Apr 11, 2024
Assume any step that didn't succeed or was not skipped as a failed one.

Closes #709
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants