Multiple builds for same package pushed in initial F44-updates push and the older build won (2) #13332
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#13332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With some not-very-good code, I went through the
f44-updatestag and checked if there were any other packages (besides python3.14 from #13331) where the newest NEVRA was not the latest tagged build and found one more.ruby-build-20260327-2.fc44is tagged instead ofruby-build-20260412-1.fc44. Can you please fix that one as well?Also, we should probably track the larger problem here or in Bodhi's tracker to figure out how to prevent this from happening in the future.
I see the latest one in f44-updates is the newer build only
Should be fixed now; IF you see more, please reopen this ticket thank you.
Thank you for fixing it! Can we keep one of the tickets open (or make a new one) to track a permanent fix? The root cause is a race condition in Bodhi where, in certain cases, Bodhi allows creating two conflicting updates for the same package, and then if both updates are in
testing -> stableat the same time, the older update might supersede the newer one. This is exacerbated by long updates freezes wheretesting -> stablepushes don't happen and these conflicting updates can accumulate. We should either fix Bodhi or create a releng process/script to identify these cases and retag the correct build.I'll just reopen this ticket for now. Feel free to open a new one and close this one again if that's preferred.
Well, my solution/idea on how to handle this is https://github.com/fedora-infra/bodhi/issues/1266 but it never seemed to get anywhere...
In order to open a new ticket with a much neater description, I have put this to backlog, once there is a new ticket, we will close this one, or we can just reuse this one with proper action item.