mboswell reported a new issue against the project: `pungi-fedora` that you are following: `` We started having Beaker import issues around July 17th. There seems to be a mismatch in the .composeinfo file and the compose. I was able to successfully import secondary Rawhide w/ the following edit:
[variant-Everything] -arches = ppc64le,s390x +arches = ppc64le,i386,s390x id = Everything name = Everything type = variant
Below was the error prior to manual edit of composeinfo.
[root@fedmsg fedmsg]# beaker-import --dry-run --lab-controller=http://lab-02.rhts.eng.bos.redhat.com:8000 http://download.eng.bos.redhat.com/fedmsg/dumpdata/secondary/Fedora-Rawhide-... ftp://download. eng.bos.redhat.com/fedmsg/dumpdata/secondary/Fedora-Rawhide-20190725.n.0 nfs://aoe-cluster.lab.bos.redhat.com:/ibm/exports/fedmsg/dumpdata/secondary/Fedora-Rawhide-20190725.n.0 2019-07-26 15:29:27,072 root INFO Dry Run only, no data will be sent to beaker 2019-07-26 15:29:27,205 root INFO Attempting to import: http://download.eng.bos.redhat.com/fedmsg/dumpdata/secondary/Fedora-Rawhide-... 2019-07-26 15:29:27,226 root INFO Attempting to import: http://download.eng.bos.redhat.com/fedmsg/dumpdata/secondary/Fedora-Rawhide-... 2019-07-26 15:29:27,273 root INFO Fedora-Rawhide-20190725.n.0 Everything ppc64le added to beaker. 2019-07-26 15:29:27,293 root INFO Attempting to import: http://download.eng.bos.redhat.com/fedmsg/dumpdata/secondary/Fedora-Rawhide-... 2019-07-26 15:29:27,367 root CRITICAL No section: 'images-i386'
``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
kevin added a new comment to an issue you are following: `` This is due to: https://fedoraproject.org/wiki/Changes/Stop_Building_i686_Kernels
we are no longer producing i386 kernels or images (but we are for now producing the trees with the rest of the packages). ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
mohanboddu added a new comment to an issue you are following: `` @mboswell We are not spinning up anymore i686 images but still generating the tree. Probably thats why it failed.
The change page is - https://fedoraproject.org/wiki/Changes/Stop_Building_i686_Kernels
I think something on beaker side should be adjusted to not to look for i686 images. ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
mboswell added a new comment to an issue you are following: `` @mohanboddu I'd propose the .composeinfo be crafted to reflect the change from 'Stop Building i686 Kernels' I know @kevin suggested maybe pulp is dependant but if we confirm I suspect we'll find only Beaker has the dependency. ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
mboswell added a new comment to an issue you are following: `` simply removing i386 and the imports will be automatic. I have been manually importing after editing the .composeinfo. When will the fix be implemented? [variant-Everything] arches = ppc64le,i386,s390x <----- BEFORE EDIT arches = ppc64le,s390x <----- AFTER EDIT id = Everything name = Everything type = variant ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
mboswell added a new comment to an issue you are following: `` Mohan, Looks like i386 has been removed from the .composeinfo file. Am I correct? Imports were both automatic for Fedora-Rawhide-20190906.n.2 and Fedora-Rawhide-20190907.n.0 and Fedora-Rawhide-20190908.n.0. I did see an error for Fedora-Rawhide-20190909.n.1 thought " CRITICAL No section: 'images-s390x' " ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
mohanboddu added a new comment to an issue you are following: ``
Mohan, Looks like i386 has been removed from the .composeinfo file. Am I correct? Imports were both automatic for Fedora-Rawhide-20190906.n.2 and Fedora-Rawhide-20190907.n.0 and Fedora-Rawhide-20190908.n.0. I did see an error for Fedora-Rawhide-20190909.n.1 thought " CRITICAL No section: 'images-s390x' "
Yes, we can close this ticket as well. ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/issue/740
The status of the issue: `composeinfo file in Fedora Rawhid` of project: `pungi-fedora` has been updated to: Closed as Fixed by mohanboddu.
rel-eng@lists.fedoraproject.org