Learn more about these different git repos.
Other Git URLs
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-20190725.n.0 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-20190725.n.0 2019-07-26 15:29:27,226 root INFO Attempting to import: http://download.eng.bos.redhat.com/fedmsg/dumpdata/secondary/Fedora-Rawhide-20190725.n.0/Everything/ppc64le/os 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-20190725.n.0/Everything/i386/os 2019-07-26 15:29:27,367 root CRITICAL No section: 'images-i386'
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).
@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.
@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.
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
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.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Login to comment on this ticket.