On 2022-01-26 15:40:03 +0100 (+0100), Előd Illés wrote:
The forwarded mail contains a release job failure, specifically the publish-monasca-agent-docker-images job failed [1] with a missing package during docker image build. Can you please have a look at the issue?
[1] https://zuul.opendev.org/t/openstack/build/2ebcbfec634c4c068e9f7625473ea726 [...]
The error seems to stem from the attempt to install py2-psutil from Alpine 3.15 finding no suitable package. This is done here in the image build: https://opendev.org/openstack/monasca-agent/src/commit/8c8a85a1d89dc430f831d... If Python 2.7 libraries are actually required for that image, an older version of Alpine may be needed since there seems to be work in progress to drop support for EOL Python versions: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12740 -- Jeremy Stanley