mingw-llvm-22.1.1-1.fc45/fc44 has much larger debuginfo files and is over the signing limit #13282

Open
opened 2026-03-24 00:23:14 +00:00 by kevin · 3 comments
Owner

The mingw-llvm-22.1.1-1.fc45 and mingw-llvm-22.1.1-1.fc44 builds seem to have very large debuginfo files.

This is causing signing to fail in a loop trying to process these:

Mar 24 00:17:49 autosign01.rdu3.fedoraproject.org keyctl[1789255]: [robosignatory.tagconsumer ERROR] Error signing! Signing output: 1, stdout: b'', stderr: b'ERROR: Error signing mingw-llvm-debuginfo-22.1.1-1.fc45.x86_64: mingw-llvm-debuginfo-22.1.1-1.fc45.x86_64 is too large\nERROR: Error signing mingw32-llvm-debuginfo-22.1.1-1.fc45.noarch: mingw32-llvm-debuginfo-22.1.1-1.fc45.noarch is too large\nERROR: Error signing mingw64-llvm-debuginfo-22.1.1-1.fc45.noarch: mingw64-llvm-debuginfo-22.1.1-1.fc45.noarch is too large\nERROR: Error signing mingw-llvm-debuginfo-22.1.1-1.fc45.aarch64: mingw-llvm-debuginfo-22.1.1-1.fc45.aarch64 is too large\nERROR: Error signing mingw-llvm-debuginfo-22.1.1-1.fc45.ppc64le: mingw-llvm-debuginfo-22.1.1-1.fc45.ppc64le is too large\n'

sigul seems to have a hard coded limit:

MAX_SIGN_RPMS_PAYLOAD_SIZE = 9 * 1024 * 1024 * 1024

So, we need to either bump the limit, or perhaps @smani could figure out why the debuginfo has gotten so gigantic here?

In the mean time to not stop all signing I dropped these signing messages from the queue for now.

The mingw-llvm-22.1.1-1.fc45 and mingw-llvm-22.1.1-1.fc44 builds seem to have very large debuginfo files. This is causing signing to fail in a loop trying to process these: ``` Mar 24 00:17:49 autosign01.rdu3.fedoraproject.org keyctl[1789255]: [robosignatory.tagconsumer ERROR] Error signing! Signing output: 1, stdout: b'', stderr: b'ERROR: Error signing mingw-llvm-debuginfo-22.1.1-1.fc45.x86_64: mingw-llvm-debuginfo-22.1.1-1.fc45.x86_64 is too large\nERROR: Error signing mingw32-llvm-debuginfo-22.1.1-1.fc45.noarch: mingw32-llvm-debuginfo-22.1.1-1.fc45.noarch is too large\nERROR: Error signing mingw64-llvm-debuginfo-22.1.1-1.fc45.noarch: mingw64-llvm-debuginfo-22.1.1-1.fc45.noarch is too large\nERROR: Error signing mingw-llvm-debuginfo-22.1.1-1.fc45.aarch64: mingw-llvm-debuginfo-22.1.1-1.fc45.aarch64 is too large\nERROR: Error signing mingw-llvm-debuginfo-22.1.1-1.fc45.ppc64le: mingw-llvm-debuginfo-22.1.1-1.fc45.ppc64le is too large\n' ``` sigul seems to have a hard coded limit: MAX_SIGN_RPMS_PAYLOAD_SIZE = 9 * 1024 * 1024 * 1024 So, we need to either bump the limit, or perhaps @smani could figure out why the debuginfo has gotten so gigantic here? In the mean time to not stop all signing I dropped these signing messages from the queue for now.
Author
Owner

Untagged 22.1.2-1.fc45 also

Untagged 22.1.2-1.fc45 also
Author
Owner

https://bodhi.fedoraproject.org/updates/FEDORA-2026-bd19d9fa65 today

I mailed @smani last week with no reply.

I am going to block the package in koji so they stop doing builds.

https://bodhi.fedoraproject.org/updates/FEDORA-2026-bd19d9fa65 today I mailed @smani last week with no reply. I am going to block the package in koji so they stop doing builds.

Sorry missed this. No idea why debuginfo got so gigantic, I'll try to investigate as time allows and report back.

Sorry missed this. No idea why debuginfo got so gigantic, I'll try to investigate as time allows and report back.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
releng/tickets#13282
No description provided.