rocky, rdo-kolla-build, build and push images fails

Bug #1787263 reported by wes hayutin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Unassigned

Bug Description

https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-centos-7-rocky-containers-build/06fade5/job-output.txt.gz#_2018-08-15_10_31_33_675635

https://github.com/rdo-infra/ansible-role-rdo-kolla-build/blob/master/tasks/main.yml#L81-L90

- name: Build and push images
  command: >
    {{ kolla_build_path }} --profile {{ build_profile }} \
      --config-file={{ kolla_tmpdir }}/kolla-build.conf --push
  when:
    - kolla_build
    - kolla_push
  tags:
    - build
    - push

"ERROR:kolla.common.utils:gnocchi-api Failed with status: matched", "ERROR:kolla.common.utils:gnocchi-base Failed with status: error", "ERROR:kolla.common.utils:gnocchi-metricd Failed with status: matched", "ERROR:kolla.common.utils:gnocchi-statsd Failed with status: matched"]

Revision history for this message
Martin André (mandre) wrote :

The gnocchi-base image has status 'error', it means it failed to build. The dependent images have errored with status 'matched', meaning one of their parent image failed to build.

From the gnocchi-base image build logs [1], it appears we're trying to install 'python2-cradox' that is not available.

INFO:kolla.common.utils.gnocchi-base:No package python2-cradox available.
INFO:kolla.common.utils.gnocchi-base:Error: Not tolerating missing names on install, stopping.

[1] https://logs.rdoproject.org/openstack-periodic/git.openstack.org/openstack-infra/tripleo-ci/master/legacy-periodic-tripleo-centos-7-rocky-containers-build/06fade5/logs/kolla/logs/gnocchi-base.log

Revision history for this message
Martin André (mandre) wrote :

python2-cradox was missing from rocky-deps, fixed with https://review.rdoproject.org/r/#/c/15454/

Changed in tripleo:
milestone: rocky-rc1 → rocky-rc2
Changed in tripleo:
milestone: rocky-rc2 → stein-1
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.