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

fix panic in release-list with incomplete release & successful build #2539

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Jul 3, 2024

This fixes a panic that happens in the release list in some cases.

Coming from the consistency check I found that there were 17 releases (I think) where we have:

  • an empty release record
  • a successful build

I don't know (yet) how this can happen, from the logic in our rustwide builder I don't see how we could end up in a situation like this. I'll investigate this further separately.

@syphar syphar requested a review from a team as a code owner July 3, 2024 05:34
@github-actions github-actions bot added S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Jul 3, 2024
@GuillaumeGomez
Copy link
Member

Thanks!

@syphar syphar merged commit f30b11d into rust-lang:master Jul 3, 2024
9 checks passed
@syphar syphar deleted the fix-panic branch July 3, 2024 08:41
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Jul 3, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants