https://koji.fedoraproject.org/koji/taskinfo?taskID=33733854 DEBUG util.py:554: BUILDSTDERR: 2019-03-24 12:26:27,373: Non interactive installation failed: DEBUG util.py:554: BUILDSTDERR: 2019-03-24 12:26:27,373: Problem: conflicting requests DEBUG util.py:554: BUILDSTDERR: 2019-03-24 12:26:27,373: - nothing provides python3.7dist(pycodestyle) < 2.5 needed by mu-1.0.0-4.fc30.noarch DEBUG util.py:554: BUILDSTDERR: 2019-03-24 12:26:27,373: - nothing provides python3.7dist(pyflakes) < 2.1 needed by mu-1.0.0-4.fc30.noarch. Fix at https://src.fedoraproject.org/rpms/mu/pull-request/3
This blocks the creation of Fedora 30 Beta Python Classroom Lab, hence I'm requesting an exception. Thanks for considering.
python-nudatus-0.0.3-1.fc30 mu-1.0.2-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-12538c4496
mu-1.0.2-1.fc30, python-nudatus-0.0.3-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-12538c4496
This is an automatic FE per "Bugs which entirely prevent the composition of one or more of the non-release-blocking images required to be built for a currently-pending (pre-)release" - https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process#Automatic_freeze_exceptions . Marking accepted.
I think the dep issue is indeed resolved now, but the image build still failed in Beta-1.8 due to insufficient size: DEBUG util.py:554: BUILDSTDERR: 2019-03-26 08:29:30,227: Error Summary DEBUG util.py:554: BUILDSTDERR: 2019-03-26 08:29:30,227: ------------- DEBUG util.py:554: BUILDSTDERR: 2019-03-26 08:29:30,227: Disk Requirements: DEBUG util.py:554: BUILDSTDERR: 2019-03-26 08:29:30,227: At least 245MB more space needed on the / filesystem. so I think that needs bumping.
It's hard to me to debug that. What is the size limit we are hitting? Any ideas why that changed recently?
Maybe https://pagure.io/fedora-kickstarts/pull-request/511 can help?
mu-1.0.2-1.fc30, python-nudatus-0.0.3-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.
For the record, that error basically happens when the filesystem to which the system is installed during image creation is too small for the stuff being installed to it - this is obviously related to the size of the packages pulled into the image. That size is defined in the kickstart; currently for this image it's 14.5GB: https://pagure.io/fedora-kickstarts/blob/f30/f/fedora-live-scientific_kde.ks#_16 so you basically fix this by pulling fewer packages into the image, or making the packages smaller, or just increasing that size (which means the final image will be larger too). For now we have merged PRs: https://pagure.io/fedora-kickstarts/pull-request/511 https://pagure.io/fedora-kickstarts/pull-request/512 which should reduce the content size, so we'll see if the image succeeds with the next Rawhide and 30 nightlies.
Since this was originally about mu and it is CLOSED, I've opened more general bz1695796.