Could you please help me debug this?
https://koji.fedoraproject.org/koji/taskinfo?taskID=44360912
... DEBUG util.py:600: 2020-05-11 10:43:21,025: The installation was stopped due to an error which occurred while running in non-interactive cmdline mode. Since there cannot be any questions in cmdline mode, edit your kickstart file and retry installation. DEBUG util.py:600: 2020-05-11 10:43:21,025: The exact error message is: DEBUG util.py:600: 2020-05-11 10:43:21,026: DEBUG util.py:600: 2020-05-11 10:43:21,026: Non interactive installation failed: DNF error: Error unpacking rpm package python3-docs-3.8.2-1.fc33.noarch.
I get that for several builds in row:
https://koji.fedoraproject.org/koji/packageinfo?packageID=23843
Note that I can install python3-docs-3.8.2-1.fc33.noarch just fine to my mock.
It's hit size limit:
10:40:24,888 INF packaging: SQLite error on "/mnt/sysroot/var/lib/dnf/history.sqlite": Reading a row failed: database or disk is full
Right now it has: part / --size 7168
in the kickstart. Either bump that up or remove some things so it's under again. :)
Thank you! Will revisit if some Python versions are not pulled in by accident.
DEBUG util.py:600: 2020-05-11 10:12:08,317: Installing python3.5.x86_64 (935/1636) DEBUG util.py:600: 2020-05-11 10:12:08,317: Installing python3.6.x86_64 (936/1636) DEBUG util.py:600: 2020-05-11 10:12:08,317: Installing python3.7.x86_64 (937/1636) DEBUG util.py:600: 2020-05-11 10:12:08,317: Installing python3.9.x86_64 (938/1636)
https://pagure.io/fedora-kickstarts/pull-request/642
Closing this ticket as the PR is merged. Please reopen if the issue still persists.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks. Was planning to close it once the solution is verified, but this works as well.