On Fri, Nov 13, 2020 at 11:35 AM Herve Beraud <hberaud@redhat.com> wrote:
During the release job for: - masakari-monitors 9.0.1 (ussuri) - masakari-monitors 8.0.2 (train) - masakari-monitors 7.0.1 (stein)
uploads to PyPI failed [1][2][3] with:
"No package matching 'python-libvirt' is available" [4][5][6]
It's due to our recent move to focal [7] where the package 'python-libvirt' is named ''python3-libvirt'.This package is pulled by bindep during the job execution.
Current status: Tag (9.0.1, 8.0.2, 7.0.1) was pushed OK No tarball upload No PyPI upload
Once the issue is fixed, a new version should be released for the three stables branches.
Version 9.0.1, 8.0.2, 7.0.1 these versions will never be uploaded on PyPi as the fix requires new changes in the project repo [8][9][10].
Also notice that on Victoria and Wallaby this bindep requirement have been dropped during the migration testing on ubuntu focal [11].
[1] https://zuul.opendev.org/t/openstack/build/63539177d44b4ea48d3fbfe39a638275/... [2] https://zuul.opendev.org/t/openstack/build/778ace86ec8f4ef894d740d81e8f700f/... [3] https://zuul.opendev.org/t/openstack/build/919cfc7df1e0408e9d6af4a9e8ef28ee/... [4] http://lists.openstack.org/pipermail/release-job-failures/2020-November/0014... [5] http://lists.openstack.org/pipermail/release-job-failures/2020-November/0014... [6] http://lists.openstack.org/pipermail/release-job-failures/2020-November/0014... [7] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018585.... [8] https://opendev.org/openstack/masakari-monitors/src/branch/stable/stein/bind... [9] https://opendev.org/openstack/masakari-monitors/src/branch/stable/train/bind... [10] https://opendev.org/openstack/masakari-monitors/src/branch/stable/ussuri/bin... [11] https://opendev.org/openstack/masakari-monitors/commit/03ef3555888fdd0ea38b4...
Thanks, Hervé. I will just drop this from bindep as it should not be there in the first place (bindep really meaning system-level packages not available from PyPI, usually because they are not Python packages). -yoctozepto