#4165 Log of kojira floods with unclean messages
Closed: Fixed 2 months ago by mikem. Opened 6 months ago by frank-mdc.

Kojira in version 1.34.0 floods the log with messages of the following type:

[WARNING] koji.repo.regen: Tag with external repo lacks arches:  <TAG name>

Unfortunately, the message is not very informative.
About 20 messages of this type appear every minute.
The system itself runs inconspicuously


After looking in the source code I found the source of it.
I think the message should be changed to:

Tag with external repo lacks arches: <Tag name>, please set the architecture(s)

On line 478 of util/kojira

Kojira has changed quite a bit recently and this message is no longer present. There is a similar warning, but it should not show up quite as readily. At most once every 15s, or whatever sleeptime is set to. It will only happen if the hub reports not arches at all. Simply having a tag with no arches will not trigger it.

Metadata Update from @mikem:
- Custom field Size adjusted to None

6 months ago

That said, the new message could be a little more informative. I've filed #4167

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.35.1

6 months ago

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

5 months ago

Metadata Update from @mikem:
- Issue set to the milestone: 1.35.2 (was: 1.35.1)

4 months ago

Metadata Update from @mfilip:
- Issue tagged with: testing-done

3 months ago

Commit 9acd993 relates to this ticket

Looks like #4167 was merged. Closing

Metadata Update from @mikem:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

2 months ago

Log in to comment on this ticket.

Metadata
Related Pull Requests
  • #4167 Merged 2 months ago