#1169 Increase more debugging on livemedia and appliance tasks:
Closed: Invalid 4 years ago by lsedlar. Opened 4 years ago by mohanboddu.

Lately we have been seeing issues like:

Failed to download the following packages: Cannot download Packages/a/at-spi2-core-2.32.0-1.fc30.x86_64.rpm: All mirrors were tried.

Example tasks:
https://koji.fedoraproject.org/koji/taskinfo?taskID=34075891
https://koji.fedoraproject.org/koji/taskinfo?taskID=34095968

Is there a way that you can increase the debugging level on livemedia and applicance creator tasks?

We are not able to reproduce the issue by trying to create them in koji manually.

Thanks.


I'm afraid there's nothing on Pungi side that can help with this. There is no option in koji spin-livemedia nor koji spin-applicance that would affect verbosity of logs.

Looking through the logs of 34095992, I found this, which does looks to me like a network blip.

DEBUG util.py:439:  [MIRROR] dhcp-common-4.4.1-11.fc31.noarch.rpm: Curl error (18): Transferred a partial file for https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20190410.n.0/compose/Everything/armhfp/os/Packages/d/dhcp-common-4.4.1-11.fc31.noarch.rpm [transfer closed with 5504 bytes remaining to read]

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

4 years ago

Yeah, we were hoping there was a way to get dnf.librepo.log from it, or injecting a debug=N into the repo defs... but I guess all those are koji.

The repos are passed in as URL to repodata, there's no room to put extra config in there.

However, anaconda-dnf.librepo.log should be visible in the task outputs for individual subtasks:
https://kojipkgs.fedoraproject.org//work/tasks/6034/34076034/anaconda-dnf.librepo.log

Login to comment on this ticket.

Metadata