Learn more about these different git repos.
Other Git URLs
I've just realized that sometimes, the build.log and root.log are not gzipped (or at least not renamed to build.log.gz and root.log.gz). It seem to happen when the repodata is 404 (Errors during downloading metadata). E.g. here:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01859566-cvc4/ https://download.copr.fedorainfracloud.org/results/@python/python3.10/fedora-rawhide-x86_64/01861925-python-pytest-filter-subpackage/
I wanted to download the root log and detect if this exact thing happens (3 times of Errors during downloading metadata) but I need to check both root.log and root.log.gz. I could trick it by assuming that if the root.log is not gzipped, this thing happened, but I guess that's not reliable long term.
The log compression is done by mock plugin; I guess we need to fix mock.
Otherwise this report looks like you are working-around the missing RFE #835.
Pretty much. I try to detect transient failures, so we could auto-retry.
Metadata Update from @praiskup: - Issue tagged with: blocked, bug
Metadata Update from @praiskup: - Issue assigned to praiskup
Mock pull request: https://github.com/rpm-software-management/mock/pull/736
New mock is released. This will be fixed once mock 2.11 gets into stable.
Metadata Update from @praiskup: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.