Packages that fail to build SRPM are not reported during the mass rebuild bugzillas #8601
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
11 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#8601
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?
See for example: https://bugzilla.redhat.com/show_bug.cgi?id=1739634
The package cannot create SRPM:
And hence it was not rebuilt since Fedora 29:
https://koji.fedoraproject.org/koji/packageinfo?packageID=3571
But no FTBFS bug was reported.
Nice finding!
Yeah, this is because koji doesn't even send the 'start' fedmsg until after this, so there's not an indication a build was attempted.
Perhaps we could add in another set of messages there before/after srpm creation?
not sure how else to detect them. ;(
Well we do attempt to build them, so a check after the mass rebuild for packages we never heard back from would do.
Not entirely the same failure but it seems tcl wasn't bumped at all.
tcl has https://src.fedoraproject.org/rpms/tcl/blob/master/f/noautobuild - something we should probably stop using.
Metadata Update from @humaton:
Filed upstream ticket - https://pagure.io/koji/issue/2825
Metadata Update from @mohanboddu:
@humaton Just FYI, this is related to the MLT rebuild we have discussed via IRC
This could be solved by not only reporting bugzillas for packages listed in 37-failures.html, but also the remaining packages listed only in f37-need-rebuild.html. The bugzillas could be slightly different (they could say: "Your package was not rebuilt in the mass rebuild, investigate why"). That could also help discover packages like https://pagure.io/releng/issue/10920
I created a test cli application that can get this data out of koji (how old buildtime data is for each package in a tag):
github.com/CentOS/sync2git@1cba9c84b1...obviously can do a lot of changes from here, at the moment it will give you lists of packages with a buildtime older than a certain duration or a historgram of the buildtime of all packages in a tag. Eg. Fedora-38:
So ~208 packages with buildtimes before 2021-10-13. Note that I don't filter to .src packages atm. but you can do that in the lists easily:
...anyway, I guess the next step is working out if we want to tweak how we present the data so a human can look at it or add code so it can just email the owners on it's own?
FYI, filtered to source packages (f38):
Thanks for working on this!
Ideally, next step would be to use this information and adjust the existing https://pagure.io/releng/blob/main/f/scripts/mass_rebuild_file_bugs.py script to use it.
ie, in addition to the ones that it finds that failed, also find the ones that haven't been rebuilt since the mass rebuild started and report bugs on them as not having been built. That might catch more than the ones that just failed to make a src.rpm in koji, but ideally any that were skipped for any reason should get a bug so the maintainer(s) can fix it.
We may want to I guess before that mail the devel list with the list we have and ask them if there's any false positives we need to exclude?
The only one that leaps to mind is shim...
Metadata Update from @zlopez:
Metadata Update from @zlopez:
Is this work still in progress?
cc @james
@james, we came across it during backlog refinement. Is there any progress on this?