[kolla] rabbitmq failed to build image using 2023.1 release

Satish Patel satish.txt at gmail.com
Tue Jun 20 02:38:18 UTC 2023


I did patch in my local repo to test build but got the following error. Did
the patch have the wrong signature key?

INFO:kolla.common.utils.rabbitmq:W: GPG error:
https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu jammy
InRelease: The following signatures couldn't be verified because the public
key is not available: NO_PUBKEY E495BB49CC4BBE5B
INFO:kolla.common.utils.rabbitmq:E: The repository '
https://ppa1.novemberain.com/rabbitmq/rabbitmq-erlang/deb/ubuntu jammy
InRelease' is not signed.
INFO:kolla.common.utils.rabbitmq:
INFO:kolla.common.utils.rabbitmq:Removing intermediate container
0b7cd0ffa782
ERROR:kolla.common.utils.rabbitmq:Error'd with the following message
ERROR:kolla.common.utils.rabbitmq:The command '/bin/sh -c apt-get
--error-on=any update && apt-get -y install --no-install-recommends
logrotate rabbitmq-server && apt-get clean && rm -rf /var/lib/apt/lists/*'
returned a non-zero code: 100
INFO:kolla.common.utils:Attempt number: 4 to run task: BuildTask(rabbitmq)

On Mon, Jun 19, 2023 at 6:16 AM Maksim Malchuk <maksim.malchuk at gmail.com>
wrote:

> The review was merged 2 days ago. The images are built in a weekly maner.
>
>
> On Mon, Jun 19, 2023 at 5:55 AM Satish Patel <satish.txt at gmail.com> wrote:
>
>> Ok, thanks for the update.  Just for my knowledge, how do I check it in
>> review or in the build process. I saw the patch was merged so thought it
>> must have kicked the gate and built images.
>>
>> On Sun, Jun 18, 2023 at 5:13 PM Maksim Malchuk <maksim.malchuk at gmail.com>
>> wrote:
>>
>>> Satish, you should wait until the issue is fixed (the related patch is
>>> on the review) and new images built.
>>>
>>> On Sun, Jun 18, 2023 at 5:53 AM Satish Patel <satish.txt at gmail.com>
>>> wrote:
>>>
>>>> Great! Michal,
>>>>
>>>> How did we miss this bug in CI ?
>>>>
>>>> I did install kolla using the "python3 -m pip install kolla==16.0.0"
>>>> command. In this case, how do I upgrade it to fix bugs?  Should I do a pip
>>>> install --upgrade kolla?
>>>>
>>>> On Mon, Jun 12, 2023 at 6:15 AM Michal Arbet <michal.arbet at ultimum.io>
>>>> wrote:
>>>>
>>>>> https://review.opendev.org/c/openstack/kolla/+/885857
>>>>> Michal Arbet
>>>>> Openstack Engineer
>>>>>
>>>>> Ultimum Technologies a.s.
>>>>> Na Poříčí 1047/26, 11000 Praha 1
>>>>> Czech Republic
>>>>>
>>>>> +420 604 228 897
>>>>> michal.arbet at ultimum.io
>>>>> *https://ultimum.io <https://ultimum.io/>*
>>>>>
>>>>> LinkedIn <https://www.linkedin.com/company/ultimum-technologies> |
>>>>> Twitter <https://twitter.com/ultimumtech> | Facebook
>>>>> <https://www.facebook.com/ultimumtechnologies/timeline>
>>>>>
>>>>>
>>>>> po 12. 6. 2023 v 11:48 odesílatel Michal Arbet <
>>>>> michal.arbet at ultimum.io> napsal:
>>>>>
>>>>>> APT dependencies broken :(
>>>>>> Michal Arbet
>>>>>> Openstack Engineer
>>>>>>
>>>>>> Ultimum Technologies a.s.
>>>>>> Na Poříčí 1047/26, 11000 Praha 1
>>>>>> Czech Republic
>>>>>>
>>>>>> +420 604 228 897
>>>>>> michal.arbet at ultimum.io
>>>>>> *https://ultimum.io <https://ultimum.io/>*
>>>>>>
>>>>>> LinkedIn <https://www.linkedin.com/company/ultimum-technologies> |
>>>>>> Twitter <https://twitter.com/ultimumtech> | Facebook
>>>>>> <https://www.facebook.com/ultimumtechnologies/timeline>
>>>>>>
>>>>>>
>>>>>> ne 11. 6. 2023 v 4:37 odesílatel Satish Patel <satish.txt at gmail.com>
>>>>>> napsal:
>>>>>>
>>>>>>> Folks,
>>>>>>>
>>>>>>> Do you know how to solve this? I am using release 2023.1 of kolla to
>>>>>>> build images using ubuntu 22.04
>>>>>>>
>>>>>>> root at docker-reg:/opt/kolla/etc/kolla# kolla-build --registry
>>>>>>> docker-reg:4000 --config-file kolla-build.conf --debug --threads 1
>>>>>>> --skip-existing --push --cache --format none rabbitmq
>>>>>>> INFO:kolla.common.utils:Using engine: docker
>>>>>>> INFO:kolla.common.utils:Found the container image folder at
>>>>>>> /usr/local/share/kolla/docker
>>>>>>> INFO:kolla.common.utils:Added image rabbitmq to queue
>>>>>>> INFO:kolla.common.utils:Attempt number: 1 to run task:
>>>>>>> BuildTask(rabbitmq)
>>>>>>> DEBUG:kolla.common.utils.rabbitmq:Processing
>>>>>>> INFO:kolla.common.utils.rabbitmq:Building started at 2023-06-11
>>>>>>> 02:25:44.208880
>>>>>>> DEBUG:kolla.common.utils.rabbitmq:Turned 0 plugins into plugins
>>>>>>> archive
>>>>>>> DEBUG:kolla.common.utils.rabbitmq:Turned 0 additions into additions
>>>>>>> archive
>>>>>>> INFO:kolla.common.utils.rabbitmq:Step 1/11 : FROM
>>>>>>> docker-reg:4000/kolla/base:2023.1
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> 4551f4af8ddf
>>>>>>> INFO:kolla.common.utils.rabbitmq:Step 2/11 : LABEL maintainer="Kolla
>>>>>>> Project (https://launchpad.net/kolla)" name="rabbitmq"
>>>>>>> build-date="20230611"
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> Using cache
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> 6c2ef10499f7
>>>>>>> INFO:kolla.common.utils.rabbitmq:Step 3/11 : RUN usermod --append
>>>>>>> --home /var/lib/rabbitmq --groups kolla rabbitmq     && mkdir -p
>>>>>>> /var/lib/rabbitmq     && chown -R 42439:42439 /var/lib/rabbitmq
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> Using cache
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> 29ef8940f40b
>>>>>>> INFO:kolla.common.utils.rabbitmq:Step 4/11 : RUN echo 'Uris:
>>>>>>> https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu'
>>>>>>> >/etc/apt/sources.list.d/erlang.sources && echo 'Components: main'
>>>>>>> >>/etc/apt/sources.list.d/erlang.sources && echo 'Types: deb'
>>>>>>> >>/etc/apt/sources.list.d/erlang.sources && echo 'Suites: jammy'
>>>>>>> >>/etc/apt/sources.list.d/erlang.sources && echo 'Signed-By:
>>>>>>> /etc/kolla/apt-keys/erlang-ppa.gpg'
>>>>>>> >>/etc/apt/sources.list.d/erlang.sources && echo 'Uris:
>>>>>>> https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/ubuntu'
>>>>>>> >/etc/apt/sources.list.d/rabbitmq.sources && echo 'Components: main'
>>>>>>> >>/etc/apt/sources.list.d/rabbitmq.sources && echo 'Types: deb'
>>>>>>> >>/etc/apt/sources.list.d/rabbitmq.sources && echo 'Suites: jammy'
>>>>>>> >>/etc/apt/sources.list.d/rabbitmq.sources && echo 'Signed-By:
>>>>>>> /etc/kolla/apt-keys/rabbitmq.gpg' >>/etc/apt/sources.list.d/rabbitmq.sources
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> Using cache
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> 6d92a7342a90
>>>>>>> INFO:kolla.common.utils.rabbitmq:Step 5/11 : RUN apt-get
>>>>>>> --error-on=any update && apt-get -y install --no-install-recommends
>>>>>>> logrotate rabbitmq-server && apt-get clean && rm -rf /var/lib/apt/lists/*
>>>>>>> INFO:kolla.common.utils.rabbitmq: ---> Running in 0deab7961445
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:1
>>>>>>> http://ubuntu-cloud.archive.canonical.com/ubuntu
>>>>>>> jammy-updates/antelope InRelease [5,463 B]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:2
>>>>>>> http://archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:3
>>>>>>> http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [3,447 B]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:7
>>>>>>> http://ubuntu-cloud.archive.canonical.com/ubuntu
>>>>>>> jammy-updates/antelope/main amd64 Packages [126 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:8
>>>>>>> https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/ubuntu
>>>>>>> jammy InRelease [5,152 B]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:9
>>>>>>> https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu
>>>>>>> jammy InRelease [18.1 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:5
>>>>>>> http://mirror.siena.edu/ubuntu jammy-updates InRelease [119 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:10
>>>>>>> https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/ubuntu
>>>>>>> jammy/main amd64 Packages [9,044 B]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:6 http://ftp.usf.edu/pub/ubuntu
>>>>>>> jammy-security InRelease [110 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:11
>>>>>>> http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64
>>>>>>> Packages [27.0 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:4
>>>>>>> https://archive.linux.duke.edu/ubuntu jammy InRelease [270 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:12
>>>>>>> http://archive.ubuntu.com/ubuntu jammy-backports/main amd64
>>>>>>> Packages [49.4 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:14
>>>>>>> http://ubuntu.osuosl.org/ubuntu jammy-updates/main amd64 Packages
>>>>>>> [857 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:17
>>>>>>> https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu
>>>>>>> jammy/main amd64 Packages [8,167 B]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:16
>>>>>>> http://pubmirrors.dal.corespace.com/ubuntu jammy-security/universe
>>>>>>> amd64 Packages [928 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:15
>>>>>>> https://atl.mirrors.clouvider.net/ubuntu jammy-security/main amd64
>>>>>>> Packages [575 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:19
>>>>>>> http://www.club.cc.cmu.edu/pub/ubuntu jammy/main amd64 Packages
>>>>>>> [1,792 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:18
>>>>>>> http://mirror.team-cymru.com/ubuntu jammy/universe amd64 Packages
>>>>>>> [17.5 MB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Get:13
>>>>>>> http://mirrors.syringanetworks.net/ubuntu-archive
>>>>>>> jammy-updates/universe amd64 Packages [1,176 kB]
>>>>>>> INFO:kolla.common.utils.rabbitmq:Fetched 23.7 MB in 6s (4,091 kB/s)
>>>>>>> INFO:kolla.common.utils.rabbitmq:Reading package lists...
>>>>>>> INFO:kolla.common.utils.rabbitmq:Reading package lists...
>>>>>>> INFO:kolla.common.utils.rabbitmq:Building dependency tree...
>>>>>>> INFO:kolla.common.utils.rabbitmq:Reading state information...
>>>>>>> INFO:kolla.common.utils.rabbitmq:Some packages could not be
>>>>>>> installed. This may mean that you have
>>>>>>> INFO:kolla.common.utils.rabbitmq:requested an impossible situation
>>>>>>> or if you are using the unstable
>>>>>>> INFO:kolla.common.utils.rabbitmq:distribution that some required
>>>>>>> packages have not yet been created
>>>>>>> INFO:kolla.common.utils.rabbitmq:or been moved out of Incoming.
>>>>>>> INFO:kolla.common.utils.rabbitmq:The following information may help
>>>>>>> to resolve the situation:
>>>>>>> INFO:kolla.common.utils.rabbitmq:The following packages have unmet
>>>>>>> dependencies:
>>>>>>> INFO:kolla.common.utils.rabbitmq: rabbitmq-server : Depends:
>>>>>>> erlang-base (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  erlang-base-hipe (< 1:26.0) but it is not installable or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-crypto (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-eldap (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-inets (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-mnesia (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-os-mon (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-parsetools (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-public-key (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-runtime-tools (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to
>>>>>>> be installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-ssl (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-syntax-tools (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to
>>>>>>> be installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-tools (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:                   Depends:
>>>>>>> erlang-xmerl (< 1:26.0) but 1:26.0.1-1rmq1ppa1~ubuntu22.04.1 is to be
>>>>>>> installed or
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>  esl-erlang (< 1:26.0) but it is not installable
>>>>>>> INFO:kolla.common.utils.rabbitmq:E: Unable to correct problems, you
>>>>>>> have held broken packages.
>>>>>>> INFO:kolla.common.utils.rabbitmq:
>>>>>>>
>>>>>>
>>>
>>> --
>>> Regards,
>>> Maksim Malchuk
>>>
>>>
>
> --
> Regards,
> Maksim Malchuk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.openstack.org/pipermail/openstack-discuss/attachments/20230619/bbc35e39/attachment-0001.htm>


More information about the openstack-discuss mailing list