Learn more about these different git repos.
Other Git URLs
I noticed a number of ERROR lines in the hub logs. There were several instances of this:
ERROR
koji.hub: Error: task 43072584 is non-free but unlocked (state 3)
This is coming from Task.lock() in the hub code. It looks like this is simply a host trying to open a task that has just been canceled. This sort of thing happens regularly, since a task can be canceled between the time that a host queries it and tries to open it.
So...
Beyond that, several of the other error messages in this function could stand to be clarified.
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.26
Metadata Update from @tkopecek: - Issue set to the milestone: 1.27 (was: 1.26)
PR #3007
Metadata Update from @jcupova: - Issue tagged with: testing-ready
Metadata Update from @jobrauer: - Issue tagged with: testing-done
Commit c69ed04 fixes this issue
Commit 1ea4d39 relates to this ticket
Log in to comment on this ticket.