[pungi-fedora] Issue #934: pungi-4.2.5-1.fc33 and pungi-4.2.6-1.fc33 fail with circular import issue
by Kevin Fenzi
kevin reported a new issue against the project: `pungi-fedora` that you are following:
``
pungi-4.2.5-1.fc33:
https://pagure.io/releng/failed-composes/issue/1984
```
2020-11-04 21:10:46 [ERROR ] Compose run failed: cannot import name 'GatherMethodContainer' from partially initialized module 'pungi.phases.gather.method' (most likely due to a circular import) (/usr/lib/python3.9/site-packages/pungi/phases/gather/method.py)
```
pungi-2.4.6-1.fc33.infra (I built this one as it was just released):
https://pagure.io/releng/failed-composes/issue/1985
```
2020-11-05 04:31:03 [ERROR ] Compose run failed: 'VariantPaths' object has no attribute 'images'
2020-11-05 04:31:03 [ERROR ] Extended traceback in: /mnt/koji/compose/rawhide/Fedora-Rawhide-20201104.n.1/logs/global/traceback.global.log
```
But then the next run with 4.2.6 failed like the 4.2.5 one:
https://pagure.io/releng/failed-composes/issue/1987
```
2020-11-05 07:51:49 [ERROR ] Compose run failed: cannot import name 'GatherMethodContainer' from partially initialized module 'pungi.phases.gather.method' (most likely due to a circular import) (/usr/lib/python3.9/site-packages/pungi/phases/gather/method.py)
```
So, they may be related/the same cause?
Switching back to 4.2.4 to see if that works. The host was upgraded from f32 to f33.
``
To reply, visit the link below or just reply to this email
https://pagure.io/pungi-fedora/issue/934
2 years, 4 months