Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created November 3, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/fe547c90e42d974c61550e8ef752c2f3 to your computer and use it in GitHub Desktop.
Save harlowja/fe547c90e42d974c61550e8ef752c2f3 to your computer and use it in GitHub Desktop.
Started by user Josh Harlow
[Pipeline] stage (Initiation)
Entering stage Initiation
Proceeding
[Pipeline] stage (Loading remote libraries)
Entering stage Loading remote libraries
Proceeding
[Pipeline] node
Running on puppet-slave02 in /home/jenkins/workspace/glance-kolla-image-build-test
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/workspace/glance-kolla-image-build-test/libLoader
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] echo
Checking out git@github.secureserver.net:cloudplatform/jenkins-jobs.git, branch=master
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository git@github.secureserver.net:cloudplatform/jenkins-jobs.git
> git init /home/jenkins/workspace/glance-kolla-image-build-test/libLoader # timeout=10
Fetching upstream changes from git@github.secureserver.net:cloudplatform/jenkins-jobs.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git@github.secureserver.net:cloudplatform/jenkins-jobs.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git@github.secureserver.net:cloudplatform/jenkins-jobs.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git@github.secureserver.net:cloudplatform/jenkins-jobs.git # timeout=10
Fetching upstream changes from git@github.secureserver.net:cloudplatform/jenkins-jobs.git
> git -c core.askpass=true fetch --tags --progress git@github.secureserver.net:cloudplatform/jenkins-jobs.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6d9e64f0e7fbc8bed6cbd8d7bb989c8ab9db0127 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6d9e64f0e7fbc8bed6cbd8d7bb989c8ab9db0127
[Pipeline] echo
Loading from lib/helpers.groovy
[Pipeline] load
[Pipeline] { (lib/helpers.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on puppet-slave02 in /home/jenkins/workspace/glance-kolla-image-build-test
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] }
[Pipeline] // wrap
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: false
[Pipeline] }
[Pipeline] // node
[Pipeline] stage (Kolla checkout (external))
Entering stage Kolla checkout (external)
Proceeding
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: false
[Pipeline] node
Running on puppet-slave02 in /home/jenkins/workspace/glance-kolla-image-build-test
[Pipeline] {
[Pipeline] ws
Running in /home/jenkins/workspace/glance-kolla-image-build-test@2
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] timeout
[Pipeline] {
[Pipeline] git
Cloning the remote Git repository
Cloning repository https://github.com/openstack/kolla.git
> git init /home/jenkins/workspace/glance-kolla-image-build-test@2 # timeout=10
Fetching upstream changes from https://github.com/openstack/kolla.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/openstack/kolla.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/openstack/kolla.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/openstack/kolla.git # timeout=10
Fetching upstream changes from https://github.com/openstack/kolla.git
> git -c core.askpass=true fetch --tags --progress https://github.com/openstack/kolla.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 6548e43537c1881d131f0ebf2aee53a585f31a92 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6548e43537c1881d131f0ebf2aee53a585f31a92 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master 6548e43537c1881d131f0ebf2aee53a585f31a92
[Pipeline] sh
[glance-kolla-image-build-test@2] Running shell script
+ set +x
Checking out ref 'stable/newton'
Switched to a new branch 'stable/newton'
Branch stable/newton set up to track remote branch stable/newton from origin.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] sh
[glance-kolla-image-build-test@2] Running shell script
+ set +x
Git details
===========
== Remote URL: origin https://github.com/openstack/kolla.git (fetch)
origin https://github.com/openstack/kolla.git (push)
== Remote Branches:
origin/master
origin/stable/liberty
origin/stable/mitaka
origin/stable/newton
== Local Branches:
master
* stable/newton
== Configuration (.git/config)
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/openstack/kolla.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "stable/newton"]
remote = origin
merge = refs/heads/stable/newton
== Most Recent 3 Commits
commit 816b32fa88e385d478374f5e5559ce5a6cab86a5
Author: Tomoya Goto <tomoyan777@gmail.com>
Date: Mon Oct 24 15:48:37 2016 +0900
Fix fernet related components added to fact var properly.
Previous version of keystone reconfigure fails at adding fernet
components to fact variable "keystone_item".
Ansible can not create fact variable using newly created variable
in a same task.
This patch set split this task into two tasks, first create variable
containing fernet components, then merge it to "keystone_item".
Change-Id: I15571ab20d6104d30350e8b922401b462336fca0
Closes-Bug: #1636047
(cherry picked from commit 8c8e296ecf7d6259cd29a5aaefb8d03ba5d8c05a)
commit 9bb45cf547a29ccb9a3cae6ced7c7abad16ff6a5
Merge: 8e91e2c a093e5f
Author: Jenkins <jenkins@review.openstack.org>
Date: Tue Nov 1 11:41:20 2016 +0000
Merge "Remove indentation from l3_agent.ini.j2" into stable/newton
commit 8e91e2c77ed4ce3209863d972ba0033d212f2eac
Merge: 65d2a65 6c6cff5
Author: Jenkins <jenkins@review.openstack.org>
Date: Mon Oct 31 14:03:33 2016 +0000
Merge "Fix invalid json in ironic service" into stable/newton
== Uncommitted Changes
== Directory status
# On branch stable/newton
nothing to commit, working directory clean
[Pipeline] stash
Stashed 1382 file(s)
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: false
[Pipeline] stage (Image building)
Entering stage Image building
Proceeding
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: false
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘build-slave-cent7’ are offline
Running on clsl-cent7-3026 in /home/jenkins/workspace/glance-kolla-image-build-test
[Pipeline] {
[Pipeline] ws
Running in /home/jenkins/workspace/glance-kolla-image-build-test@2
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] unstash
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: true
[Pipeline] sh
[glance-kolla-image-build-test@2] Running shell script
+ virtualenv .venv
New python executable in /home/jenkins/workspace/glance-kolla-image-build-test@2/.venv/bin/python
Installing setuptools, pip, wheel...done.
+ source .venv/bin/activate
++ deactivate nondestructive
++ unset -f pydoc
++ '[' -z '' ']'
++ '[' -z '' ']'
++ '[' -n /bin/sh ']'
++ hash -r
++ '[' -z '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/home/jenkins/workspace/glance-kolla-image-build-test@2/.venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/bin:/opt/gdauto/bin
++ PATH=/home/jenkins/workspace/glance-kolla-image-build-test@2/.venv/bin:/usr/local/bin:/usr/bin:/opt/gdauto/bin
++ export PATH
++ '[' -z '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' x '!=' x ']'
+++ basename /home/jenkins/workspace/glance-kolla-image-build-test@2/.venv
++ PS1='(.venv) '
++ export PS1
++ alias pydoc
++ '[' -n /bin/sh ']'
++ hash -r
+ pip install pip setuptools --upgrade
Requirement already up-to-date: pip in ./.venv/lib/python2.7/site-packages
Requirement already up-to-date: setuptools in ./.venv/lib/python2.7/site-packages
+ pip install .
Processing /home/jenkins/workspace/glance-kolla-image-build-test@2
Collecting pbr>=1.6 (from kolla==3.0.2.dev3)
Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)
Collecting docker-py<1.8.0,>=1.6.0 (from kolla==3.0.2.dev3)
Downloading docker-py-1.7.2.tar.gz (68kB)
Collecting Jinja2>=2.8 (from kolla==3.0.2.dev3)
Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
Collecting gitdb>=0.6.4 (from kolla==3.0.2.dev3)
Downloading gitdb-0.6.4.tar.gz (400kB)
Collecting GitPython>=1.0.1 (from kolla==3.0.2.dev3)
Downloading GitPython-2.1.0-py2.py3-none-any.whl (441kB)
Collecting six>=1.9.0 (from kolla==3.0.2.dev3)
Downloading six-1.10.0-py2.py3-none-any.whl
Collecting oslo.config>=3.14.0 (from kolla==3.0.2.dev3)
Downloading oslo.config-3.19.0-py2.py3-none-any.whl (99kB)
Collecting graphviz!=0.5.0,>=0.4.0 (from kolla==3.0.2.dev3)
Downloading graphviz-0.5.1-py2.py3-none-any.whl
Requirement already satisfied: setuptools!=24.0.0,>=16.0 in ./.venv/lib/python2.7/site-packages (from kolla==3.0.2.dev3)
Collecting pycrypto>=2.6 (from kolla==3.0.2.dev3)
Downloading pycrypto-2.6.1.tar.gz (446kB)
Collecting netaddr!=0.7.16,>=0.7.13 (from kolla==3.0.2.dev3)
Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB)
Collecting requests>=2.5.2 (from docker-py<1.8.0,>=1.6.0->kolla==3.0.2.dev3)
Downloading requests-2.11.1-py2.py3-none-any.whl (514kB)
Collecting websocket-client>=0.32.0 (from docker-py<1.8.0,>=1.6.0->kolla==3.0.2.dev3)
Downloading websocket_client-0.37.0.tar.gz (194kB)
Collecting MarkupSafe (from Jinja2>=2.8->kolla==3.0.2.dev3)
Downloading MarkupSafe-0.23.tar.gz
Collecting smmap>=0.8.5 (from gitdb>=0.6.4->kolla==3.0.2.dev3)
Downloading smmap-0.9.0.tar.gz
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->kolla==3.0.2.dev3)
Downloading gitdb2-2.0.0-py2.py3-none-any.whl (63kB)
Collecting rfc3986>=0.2.2 (from oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading rfc3986-0.4.1-py2.py3-none-any.whl
Collecting oslo.i18n>=2.1.0 (from oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading oslo.i18n-3.10.0-py2.py3-none-any.whl (41kB)
Collecting stevedore>=1.17.1 (from oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading stevedore-1.18.0-py2.py3-none-any.whl
Collecting debtcollector>=1.2.0 (from oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading debtcollector-1.9.0-py2.py3-none-any.whl
Collecting backports.ssl_match_hostname (from websocket-client>=0.32.0->docker-py<1.8.0,>=1.6.0->kolla==3.0.2.dev3)
Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->kolla==3.0.2.dev3)
Downloading smmap2-2.0.1-py2.py3-none-any.whl
Collecting Babel>=2.3.4 (from oslo.i18n>=2.1.0->oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB)
Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading wrapt-1.10.8.tar.gz
Collecting funcsigs>=0.4; python_version == "2.7" or python_version == "2.6" (from debtcollector>=1.2.0->oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading funcsigs-1.0.2-py2.py3-none-any.whl
Collecting pytz>=0a (from Babel>=2.3.4->oslo.i18n>=2.1.0->oslo.config>=3.14.0->kolla==3.0.2.dev3)
Downloading pytz-2016.7-py2.py3-none-any.whl (480kB)
Building wheels for collected packages: kolla, docker-py, gitdb, pycrypto, websocket-client, MarkupSafe, smmap, backports.ssl-match-hostname, wrapt
Running setup.py bdist_wheel for kolla: started
Running setup.py bdist_wheel for kolla: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/0b/a9/6c/49ad3bd096ce8b4eed5d90c97bd9d18d585ffd4169784863f4
Running setup.py bdist_wheel for docker-py: started
Running setup.py bdist_wheel for docker-py: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/c7/73/5c/a7c5cb0a7e1b51252317603de5e24e09127a18146b0d66f049
Running setup.py bdist_wheel for gitdb: started
Running setup.py bdist_wheel for gitdb: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/24/af/3c/0dc34fe9f16a057738fe88aee0c794a57755f238c0eaaf70f1
Running setup.py bdist_wheel for pycrypto: started
Running setup.py bdist_wheel for pycrypto: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/80/1f/94/f76e9746864f198eb0e304aeec319159fa41b082f61281ffce
Running setup.py bdist_wheel for websocket-client: started
Running setup.py bdist_wheel for websocket-client: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/e4/20/12/48d6732b88733a0a8f98ee1a5b2f59b64b27011d5c34c4f98c
Running setup.py bdist_wheel for MarkupSafe: started
Running setup.py bdist_wheel for MarkupSafe: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748
Running setup.py bdist_wheel for smmap: started
Running setup.py bdist_wheel for smmap: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/f2/8d/a5/d50981a5b89062285700f9aaed87d9ca02f287226f7c0979b2
Running setup.py bdist_wheel for backports.ssl-match-hostname: started
Running setup.py bdist_wheel for backports.ssl-match-hostname: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/5d/72/36/b2a31507b613967b728edc33378a5ff2ada0f62855b93c5ae1
Running setup.py bdist_wheel for wrapt: started
Running setup.py bdist_wheel for wrapt: finished with status 'done'
Stored in directory: /home/jenkins/.cache/pip/wheels/19/8a/01/20cf74c3f38d49ef8e9b9aa7ffd38cefff79bad9f6f2c651f0
Successfully built kolla docker-py gitdb pycrypto websocket-client MarkupSafe smmap backports.ssl-match-hostname wrapt
Installing collected packages: pbr, requests, six, backports.ssl-match-hostname, websocket-client, docker-py, MarkupSafe, Jinja2, smmap, gitdb, smmap2, gitdb2, GitPython, rfc3986, pytz, Babel, oslo.i18n, netaddr, stevedore, wrapt, funcsigs, debtcollector, oslo.config, graphviz, pycrypto, kolla
Successfully installed Babel-2.3.4 GitPython-2.1.0 Jinja2-2.8 MarkupSafe-0.23 backports.ssl-match-hostname-3.5.0.1 debtcollector-1.9.0 docker-py-1.7.2 funcsigs-1.0.2 gitdb-0.6.4 gitdb2-2.0.0 graphviz-0.5.1 kolla-3.0.2.dev3 netaddr-0.7.18 oslo.config-3.19.0 oslo.i18n-3.10.0 pbr-1.10.0 pycrypto-2.6.1 pytz-2016.7 requests-2.11.1 rfc3986-0.4.1 six-1.10.0 smmap-0.9.0 smmap2-2.0.1 stevedore-1.18.0 websocket-client-0.37.0 wrapt-1.10.8
[Pipeline] echo
Writing 107 chars to etc/kolla/kolla-build.conf:
[glance-base]
type = git
location = https://git.openstack.org/openstack/glance
reference = stable/liberty
[Pipeline] writeFile
[Pipeline] echo
Writing 31 chars to template-overrides.j2:
{% extends parent_template %}
[Pipeline] writeFile
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: true
[Pipeline] sh
[glance-kolla-image-build-test@2] Running shell script
+ source .venv/bin/activate
++ deactivate nondestructive
++ unset -f pydoc
++ '[' -z '' ']'
++ '[' -z '' ']'
++ '[' -n /bin/sh ']'
++ hash -r
++ '[' -z '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/home/jenkins/workspace/glance-kolla-image-build-test@2/.venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/bin:/opt/gdauto/bin
++ PATH=/home/jenkins/workspace/glance-kolla-image-build-test@2/.venv/bin:/usr/local/bin:/usr/bin:/opt/gdauto/bin
++ export PATH
++ '[' -z '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' x '!=' x ']'
+++ basename /home/jenkins/workspace/glance-kolla-image-build-test@2/.venv
++ PS1='(.venv) '
++ export PS1
++ alias pydoc
++ '[' -n /bin/sh ']'
++ hash -r
+ kolla-build -t source --template-override template-overrides.j2 glance
INFO:kolla.image.build:Found the docker image folder at /home/jenkins/workspace/glance-kolla-image-build-test@2/.venv/share/kolla/docker
INFO:kolla.image.build:Added image base to queue
INFO:kolla.image.build:Attempting to run task BuildTask(base) for the first time
INFO:kolla.image.build.base:Building
INFO:kolla.image.build.base:Step 1 : FROM centos:7
INFO:kolla.image.build.base: ---> 0584b3d2cf6d
INFO:kolla.image.build.base:Step 2 : MAINTAINER Kolla Project (https://launchpad.net/kolla)
INFO:kolla.image.build.base: ---> Running in 4e1ad6b55eca
INFO:kolla.image.build.base: ---> e9b6a31c91ef
INFO:kolla.image.build.base:Removing intermediate container 4e1ad6b55eca
INFO:kolla.image.build.base:Step 3 : LABEL kolla_version "3.0.2"
INFO:kolla.image.build.base: ---> Running in 20406e049d62
INFO:kolla.image.build.base: ---> 7605b8f517c5
INFO:kolla.image.build.base:Removing intermediate container 20406e049d62
INFO:kolla.image.build.base:Step 4 : ENV KOLLA_BASE_DISTRO centos
INFO:kolla.image.build.base: ---> Running in 5c55e5e412c9
INFO:kolla.image.build.base: ---> e726ace00402
INFO:kolla.image.build.base:Removing intermediate container 5c55e5e412c9
INFO:kolla.image.build.base:Step 5 : ENV KOLLA_INSTALL_TYPE source
INFO:kolla.image.build.base: ---> Running in d85abb34666b
INFO:kolla.image.build.base: ---> a636cf2a7d3a
INFO:kolla.image.build.base:Removing intermediate container d85abb34666b
INFO:kolla.image.build.base:Step 6 : ENV KOLLA_INSTALL_METATYPE mixed
INFO:kolla.image.build.base: ---> Running in 68dcdce6bdff
INFO:kolla.image.build.base: ---> 404bca80387e
INFO:kolla.image.build.base:Removing intermediate container 68dcdce6bdff
INFO:kolla.image.build.base:Step 7 : COPY kolla_bashrc /tmp/
INFO:kolla.image.build.base: ---> 39bf9b3a5403
INFO:kolla.image.build.base:Removing intermediate container 528453eb8805
INFO:kolla.image.build.base:Step 8 : RUN cat /tmp/kolla_bashrc >> /etc/skel/.bashrc && cat /tmp/kolla_bashrc >> /root/.bashrc
INFO:kolla.image.build.base: ---> Running in 7108b7453662
INFO:kolla.image.build.base: ---> 498b12f2278e
INFO:kolla.image.build.base:Removing intermediate container 7108b7453662
INFO:kolla.image.build.base:Step 9 : ENV PS1 "$(tput bold)($(printenv KOLLA_SERVICE_NAME))$(tput sgr0)[$(id -un)@$(hostname -s) $(pwd)]$ "
INFO:kolla.image.build.base: ---> Running in e616b7ef5530
INFO:kolla.image.build.base: ---> 9b21e6177148
INFO:kolla.image.build.base:Removing intermediate container e616b7ef5530
INFO:kolla.image.build.base:Step 10 : RUN if [ $(awk '{match($0, /[0-9]+/,version)}END{print version[0]}' /etc/system-release) != "7" ]; then echo "Only supported 7 release on centos"; false; fi && cat /tmp/kolla_bashrc >> /etc/bashrc
INFO:kolla.image.build.base: ---> Running in 8c58d55b786f
INFO:kolla.image.build.base: ---> a727f9bb16a0
INFO:kolla.image.build.base:Removing intermediate container 8c58d55b786f
INFO:kolla.image.build.base:Step 11 : COPY elasticsearch.repo /etc/yum.repos.d/elasticsearch.repo
INFO:kolla.image.build.base: ---> 352e174755b0
INFO:kolla.image.build.base:Removing intermediate container b4c68480212f
INFO:kolla.image.build.base:Step 12 : COPY kibana.yum.repo /etc/yum.repos.d/kibana.yum.repo
INFO:kolla.image.build.base: ---> 34dffe101332
INFO:kolla.image.build.base:Removing intermediate container d62047b42a49
INFO:kolla.image.build.base:Step 13 : COPY MariaDB.repo /etc/yum.repos.d/MariaDB.repo
INFO:kolla.image.build.base: ---> b6ea79aeb2cc
INFO:kolla.image.build.base:Removing intermediate container b29cc5d1c514
INFO:kolla.image.build.base:Step 14 : COPY influxdb.repo /etc/yum.repos.d/influxdb.repo
INFO:kolla.image.build.base: ---> 1576fea6b5ad
INFO:kolla.image.build.base:Removing intermediate container 938b308c3d80
INFO:kolla.image.build.base:Step 15 : COPY grafana.repo /etc/yum.repos.d/grafana.repo
INFO:kolla.image.build.base: ---> 52da77cc8eee
INFO:kolla.image.build.base:Removing intermediate container 649b697e5796
INFO:kolla.image.build.base:Step 16 : RUN yum -y install http://repo.percona.com/release/7/RPMS/x86_64/percona-release-0.1-3.noarch.rpm && yum clean all
INFO:kolla.image.build.base: ---> Running in bcd0b011192b
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl
INFO:kolla.image.build.base:Examining /var/tmp/yum-root-wuE6Zy/percona-release-0.1-3.noarch.rpm: percona-release-0.1-3.noarch
INFO:kolla.image.build.base:Marking /var/tmp/yum-root-wuE6Zy/percona-release-0.1-3.noarch.rpm to be installed
INFO:kolla.image.build.base:Resolving Dependencies
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package percona-release.noarch 0:0.1-3 will be installed
INFO:kolla.image.build.base:--> Finished Dependency Resolution
INFO:kolla.image.build.base:Dependencies Resolved
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base: Package Arch Version Repository Size
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base:Installing:
INFO:kolla.image.build.base: percona-release noarch 0.1-3 /percona-release-0.1-3.noarch 5.8 k
INFO:kolla.image.build.base:Transaction Summary
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base:Install 1 Package
INFO:kolla.image.build.base:Total size: 5.8 k
INFO:kolla.image.build.base:Installed size: 5.8 k
INFO:kolla.image.build.base:Downloading packages:
INFO:kolla.image.build.base:Running transaction check
INFO:kolla.image.build.base:Running transaction test
INFO:kolla.image.build.base:Transaction test succeeded
INFO:kolla.image.build.base:Running transaction
INFO:kolla.image.build.base: Installing : percona-release-0.1-3.noarch 1/1
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : percona-release-0.1-3.noarch 1/1
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Installed:
INFO:kolla.image.build.base: percona-release.noarch 0:0.1-3
INFO:kolla.image.build.base:Complete!
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl
INFO:kolla.image.build.base:Cleaning repos: base elasticsearch-2.x extras grafana influxdb kibana-4.6
INFO:kolla.image.build.base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.base:Cleaning up everything
INFO:kolla.image.build.base: ---> c5e0c0a8363e
INFO:kolla.image.build.base:Removing intermediate container bcd0b011192b
INFO:kolla.image.build.base:Step 17 : RUN true && rpm --import http://yum.mariadb.org/RPM-GPG-KEY-MariaDB && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Percona && rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch && rpm --import https://repos.influxdata.com/influxdb.key && rpm --import https://packagecloud.io/gpg.key && rpm --import https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
INFO:kolla.image.build.base: ---> Running in d8040139b423
INFO:kolla.image.build.base: ---> 087624132dde
INFO:kolla.image.build.base:Removing intermediate container d8040139b423
INFO:kolla.image.build.base:Step 18 : RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
INFO:kolla.image.build.base: ---> Running in 5d2d81ca97f7
INFO:kolla.image.build.base: ---> d106a7633ed0
INFO:kolla.image.build.base:Removing intermediate container 5d2d81ca97f7
INFO:kolla.image.build.base:Step 19 : RUN yum -y install epel-release yum-plugin-priorities centos-release-ceph-jewel centos-release-openstack-newton centos-release-qemu-ev && yum clean all
INFO:kolla.image.build.base: ---> Running in ab89a8bd0e84
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl
INFO:kolla.image.build.base:Retrieving key from https://packagecloud.io/gpg.key
INFO:kolla.image.build.base:Importing GPG key 0xD59097AB:
INFO:kolla.image.build.base: Userid : "packagecloud ops (production key) <ops@packagecloud.io>"
INFO:kolla.image.build.base: Fingerprint: 418a 7f2f b0e1 e6e7 eabf 6fe8 c2e7 3424 d590 97ab
INFO:kolla.image.build.base: From : https://packagecloud.io/gpg.key
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Retrieving key from https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
INFO:kolla.image.build.base:Determining fastest mirrors
INFO:kolla.image.build.base: * base: repos.lax.quadranet.com
INFO:kolla.image.build.base: * extras: mirrors.unifiedlayer.com
INFO:kolla.image.build.base: * updates: mirrors.usc.edu
INFO:kolla.image.build.base:Resolving Dependencies
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package centos-release-ceph-jewel.noarch 0:1.0-1.el7.centos will be installed
INFO:kolla.image.build.base:--> Processing Dependency: centos-release-storage-common for package: centos-release-ceph-jewel-1.0-1.el7.centos.noarch
INFO:kolla.image.build.base:---> Package centos-release-openstack-newton.noarch 0:1-1.el7 will be installed
INFO:kolla.image.build.base:---> Package centos-release-qemu-ev.noarch 0:1.0-1.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: centos-release-virt-common for package: centos-release-qemu-ev-1.0-1.el7.noarch
INFO:kolla.image.build.base:---> Package epel-release.noarch 0:7-6 will be installed
INFO:kolla.image.build.base:---> Package yum-plugin-priorities.noarch 0:1.1.31-34.el7 will be installed
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package centos-release-storage-common.noarch 0:1-2.el7.centos will be installed
INFO:kolla.image.build.base:---> Package centos-release-virt-common.noarch 0:1-1.el7.centos will be installed
INFO:kolla.image.build.base:--> Finished Dependency Resolution
INFO:kolla.image.build.base:Dependencies Resolved
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base: Package Arch Version Repository
INFO:kolla.image.build.base: Size
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base:Installing:
INFO:kolla.image.build.base: centos-release-ceph-jewel noarch 1.0-1.el7.centos extras 4.1 k
INFO:kolla.image.build.base: centos-release-openstack-newton noarch 1-1.el7 extras 5.1 k
INFO:kolla.image.build.base: centos-release-qemu-ev noarch 1.0-1.el7 extras 11 k
INFO:kolla.image.build.base: epel-release noarch 7-6 extras 14 k
INFO:kolla.image.build.base: yum-plugin-priorities noarch 1.1.31-34.el7 base 25 k
INFO:kolla.image.build.base:Installing for dependencies:
INFO:kolla.image.build.base: centos-release-storage-common noarch 1-2.el7.centos extras 4.5 k
INFO:kolla.image.build.base: centos-release-virt-common noarch 1-1.el7.centos extras 4.5 k
INFO:kolla.image.build.base:Transaction Summary
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base:Install 5 Packages (+2 Dependent packages)
INFO:kolla.image.build.base:Total download size: 68 k
INFO:kolla.image.build.base:Installed size: 76 k
INFO:kolla.image.build.base:Downloading packages:
INFO:kolla.image.build.base:--------------------------------------------------------------------------------
INFO:kolla.image.build.base:Total 63 kB/s | 68 kB 00:01
INFO:kolla.image.build.base:Running transaction check
INFO:kolla.image.build.base:Running transaction test
INFO:kolla.image.build.base:Transaction test succeeded
INFO:kolla.image.build.base:Running transaction
INFO:kolla.image.build.base: Installing : centos-release-virt-common-1-1.el7.centos.noarch 1/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : centos-release-qemu-ev-1.0-1.el7.noarch 2/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : centos-release-storage-common-1-2.el7.centos.noarch 3/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : centos-release-ceph-jewel-1.0-1.el7.centos.noarch 4/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : centos-release-openstack-newton-1-1.el7.noarch 5/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : epel-release-7-6.noarch 6/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : yum-plugin-priorities-1.1.31-34.el7.noarch 7/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : yum-plugin-priorities-1.1.31-34.el7.noarch 1/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : epel-release-7-6.noarch 2/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : centos-release-storage-common-1-2.el7.centos.noarch 3/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : centos-release-ceph-jewel-1.0-1.el7.centos.noarch 4/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : centos-release-qemu-ev-1.0-1.el7.noarch 5/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : centos-release-openstack-newton-1-1.el7.noarch 6/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : centos-release-virt-common-1-1.el7.centos.noarch 7/7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Installed:
INFO:kolla.image.build.base: centos-release-ceph-jewel.noarch 0:1.0-1.el7.centos
INFO:kolla.image.build.base: centos-release-openstack-newton.noarch 0:1-1.el7
INFO:kolla.image.build.base: centos-release-qemu-ev.noarch 0:1.0-1.el7
INFO:kolla.image.build.base: epel-release.noarch 0:7-6
INFO:kolla.image.build.base: yum-plugin-priorities.noarch 0:1.1.31-34.el7
INFO:kolla.image.build.base:Dependency Installed:
INFO:kolla.image.build.base: centos-release-storage-common.noarch 0:1-2.el7.centos
INFO:kolla.image.build.base: centos-release-virt-common.noarch 0:1-1.el7.centos
INFO:kolla.image.build.base:Complete!
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.base:Cleaning repos: base centos-ceph-jewel centos-openstack-newton centos-qemu-ev
INFO:kolla.image.build.base: : elasticsearch-2.x epel extras grafana influxdb kibana-4.6
INFO:kolla.image.build.base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.base:Cleaning up everything
INFO:kolla.image.build.base:Cleaning up list of fastest mirrors
INFO:kolla.image.build.base: ---> 569e67e8d0d8
INFO:kolla.image.build.base:Removing intermediate container ab89a8bd0e84
INFO:kolla.image.build.base:Step 20 : RUN true && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization && yum clean all
INFO:kolla.image.build.base: ---> Running in acc43243553d
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.base:Cleaning repos: base centos-ceph-jewel centos-openstack-newton centos-qemu-ev
INFO:kolla.image.build.base: : elasticsearch-2.x epel extras grafana influxdb kibana-4.6
INFO:kolla.image.build.base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.base:Cleaning up everything
INFO:kolla.image.build.base: ---> eaba870da11c
INFO:kolla.image.build.base:Removing intermediate container acc43243553d
INFO:kolla.image.build.base:Step 21 : RUN yum -y install curl sudo tar which lvm2 scsi-target-utils iproute iscsi-initiator-utils && yum clean all
INFO:kolla.image.build.base: ---> Running in d5350e796484
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.base:http://mirror.compevo.com/epel/7/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
INFO:kolla.image.build.base:Trying other mirror.
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Determining fastest mirrors
INFO:kolla.image.build.base: * base: repos.lax.quadranet.com
INFO:kolla.image.build.base: * epel: mirror.prgmr.com
INFO:kolla.image.build.base: * extras: mirrors.unifiedlayer.com
INFO:kolla.image.build.base: * updates: mirrors.usc.edu
INFO:kolla.image.build.base:Package curl-7.29.0-25.el7.centos.x86_64 already installed and latest version
INFO:kolla.image.build.base:Package 2:tar-1.26-29.el7.x86_64 already installed and latest version
INFO:kolla.image.build.base:Resolving Dependencies
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package iproute.x86_64 0:3.10.0-54.el7_2.1 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-3.10.0-54.el7_2.1.x86_64
INFO:kolla.image.build.base:---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-33.el7_2.2 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-33.el7_2.2 for package: iscsi-initiator-utils-6.2.0.873-33.el7_2.2.x86_64
INFO:kolla.image.build.base:---> Package lvm2.x86_64 7:2.02.130-5.el7_2.5 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: lvm2-libs = 7:2.02.130-5.el7_2.5 for package: 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: device-mapper-persistent-data >= 0.5.5-1 for package: 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:---> Package scsi-target-utils.x86_64 0:1.0.55-4.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: sg3_utils for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(strict) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Getopt::Long) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Config::General) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: lsof for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: librdmacm.so.1(RDMACM_1.0)(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: librdmacm for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libibverbs for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: /usr/bin/perl for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: librdmacm.so.1()(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libibverbs.so.1()(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libaio.so.1()(64bit) for package: scsi-target-utils-1.0.55-4.el7.x86_64
INFO:kolla.image.build.base:---> Package sudo.x86_64 0:1.8.6p7-17.el7_2 will be installed
INFO:kolla.image.build.base:---> Package which.x86_64 0:2.20-7.el7 will be installed
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package device-mapper-event-libs.x86_64 7:1.02.107-5.el7_2.5 will be installed
INFO:kolla.image.build.base:---> Package device-mapper-persistent-data.x86_64 0:0.6.2-1.el7_2 will be installed
INFO:kolla.image.build.base:---> Package iptables.x86_64 0:1.4.21-16.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-16.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-16.el7.x86_64
INFO:kolla.image.build.base:---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-33.el7_2.2 will be installed
INFO:kolla.image.build.base:---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed
INFO:kolla.image.build.base:---> Package libibverbs.x86_64 0:1.1.8-8.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: rdma for package: libibverbs-1.1.8-8.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libnl-route-3.so.200()(64bit) for package: libibverbs-1.1.8-8.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libnl-3.so.200()(64bit) for package: libibverbs-1.1.8-8.el7.x86_64
INFO:kolla.image.build.base:---> Package librdmacm.x86_64 0:1.0.21-1.el7 will be installed
INFO:kolla.image.build.base:---> Package lsof.x86_64 0:4.87-4.el7 will be installed
INFO:kolla.image.build.base:---> Package lvm2-libs.x86_64 7:2.02.130-5.el7_2.5 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: device-mapper-event = 7:1.02.107-5.el7_2.5 for package: 7:lvm2-libs-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:---> Package perl.x86_64 4:5.16.3-286.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: perl-libs = 4:5.16.3-286.el7 for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-286.el7.x86_64
INFO:kolla.image.build.base:---> Package perl-Config-General.noarch 0:2.61-1.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
INFO:kolla.image.build.base:--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
INFO:kolla.image.build.base:---> Package sg3_utils.x86_64 0:1.37-5.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: sg3_utils-libs = 1.37-5.el7 for package: sg3_utils-1.37-5.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libsgutils2.so.2()(64bit) for package: sg3_utils-1.37-5.el7.x86_64
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package device-mapper-event.x86_64 7:1.02.107-5.el7_2.5 will be installed
INFO:kolla.image.build.base:---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
INFO:kolla.image.build.base:--> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.4-2.el7.x86_64
INFO:kolla.image.build.base:---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
INFO:kolla.image.build.base:---> Package libnl3.x86_64 0:3.2.21-10.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
INFO:kolla.image.build.base:--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
INFO:kolla.image.build.base:---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
INFO:kolla.image.build.base:--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
INFO:kolla.image.build.base:---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Socket.x86_64 0:2.010-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
INFO:kolla.image.build.base:---> Package rdma.noarch 0:7.2_4.1_rc6-2.el7 will be installed
INFO:kolla.image.build.base:---> Package sg3_utils-libs.x86_64 0:1.37-5.el7 will be installed
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
INFO:kolla.image.build.base:--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
INFO:kolla.image.build.base:--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
INFO:kolla.image.build.base:--> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch
INFO:kolla.image.build.base:---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
INFO:kolla.image.build.base:--> Running transaction check
INFO:kolla.image.build.base:---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
INFO:kolla.image.build.base:---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
INFO:kolla.image.build.base:--> Finished Dependency Resolution
INFO:kolla.image.build.base:Dependencies Resolved
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base: Package Arch Version Repository
INFO:kolla.image.build.base: Size
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base:Installing:
INFO:kolla.image.build.base: iproute x86_64 3.10.0-54.el7_2.1 updates 526 k
INFO:kolla.image.build.base: iscsi-initiator-utils x86_64 6.2.0.873-33.el7_2.2 updates 419 k
INFO:kolla.image.build.base: lvm2 x86_64 7:2.02.130-5.el7_2.5 updates 1.0 M
INFO:kolla.image.build.base: scsi-target-utils x86_64 1.0.55-4.el7 epel 209 k
INFO:kolla.image.build.base: sudo x86_64 1.8.6p7-17.el7_2 updates 732 k
INFO:kolla.image.build.base: which x86_64 2.20-7.el7 base 41 k
INFO:kolla.image.build.base:Installing for dependencies:
INFO:kolla.image.build.base: device-mapper-event x86_64 7:1.02.107-5.el7_2.5 updates 167 k
INFO:kolla.image.build.base: device-mapper-event-libs x86_64 7:1.02.107-5.el7_2.5 updates 169 k
INFO:kolla.image.build.base: device-mapper-persistent-data x86_64 0.6.2-1.el7_2 updates 366 k
INFO:kolla.image.build.base: groff-base x86_64 1.22.2-8.el7 base 942 k
INFO:kolla.image.build.base: iptables x86_64 1.4.21-16.el7 base 424 k
INFO:kolla.image.build.base: iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-33.el7_2.2 updates 82 k
INFO:kolla.image.build.base: libaio x86_64 0.3.109-13.el7 base 24 k
INFO:kolla.image.build.base: libibverbs x86_64 1.1.8-8.el7 base 56 k
INFO:kolla.image.build.base: libmnl x86_64 1.0.3-7.el7 base 23 k
INFO:kolla.image.build.base: libnetfilter_conntrack x86_64 1.0.4-2.el7 base 53 k
INFO:kolla.image.build.base: libnfnetlink x86_64 1.0.1-4.el7 base 26 k
INFO:kolla.image.build.base: libnl3 x86_64 3.2.21-10.el7 base 197 k
INFO:kolla.image.build.base: librdmacm x86_64 1.0.21-1.el7 base 64 k
INFO:kolla.image.build.base: lsof x86_64 4.87-4.el7 base 331 k
INFO:kolla.image.build.base: lvm2-libs x86_64 7:2.02.130-5.el7_2.5 updates 873 k
INFO:kolla.image.build.base: perl x86_64 4:5.16.3-286.el7 base 8.0 M
INFO:kolla.image.build.base: perl-Carp noarch 1.26-244.el7 base 19 k
INFO:kolla.image.build.base: perl-Config-General noarch 2.61-1.el7 epel 75 k
INFO:kolla.image.build.base: perl-Encode x86_64 2.51-7.el7 base 1.5 M
INFO:kolla.image.build.base: perl-Exporter noarch 5.68-3.el7 base 28 k
INFO:kolla.image.build.base: perl-File-Path noarch 2.09-2.el7 base 26 k
INFO:kolla.image.build.base: perl-File-Temp noarch 0.23.01-3.el7 base 56 k
INFO:kolla.image.build.base: perl-Filter x86_64 1.49-3.el7 base 76 k
INFO:kolla.image.build.base: perl-Getopt-Long noarch 2.40-2.el7 base 56 k
INFO:kolla.image.build.base: perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
INFO:kolla.image.build.base: perl-PathTools x86_64 3.40-5.el7 base 82 k
INFO:kolla.image.build.base: perl-Pod-Escapes noarch 1:1.04-286.el7 base 50 k
INFO:kolla.image.build.base: perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
INFO:kolla.image.build.base: perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
INFO:kolla.image.build.base: perl-Pod-Usage noarch 1.63-3.el7 base 27 k
INFO:kolla.image.build.base: perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
INFO:kolla.image.build.base: perl-Socket x86_64 2.010-3.el7 base 49 k
INFO:kolla.image.build.base: perl-Storable x86_64 2.45-3.el7 base 77 k
INFO:kolla.image.build.base: perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
INFO:kolla.image.build.base: perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
INFO:kolla.image.build.base: perl-Time-Local noarch 1.2300-2.el7 base 24 k
INFO:kolla.image.build.base: perl-constant noarch 1.27-2.el7 base 19 k
INFO:kolla.image.build.base: perl-libs x86_64 4:5.16.3-286.el7 base 687 k
INFO:kolla.image.build.base: perl-macros x86_64 4:5.16.3-286.el7 base 43 k
INFO:kolla.image.build.base: perl-parent noarch 1:0.225-244.el7 base 12 k
INFO:kolla.image.build.base: perl-podlators noarch 2.5.1-3.el7 base 112 k
INFO:kolla.image.build.base: perl-threads x86_64 1.87-4.el7 base 49 k
INFO:kolla.image.build.base: perl-threads-shared x86_64 1.43-6.el7 base 39 k
INFO:kolla.image.build.base: rdma noarch 7.2_4.1_rc6-2.el7 updates 28 k
INFO:kolla.image.build.base: sg3_utils x86_64 1.37-5.el7 base 640 k
INFO:kolla.image.build.base: sg3_utils-libs x86_64 1.37-5.el7 base 63 k
INFO:kolla.image.build.base:Transaction Summary
INFO:kolla.image.build.base:================================================================================
INFO:kolla.image.build.base:Install 6 Packages (+46 Dependent packages)
INFO:kolla.image.build.base:Total download size: 19 M
INFO:kolla.image.build.base:Installed size: 58 M
INFO:kolla.image.build.base:Downloading packages:
INFO:kolla.image.build.base:warning: /var/cache/yum/x86_64/7/epel/packages/perl-Config-General-2.61-1.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Public key for perl-Config-General-2.61-1.el7.noarch.rpm is not installed
INFO:kolla.image.build.base:--------------------------------------------------------------------------------
INFO:kolla.image.build.base:Total 5.1 MB/s | 19 MB 00:03
INFO:kolla.image.build.base:Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
INFO:kolla.image.build.base:Importing GPG key 0x352C64E5:
INFO:kolla.image.build.base: Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
INFO:kolla.image.build.base: Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
INFO:kolla.image.build.base: Package : epel-release-7-6.noarch (@extras)
INFO:kolla.image.build.base: From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Running transaction check
INFO:kolla.image.build.base:Running transaction test
INFO:kolla.image.build.base:Transaction test succeeded
INFO:kolla.image.build.base:Running transaction
INFO:kolla.image.build.base: Installing : 7:device-mapper-event-libs-1.02.107-5.el7_2.5.x86_64 1/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : libnfnetlink-1.0.1-4.el7.x86_64 2/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : libaio-0.3.109-13.el7.x86_64 3/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : device-mapper-persistent-data-0.6.2-1.el7_2.x86_64 4/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 7:device-mapper-event-1.02.107-5.el7_2.5.x86_64 5/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Failed to get D-Bus connection: Operation not permitted
INFO:kolla.image.build.base: Installing : 7:lvm2-libs-2.02.130-5.el7_2.5.x86_64 6/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : iscsi-initiator-utils-6.2.0.873-33.el7_2.2.x86_64 7/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-33.el7_2.2.x86_ 8/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : lsof-4.87-4.el7.x86_64 9/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : libnl3-3.2.21-10.el7.x86_64 10/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : rdma-7.2_4.1_rc6-2.el7.noarch 11/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : libibverbs-1.1.8-8.el7.x86_64 12/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : librdmacm-1.0.21-1.el7.x86_64 13/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : sg3_utils-libs-1.37-5.el7.x86_64 14/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : sg3_utils-1.37-5.el7.x86_64 15/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : groff-base-1.22.2-8.el7.x86_64 16/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 1:perl-parent-0.225-244.el7.noarch 17/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 18/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-podlators-2.5.1-3.el7.noarch 19/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 20/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 1:perl-Pod-Escapes-1.04-286.el7.noarch 21/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Text-ParseWords-3.29-4.el7.noarch 22/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Encode-2.51-7.el7.x86_64 23/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Pod-Usage-1.63-3.el7.noarch 24/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 4:perl-libs-5.16.3-286.el7.x86_64 25/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 4:perl-macros-5.16.3-286.el7.x86_64 26/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-threads-1.87-4.el7.x86_64 27/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 28/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Exporter-5.68-3.el7.noarch 29/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-constant-1.27-2.el7.noarch 30/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Time-Local-1.2300-2.el7.noarch 31/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Carp-1.26-244.el7.noarch 32/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Storable-2.45-3.el7.x86_64 33/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-threads-shared-1.43-6.el7.x86_64 34/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-PathTools-3.40-5.el7.x86_64 35/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 36/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-File-Temp-0.23.01-3.el7.noarch 37/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-File-Path-2.09-2.el7.noarch 38/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Socket-2.010-3.el7.x86_64 39/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Filter-1.49-3.el7.x86_64 40/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 41/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Getopt-Long-2.40-2.el7.noarch 42/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 4:perl-5.16.3-286.el7.x86_64 43/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : perl-Config-General-2.61-1.el7.noarch 44/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : libmnl-1.0.3-7.el7.x86_64 45/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : libnetfilter_conntrack-1.0.4-2.el7.x86_64 46/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : iptables-1.4.21-16.el7.x86_64 47/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : iproute-3.10.0-54.el7_2.1.x86_64 48/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : scsi-target-utils-1.0.55-4.el7.x86_64 49/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : 7:lvm2-2.02.130-5.el7_2.5.x86_64 50/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Failed to get D-Bus connection: Operation not permitted
INFO:kolla.image.build.base:Failed to get D-Bus connection: Operation not permitted
INFO:kolla.image.build.base:Created symlink from /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket to /usr/lib/systemd/system/lvm2-lvmpolld.socket.
INFO:kolla.image.build.base:Failed to get D-Bus connection: Operation not permitted
INFO:kolla.image.build.base:warning: %post(lvm2-7:2.02.130-5.el7_2.5.x86_64) scriptlet failed, exit status 1
INFO:kolla.image.build.base:Non-fatal POSTIN scriptlet failure in rpm package 7:lvm2-2.02.130-5.el7_2.5.x86_64
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Installing : which-2.20-7.el7.x86_64 51/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:install-info: No such file or directory for /usr/share/info/which.info.gz
INFO:kolla.image.build.base: Installing : sudo-1.8.6p7-17.el7_2.x86_64 52/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-33.el7_2.2.x86_ 1/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : libmnl-1.0.3-7.el7.x86_64 2/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 3/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : iproute-3.10.0-54.el7_2.1.x86_64 4/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : sudo-1.8.6p7-17.el7_2.x86_64 5/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-threads-shared-1.43-6.el7.x86_64 6/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 7/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Config-General-2.61-1.el7.noarch 8/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-threads-1.87-4.el7.x86_64 9/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Exporter-5.68-3.el7.noarch 10/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-constant-1.27-2.el7.noarch 11/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-PathTools-3.40-5.el7.x86_64 12/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 4:perl-libs-5.16.3-286.el7.x86_64 13/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 4:perl-macros-5.16.3-286.el7.x86_64 14/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : librdmacm-1.0.21-1.el7.x86_64 15/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : sg3_utils-1.37-5.el7.x86_64 16/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 1:perl-parent-0.225-244.el7.noarch 17/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : device-mapper-persistent-data-0.6.2-1.el7_2.x86_64 18/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 4:perl-5.16.3-286.el7.x86_64 20/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : which-2.20-7.el7.x86_64 21/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : groff-base-1.22.2-8.el7.x86_64 22/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 7:lvm2-libs-2.02.130-5.el7_2.5.x86_64 23/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-File-Temp-0.23.01-3.el7.noarch 24/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 7:device-mapper-event-libs-1.02.107-5.el7_2.5.x86_64 25/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Time-Local-1.2300-2.el7.noarch 26/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : sg3_utils-libs-1.37-5.el7.x86_64 27/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 28/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : libaio-0.3.109-13.el7.x86_64 29/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 30/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Encode-2.51-7.el7.x86_64 31/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Carp-1.26-244.el7.noarch 32/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : iscsi-initiator-utils-6.2.0.873-33.el7_2.2.x86_64 33/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : rdma-7.2_4.1_rc6-2.el7.noarch 34/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 7:lvm2-2.02.130-5.el7_2.5.x86_64 35/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Storable-2.45-3.el7.x86_64 36/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 37/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 7:device-mapper-event-1.02.107-5.el7_2.5.x86_64 38/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : 1:perl-Pod-Escapes-1.04-286.el7.noarch 39/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Pod-Usage-1.63-3.el7.noarch 40/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : iptables-1.4.21-16.el7.x86_64 41/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : libnfnetlink-1.0.1-4.el7.x86_64 42/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-podlators-2.5.1-3.el7.noarch 43/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Getopt-Long-2.40-2.el7.noarch 44/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-File-Path-2.09-2.el7.noarch 45/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : libnl3-3.2.21-10.el7.x86_64 46/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : lsof-4.87-4.el7.x86_64 47/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Socket-2.010-3.el7.x86_64 48/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : libibverbs-1.1.8-8.el7.x86_64 49/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Filter-1.49-3.el7.x86_64 50/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 51/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base: Verifying : scsi-target-utils-1.0.55-4.el7.x86_64 52/52
INFO:kolla.image.build.base:
INFO:kolla.image.build.base:Installed:
INFO:kolla.image.build.base: iproute.x86_64 0:3.10.0-54.el7_2.1
INFO:kolla.image.build.base: iscsi-initiator-utils.x86_64 0:6.2.0.873-33.el7_2.2
INFO:kolla.image.build.base: lvm2.x86_64 7:2.02.130-5.el7_2.5
INFO:kolla.image.build.base: scsi-target-utils.x86_64 0:1.0.55-4.el7
INFO:kolla.image.build.base: sudo.x86_64 0:1.8.6p7-17.el7_2
INFO:kolla.image.build.base: which.x86_64 0:2.20-7.el7
INFO:kolla.image.build.base:Dependency Installed:
INFO:kolla.image.build.base: device-mapper-event.x86_64 7:1.02.107-5.el7_2.5
INFO:kolla.image.build.base: device-mapper-event-libs.x86_64 7:1.02.107-5.el7_2.5
INFO:kolla.image.build.base: device-mapper-persistent-data.x86_64 0:0.6.2-1.el7_2
INFO:kolla.image.build.base: groff-base.x86_64 0:1.22.2-8.el7
INFO:kolla.image.build.base: iptables.x86_64 0:1.4.21-16.el7
INFO:kolla.image.build.base: iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-33.el7_2.2
INFO:kolla.image.build.base: libaio.x86_64 0:0.3.109-13.el7
INFO:kolla.image.build.base: libibverbs.x86_64 0:1.1.8-8.el7
INFO:kolla.image.build.base: libmnl.x86_64 0:1.0.3-7.el7
INFO:kolla.image.build.base: libnetfilter_conntrack.x86_64 0:1.0.4-2.el7
INFO:kolla.image.build.base: libnfnetlink.x86_64 0:1.0.1-4.el7
INFO:kolla.image.build.base: libnl3.x86_64 0:3.2.21-10.el7
INFO:kolla.image.build.base: librdmacm.x86_64 0:1.0.21-1.el7
INFO:kolla.image.build.base: lsof.x86_64 0:4.87-4.el7
INFO:kolla.image.build.base: lvm2-libs.x86_64 7:2.02.130-5.el7_2.5
INFO:kolla.image.build.base: perl.x86_64 4:5.16.3-286.el7
INFO:kolla.image.build.base: perl-Carp.noarch 0:1.26-244.el7
INFO:kolla.image.build.base: perl-Config-General.noarch 0:2.61-1.el7
INFO:kolla.image.build.base: perl-Encode.x86_64 0:2.51-7.el7
INFO:kolla.image.build.base: perl-Exporter.noarch 0:5.68-3.el7
INFO:kolla.image.build.base: perl-File-Path.noarch 0:2.09-2.el7
INFO:kolla.image.build.base: perl-File-Temp.noarch 0:0.23.01-3.el7
INFO:kolla.image.build.base: perl-Filter.x86_64 0:1.49-3.el7
INFO:kolla.image.build.base: perl-Getopt-Long.noarch 0:2.40-2.el7
INFO:kolla.image.build.base: perl-HTTP-Tiny.noarch 0:0.033-3.el7
INFO:kolla.image.build.base: perl-PathTools.x86_64 0:3.40-5.el7
INFO:kolla.image.build.base: perl-Pod-Escapes.noarch 1:1.04-286.el7
INFO:kolla.image.build.base: perl-Pod-Perldoc.noarch 0:3.20-4.el7
INFO:kolla.image.build.base: perl-Pod-Simple.noarch 1:3.28-4.el7
INFO:kolla.image.build.base: perl-Pod-Usage.noarch 0:1.63-3.el7
INFO:kolla.image.build.base: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
INFO:kolla.image.build.base: perl-Socket.x86_64 0:2.010-3.el7
INFO:kolla.image.build.base: perl-Storable.x86_64 0:2.45-3.el7
INFO:kolla.image.build.base: perl-Text-ParseWords.noarch 0:3.29-4.el7
INFO:kolla.image.build.base: perl-Time-HiRes.x86_64 4:1.9725-3.el7
INFO:kolla.image.build.base: perl-Time-Local.noarch 0:1.2300-2.el7
INFO:kolla.image.build.base: perl-constant.noarch 0:1.27-2.el7
INFO:kolla.image.build.base: perl-libs.x86_64 4:5.16.3-286.el7
INFO:kolla.image.build.base: perl-macros.x86_64 4:5.16.3-286.el7
INFO:kolla.image.build.base: perl-parent.noarch 1:0.225-244.el7
INFO:kolla.image.build.base: perl-podlators.noarch 0:2.5.1-3.el7
INFO:kolla.image.build.base: perl-threads.x86_64 0:1.87-4.el7
INFO:kolla.image.build.base: perl-threads-shared.x86_64 0:1.43-6.el7
INFO:kolla.image.build.base: rdma.noarch 0:7.2_4.1_rc6-2.el7
INFO:kolla.image.build.base: sg3_utils.x86_64 0:1.37-5.el7
INFO:kolla.image.build.base: sg3_utils-libs.x86_64 0:1.37-5.el7
INFO:kolla.image.build.base:Complete!
INFO:kolla.image.build.base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.base:Cleaning repos: base centos-ceph-jewel centos-openstack-newton centos-qemu-ev
INFO:kolla.image.build.base: : elasticsearch-2.x epel extras grafana influxdb kibana-4.6
INFO:kolla.image.build.base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.base:Cleaning up everything
INFO:kolla.image.build.base:Cleaning up list of fastest mirrors
INFO:kolla.image.build.base: ---> 2a8e0f98b1c9
INFO:kolla.image.build.base:Removing intermediate container d5350e796484
INFO:kolla.image.build.base:Step 22 : COPY set_configs.py /usr/local/bin/kolla_set_configs
INFO:kolla.image.build.base: ---> d77f9c11814f
INFO:kolla.image.build.base:Removing intermediate container 3bc9c4f819c5
INFO:kolla.image.build.base:Step 23 : COPY start.sh /usr/local/bin/kolla_start
INFO:kolla.image.build.base: ---> 2b1ee6db8f8b
INFO:kolla.image.build.base:Removing intermediate container 9b362297dbea
INFO:kolla.image.build.base:Step 24 : COPY sudoers /etc/sudoers
INFO:kolla.image.build.base: ---> b7d87f54bfa9
INFO:kolla.image.build.base:Removing intermediate container 5e4082521b5d
INFO:kolla.image.build.base:Step 25 : COPY curlrc /root/.curlrc
INFO:kolla.image.build.base: ---> e355d18b7bb6
INFO:kolla.image.build.base:Removing intermediate container 8a01f6531fa8
INFO:kolla.image.build.base:Step 26 : RUN touch /usr/local/bin/kolla_extend_start && chmod 755 /usr/local/bin/kolla_start /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_set_configs && chmod 440 /etc/sudoers && groupadd kolla && mkdir -p /var/log/kolla && chown :kolla /var/log/kolla && chmod 2775 /var/log/kolla && rm -f /tmp/kolla_bashrc && curl -sSL https://github.com/Yelp/dumb-init/releases/download/v1.1.3/dumb-init_1.1.3_amd64 -o /usr/local/bin/dumb-init && chmod +x /usr/local/bin/dumb-init
INFO:kolla.image.build.base: ---> Running in 4c87872f3706
INFO:kolla.image.build.base:curl (https://github-cloud.s3.amazonaws.com/releases/40563188/85c33406-58a0-11e6-87e9-d4b48aba57e0.3_amd64?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20161103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20161103T005928Z&X-Amz-Expires=300&X-Amz-Signature=f89c63363784f4dbc26510d8e692e7c2c9a3e1b5491e610e5e893b2d9a7562fd&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Ddumb-init_1.1.3_amd64&response-content-type=application%2Foctet-stream): response: 200, time: 0.889, size: 43256
INFO:kolla.image.build.base: ---> a8f4be5d3981
INFO:kolla.image.build.base:Removing intermediate container 4c87872f3706
INFO:kolla.image.build.base:Step 27 : CMD kolla_start
INFO:kolla.image.build.base: ---> Running in e4daf0ff763d
INFO:kolla.image.build.base: ---> 9fd823c56bbb
INFO:kolla.image.build.base:Removing intermediate container e4daf0ff763d
INFO:kolla.image.build.base:Successfully built 9fd823c56bbb
INFO:kolla.image.build.base:Built
INFO:kolla.image.build:Added next task BuildTask(elasticsearch) to queue
INFO:kolla.image.build:Added next task BuildTask(multipathd) to queue
INFO:kolla.image.build:Added next task BuildTask(rabbitmq) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(elasticsearch) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(elasticsearch) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(etcd) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(multipathd) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(rabbitmq) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(elasticsearch) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(ceph-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(multipathd) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(multipathd) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(rabbitmq) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(elasticsearch) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(kibana) to queue
INFO:kolla.image.build:Added next task BuildTask(kolla-toolbox) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(multipathd) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(etcd) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(rabbitmq) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(rabbitmq) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(kibana) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(kibana) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(kibana) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(etcd) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(kibana) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(ceph-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(ceph-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(ceph-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(etcd) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(ceph-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(kolla-toolbox) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(kolla-toolbox) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(etcd) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(kolla-toolbox) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(kolla-toolbox) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(cron) to queue
INFO:kolla.image.build:Added next task BuildTask(keepalived) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(cron) for the first time
INFO:kolla.image.build:Added next task BuildTask(grafana) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(keepalived) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(keepalived) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(openstack-base) to queue
INFO:kolla.image.build:Added next task BuildTask(memcached) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(keepalived) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(keepalived) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(openvswitch-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(grafana) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(cron) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(openstack-base) for the first time
INFO:kolla.image.build.openstack-base:Building
INFO:kolla.image.build:Attempting to run task BuildTask(memcached) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(grafana) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(cron) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(mongodb) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(openvswitch-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(memcached) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(grafana) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(cron) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(mariadb) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(mongodb) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(mongodb) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(memcached) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(grafana) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(mariadb) for the first time
INFO:kolla.image.build:Added next task BuildTask(influxdb) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(mongodb) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(mongodb) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(memcached) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(mariadb) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(heka) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(influxdb) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(openvswitch-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(influxdb) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(influxdb) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(openvswitch-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(mariadb) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(openvswitch-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(influxdb) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(mariadb) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(tgtd) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(heka) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(tgtd) for the first time
INFO:kolla.image.build:Added next task BuildTask(iscsid) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(heka) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(tgtd) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(tgtd) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(telegraf) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(heka) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(tgtd) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(iscsid) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(heka) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(haproxy) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(iscsid) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(telegraf) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(iscsid) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(telegraf) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(telegraf) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(iscsid) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(haproxy) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(haproxy) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(haproxy) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(haproxy) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(telegraf) for the 4 time
INFO:kolla.image.build.openstack-base:Step 1 : FROM kolla/centos-source-base:3.0.2
INFO:kolla.image.build.openstack-base: ---> 9fd823c56bbb
INFO:kolla.image.build.openstack-base:Step 2 : MAINTAINER Kolla Project (https://launchpad.net/kolla)
INFO:kolla.image.build.openstack-base: ---> Running in 3ef85901e7ea
INFO:kolla.image.build.openstack-base: ---> 5f00437c08e0
INFO:kolla.image.build.openstack-base:Removing intermediate container 3ef85901e7ea
INFO:kolla.image.build.openstack-base:Step 3 : RUN yum -y install git iproute openssl && yum clean all
INFO:kolla.image.build.openstack-base: ---> Running in a591f8d344e0
INFO:kolla.image.build.openstack-base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.openstack-base:Determining fastest mirrors
INFO:kolla.image.build.openstack-base: * base: repos.lax.quadranet.com
INFO:kolla.image.build.openstack-base: * epel: mirror.prgmr.com
INFO:kolla.image.build.openstack-base: * extras: mirrors.unifiedlayer.com
INFO:kolla.image.build.openstack-base: * updates: mirrors.usc.edu
INFO:kolla.image.build.openstack-base:Package iproute-3.10.0-54.el7_2.1.x86_64 already installed and latest version
INFO:kolla.image.build.openstack-base:Resolving Dependencies
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package git.x86_64 0:1.8.3.1-6.el7_2.1 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: perl-Git = 1.8.3.1-6.el7_2.1 for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: rsync for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: openssh-clients for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: less for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7_2.1.x86_64
INFO:kolla.image.build.openstack-base:---> Package openssl.x86_64 1:1.0.1e-51.el7_2.7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: make for package: 1:openssl-1.0.1e-51.el7_2.7.x86_64
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package less.x86_64 0:458-9.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package make.x86_64 1:3.82-21.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package openssh-clients.x86_64 0:6.6.1p1-25.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: openssh = 6.6.1p1-25.el7_2 for package: openssh-clients-6.6.1p1-25.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-25.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-25.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-25.el7_2.x86_64
INFO:kolla.image.build.openstack-base:---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package perl-Git.noarch 0:1.8.3.1-6.el7_2.1 will be installed
INFO:kolla.image.build.openstack-base:---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64
INFO:kolla.image.build.openstack-base:---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package openssh.x86_64 0:6.6.1p1-25.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Finished Dependency Resolution
INFO:kolla.image.build.openstack-base:Dependencies Resolved
INFO:kolla.image.build.openstack-base:================================================================================
INFO:kolla.image.build.openstack-base: Package Arch Version Repository Size
INFO:kolla.image.build.openstack-base:================================================================================
INFO:kolla.image.build.openstack-base:Installing:
INFO:kolla.image.build.openstack-base: git x86_64 1.8.3.1-6.el7_2.1 updates 4.4 M
INFO:kolla.image.build.openstack-base: openssl x86_64 1:1.0.1e-51.el7_2.7 updates 712 k
INFO:kolla.image.build.openstack-base:Installing for dependencies:
INFO:kolla.image.build.openstack-base: fipscheck x86_64 1.4.1-5.el7 base 21 k
INFO:kolla.image.build.openstack-base: fipscheck-lib x86_64 1.4.1-5.el7 base 11 k
INFO:kolla.image.build.openstack-base: less x86_64 458-9.el7 base 120 k
INFO:kolla.image.build.openstack-base: libedit x86_64 3.0-12.20121213cvs.el7 base 92 k
INFO:kolla.image.build.openstack-base: libgnome-keyring x86_64 3.8.0-3.el7 base 109 k
INFO:kolla.image.build.openstack-base: make x86_64 1:3.82-21.el7 base 420 k
INFO:kolla.image.build.openstack-base: openssh x86_64 6.6.1p1-25.el7_2 updates 435 k
INFO:kolla.image.build.openstack-base: openssh-clients x86_64 6.6.1p1-25.el7_2 updates 639 k
INFO:kolla.image.build.openstack-base: perl-Error noarch 1:0.17020-2.el7 base 32 k
INFO:kolla.image.build.openstack-base: perl-Git noarch 1.8.3.1-6.el7_2.1 updates 53 k
INFO:kolla.image.build.openstack-base: perl-TermReadKey x86_64 2.30-20.el7 base 31 k
INFO:kolla.image.build.openstack-base: rsync x86_64 3.0.9-17.el7 base 360 k
INFO:kolla.image.build.openstack-base:Transaction Summary
INFO:kolla.image.build.openstack-base:================================================================================
INFO:kolla.image.build.openstack-base:Install 2 Packages (+12 Dependent packages)
INFO:kolla.image.build.openstack-base:Total download size: 7.3 M
INFO:kolla.image.build.openstack-base:Installed size: 30 M
INFO:kolla.image.build.openstack-base:Downloading packages:
INFO:kolla.image.build.openstack-base:--------------------------------------------------------------------------------
INFO:kolla.image.build.openstack-base:Total 4.0 MB/s | 7.3 MB 00:01
INFO:kolla.image.build.openstack-base:Running transaction check
INFO:kolla.image.build.openstack-base:Running transaction test
INFO:kolla.image.build.openstack-base:Transaction test succeeded
INFO:kolla.image.build.openstack-base:Running transaction
INFO:kolla.image.build.openstack-base: Installing : fipscheck-1.4.1-5.el7.x86_64 1/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : fipscheck-lib-1.4.1-5.el7.x86_64 2/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : 1:perl-Error-0.17020-2.el7.noarch 3/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : openssh-6.6.1p1-25.el7_2.x86_64 4/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : less-458-9.el7.x86_64 5/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : rsync-3.0.9-17.el7.x86_64 6/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libgnome-keyring-3.8.0-3.el7.x86_64 7/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : 1:make-3.82-21.el7.x86_64 8/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libedit-3.0-12.20121213cvs.el7.x86_64 9/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : openssh-clients-6.6.1p1-25.el7_2.x86_64 10/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : perl-TermReadKey-2.30-20.el7.x86_64 11/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : perl-Git-1.8.3.1-6.el7_2.1.noarch 12/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : git-1.8.3.1-6.el7_2.1.x86_64 13/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : 1:openssl-1.0.1e-51.el7_2.7.x86_64 14/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : openssh-6.6.1p1-25.el7_2.x86_64 1/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : perl-TermReadKey-2.30-20.el7.x86_64 2/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 3/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : 1:perl-Error-0.17020-2.el7.noarch 4/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 5/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : openssh-clients-6.6.1p1-25.el7_2.x86_64 6/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : 1:make-3.82-21.el7.x86_64 7/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : fipscheck-1.4.1-5.el7.x86_64 8/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 9/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : git-1.8.3.1-6.el7_2.1.x86_64 10/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : rsync-3.0.9-17.el7.x86_64 11/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : 1:openssl-1.0.1e-51.el7_2.7.x86_64 12/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : perl-Git-1.8.3.1-6.el7_2.1.noarch 13/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : less-458-9.el7.x86_64 14/14
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:Installed:
INFO:kolla.image.build.openstack-base: git.x86_64 0:1.8.3.1-6.el7_2.1 openssl.x86_64 1:1.0.1e-51.el7_2.7
INFO:kolla.image.build.openstack-base:Dependency Installed:
INFO:kolla.image.build.openstack-base: fipscheck.x86_64 0:1.4.1-5.el7
INFO:kolla.image.build.openstack-base: fipscheck-lib.x86_64 0:1.4.1-5.el7
INFO:kolla.image.build.openstack-base: less.x86_64 0:458-9.el7
INFO:kolla.image.build.openstack-base: libedit.x86_64 0:3.0-12.20121213cvs.el7
INFO:kolla.image.build.openstack-base: libgnome-keyring.x86_64 0:3.8.0-3.el7
INFO:kolla.image.build.openstack-base: make.x86_64 1:3.82-21.el7
INFO:kolla.image.build.openstack-base: openssh.x86_64 0:6.6.1p1-25.el7_2
INFO:kolla.image.build.openstack-base: openssh-clients.x86_64 0:6.6.1p1-25.el7_2
INFO:kolla.image.build.openstack-base: perl-Error.noarch 1:0.17020-2.el7
INFO:kolla.image.build.openstack-base: perl-Git.noarch 0:1.8.3.1-6.el7_2.1
INFO:kolla.image.build.openstack-base: perl-TermReadKey.x86_64 0:2.30-20.el7
INFO:kolla.image.build.openstack-base: rsync.x86_64 0:3.0.9-17.el7
INFO:kolla.image.build.openstack-base:Complete!
INFO:kolla.image.build.openstack-base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.openstack-base:Cleaning repos: base centos-ceph-jewel centos-openstack-newton centos-qemu-ev
INFO:kolla.image.build.openstack-base: : elasticsearch-2.x epel extras grafana influxdb kibana-4.6
INFO:kolla.image.build.openstack-base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.openstack-base:Cleaning up everything
INFO:kolla.image.build.openstack-base:Cleaning up list of fastest mirrors
INFO:kolla.image.build.openstack-base: ---> 013356198090
INFO:kolla.image.build.openstack-base:Removing intermediate container a591f8d344e0
INFO:kolla.image.build.openstack-base:Step 4 : RUN yum -y install gcc gcc-c++ libffi-devel libxml2-devel libxslt-devel libyaml-devel MariaDB-devel MySQL-python openldap-devel openssl-devel postgresql postgresql-devel python-devel sqlite-devel zip && yum clean all
INFO:kolla.image.build.openstack-base: ---> Running in ff5ea50c9231
INFO:kolla.image.build.openstack-base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.openstack-base:Determining fastest mirrors
INFO:kolla.image.build.openstack-base: * base: repos.lax.quadranet.com
INFO:kolla.image.build.openstack-base: * epel: mirror.prgmr.com
INFO:kolla.image.build.openstack-base: * extras: mirrors.unifiedlayer.com
INFO:kolla.image.build.openstack-base: * updates: mirrors.usc.edu
INFO:kolla.image.build.openstack-base:Resolving Dependencies
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package MariaDB-devel.x86_64 0:10.0.28-1.el7.centos will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: MariaDB-common for package: MariaDB-devel-10.0.28-1.el7.centos.x86_64
INFO:kolla.image.build.openstack-base:---> Package MySQL-python.x86_64 0:1.2.3-11.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: MySQL-python-1.2.3-11.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: MySQL-python-1.2.3-11.el7.x86_64
INFO:kolla.image.build.openstack-base:---> Package gcc.x86_64 0:4.8.5-4.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libgomp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: cpp = 4.8.5-4.el7 for package: gcc-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:---> Package gcc-c++.x86_64 0:4.8.5-4.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libstdc++-devel = 4.8.5-4.el7 for package: gcc-c++-4.8.5-4.el7.x86_64
INFO:kolla.image.build.openstack-base:---> Package libffi-devel.x86_64 0:3.0.13-16.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libxml2-devel.x86_64 0:2.9.1-6.el7_2.3 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: zlib-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64
INFO:kolla.image.build.openstack-base:---> Package libxslt-devel.x86_64 0:1.1.28-5.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libxslt = 1.1.28-5.el7 for package: libxslt-devel-1.1.28-5.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.28-5.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libxslt.so.1()(64bit) for package: libxslt-devel-1.1.28-5.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libexslt.so.0()(64bit) for package: libxslt-devel-1.1.28-5.el7.x86_64
INFO:kolla.image.build.openstack-base:---> Package libyaml-devel.x86_64 0:0.1.4-11.el7_0 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libyaml = 0.1.4-11.el7_0 for package: libyaml-devel-0.1.4-11.el7_0.x86_64
INFO:kolla.image.build.openstack-base:---> Package openldap-devel.x86_64 0:2.4.40-9.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: cyrus-sasl-devel(x86-64) for package: openldap-devel-2.4.40-9.el7_2.x86_64
INFO:kolla.image.build.openstack-base:---> Package openssl-devel.x86_64 1:1.0.1e-51.el7_2.7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-51.el7_2.7.x86_64
INFO:kolla.image.build.openstack-base:---> Package postgresql.x86_64 0:9.2.15-1.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: postgresql-libs(x86-64) = 9.2.15-1.el7_2 for package: postgresql-9.2.15-1.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libpq.so.5()(64bit) for package: postgresql-9.2.15-1.el7_2.x86_64
INFO:kolla.image.build.openstack-base:---> Package postgresql-devel.x86_64 0:9.2.15-1.el7_2 will be installed
INFO:kolla.image.build.openstack-base:---> Package python-devel.x86_64 0:2.7.5-39.el7_2 will be installed
INFO:kolla.image.build.openstack-base:---> Package sqlite-devel.x86_64 0:3.7.17-8.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package zip.x86_64 0:3.0-10.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package MariaDB-common.x86_64 0:10.0.28-1.el7.centos will be installed
INFO:kolla.image.build.openstack-base:---> Package MariaDB-shared.x86_64 0:10.0.28-1.el7.centos will be installed
INFO:kolla.image.build.openstack-base:---> Package cpp.x86_64 0:4.8.5-4.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package cyrus-sasl-devel.x86_64 0:2.1.26-20.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: cyrus-sasl(x86-64) = 2.1.26-20.el7_2 for package: cyrus-sasl-devel-2.1.26-20.el7_2.x86_64
INFO:kolla.image.build.openstack-base:---> Package glibc-devel.x86_64 0:2.17-106.el7_2.8 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: glibc-headers = 2.17-106.el7_2.8 for package: glibc-devel-2.17-106.el7_2.8.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-106.el7_2.8.x86_64
INFO:kolla.image.build.openstack-base:---> Package krb5-devel.x86_64 0:1.13.2-12.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libverto-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libselinux-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.13.2-12.el7_2.x86_64
INFO:kolla.image.build.openstack-base:---> Package libgcrypt-devel.x86_64 0:1.5.3-12.el7_1.1 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.5.3-12.el7_1.1.x86_64
INFO:kolla.image.build.openstack-base:---> Package libgomp.x86_64 0:4.8.5-4.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libstdc++-devel.x86_64 0:4.8.5-4.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libyaml.x86_64 0:0.1.4-11.el7_0 will be installed
INFO:kolla.image.build.openstack-base:---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package postgresql-libs.x86_64 0:9.2.15-1.el7_2 will be installed
INFO:kolla.image.build.openstack-base:---> Package xz-devel.x86_64 0:5.1.2-12alpha.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package zlib-devel.x86_64 0:1.2.7-15.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package cyrus-sasl.x86_64 0:2.1.26-20.el7_2 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: /sbin/service for package: cyrus-sasl-2.1.26-20.el7_2.x86_64
INFO:kolla.image.build.openstack-base:---> Package glibc-headers.x86_64 0:2.17-106.el7_2.8 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-106.el7_2.8.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-106.el7_2.8.x86_64
INFO:kolla.image.build.openstack-base:---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libcom_err-devel.x86_64 0:1.42.9-7.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libselinux-devel.x86_64 0:2.2.2-6.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: libsepol-devel >= 2.1.9-1 for package: libselinux-devel-2.2.2-6.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.2.2-6.el7.x86_64
INFO:kolla.image.build.openstack-base:--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.2.2-6.el7.x86_64
INFO:kolla.image.build.openstack-base:---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package initscripts.x86_64 0:9.49.30-1.el7_2.3 will be installed
INFO:kolla.image.build.openstack-base:--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.30-1.el7_2.3.x86_64
INFO:kolla.image.build.openstack-base:---> Package kernel-headers.x86_64 0:3.10.0-327.36.3.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package libsepol-devel.x86_64 0:2.1.9-3.el7 will be installed
INFO:kolla.image.build.openstack-base:---> Package pcre-devel.x86_64 0:8.32-15.el7_2.1 will be installed
INFO:kolla.image.build.openstack-base:--> Running transaction check
INFO:kolla.image.build.openstack-base:---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
INFO:kolla.image.build.openstack-base:--> Finished Dependency Resolution
INFO:kolla.image.build.openstack-base:Dependencies Resolved
INFO:kolla.image.build.openstack-base:================================================================================
INFO:kolla.image.build.openstack-base: Package Arch Version Repository Size
INFO:kolla.image.build.openstack-base:================================================================================
INFO:kolla.image.build.openstack-base:Installing:
INFO:kolla.image.build.openstack-base: MariaDB-devel x86_64 10.0.28-1.el7.centos mariadb 6.3 M
INFO:kolla.image.build.openstack-base: MySQL-python x86_64 1.2.3-11.el7 base 82 k
INFO:kolla.image.build.openstack-base: gcc x86_64 4.8.5-4.el7 base 16 M
INFO:kolla.image.build.openstack-base: gcc-c++ x86_64 4.8.5-4.el7 base 7.2 M
INFO:kolla.image.build.openstack-base: libffi-devel x86_64 3.0.13-16.el7 base 23 k
INFO:kolla.image.build.openstack-base: libxml2-devel x86_64 2.9.1-6.el7_2.3 updates 1.0 M
INFO:kolla.image.build.openstack-base: libxslt-devel x86_64 1.1.28-5.el7 base 309 k
INFO:kolla.image.build.openstack-base: libyaml-devel x86_64 0.1.4-11.el7_0 base 82 k
INFO:kolla.image.build.openstack-base: openldap-devel x86_64 2.4.40-9.el7_2 updates 799 k
INFO:kolla.image.build.openstack-base: openssl-devel x86_64 1:1.0.1e-51.el7_2.7 updates 1.2 M
INFO:kolla.image.build.openstack-base: postgresql x86_64 9.2.15-1.el7_2 updates 3.0 M
INFO:kolla.image.build.openstack-base: postgresql-devel x86_64 9.2.15-1.el7_2 updates 949 k
INFO:kolla.image.build.openstack-base: python-devel x86_64 2.7.5-39.el7_2 updates 392 k
INFO:kolla.image.build.openstack-base: sqlite-devel x86_64 3.7.17-8.el7 base 104 k
INFO:kolla.image.build.openstack-base: zip x86_64 3.0-10.el7 base 260 k
INFO:kolla.image.build.openstack-base:Installing for dependencies:
INFO:kolla.image.build.openstack-base: MariaDB-common x86_64 10.0.28-1.el7.centos mariadb 43 k
INFO:kolla.image.build.openstack-base: MariaDB-shared x86_64 10.0.28-1.el7.centos mariadb 1.2 M
INFO:kolla.image.build.openstack-base: cpp x86_64 4.8.5-4.el7 base 5.9 M
INFO:kolla.image.build.openstack-base: cyrus-sasl x86_64 2.1.26-20.el7_2 updates 88 k
INFO:kolla.image.build.openstack-base: cyrus-sasl-devel x86_64 2.1.26-20.el7_2 updates 310 k
INFO:kolla.image.build.openstack-base: glibc-devel x86_64 2.17-106.el7_2.8 updates 1.0 M
INFO:kolla.image.build.openstack-base: glibc-headers x86_64 2.17-106.el7_2.8 updates 663 k
INFO:kolla.image.build.openstack-base: initscripts x86_64 9.49.30-1.el7_2.3 updates 429 k
INFO:kolla.image.build.openstack-base: kernel-headers x86_64 3.10.0-327.36.3.el7 updates 3.2 M
INFO:kolla.image.build.openstack-base: keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
INFO:kolla.image.build.openstack-base: krb5-devel x86_64 1.13.2-12.el7_2 updates 649 k
INFO:kolla.image.build.openstack-base: libcom_err-devel x86_64 1.42.9-7.el7 base 30 k
INFO:kolla.image.build.openstack-base: libgcrypt-devel x86_64 1.5.3-12.el7_1.1 base 129 k
INFO:kolla.image.build.openstack-base: libgomp x86_64 4.8.5-4.el7 base 130 k
INFO:kolla.image.build.openstack-base: libgpg-error-devel x86_64 1.12-3.el7 base 16 k
INFO:kolla.image.build.openstack-base: libmpc x86_64 1.0.1-3.el7 base 51 k
INFO:kolla.image.build.openstack-base: libselinux-devel x86_64 2.2.2-6.el7 base 174 k
INFO:kolla.image.build.openstack-base: libsepol-devel x86_64 2.1.9-3.el7 base 71 k
INFO:kolla.image.build.openstack-base: libstdc++-devel x86_64 4.8.5-4.el7 base 1.5 M
INFO:kolla.image.build.openstack-base: libverto-devel x86_64 0.2.5-4.el7 base 12 k
INFO:kolla.image.build.openstack-base: libxslt x86_64 1.1.28-5.el7 base 242 k
INFO:kolla.image.build.openstack-base: libyaml x86_64 0.1.4-11.el7_0 base 55 k
INFO:kolla.image.build.openstack-base: mpfr x86_64 3.1.1-4.el7 base 203 k
INFO:kolla.image.build.openstack-base: pcre-devel x86_64 8.32-15.el7_2.1 updates 479 k
INFO:kolla.image.build.openstack-base: postgresql-libs x86_64 9.2.15-1.el7_2 updates 231 k
INFO:kolla.image.build.openstack-base: sysvinit-tools x86_64 2.88-14.dsf.el7 base 63 k
INFO:kolla.image.build.openstack-base: xz-devel x86_64 5.1.2-12alpha.el7 base 44 k
INFO:kolla.image.build.openstack-base: zlib-devel x86_64 1.2.7-15.el7 base 50 k
INFO:kolla.image.build.openstack-base:Transaction Summary
INFO:kolla.image.build.openstack-base:================================================================================
INFO:kolla.image.build.openstack-base:Install 15 Packages (+28 Dependent packages)
INFO:kolla.image.build.openstack-base:Total download size: 55 M
INFO:kolla.image.build.openstack-base:Installed size: 139 M
INFO:kolla.image.build.openstack-base:Downloading packages:
INFO:kolla.image.build.openstack-base:--------------------------------------------------------------------------------
INFO:kolla.image.build.openstack-base:Total 15 MB/s | 55 MB 00:03
INFO:kolla.image.build.openstack-base:Running transaction check
INFO:kolla.image.build.openstack-base:Running transaction test
INFO:kolla.image.build.openstack-base:Transaction test succeeded
INFO:kolla.image.build.openstack-base:Running transaction
INFO:kolla.image.build.openstack-base: Installing : mpfr-3.1.1-4.el7.x86_64 1/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libmpc-1.0.1-3.el7.x86_64 2/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : zlib-devel-1.2.7-15.el7.x86_64 3/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : postgresql-libs-9.2.15-1.el7_2.x86_64 4/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : MariaDB-common-10.0.28-1.el7.centos.x86_64 5/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : MariaDB-shared-10.0.28-1.el7.centos.x86_64 6/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : postgresql-9.2.15-1.el7_2.x86_64 7/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : cpp-4.8.5-4.el7.x86_64 8/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libcom_err-devel-1.42.9-7.el7.x86_64 9/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libgpg-error-devel-1.12-3.el7.x86_64 10/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 11/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libgomp-4.8.5-4.el7.x86_64 12/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libstdc++-devel-4.8.5-4.el7.x86_64 13/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libyaml-0.1.4-11.el7_0.x86_64 14/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : xz-devel-5.1.2-12alpha.el7.x86_64 15/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libxml2-devel-2.9.1-6.el7_2.3.x86_64 16/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libxslt-1.1.28-5.el7.x86_64 17/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libverto-devel-0.2.5-4.el7.x86_64 18/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 19/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64 20/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : initscripts-9.49.30-1.el7_2.3.x86_64 21/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : cyrus-sasl-2.1.26-20.el7_2.x86_64 22/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : cyrus-sasl-devel-2.1.26-20.el7_2.x86_64 23/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : pcre-devel-8.32-15.el7_2.1.x86_64 24/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : kernel-headers-3.10.0-327.36.3.el7.x86_64 25/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : glibc-headers-2.17-106.el7_2.8.x86_64 26/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : glibc-devel-2.17-106.el7_2.8.x86_64 27/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : gcc-4.8.5-4.el7.x86_64 28/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libsepol-devel-2.1.9-3.el7.x86_64 29/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libselinux-devel-2.2.2-6.el7.x86_64 30/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : krb5-devel-1.13.2-12.el7_2.x86_64 31/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : 1:openssl-devel-1.0.1e-51.el7_2.7.x86_64 32/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : gcc-c++-4.8.5-4.el7.x86_64 33/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : openldap-devel-2.4.40-9.el7_2.x86_64 34/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libxslt-devel-1.1.28-5.el7.x86_64 35/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libyaml-devel-0.1.4-11.el7_0.x86_64 36/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : postgresql-devel-9.2.15-1.el7_2.x86_64 37/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : MySQL-python-1.2.3-11.el7.x86_64 38/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : MariaDB-devel-10.0.28-1.el7.centos.x86_64 39/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : zip-3.0-10.el7.x86_64 40/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : sqlite-devel-3.7.17-8.el7.x86_64 41/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : python-devel-2.7.5-39.el7_2.x86_64 42/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Installing : libffi-devel-3.0.13-16.el7.x86_64 43/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:install-info: No such file or directory for /usr/share/info/libffi.info.gz
INFO:kolla.image.build.openstack-base:warning: %post(libffi-devel-3.0.13-16.el7.x86_64) scriptlet failed, exit status 1
INFO:kolla.image.build.openstack-base:Non-fatal POSTIN scriptlet failure in rpm package libffi-devel-3.0.13-16.el7.x86_64
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : MariaDB-devel-10.0.28-1.el7.centos.x86_64 1/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libxml2-devel-2.9.1-6.el7_2.3.x86_64 2/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : gcc-4.8.5-4.el7.x86_64 3/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : MariaDB-common-10.0.28-1.el7.centos.x86_64 4/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libsepol-devel-2.1.9-3.el7.x86_64 5/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libyaml-devel-0.1.4-11.el7_0.x86_64 6/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : 1:openssl-devel-1.0.1e-51.el7_2.7.x86_64 7/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : MySQL-python-1.2.3-11.el7.x86_64 8/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : kernel-headers-3.10.0-327.36.3.el7.x86_64 9/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : pcre-devel-8.32-15.el7_2.1.x86_64 10/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : gcc-c++-4.8.5-4.el7.x86_64 11/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : sysvinit-tools-2.88-14.dsf.el7.x86_64 12/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 13/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : openldap-devel-2.4.40-9.el7_2.x86_64 14/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libverto-devel-0.2.5-4.el7.x86_64 15/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : initscripts-9.49.30-1.el7_2.3.x86_64 16/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : glibc-devel-2.17-106.el7_2.8.x86_64 17/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : postgresql-devel-9.2.15-1.el7_2.x86_64 18/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : glibc-headers-2.17-106.el7_2.8.x86_64 19/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libffi-devel-3.0.13-16.el7.x86_64 20/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : krb5-devel-1.13.2-12.el7_2.x86_64 21/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : python-devel-2.7.5-39.el7_2.x86_64 22/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libxslt-devel-1.1.28-5.el7.x86_64 23/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libselinux-devel-2.2.2-6.el7.x86_64 24/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : postgresql-libs-9.2.15-1.el7_2.x86_64 25/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libxslt-1.1.28-5.el7.x86_64 26/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : sqlite-devel-3.7.17-8.el7.x86_64 27/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : xz-devel-5.1.2-12alpha.el7.x86_64 28/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libmpc-1.0.1-3.el7.x86_64 29/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : cyrus-sasl-2.1.26-20.el7_2.x86_64 30/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : MariaDB-shared-10.0.28-1.el7.centos.x86_64 31/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : postgresql-9.2.15-1.el7_2.x86_64 32/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : zlib-devel-1.2.7-15.el7.x86_64 33/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libyaml-0.1.4-11.el7_0.x86_64 34/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libstdc++-devel-4.8.5-4.el7.x86_64 35/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : zip-3.0-10.el7.x86_64 36/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libgomp-4.8.5-4.el7.x86_64 37/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : mpfr-3.1.1-4.el7.x86_64 38/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : cpp-4.8.5-4.el7.x86_64 39/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libgpg-error-devel-1.12-3.el7.x86_64 40/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : cyrus-sasl-devel-2.1.26-20.el7_2.x86_64 41/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libcom_err-devel-1.42.9-7.el7.x86_64 42/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base: Verifying : libgcrypt-devel-1.5.3-12.el7_1.1.x86_64 43/43
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:Installed:
INFO:kolla.image.build.openstack-base: MariaDB-devel.x86_64 0:10.0.28-1.el7.centos
INFO:kolla.image.build.openstack-base: MySQL-python.x86_64 0:1.2.3-11.el7
INFO:kolla.image.build.openstack-base: gcc.x86_64 0:4.8.5-4.el7
INFO:kolla.image.build.openstack-base: gcc-c++.x86_64 0:4.8.5-4.el7
INFO:kolla.image.build.openstack-base: libffi-devel.x86_64 0:3.0.13-16.el7
INFO:kolla.image.build.openstack-base: libxml2-devel.x86_64 0:2.9.1-6.el7_2.3
INFO:kolla.image.build.openstack-base: libxslt-devel.x86_64 0:1.1.28-5.el7
INFO:kolla.image.build.openstack-base: libyaml-devel.x86_64 0:0.1.4-11.el7_0
INFO:kolla.image.build.openstack-base: openldap-devel.x86_64 0:2.4.40-9.el7_2
INFO:kolla.image.build.openstack-base: openssl-devel.x86_64 1:1.0.1e-51.el7_2.7
INFO:kolla.image.build.openstack-base: postgresql.x86_64 0:9.2.15-1.el7_2
INFO:kolla.image.build.openstack-base: postgresql-devel.x86_64 0:9.2.15-1.el7_2
INFO:kolla.image.build.openstack-base: python-devel.x86_64 0:2.7.5-39.el7_2
INFO:kolla.image.build.openstack-base: sqlite-devel.x86_64 0:3.7.17-8.el7
INFO:kolla.image.build.openstack-base: zip.x86_64 0:3.0-10.el7
INFO:kolla.image.build.openstack-base:Dependency Installed:
INFO:kolla.image.build.openstack-base: MariaDB-common.x86_64 0:10.0.28-1.el7.centos
INFO:kolla.image.build.openstack-base: MariaDB-shared.x86_64 0:10.0.28-1.el7.centos
INFO:kolla.image.build.openstack-base: cpp.x86_64 0:4.8.5-4.el7
INFO:kolla.image.build.openstack-base: cyrus-sasl.x86_64 0:2.1.26-20.el7_2
INFO:kolla.image.build.openstack-base: cyrus-sasl-devel.x86_64 0:2.1.26-20.el7_2
INFO:kolla.image.build.openstack-base: glibc-devel.x86_64 0:2.17-106.el7_2.8
INFO:kolla.image.build.openstack-base: glibc-headers.x86_64 0:2.17-106.el7_2.8
INFO:kolla.image.build.openstack-base: initscripts.x86_64 0:9.49.30-1.el7_2.3
INFO:kolla.image.build.openstack-base: kernel-headers.x86_64 0:3.10.0-327.36.3.el7
INFO:kolla.image.build.openstack-base: keyutils-libs-devel.x86_64 0:1.5.8-3.el7
INFO:kolla.image.build.openstack-base: krb5-devel.x86_64 0:1.13.2-12.el7_2
INFO:kolla.image.build.openstack-base: libcom_err-devel.x86_64 0:1.42.9-7.el7
INFO:kolla.image.build.openstack-base: libgcrypt-devel.x86_64 0:1.5.3-12.el7_1.1
INFO:kolla.image.build.openstack-base: libgomp.x86_64 0:4.8.5-4.el7
INFO:kolla.image.build.openstack-base: libgpg-error-devel.x86_64 0:1.12-3.el7
INFO:kolla.image.build.openstack-base: libmpc.x86_64 0:1.0.1-3.el7
INFO:kolla.image.build.openstack-base: libselinux-devel.x86_64 0:2.2.2-6.el7
INFO:kolla.image.build.openstack-base: libsepol-devel.x86_64 0:2.1.9-3.el7
INFO:kolla.image.build.openstack-base: libstdc++-devel.x86_64 0:4.8.5-4.el7
INFO:kolla.image.build.openstack-base: libverto-devel.x86_64 0:0.2.5-4.el7
INFO:kolla.image.build.openstack-base: libxslt.x86_64 0:1.1.28-5.el7
INFO:kolla.image.build.openstack-base: libyaml.x86_64 0:0.1.4-11.el7_0
INFO:kolla.image.build.openstack-base: mpfr.x86_64 0:3.1.1-4.el7
INFO:kolla.image.build.openstack-base: pcre-devel.x86_64 0:8.32-15.el7_2.1
INFO:kolla.image.build.openstack-base: postgresql-libs.x86_64 0:9.2.15-1.el7_2
INFO:kolla.image.build.openstack-base: sysvinit-tools.x86_64 0:2.88-14.dsf.el7
INFO:kolla.image.build.openstack-base: xz-devel.x86_64 0:5.1.2-12alpha.el7
INFO:kolla.image.build.openstack-base: zlib-devel.x86_64 0:1.2.7-15.el7
INFO:kolla.image.build.openstack-base:Complete!
INFO:kolla.image.build.openstack-base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.openstack-base:Cleaning repos: base centos-ceph-jewel centos-openstack-newton centos-qemu-ev
INFO:kolla.image.build.openstack-base: : elasticsearch-2.x epel extras grafana influxdb kibana-4.6
INFO:kolla.image.build.openstack-base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.openstack-base:Cleaning up everything
INFO:kolla.image.build.openstack-base:Cleaning up list of fastest mirrors
INFO:kolla.image.build.openstack-base: ---> ae6383aa9b93
INFO:kolla.image.build.openstack-base:Removing intermediate container ff5ea50c9231
INFO:kolla.image.build.openstack-base:Step 5 : RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py && rm get-pip.py
INFO:kolla.image.build.openstack-base: ---> Running in e4f103102161
INFO:kolla.image.build.openstack-base:curl (https://bootstrap.pypa.io/get-pip.py): response: 200, time: 0.550, size: 1524722
INFO:kolla.image.build.openstack-base:Collecting pip
INFO:kolla.image.build.openstack-base: Downloading pip-9.0.0-py2.py3-none-any.whl (1.3MB)
INFO:kolla.image.build.openstack-base:Collecting setuptools
INFO:kolla.image.build.openstack-base: Downloading setuptools-28.7.1-py2.py3-none-any.whl (472kB)
INFO:kolla.image.build.openstack-base:Collecting wheel
INFO:kolla.image.build.openstack-base: Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
INFO:kolla.image.build.openstack-base:Installing collected packages: pip, setuptools, wheel
INFO:kolla.image.build.openstack-base:Successfully installed pip-9.0.0 setuptools-28.7.1 wheel-0.29.0
INFO:kolla.image.build.openstack-base: ---> d7bf074bd027
INFO:kolla.image.build.openstack-base:Removing intermediate container e4f103102161
INFO:kolla.image.build.openstack-base:Step 6 : ADD openstack-base-archive /openstack-base-source
INFO:kolla.image.build.openstack-base: ---> 498549b444fe
INFO:kolla.image.build.openstack-base:Removing intermediate container 7a50707daa6f
INFO:kolla.image.build.openstack-base:Step 7 : RUN ln -s openstack-base-source/* /requirements && mkdir -p /var/lib/kolla && pip --no-cache-dir install -U virtualenv && virtualenv --system-site-packages /var/lib/kolla/venv
INFO:kolla.image.build.openstack-base: ---> Running in 8f0123f58f09
INFO:kolla.image.build.openstack-base:Collecting virtualenv
INFO:kolla.image.build.openstack-base: Downloading virtualenv-15.0.3-py2.py3-none-any.whl (3.5MB)
INFO:kolla.image.build.openstack-base:Installing collected packages: virtualenv
INFO:kolla.image.build.openstack-base:Successfully installed virtualenv-15.0.3
INFO:kolla.image.build.openstack-base:New python executable in /var/lib/kolla/venv/bin/python
INFO:kolla.image.build.openstack-base:Installing setuptools, pip, wheel...
INFO:kolla.image.build.openstack-base:done.
INFO:kolla.image.build.openstack-base: ---> 809b232ce2df
INFO:kolla.image.build.openstack-base:Removing intermediate container 8f0123f58f09
INFO:kolla.image.build.openstack-base:Step 8 : RUN /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt Babel Mako MarkupSafe Paste PasteDeploy PyYAML Routes SQLAlchemy Tempita WebOb alembic amqp anyjson appdirs cachetools cliff cmd2 contextlib2 debtcollector decorator enum34 eventlet fasteners funcsigs functools32 futures futurist greenlet iso8601 jinja2 jsonpatch jsonpointer jsonschema keystoneauth1 keystonemiddleware kombu monotonic msgpack-python netaddr netifaces os-client-config oslo.concurrency oslo.config oslo.context oslo.db oslo.i18n oslo.log oslo.messaging oslo.middleware oslo.policy oslo.serialization oslo.service oslo.utils pbr pika pika-pool positional prettytable pycadf pycrypto pyinotify pymysql pyparsing python-barbicanclient python-ceilometerclient python-cinderclient python-congressclient python-dateutil python-designateclient python-editor python-glanceclient python-heatclient python-ironicclient python-keystoneclient python-magnumclient python-manilaclient python-memcached python-mistralclient python-muranoclient python-neutronclient python-novaclient python-openstackclient python-saharaclient python-swiftclient python-troveclient python-zaqarclient pytz repoze.lru requests requestsexceptions retrying simplejson six sqlalchemy-migrate sqlparse stevedore unicodecsv warlock wrapt
INFO:kolla.image.build.openstack-base: ---> Running in 57732a9b7827
INFO:kolla.image.build.openstack-base:Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:Ignoring ovs: markers 'python_version == "3.4"' don't match your environment
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:Ignoring ovs: markers 'python_version == "3.5"' don't match your environment
INFO:kolla.image.build.openstack-base:
INFO:kolla.image.build.openstack-base:Collecting Babel===2.3.4 (from -c requirements/upper-constraints.txt (line 2))
INFO:kolla.image.build.openstack-base: Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB)
INFO:kolla.image.build.openstack-base:Collecting Jinja2===2.8 (from -c requirements/upper-constraints.txt (line 7))
INFO:kolla.image.build.openstack-base: Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
INFO:kolla.image.build.openstack-base:Collecting Mako===1.0.4 (from -c requirements/upper-constraints.txt (line 8))
INFO:kolla.image.build.openstack-base: Downloading Mako-1.0.4.tar.gz (574kB)
INFO:kolla.image.build.openstack-base:Collecting MarkupSafe===0.23 (from -c requirements/upper-constraints.txt (line 9))
INFO:kolla.image.build.openstack-base: Downloading MarkupSafe-0.23.tar.gz
INFO:kolla.image.build.openstack-base:Collecting Paste===2.0.3 (from -c requirements/upper-constraints.txt (line 12))
INFO:kolla.image.build.openstack-base: Downloading Paste-2.0.3-py2-none-any.whl (625kB)
INFO:kolla.image.build.openstack-base:Collecting PasteDeploy===1.5.2 (from -c requirements/upper-constraints.txt (line 13))
INFO:kolla.image.build.openstack-base: Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting PyMySQL===0.7.6 (from -c requirements/upper-constraints.txt (line 20))
INFO:kolla.image.build.openstack-base: Downloading PyMySQL-0.7.6.tar.gz (69kB)
INFO:kolla.image.build.openstack-base:Collecting PyYAML===3.12 (from -c requirements/upper-constraints.txt (line 21))
INFO:kolla.image.build.openstack-base: Downloading PyYAML-3.12.tar.gz (253kB)
INFO:kolla.image.build.openstack-base:Collecting Routes===2.3.1 (from -c requirements/upper-constraints.txt (line 23))
INFO:kolla.image.build.openstack-base: Downloading Routes-2.3.1.tar.gz (181kB)
INFO:kolla.image.build.openstack-base:Collecting SQLAlchemy===1.0.14 (from -c requirements/upper-constraints.txt (line 24))
INFO:kolla.image.build.openstack-base: Downloading SQLAlchemy-1.0.14.tar.gz (4.8MB)
INFO:kolla.image.build.openstack-base:Collecting Tempita===0.5.2 (from -c requirements/upper-constraints.txt (line 28))
INFO:kolla.image.build.openstack-base: Downloading Tempita-0.5.2.tar.gz
INFO:kolla.image.build.openstack-base:Collecting WebOb===1.6.1 (from -c requirements/upper-constraints.txt (line 30))
INFO:kolla.image.build.openstack-base: Downloading WebOb-1.6.1-py2.py3-none-any.whl (77kB)
INFO:kolla.image.build.openstack-base:Collecting alembic===0.8.7 (from -c requirements/upper-constraints.txt (line 63))
INFO:kolla.image.build.openstack-base: Downloading alembic-0.8.7.tar.gz (968kB)
INFO:kolla.image.build.openstack-base:Collecting amqp===1.4.9 (from -c requirements/upper-constraints.txt (line 64))
INFO:kolla.image.build.openstack-base: Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB)
INFO:kolla.image.build.openstack-base:Collecting anyjson===0.3.3 (from -c requirements/upper-constraints.txt (line 65))
INFO:kolla.image.build.openstack-base: Downloading anyjson-0.3.3.tar.gz
INFO:kolla.image.build.openstack-base:Collecting appdirs===1.4.0 (from -c requirements/upper-constraints.txt (line 67))
INFO:kolla.image.build.openstack-base: Downloading appdirs-1.4.0-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting cachetools===1.1.6 (from -c requirements/upper-constraints.txt (line 79))
INFO:kolla.image.build.openstack-base: Downloading cachetools-1.1.6-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting cliff===2.2.0 (from -c requirements/upper-constraints.txt (line 86))
INFO:kolla.image.build.openstack-base: Downloading cliff-2.2.0-py2-none-any.whl (44kB)
INFO:kolla.image.build.openstack-base:Collecting cmd2===0.6.8 (from -c requirements/upper-constraints.txt (line 88))
INFO:kolla.image.build.openstack-base: Downloading cmd2-0.6.8.tar.gz
INFO:kolla.image.build.openstack-base:Collecting contextlib2===0.5.4 (from -c requirements/upper-constraints.txt (line 91))
INFO:kolla.image.build.openstack-base: Downloading contextlib2-0.5.4-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting debtcollector===1.8.0 (from -c requirements/upper-constraints.txt (line 98))
INFO:kolla.image.build.openstack-base: Downloading debtcollector-1.8.0-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting decorator===4.0.10 (from -c requirements/upper-constraints.txt (line 99))
INFO:kolla.image.build.openstack-base: Downloading decorator-4.0.10-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting enum34===1.1.6 (from -c requirements/upper-constraints.txt (line 120))
INFO:kolla.image.build.openstack-base: Downloading enum34-1.1.6-py2-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting eventlet===0.19.0 (from -c requirements/upper-constraints.txt (line 121))
INFO:kolla.image.build.openstack-base: Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB)
INFO:kolla.image.build.openstack-base:Collecting fasteners===0.14.1 (from -c requirements/upper-constraints.txt (line 125))
INFO:kolla.image.build.openstack-base: Downloading fasteners-0.14.1-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting funcsigs===1.0.2 (from -c requirements/upper-constraints.txt (line 130))
INFO:kolla.image.build.openstack-base: Downloading funcsigs-1.0.2-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting functools32===3.2.3.post2 (from -c requirements/upper-constraints.txt (line 131))
INFO:kolla.image.build.openstack-base: Downloading functools32-3.2.3-2.zip
INFO:kolla.image.build.openstack-base:Collecting futures===3.0.5 (from -c requirements/upper-constraints.txt (line 132))
INFO:kolla.image.build.openstack-base: Downloading futures-3.0.5-py2-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting futurist===0.18.0 (from -c requirements/upper-constraints.txt (line 133))
INFO:kolla.image.build.openstack-base: Downloading futurist-0.18.0-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting greenlet===0.4.10 (from -c requirements/upper-constraints.txt (line 139))
INFO:kolla.image.build.openstack-base: Downloading greenlet-0.4.10-cp27-cp27mu-manylinux1_x86_64.whl (41kB)
INFO:kolla.image.build.openstack-base:Collecting iso8601===0.1.11 (from -c requirements/upper-constraints.txt (line 148))
INFO:kolla.image.build.openstack-base: Downloading iso8601-0.1.11-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting jsonpatch===1.14 (from -c requirements/upper-constraints.txt (line 151))
INFO:kolla.image.build.openstack-base: Downloading jsonpatch-1.14-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting jsonpointer===1.10 (from -c requirements/upper-constraints.txt (line 154))
INFO:kolla.image.build.openstack-base: Downloading jsonpointer-1.10-py2-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting jsonschema===2.5.1 (from -c requirements/upper-constraints.txt (line 155))
INFO:kolla.image.build.openstack-base: Downloading jsonschema-2.5.1-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting keystoneauth1===2.12.2 (from -c requirements/upper-constraints.txt (line 159))
INFO:kolla.image.build.openstack-base: Downloading keystoneauth1-2.12.2-py2.py3-none-any.whl (232kB)
INFO:kolla.image.build.openstack-base:Collecting keystonemiddleware===4.9.0 (from -c requirements/upper-constraints.txt (line 160))
INFO:kolla.image.build.openstack-base: Downloading keystonemiddleware-4.9.0-py2.py3-none-any.whl (120kB)
INFO:kolla.image.build.openstack-base:Collecting kombu===3.0.35 (from -c requirements/upper-constraints.txt (line 161))
INFO:kolla.image.build.openstack-base: Downloading kombu-3.0.35-py2.py3-none-any.whl (240kB)
INFO:kolla.image.build.openstack-base:Collecting monotonic===1.2 (from -c requirements/upper-constraints.txt (line 175))
INFO:kolla.image.build.openstack-base: Downloading monotonic-1.2-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting msgpack-python===0.4.8 (from -c requirements/upper-constraints.txt (line 179))
INFO:kolla.image.build.openstack-base: Downloading msgpack-python-0.4.8.tar.gz (113kB)
INFO:kolla.image.build.openstack-base:Collecting netaddr===0.7.18 (from -c requirements/upper-constraints.txt (line 181))
INFO:kolla.image.build.openstack-base: Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB)
INFO:kolla.image.build.openstack-base:Collecting netifaces===0.10.5 (from -c requirements/upper-constraints.txt (line 182))
INFO:kolla.image.build.openstack-base: Downloading netifaces-0.10.5.tar.gz
INFO:kolla.image.build.openstack-base:Collecting os-client-config===1.21.1 (from -c requirements/upper-constraints.txt (line 203))
INFO:kolla.image.build.openstack-base: Downloading os_client_config-1.21.1-py2.py3-none-any.whl (58kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.concurrency===3.14.0 (from -c requirements/upper-constraints.txt (line 212))
INFO:kolla.image.build.openstack-base: Downloading oslo.concurrency-3.14.0-py2.py3-none-any.whl (43kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.config===3.17.0 (from -c requirements/upper-constraints.txt (line 213))
INFO:kolla.image.build.openstack-base: Downloading oslo.config-3.17.0-py2.py3-none-any.whl (97kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.context===2.9.0 (from -c requirements/upper-constraints.txt (line 214))
INFO:kolla.image.build.openstack-base: Downloading oslo.context-2.9.0-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting oslo.db===4.13.3 (from -c requirements/upper-constraints.txt (line 215))
INFO:kolla.image.build.openstack-base: Downloading oslo.db-4.13.3-py2.py3-none-any.whl (161kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.i18n===3.9.0 (from -c requirements/upper-constraints.txt (line 216))
INFO:kolla.image.build.openstack-base: Downloading oslo.i18n-3.9.0-py2.py3-none-any.whl (41kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.log===3.16.0 (from -c requirements/upper-constraints.txt (line 217))
INFO:kolla.image.build.openstack-base: Downloading oslo.log-3.16.0-py2.py3-none-any.whl (50kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.messaging===5.10.0 (from -c requirements/upper-constraints.txt (line 218))
INFO:kolla.image.build.openstack-base: Downloading oslo.messaging-5.10.0-py2-none-any.whl (327kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.middleware===3.19.0 (from -c requirements/upper-constraints.txt (line 219))
INFO:kolla.image.build.openstack-base: Downloading oslo.middleware-3.19.0-py2.py3-none-any.whl (51kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.policy===1.14.0 (from -c requirements/upper-constraints.txt (line 220))
INFO:kolla.image.build.openstack-base: Downloading oslo.policy-1.14.0-py2.py3-none-any.whl (72kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.serialization===2.13.0 (from -c requirements/upper-constraints.txt (line 224))
INFO:kolla.image.build.openstack-base: Downloading oslo.serialization-2.13.0-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting oslo.service===1.16.0 (from -c requirements/upper-constraints.txt (line 225))
INFO:kolla.image.build.openstack-base: Downloading oslo.service-1.16.0-py2.py3-none-any.whl (71kB)
INFO:kolla.image.build.openstack-base:Collecting oslo.utils===3.16.0 (from -c requirements/upper-constraints.txt (line 226))
INFO:kolla.image.build.openstack-base: Downloading oslo.utils-3.16.0-py2.py3-none-any.whl (92kB)
INFO:kolla.image.build.openstack-base:Collecting pbr===1.10.0 (from -c requirements/upper-constraints.txt (line 239))
INFO:kolla.image.build.openstack-base: Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)
INFO:kolla.image.build.openstack-base:Collecting pika===0.10.0 (from -c requirements/upper-constraints.txt (line 243))
INFO:kolla.image.build.openstack-base: Downloading pika-0.10.0-py2.py3-none-any.whl (92kB)
INFO:kolla.image.build.openstack-base:Collecting pika-pool===0.1.3 (from -c requirements/upper-constraints.txt (line 244))
INFO:kolla.image.build.openstack-base: Downloading pika-pool-0.1.3.tar.gz
INFO:kolla.image.build.openstack-base:Collecting positional===1.1.1 (from -c requirements/upper-constraints.txt (line 246))
INFO:kolla.image.build.openstack-base: Downloading positional-1.1.1.tar.gz
INFO:kolla.image.build.openstack-base:Collecting prettytable===0.7.2 (from -c requirements/upper-constraints.txt (line 248))
INFO:kolla.image.build.openstack-base: Downloading prettytable-0.7.2.zip
INFO:kolla.image.build.openstack-base:Collecting pycadf===2.4.0 (from -c requirements/upper-constraints.txt (line 258))
INFO:kolla.image.build.openstack-base: Downloading pycadf-2.4.0-py2-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting pycrypto===2.6.1 (from -c requirements/upper-constraints.txt (line 260))
INFO:kolla.image.build.openstack-base: Downloading pycrypto-2.6.1.tar.gz (446kB)
INFO:kolla.image.build.openstack-base:Collecting pyinotify===0.9.6 (from -c requirements/upper-constraints.txt (line 263))
INFO:kolla.image.build.openstack-base: Downloading pyinotify-0.9.6.tar.gz (60kB)
INFO:kolla.image.build.openstack-base:Collecting pyparsing===2.1.8 (from -c requirements/upper-constraints.txt (line 271))
INFO:kolla.image.build.openstack-base: Downloading pyparsing-2.1.8-py2.py3-none-any.whl (54kB)
INFO:kolla.image.build.openstack-base:Collecting python-barbicanclient===4.0.1 (from -c requirements/upper-constraints.txt (line 279))
INFO:kolla.image.build.openstack-base: Downloading python_barbicanclient-4.0.1-py2-none-any.whl (73kB)
INFO:kolla.image.build.openstack-base:Collecting python-ceilometerclient===2.6.1 (from -c requirements/upper-constraints.txt (line 280))
INFO:kolla.image.build.openstack-base: Downloading python_ceilometerclient-2.6.1-py2.py3-none-any.whl (114kB)
INFO:kolla.image.build.openstack-base:Collecting python-cinderclient===1.9.0 (from -c requirements/upper-constraints.txt (line 281))
INFO:kolla.image.build.openstack-base: Downloading python_cinderclient-1.9.0-py2.py3-none-any.whl (295kB)
INFO:kolla.image.build.openstack-base:Collecting python-congressclient===1.5.0 (from -c requirements/upper-constraints.txt (line 282))
INFO:kolla.image.build.openstack-base: Downloading python_congressclient-1.5.0-py2-none-any.whl (57kB)
INFO:kolla.image.build.openstack-base:Collecting python-dateutil===2.5.3 (from -c requirements/upper-constraints.txt (line 284))
INFO:kolla.image.build.openstack-base: Downloading python_dateutil-2.5.3-py2.py3-none-any.whl (201kB)
INFO:kolla.image.build.openstack-base:Collecting python-designateclient===2.3.0 (from -c requirements/upper-constraints.txt (line 285))
INFO:kolla.image.build.openstack-base: Downloading python_designateclient-2.3.0-py2.py3-none-any.whl (114kB)
INFO:kolla.image.build.openstack-base:Collecting python-editor===1.0.1 (from -c requirements/upper-constraints.txt (line 286))
INFO:kolla.image.build.openstack-base: Downloading python-editor-1.0.1.tar.gz
INFO:kolla.image.build.openstack-base:Collecting python-glanceclient===2.5.0 (from -c requirements/upper-constraints.txt (line 287))
INFO:kolla.image.build.openstack-base: Downloading python_glanceclient-2.5.0-py2.py3-none-any.whl (175kB)
INFO:kolla.image.build.openstack-base:Collecting python-heatclient===1.4.0 (from -c requirements/upper-constraints.txt (line 288))
INFO:kolla.image.build.openstack-base: Downloading python_heatclient-1.4.0-py2.py3-none-any.whl (222kB)
INFO:kolla.image.build.openstack-base:Collecting python-ironicclient===1.7.0 (from -c requirements/upper-constraints.txt (line 290))
INFO:kolla.image.build.openstack-base: Downloading python_ironicclient-1.7.0-py2.py3-none-any.whl (180kB)
INFO:kolla.image.build.openstack-base:Collecting python-keystoneclient===3.5.0 (from -c requirements/upper-constraints.txt (line 293))
INFO:kolla.image.build.openstack-base: Downloading python_keystoneclient-3.5.0-py2.py3-none-any.whl (369kB)
INFO:kolla.image.build.openstack-base:Collecting python-magnumclient===2.3.1 (from -c requirements/upper-constraints.txt (line 294))
INFO:kolla.image.build.openstack-base: Downloading python_magnumclient-2.3.1-py2.py3-none-any.whl (102kB)
INFO:kolla.image.build.openstack-base:Collecting python-manilaclient===1.11.0 (from -c requirements/upper-constraints.txt (line 295))
INFO:kolla.image.build.openstack-base: Downloading python_manilaclient-1.11.0-py2.py3-none-any.whl (231kB)
INFO:kolla.image.build.openstack-base:Collecting python-memcached===1.58 (from -c requirements/upper-constraints.txt (line 296))
INFO:kolla.image.build.openstack-base: Downloading python-memcached-1.58.tar.gz
INFO:kolla.image.build.openstack-base:Collecting python-mistralclient===2.1.1 (from -c requirements/upper-constraints.txt (line 298))
INFO:kolla.image.build.openstack-base: Downloading python_mistralclient-2.1.1-py2-none-any.whl (136kB)
INFO:kolla.image.build.openstack-base:Collecting python-muranoclient===0.11.1 (from -c requirements/upper-constraints.txt (line 300))
INFO:kolla.image.build.openstack-base: Downloading python_muranoclient-0.11.1-py2.py3-none-any.whl (245kB)
INFO:kolla.image.build.openstack-base:Collecting python-neutronclient===6.0.0 (from -c requirements/upper-constraints.txt (line 301))
INFO:kolla.image.build.openstack-base: Downloading python_neutronclient-6.0.0-py2.py3-none-any.whl (287kB)
INFO:kolla.image.build.openstack-base:Collecting python-novaclient===6.0.0 (from -c requirements/upper-constraints.txt (line 302))
INFO:kolla.image.build.openstack-base: Downloading python_novaclient-6.0.0-py2.py3-none-any.whl (359kB)
INFO:kolla.image.build.openstack-base:Collecting python-openstackclient===3.2.0 (from -c requirements/upper-constraints.txt (line 303))
INFO:kolla.image.build.openstack-base: Downloading python_openstackclient-3.2.0-py2.py3-none-any.whl (488kB)
INFO:kolla.image.build.openstack-base:Collecting python-saharaclient===0.18.0 (from -c requirements/upper-constraints.txt (line 306))
INFO:kolla.image.build.openstack-base: Downloading python_saharaclient-0.18.0-py2.py3-none-any.whl (131kB)
INFO:kolla.image.build.openstack-base:Collecting python-swiftclient===3.1.0 (from -c requirements/upper-constraints.txt (line 313))
INFO:kolla.image.build.openstack-base: Downloading python_swiftclient-3.1.0-py2.py3-none-any.whl (67kB)
INFO:kolla.image.build.openstack-base:Collecting python-troveclient===2.5.0 (from -c requirements/upper-constraints.txt (line 315))
INFO:kolla.image.build.openstack-base: Downloading python_troveclient-2.5.0-py2.py3-none-any.whl (183kB)
INFO:kolla.image.build.openstack-base:Collecting python-zaqarclient===1.2.0 (from -c requirements/upper-constraints.txt (line 317))
INFO:kolla.image.build.openstack-base: Downloading python_zaqarclient-1.2.0-py2.py3-none-any.whl (78kB)
INFO:kolla.image.build.openstack-base:Collecting pytz===2016.6.1 (from -c requirements/upper-constraints.txt (line 318))
INFO:kolla.image.build.openstack-base: Downloading pytz-2016.6.1-py2.py3-none-any.whl (481kB)
INFO:kolla.image.build.openstack-base:Collecting repoze.lru===0.6 (from -c requirements/upper-constraints.txt (line 326))
INFO:kolla.image.build.openstack-base: Downloading repoze.lru-0.6.tar.gz
INFO:kolla.image.build.openstack-base:Collecting requests===2.11.1 (from -c requirements/upper-constraints.txt (line 328))
INFO:kolla.image.build.openstack-base: Downloading requests-2.11.1-py2.py3-none-any.whl (514kB)
INFO:kolla.image.build.openstack-base:Collecting requestsexceptions===1.1.3 (from -c requirements/upper-constraints.txt (line 333))
INFO:kolla.image.build.openstack-base: Downloading requestsexceptions-1.1.3-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting retrying===1.3.3 (from -c requirements/upper-constraints.txt (line 335))
INFO:kolla.image.build.openstack-base: Downloading retrying-1.3.3.tar.gz
INFO:kolla.image.build.openstack-base:Collecting rfc3986===0.4.1 (from -c requirements/upper-constraints.txt (line 336))
INFO:kolla.image.build.openstack-base: Downloading rfc3986-0.4.1-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting simplejson===3.8.2 (from -c requirements/upper-constraints.txt (line 348))
INFO:kolla.image.build.openstack-base: Downloading simplejson-3.8.2.tar.gz (76kB)
INFO:kolla.image.build.openstack-base:Collecting six===1.10.0 (from -c requirements/upper-constraints.txt (line 350))
INFO:kolla.image.build.openstack-base: Downloading six-1.10.0-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting sqlalchemy-migrate===0.10.0 (from -c requirements/upper-constraints.txt (line 357))
INFO:kolla.image.build.openstack-base: Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB)
INFO:kolla.image.build.openstack-base:Collecting sqlparse===0.2.1 (from -c requirements/upper-constraints.txt (line 358))
INFO:kolla.image.build.openstack-base: Downloading sqlparse-0.2.1-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting stevedore===1.17.1 (from -c requirements/upper-constraints.txt (line 359))
INFO:kolla.image.build.openstack-base: Downloading stevedore-1.17.1-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting unicodecsv===0.14.1 (from -c requirements/upper-constraints.txt (line 382))
INFO:kolla.image.build.openstack-base: Downloading unicodecsv-0.14.1.tar.gz
INFO:kolla.image.build.openstack-base:Collecting warlock===1.2.0 (from -c requirements/upper-constraints.txt (line 389))
INFO:kolla.image.build.openstack-base: Downloading warlock-1.2.0.tar.gz
INFO:kolla.image.build.openstack-base:Collecting wrapt===1.10.8 (from -c requirements/upper-constraints.txt (line 394))
INFO:kolla.image.build.openstack-base: Downloading wrapt-1.10.8.tar.gz
INFO:kolla.image.build.openstack-base:Collecting yaql===1.1.1 (from -c requirements/upper-constraints.txt (line 400))
INFO:kolla.image.build.openstack-base: Downloading yaql-1.1.1-py2-none-any.whl (87kB)
INFO:kolla.image.build.openstack-base:Collecting osc-lib===1.1.0 (from -c requirements/upper-constraints.txt (line 210))
INFO:kolla.image.build.openstack-base: Downloading osc_lib-1.1.0-py2-none-any.whl (65kB)
INFO:kolla.image.build.openstack-base:Collecting dogpile.cache===0.6.2 (from -c requirements/upper-constraints.txt (line 118))
INFO:kolla.image.build.openstack-base: Downloading dogpile.cache-0.6.2.tar.gz (329kB)
INFO:kolla.image.build.openstack-base:Collecting cryptography===1.5 (from -c requirements/upper-constraints.txt (line 95))
INFO:kolla.image.build.openstack-base: Downloading cryptography-1.5.tar.gz (400kB)
INFO:kolla.image.build.openstack-base:Collecting pyOpenSSL===16.1.0 (from -c requirements/upper-constraints.txt (line 254))
INFO:kolla.image.build.openstack-base: Downloading pyOpenSSL-16.1.0-py2.py3-none-any.whl (43kB)
INFO:kolla.image.build.openstack-base:Collecting openstacksdk===0.9.5 (from -c requirements/upper-constraints.txt (line 198))
INFO:kolla.image.build.openstack-base: Downloading openstacksdk-0.9.5-py2.py3-none-any.whl (485kB)
INFO:kolla.image.build.openstack-base:Collecting ply===3.9 (from -c requirements/upper-constraints.txt (line 245))
INFO:kolla.image.build.openstack-base: Downloading ply-3.9.tar.gz (150kB)
INFO:kolla.image.build.openstack-base:Collecting idna===2.1 (from -c requirements/upper-constraints.txt (line 145))
INFO:kolla.image.build.openstack-base: Downloading idna-2.1-py2.py3-none-any.whl (54kB)
INFO:kolla.image.build.openstack-base:Collecting pyasn1===0.1.9 (from -c requirements/upper-constraints.txt (line 256))
INFO:kolla.image.build.openstack-base: Downloading pyasn1-0.1.9-py2.py3-none-any.whl
INFO:kolla.image.build.openstack-base:Requirement already up-to-date: setuptools>=11.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from cryptography===1.5->-c requirements/upper-constraints.txt (line 95))
INFO:kolla.image.build.openstack-base:Collecting ipaddress===1.0.16 (from -c requirements/upper-constraints.txt (line 146))
INFO:kolla.image.build.openstack-base: Downloading ipaddress-1.0.16-py27-none-any.whl
INFO:kolla.image.build.openstack-base:Collecting cffi===1.7.0 (from -c requirements/upper-constraints.txt (line 83))
INFO:kolla.image.build.openstack-base: Downloading cffi-1.7.0-cp27-cp27mu-manylinux1_x86_64.whl (383kB)
INFO:kolla.image.build.openstack-base:Collecting pycparser===2.14 (from -c requirements/upper-constraints.txt (line 259))
INFO:kolla.image.build.openstack-base: Downloading pycparser-2.14.tar.gz (223kB)
INFO:kolla.image.build.openstack-base:Installing collected packages: pytz, Babel, MarkupSafe, Jinja2, Mako, six, Paste, PasteDeploy, PyMySQL, PyYAML, repoze.lru, Routes, SQLAlchemy, Tempita, WebOb, python-editor, alembic, amqp, anyjson, appdirs, cachetools, pycparser, cffi, prettytable, pbr, stevedore, unicodecsv, pyparsing, cmd2, cliff, contextlib2, idna, pyasn1, enum34, ipaddress, cryptography, wrapt, funcsigs, debtcollector, decorator, dogpile.cache, greenlet, eventlet, monotonic, fasteners, functools32, futures, futurist, iso8601, jsonpointer, jsonpatch, jsonschema, requests, positional, keystoneauth1, rfc3986, netaddr, oslo.i18n, oslo.config, netifaces, oslo.utils, msgpack-python, oslo.serialization, pycadf, oslo.context, python-keystoneclient, keystonemiddleware, kombu, requestsexceptions, os-client-config, openstacksdk, simplejson, osc-lib, retrying, oslo.concurrency, sqlparse, sqlalchemy-migrate, oslo.db, pyinotify, python-dateutil, oslo.log, pika, oslo.service, pika-pool, oslo.middleware, oslo.messaging, oslo.policy, ply, pyOpenSSL, pycrypto, python-barbicanclient, python-ceilometerclient, python-cinderclient, python-congressclient, python-designateclient, warlock, python-glanceclient, python-swiftclient, python-heatclient, python-novaclient, python-openstackclient, python-ironicclient, python-magnumclient, python-manilaclient, python-memcached, python-mistralclient, yaql, python-muranoclient, python-neutronclient, python-saharaclient, python-troveclient, python-zaqarclient
INFO:kolla.image.build.openstack-base: Running setup.py install for MarkupSafe: started
INFO:kolla.image.build.openstack-base: Running setup.py install for MarkupSafe: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for Mako: started
INFO:kolla.image.build.openstack-base: Running setup.py install for Mako: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for PyMySQL: started
INFO:kolla.image.build.openstack-base: Running setup.py install for PyMySQL: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for PyYAML: started
INFO:kolla.image.build.openstack-base: Running setup.py install for PyYAML: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for repoze.lru: started
INFO:kolla.image.build.openstack-base: Running setup.py install for repoze.lru: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for Routes: started
INFO:kolla.image.build.openstack-base: Running setup.py install for Routes: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for SQLAlchemy: started
INFO:kolla.image.build.openstack-base: Running setup.py install for SQLAlchemy: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for Tempita: started
INFO:kolla.image.build.openstack-base: Running setup.py install for Tempita: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for python-editor: started
INFO:kolla.image.build.openstack-base: Running setup.py install for python-editor: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for alembic: started
INFO:kolla.image.build.openstack-base: Running setup.py install for alembic: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for anyjson: started
INFO:kolla.image.build.openstack-base: Running setup.py install for anyjson: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for pycparser: started
INFO:kolla.image.build.openstack-base: Running setup.py install for pycparser: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for prettytable: started
INFO:kolla.image.build.openstack-base: Running setup.py install for prettytable: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for unicodecsv: started
INFO:kolla.image.build.openstack-base: Running setup.py install for unicodecsv: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for cmd2: started
INFO:kolla.image.build.openstack-base: Running setup.py install for cmd2: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for cryptography: started
INFO:kolla.image.build.openstack-base: Running setup.py install for cryptography: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for wrapt: started
INFO:kolla.image.build.openstack-base: Running setup.py install for wrapt: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for dogpile.cache: started
INFO:kolla.image.build.openstack-base: Running setup.py install for dogpile.cache: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for functools32: started
INFO:kolla.image.build.openstack-base: Running setup.py install for functools32: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for positional: started
INFO:kolla.image.build.openstack-base: Running setup.py install for positional: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for netifaces: started
INFO:kolla.image.build.openstack-base: Running setup.py install for netifaces: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for msgpack-python: started
INFO:kolla.image.build.openstack-base: Running setup.py install for msgpack-python: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for simplejson: started
INFO:kolla.image.build.openstack-base: Running setup.py install for simplejson: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for retrying: started
INFO:kolla.image.build.openstack-base: Running setup.py install for retrying: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for pyinotify: started
INFO:kolla.image.build.openstack-base: Running setup.py install for pyinotify: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for pika-pool: started
INFO:kolla.image.build.openstack-base: Running setup.py install for pika-pool: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for ply: started
INFO:kolla.image.build.openstack-base: Running setup.py install for ply: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for pycrypto: started
INFO:kolla.image.build.openstack-base: Running setup.py install for pycrypto: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for warlock: started
INFO:kolla.image.build.openstack-base: Running setup.py install for warlock: finished with status 'done'
INFO:kolla.image.build.openstack-base: Running setup.py install for python-memcached: started
INFO:kolla.image.build.openstack-base: Running setup.py install for python-memcached: finished with status 'done'
INFO:kolla.image.build.openstack-base:Successfully installed Babel-2.3.4 Jinja2-2.8 Mako-1.0.4 MarkupSafe-0.23 Paste-2.0.3 PasteDeploy-1.5.2 PyMySQL-0.7.6 PyYAML-3.12 Routes-2.3.1 SQLAlchemy-1.0.14 Tempita-0.5.2 WebOb-1.6.1 alembic-0.8.7 amqp-1.4.9 anyjson-0.3.3 appdirs-1.4.0 cachetools-1.1.6 cffi-1.7.0 cliff-2.2.0 cmd2-0.6.8 contextlib2-0.5.4 cryptography-1.5 debtcollector-1.8.0 decorator-4.0.10 dogpile.cache-0.6.2 enum34-1.1.6 eventlet-0.19.0 fasteners-0.14.1 funcsigs-1.0.2 functools32-3.2.3.post2 futures-3.0.5 futurist-0.18.0 greenlet-0.4.10 idna-2.1 ipaddress-1.0.16 iso8601-0.1.11 jsonpatch-1.14 jsonpointer-1.10 jsonschema-2.5.1 keystoneauth1-2.12.2 keystonemiddleware-4.9.0 kombu-3.0.35 monotonic-1.2 msgpack-python-0.4.8 netaddr-0.7.18 netifaces-0.10.5 openstacksdk-0.9.5 os-client-config-1.21.1 osc-lib-1.1.0 oslo.concurrency-3.14.0 oslo.config-3.17.0 oslo.context-2.9.0 oslo.db-4.13.3 oslo.i18n-3.9.0 oslo.log-3.16.0 oslo.messaging-5.10.0 oslo.middleware-3.19.0 oslo.policy-1.14.0 oslo.serialization-2.13.0 oslo.service-1.16.0 oslo.utils-3.16.0 pbr-1.10.0 pika-0.10.0 pika-pool-0.1.3 ply-3.9 positional-1.1.1 prettytable-0.7.2 pyOpenSSL-16.1.0 pyasn1-0.1.9 pycadf-2.4.0 pycparser-2.14 pycrypto-2.6.1 pyinotify-0.9.6 pyparsing-2.1.8 python-barbicanclient-4.0.1 python-ceilometerclient-2.6.1 python-cinderclient-1.9.0 python-congressclient-1.5.0 python-dateutil-2.5.3 python-designateclient-2.3.0 python-editor-1.0.1 python-glanceclient-2.5.0 python-heatclient-1.4.0 python-ironicclient-1.7.0 python-keystoneclient-3.5.0 python-magnumclient-2.3.1 python-manilaclient-1.11.0 python-memcached-1.58 python-mistralclient-2.1.1 python-muranoclient-0.11.1 python-neutronclient-6.0.0 python-novaclient-6.0.0 python-openstackclient-3.2.0 python-saharaclient-0.18.0 python-swiftclient-3.1.0 python-troveclient-2.5.0 python-zaqarclient-1.2.0 pytz-2016.6.1 repoze.lru-0.6 requests-2.11.1 requestsexceptions-1.1.3 retrying-1.3.3 rfc3986-0.4.1 simplejson-3.8.2 six-1.10.0 sqlalchemy-migrate-0.10.0 sqlparse-0.2.1 stevedore-1.17.1 unicodecsv-0.14.1 warlock-1.2.0 wrapt-1.10.8 yaql-1.1.1
INFO:kolla.image.build.openstack-base: ---> 2ed6c0dc366d
INFO:kolla.image.build.openstack-base:Removing intermediate container 57732a9b7827
INFO:kolla.image.build.openstack-base:Step 9 : ENV PATH /var/lib/kolla/venv/bin:$PATH
INFO:kolla.image.build.openstack-base: ---> Running in f67281fd8411
INFO:kolla.image.build.openstack-base: ---> de37833865c5
INFO:kolla.image.build.openstack-base:Removing intermediate container f67281fd8411
INFO:kolla.image.build.openstack-base:Successfully built de37833865c5
INFO:kolla.image.build.openstack-base:Built
INFO:kolla.image.build:Added next task BuildTask(bifrost-base) to queue
INFO:kolla.image.build:Added next task BuildTask(congress-base) to queue
INFO:kolla.image.build:Added next task BuildTask(barbican-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(bifrost-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(congress-base) for the first time
INFO:kolla.image.build:Added next task BuildTask(cloudkitty-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(bifrost-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(bifrost-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(congress-base) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(cinder-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(cloudkitty-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(cloudkitty-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(cloudkitty-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(congress-base) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(watcher-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(cloudkitty-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(cinder-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(cinder-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(cinder-base) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(senlin-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(watcher-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(watcher-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(cinder-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(barbican-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(barbican-base) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(collectd) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(senlin-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(senlin-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(senlin-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(barbican-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(barbican-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(watcher-base) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(vmtp) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(senlin-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(congress-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(collectd) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(collectd) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(watcher-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(vmtp) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(vmtp) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(vmtp) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(vmtp) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(bifrost-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(collectd) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(collectd) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(sahara-base) to queue
INFO:kolla.image.build:Added next task BuildTask(murano-base) to queue
INFO:kolla.image.build:Added next task BuildTask(nova-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(sahara-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(murano-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(murano-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(murano-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(sahara-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(nova-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(murano-base) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(neutron-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(sahara-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(nova-base) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(manila-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(neutron-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(neutron-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(nova-base) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(ceilometer-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(sahara-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(manila-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(neutron-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(nova-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(manila-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(manila-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(neutron-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(ceilometer-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(manila-base) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(trove-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(ceilometer-base) for the 2 time
INFO:kolla.image.build:Added next task BuildTask(kuryr-base) to queue
INFO:kolla.image.build:Added next task BuildTask(designate-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(ceilometer-base) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(rally) to queue
INFO:kolla.image.build:Added next task BuildTask(zaqar) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(ceilometer-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(kuryr-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(kuryr-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(kuryr-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(rally) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(zaqar) for the first time
INFO:kolla.image.build:Added next task BuildTask(ironic-base) to queue
INFO:kolla.image.build:Added next task BuildTask(mistral-base) to queue
INFO:kolla.image.build:Added next task BuildTask(swift-base) to queue
INFO:kolla.image.build:Added next task BuildTask(tempest) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(rally) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(zaqar) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(designate-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(designate-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(designate-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(ironic-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(mistral-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(mistral-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(rally) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(zaqar) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(designate-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(swift-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(swift-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(ironic-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(mistral-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(mistral-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(rally) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(zaqar) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(swift-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(swift-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(trove-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(ironic-base) for the 3 time
INFO:kolla.image.build:Added next task BuildTask(keystone-base) to queue
INFO:kolla.image.build:Added next task BuildTask(gnocchi-base) to queue
INFO:kolla.image.build:Added next task BuildTask(dind) to queue
INFO:kolla.image.build:Added next task BuildTask(magnum-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(ironic-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(tempest) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(keystone-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(kuryr-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(trove-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(gnocchi-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(gnocchi-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(gnocchi-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(gnocchi-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(dind) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(keystone-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(trove-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(magnum-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(dind) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(dind) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(dind) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(keystone-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(trove-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(magnum-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(tempest) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(tempest) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(keystone-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(magnum-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(tempest) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(aodh-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(magnum-base) for the 4 time
INFO:kolla.image.build:Added next task BuildTask(horizon) to queue
INFO:kolla.image.build:Added next task BuildTask(glance-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(aodh-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(aodh-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(horizon) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(aodh-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(aodh-base) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(horizon) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(glance-base) for the first time
INFO:kolla.image.build.glance-base:Building
INFO:kolla.image.build:Added next task BuildTask(heat-base) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(horizon) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(heat-base) for the first time
INFO:kolla.image.build:Attempting to run task BuildTask(horizon) for the 4 time
INFO:kolla.image.build:Attempting to run task BuildTask(heat-base) for the 2 time
INFO:kolla.image.build:Attempting to run task BuildTask(heat-base) for the 3 time
INFO:kolla.image.build:Attempting to run task BuildTask(heat-base) for the 4 time
INFO:kolla.image.build.glance-base:Step 1 : FROM kolla/centos-source-openstack-base:3.0.2
INFO:kolla.image.build.glance-base: ---> de37833865c5
INFO:kolla.image.build.glance-base:Step 2 : MAINTAINER Kolla Project (https://launchpad.net/kolla)
INFO:kolla.image.build.glance-base: ---> Running in eec351916d8b
INFO:kolla.image.build.glance-base: ---> 0e6256e31748
INFO:kolla.image.build.glance-base:Removing intermediate container eec351916d8b
INFO:kolla.image.build.glance-base:Step 3 : RUN yum -y install python-rbd python-rados && yum clean all
INFO:kolla.image.build.glance-base: ---> Running in 0577fe21b2ff
INFO:kolla.image.build.glance-base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.glance-base:Determining fastest mirrors
INFO:kolla.image.build.glance-base: * base: repos.lax.quadranet.com
INFO:kolla.image.build.glance-base: * epel: mirror.prgmr.com
INFO:kolla.image.build.glance-base: * extras: mirrors.unifiedlayer.com
INFO:kolla.image.build.glance-base: * updates: mirrors.usc.edu
INFO:kolla.image.build.glance-base:Resolving Dependencies
INFO:kolla.image.build.glance-base:--> Running transaction check
INFO:kolla.image.build.glance-base:---> Package python-rados.x86_64 1:10.2.2-0.el7 will be installed
INFO:kolla.image.build.glance-base:--> Processing Dependency: librados2 = 1:10.2.2-0.el7 for package: 1:python-rados-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: librados.so.2()(64bit) for package: 1:python-rados-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:---> Package python-rbd.x86_64 1:10.2.2-0.el7 will be installed
INFO:kolla.image.build.glance-base:--> Processing Dependency: librbd1 = 1:10.2.2-0.el7 for package: 1:python-rbd-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: librbd.so.1()(64bit) for package: 1:python-rbd-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Running transaction check
INFO:kolla.image.build.glance-base:---> Package librados2.x86_64 1:10.2.2-0.el7 will be installed
INFO:kolla.image.build.glance-base:--> Processing Dependency: liblttng-ust.so.0()(64bit) for package: 1:librados2-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 1:librados2-10.2.2-0.el7.x86_64
INFO:kolla.image.build.glance-base:---> Package librbd1.x86_64 1:10.2.2-0.el7 will be installed
INFO:kolla.image.build.glance-base:--> Running transaction check
INFO:kolla.image.build.glance-base:---> Package boost-iostreams.x86_64 0:1.53.0-25.el7 will be installed
INFO:kolla.image.build.glance-base:---> Package boost-random.x86_64 0:1.53.0-25.el7 will be installed
INFO:kolla.image.build.glance-base:---> Package boost-system.x86_64 0:1.53.0-25.el7 will be installed
INFO:kolla.image.build.glance-base:---> Package boost-thread.x86_64 0:1.53.0-25.el7 will be installed
INFO:kolla.image.build.glance-base:---> Package lttng-ust.x86_64 0:2.4.1-1.el7.1 will be installed
INFO:kolla.image.build.glance-base:--> Processing Dependency: liburcu-cds.so.1()(64bit) for package: lttng-ust-2.4.1-1.el7.1.x86_64
INFO:kolla.image.build.glance-base:--> Processing Dependency: liburcu-bp.so.1()(64bit) for package: lttng-ust-2.4.1-1.el7.1.x86_64
INFO:kolla.image.build.glance-base:--> Running transaction check
INFO:kolla.image.build.glance-base:---> Package userspace-rcu.x86_64 0:0.7.16-1.el7 will be installed
INFO:kolla.image.build.glance-base:--> Finished Dependency Resolution
INFO:kolla.image.build.glance-base:Dependencies Resolved
INFO:kolla.image.build.glance-base:================================================================================
INFO:kolla.image.build.glance-base: Package Arch Version Repository Size
INFO:kolla.image.build.glance-base:================================================================================
INFO:kolla.image.build.glance-base:Installing:
INFO:kolla.image.build.glance-base: python-rados x86_64 1:10.2.2-0.el7 centos-ceph-jewel 145 k
INFO:kolla.image.build.glance-base: python-rbd x86_64 1:10.2.2-0.el7 centos-ceph-jewel 75 k
INFO:kolla.image.build.glance-base:Installing for dependencies:
INFO:kolla.image.build.glance-base: boost-iostreams x86_64 1.53.0-25.el7 base 60 k
INFO:kolla.image.build.glance-base: boost-random x86_64 1.53.0-25.el7 base 38 k
INFO:kolla.image.build.glance-base: boost-system x86_64 1.53.0-25.el7 base 39 k
INFO:kolla.image.build.glance-base: boost-thread x86_64 1.53.0-25.el7 base 57 k
INFO:kolla.image.build.glance-base: librados2 x86_64 1:10.2.2-0.el7 centos-ceph-jewel 1.9 M
INFO:kolla.image.build.glance-base: librbd1 x86_64 1:10.2.2-0.el7 centos-ceph-jewel 2.4 M
INFO:kolla.image.build.glance-base: lttng-ust x86_64 2.4.1-1.el7.1 centos-ceph-jewel 176 k
INFO:kolla.image.build.glance-base: userspace-rcu x86_64 0.7.16-1.el7 centos-ceph-jewel 72 k
INFO:kolla.image.build.glance-base:Transaction Summary
INFO:kolla.image.build.glance-base:================================================================================
INFO:kolla.image.build.glance-base:Install 2 Packages (+8 Dependent packages)
INFO:kolla.image.build.glance-base:Total download size: 5.0 M
INFO:kolla.image.build.glance-base:Installed size: 16 M
INFO:kolla.image.build.glance-base:Downloading packages:
INFO:kolla.image.build.glance-base:--------------------------------------------------------------------------------
INFO:kolla.image.build.glance-base:Total 6.7 MB/s | 5.0 MB 00:00
INFO:kolla.image.build.glance-base:Running transaction check
INFO:kolla.image.build.glance-base:Running transaction test
INFO:kolla.image.build.glance-base:Transaction test succeeded
INFO:kolla.image.build.glance-base:Running transaction
INFO:kolla.image.build.glance-base: Installing : boost-system-1.53.0-25.el7.x86_64 1/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : boost-thread-1.53.0-25.el7.x86_64 2/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : boost-iostreams-1.53.0-25.el7.x86_64 3/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : boost-random-1.53.0-25.el7.x86_64 4/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : userspace-rcu-0.7.16-1.el7.x86_64 5/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : lttng-ust-2.4.1-1.el7.1.x86_64 6/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : 1:librados2-10.2.2-0.el7.x86_64 7/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : 1:python-rados-10.2.2-0.el7.x86_64 8/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : 1:librbd1-10.2.2-0.el7.x86_64 9/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Installing : 1:python-rbd-10.2.2-0.el7.x86_64 10/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : lttng-ust-2.4.1-1.el7.1.x86_64 1/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : 1:python-rados-10.2.2-0.el7.x86_64 2/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : boost-system-1.53.0-25.el7.x86_64 3/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : userspace-rcu-0.7.16-1.el7.x86_64 4/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : 1:librados2-10.2.2-0.el7.x86_64 5/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : boost-random-1.53.0-25.el7.x86_64 6/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : 1:python-rbd-10.2.2-0.el7.x86_64 7/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : boost-iostreams-1.53.0-25.el7.x86_64 8/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : boost-thread-1.53.0-25.el7.x86_64 9/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: Verifying : 1:librbd1-10.2.2-0.el7.x86_64 10/10
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Installed:
INFO:kolla.image.build.glance-base: python-rados.x86_64 1:10.2.2-0.el7 python-rbd.x86_64 1:10.2.2-0.el7
INFO:kolla.image.build.glance-base:Dependency Installed:
INFO:kolla.image.build.glance-base: boost-iostreams.x86_64 0:1.53.0-25.el7 boost-random.x86_64 0:1.53.0-25.el7
INFO:kolla.image.build.glance-base: boost-system.x86_64 0:1.53.0-25.el7 boost-thread.x86_64 0:1.53.0-25.el7
INFO:kolla.image.build.glance-base: librados2.x86_64 1:10.2.2-0.el7 librbd1.x86_64 1:10.2.2-0.el7
INFO:kolla.image.build.glance-base: lttng-ust.x86_64 0:2.4.1-1.el7.1 userspace-rcu.x86_64 0:0.7.16-1.el7
INFO:kolla.image.build.glance-base:Complete!
INFO:kolla.image.build.glance-base:Loaded plugins: fastestmirror, ovl, priorities
INFO:kolla.image.build.glance-base:Cleaning repos: base centos-ceph-jewel centos-openstack-newton centos-qemu-ev
INFO:kolla.image.build.glance-base: : elasticsearch-2.x epel extras grafana influxdb kibana-4.6
INFO:kolla.image.build.glance-base: : mariadb percona-release-noarch percona-release-x86_64 updates
INFO:kolla.image.build.glance-base:Cleaning up everything
INFO:kolla.image.build.glance-base:Cleaning up list of fastest mirrors
INFO:kolla.image.build.glance-base: ---> 1cb9b2ff69c0
INFO:kolla.image.build.glance-base:Removing intermediate container 0577fe21b2ff
INFO:kolla.image.build.glance-base:Step 4 : ADD glance-base-archive /glance-base-source
INFO:kolla.image.build.glance-base: ---> 1161a3d412cf
INFO:kolla.image.build.glance-base:Removing intermediate container f4a162b62fcd
INFO:kolla.image.build.glance-base:Step 5 : RUN ln -s glance-base-source/* glance && useradd --user-group glance && /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /glance[cinder] && mkdir -p /etc/glance /var/lib/glance /home/glance && cp -r /glance/etc/* /etc/glance/ && chown -R glance: /etc/glance /var/lib/glance /home/glance
INFO:kolla.image.build.glance-base: ---> Running in e32984e9ec26
INFO:kolla.image.build.glance-base:Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Ignoring ovs: markers 'python_version == "3.4"' don't match your environment
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Ignoring ovs: markers 'python_version == "3.5"' don't match your environment
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Processing /glance-base-source/glance-13.0.0
INFO:kolla.image.build.glance-base: glance 13.0.0 does not provide the extra 'cinder'
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Requirement already up-to-date: Paste===2.0.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 12))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: PasteDeploy===1.5.2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 13))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: Routes===2.3.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 23))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: SQLAlchemy===1.0.14 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 24))
INFO:kolla.image.build.glance-base:Collecting WSME===0.8.0 (from -c requirements/upper-constraints.txt (line 29))
INFO:kolla.image.build.glance-base: Downloading WSME-0.8.0-py2-none-any.whl (89kB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: WebOb===1.6.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 30))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: cryptography===1.5 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 95))
INFO:kolla.image.build.glance-base:Collecting cursive===0.1.1 (from -c requirements/upper-constraints.txt (line 96))
INFO:kolla.image.build.glance-base: Downloading cursive-0.1.1-py2.py3-none-any.whl
INFO:kolla.image.build.glance-base:Requirement already up-to-date: debtcollector===1.8.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 98))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: enum34===1.1.6 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 120))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: eventlet===0.19.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 121))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: funcsigs===1.0.2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 130))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: futurist===0.18.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 133))
INFO:kolla.image.build.glance-base:Collecting glance-store===0.18.0 (from -c requirements/upper-constraints.txt (line 136))
INFO:kolla.image.build.glance-base: Downloading glance_store-0.18.0-py2.py3-none-any.whl (134kB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: greenlet===0.4.10 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 139))
INFO:kolla.image.build.glance-base:Collecting httplib2===0.9.2 (from -c requirements/upper-constraints.txt (line 143))
INFO:kolla.image.build.glance-base: Downloading httplib2-0.9.2.zip (210kB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: idna===2.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 145))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: ipaddress===1.0.16 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 146))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: iso8601===0.1.11 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 148))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: jsonschema===2.5.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 155))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: keystoneauth1===2.12.2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 159))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: keystonemiddleware===4.9.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 160))
INFO:kolla.image.build.glance-base:Collecting lxml===3.6.4 (from -c requirements/upper-constraints.txt (line 169))
INFO:kolla.image.build.glance-base: Downloading lxml-3.6.4-cp27-cp27mu-manylinux1_x86_64.whl (4.2MB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: monotonic===1.2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 175))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: netaddr===0.7.18 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 181))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: netifaces===0.10.5 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 182))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.concurrency===3.14.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 212))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.config===3.17.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 213))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.context===2.9.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 214))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.db===4.13.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 215))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.i18n===3.9.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 216))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.log===3.16.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 217))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.messaging===5.10.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 218))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.middleware===3.19.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 219))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.policy===1.14.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 220))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.serialization===2.13.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 224))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.service===1.16.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 225))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: oslo.utils===3.16.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 226))
INFO:kolla.image.build.glance-base:Collecting osprofiler===1.4.0 (from -c requirements/upper-constraints.txt (line 231))
INFO:kolla.image.build.glance-base: Downloading osprofiler-1.4.0-py2-none-any.whl (64kB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pbr===1.10.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 239))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pika===0.10.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 243))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pika-pool===0.1.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 244))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: positional===1.1.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 246))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: prettytable===0.7.2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 248))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pyOpenSSL===16.1.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 254))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pyasn1===0.1.9 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 256))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pycadf===2.4.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 258))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pycrypto===2.6.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 260))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pyinotify===0.9.6 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 263))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pyparsing===2.1.8 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 271))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: python-dateutil===2.5.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 284))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: python-keystoneclient===3.5.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 293))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pytz===2016.6.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 318))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: repoze.lru===0.6 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 326))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: requests===2.11.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 328))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: retrying===1.3.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 335))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: rfc3986===0.4.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 336))
INFO:kolla.image.build.glance-base:Collecting semantic-version===2.5.0 (from -c requirements/upper-constraints.txt (line 345))
INFO:kolla.image.build.glance-base: Downloading semantic_version-2.5.0.tar.gz
INFO:kolla.image.build.glance-base:Collecting simplegeneric===0.8.1 (from -c requirements/upper-constraints.txt (line 347))
INFO:kolla.image.build.glance-base: Downloading simplegeneric-0.8.1.zip
INFO:kolla.image.build.glance-base:Requirement already up-to-date: six===1.10.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 350))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: sqlalchemy-migrate===0.10.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 357))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: sqlparse===0.2.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 358))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: stevedore===1.17.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 359))
INFO:kolla.image.build.glance-base:Collecting taskflow===2.6.0 (from -c requirements/upper-constraints.txt (line 364))
INFO:kolla.image.build.glance-base: Downloading taskflow-2.6.0-py2.py3-none-any.whl (484kB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: wrapt===1.10.8 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 394))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: setuptools>=11.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from cryptography===1.5->-c requirements/upper-constraints.txt (line 95))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: cffi===1.7.0 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 83))
INFO:kolla.image.build.glance-base:Collecting castellan===0.4.0 (from -c requirements/upper-constraints.txt (line 81))
INFO:kolla.image.build.glance-base: Downloading castellan-0.4.0-py2.py3-none-any.whl (73kB)
INFO:kolla.image.build.glance-base:Requirement already up-to-date: contextlib2===0.5.4 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 91))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: futures===3.0.5 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 132))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: functools32===3.2.3.post2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 131))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: fasteners===0.14.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 125))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: alembic===0.8.7 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 63))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: Babel===2.3.4 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 2))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: PyYAML===3.12 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 21))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: amqp===1.4.9 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 64))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: cachetools===1.1.6 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 79))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: kombu===3.0.35 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 161))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: Jinja2===2.8 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 7))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: msgpack-python===0.4.8 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 179))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: decorator===4.0.10 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 99))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: Tempita===0.5.2 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 28))
INFO:kolla.image.build.glance-base:Collecting networkx===1.11 (from -c requirements/upper-constraints.txt (line 184))
INFO:kolla.image.build.glance-base: Downloading networkx-1.11-py2.py3-none-any.whl (1.3MB)
INFO:kolla.image.build.glance-base:Collecting automaton===1.4.0 (from -c requirements/upper-constraints.txt (line 70))
INFO:kolla.image.build.glance-base: Downloading automaton-1.4.0-py2.py3-none-any.whl
INFO:kolla.image.build.glance-base:Requirement already up-to-date: pycparser===2.14 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 259))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: Mako===1.0.4 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 8))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: python-editor===1.0.1 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 286))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: anyjson===0.3.3 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 65))
INFO:kolla.image.build.glance-base:Requirement already up-to-date: MarkupSafe===0.23 in /var/lib/kolla/venv/lib/python2.7/site-packages (from -c requirements/upper-constraints.txt (line 9))
INFO:kolla.image.build.glance-base:Installing collected packages: simplegeneric, WSME, automaton, castellan, lxml, cursive, glance-store, httplib2, networkx, osprofiler, semantic-version, taskflow, glance
INFO:kolla.image.build.glance-base: Running setup.py install for simplegeneric: started
INFO:kolla.image.build.glance-base: Running setup.py install for simplegeneric: finished with status 'done'
INFO:kolla.image.build.glance-base: Running setup.py install for httplib2: started
INFO:kolla.image.build.glance-base: Running setup.py install for httplib2: finished with status 'done'
INFO:kolla.image.build.glance-base: Running setup.py install for semantic-version: started
INFO:kolla.image.build.glance-base: Running setup.py install for semantic-version: finished with status 'done'
INFO:kolla.image.build.glance-base: Running setup.py install for glance: started
INFO:kolla.image.build.glance-base: Running setup.py install for glance: finished with status 'done'
INFO:kolla.image.build.glance-base:Successfully installed WSME-0.8.0 automaton-1.4.0 castellan-0.4.0 cursive-0.1.1 glance-13.0.0 glance-store-0.18.0 httplib2-0.9.2 lxml-3.6.4 networkx-1.11 osprofiler-1.4.0 semantic-version-2.5.0 simplegeneric-0.8.1 taskflow-2.6.0
INFO:kolla.image.build.glance-base: ---> f3dc5f4d7154
INFO:kolla.image.build.glance-base:Removing intermediate container e32984e9ec26
INFO:kolla.image.build.glance-base:Step 6 : COPY glance_sudoers /etc/sudoers.d/kolla_glance_sudoers
INFO:kolla.image.build.glance-base: ---> 424fc1e1a8bd
INFO:kolla.image.build.glance-base:Removing intermediate container 2bc29681591a
INFO:kolla.image.build.glance-base:Step 7 : COPY extend_start.sh /usr/local/bin/kolla_extend_start
INFO:kolla.image.build.glance-base: ---> a79172ea5ddf
INFO:kolla.image.build.glance-base:Removing intermediate container 7fcd2cc7c578
INFO:kolla.image.build.glance-base:Step 8 : RUN usermod -a -G kolla glance && chmod 750 /etc/sudoers.d && chmod 440 /etc/sudoers.d/kolla_glance_sudoers && touch /usr/local/bin/kolla_glance_extend_start && chmod 755 /usr/local/bin/kolla_extend_start /usr/local/bin/kolla_glance_extend_start
INFO:kolla.image.build.glance-base: ---> Running in 1944248b00ad
INFO:kolla.image.build.glance-base: ---> 2c6acb405382
INFO:kolla.image.build.glance-base:Removing intermediate container 1944248b00ad
INFO:kolla.image.build.glance-base:Successfully built 2c6acb405382
INFO:kolla.image.build.glance-base:Built
INFO:kolla.image.build:Added next task BuildTask(glance-registry) to queue
INFO:kolla.image.build:Added next task BuildTask(glance-api) to queue
INFO:kolla.image.build:Attempting to run task BuildTask(glance-registry) for the first time
INFO:kolla.image.build.glance-registry:Building
INFO:kolla.image.build:Attempting to run task BuildTask(glance-api) for the first time
INFO:kolla.image.build.glance-api:Building
INFO:kolla.image.build.glance-registry:Step 1 : FROM kolla/centos-source-glance-base:3.0.2
INFO:kolla.image.build.glance-registry: ---> 2c6acb405382
INFO:kolla.image.build.glance-registry:Step 2 : MAINTAINER Kolla Project (https://launchpad.net/kolla)
INFO:kolla.image.build.glance-api:Step 1 : FROM kolla/centos-source-glance-base:3.0.2
INFO:kolla.image.build.glance-api: ---> 2c6acb405382
INFO:kolla.image.build.glance-api:Step 2 : MAINTAINER Kolla Project (https://launchpad.net/kolla)
INFO:kolla.image.build.glance-api: ---> Running in 96f13ffcca47
INFO:kolla.image.build.glance-registry: ---> Running in fa35d625f98e
INFO:kolla.image.build.glance-api: ---> 0cbbbeb68dee
INFO:kolla.image.build.glance-api:Removing intermediate container 96f13ffcca47
INFO:kolla.image.build.glance-api:Step 3 : COPY extend_start.sh /usr/local/bin/kolla_glance_extend_start
INFO:kolla.image.build.glance-registry: ---> 060903385129
INFO:kolla.image.build.glance-registry:Removing intermediate container fa35d625f98e
INFO:kolla.image.build.glance-registry:Step 3 : USER glance
INFO:kolla.image.build.glance-registry: ---> Running in 905d24de940b
INFO:kolla.image.build.glance-api: ---> 5d2ea69866b4
INFO:kolla.image.build.glance-api:Removing intermediate container 7b21c3e6eb2c
INFO:kolla.image.build.glance-api:Step 4 : RUN chmod 755 /usr/local/bin/kolla_glance_extend_start
INFO:kolla.image.build.glance-api: ---> Running in 17b4c22c2e99
INFO:kolla.image.build.glance-registry: ---> 5f7c9c6faa48
INFO:kolla.image.build.glance-registry:Removing intermediate container 905d24de940b
INFO:kolla.image.build.glance-registry:Successfully built 5f7c9c6faa48
INFO:kolla.image.build.glance-registry:Built
INFO:kolla.image.build.glance-api: ---> 13f8290462e4
INFO:kolla.image.build.glance-api:Removing intermediate container 17b4c22c2e99
INFO:kolla.image.build.glance-api:Step 5 : USER glance
INFO:kolla.image.build.glance-api: ---> Running in faca6ae4e4a2
INFO:kolla.image.build.glance-api: ---> 0e1ddcfe4086
INFO:kolla.image.build.glance-api:Removing intermediate container faca6ae4e4a2
INFO:kolla.image.build.glance-api:Successfully built 0e1ddcfe4086
INFO:kolla.image.build.glance-api:Built
INFO:kolla.image.build:=========================
INFO:kolla.image.build:Successfully built images
INFO:kolla.image.build:=========================
INFO:kolla.image.build:openstack-base
INFO:kolla.image.build:glance-base
INFO:kolla.image.build:glance-registry
INFO:kolla.image.build:base
INFO:kolla.image.build:glance-api
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: false
[Pipeline] stage (Finished)
Entering stage Finished
Proceeding
[Pipeline] slackSend
Slack Send Pipeline step configured values from global config - teamDomain: true, token: true, channel: true, color: false
[Pipeline] End of Pipeline
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment