Triggered by Gerrit: https://review.openstack.org/415503 [EnvInject] - Loading node environment variables. Building remotely on intel-virtual8 (bifrost-verify-virtual infra-virtual-centos7) in workspace /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-centos7-virtual-master Wiping out workspace first. Cloning the remote Git repository Cloning repository https://git.openstack.org/openstack/bifrost > git init /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-centos7-virtual-master # timeout=10 Fetching upstream changes from https://git.openstack.org/openstack/bifrost > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://git.openstack.org/openstack/bifrost +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.openstack.org/openstack/bifrost # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.openstack.org/openstack/bifrost # timeout=10 Fetching upstream changes from https://git.openstack.org/openstack/bifrost > git -c core.askpass=true fetch --tags --progress https://git.openstack.org/openstack/bifrost refs/changes/03/415503/6 # timeout=10 > git rev-parse e50a4a359285ed8b0132fb35e18e1c8b67c8c3cb^{commit} # timeout=10 Checking out Revision e50a4a359285ed8b0132fb35e18e1c8b67c8c3cb (origin/master) > git config core.sparsecheckout # timeout=10 > git read-tree -mu HEAD # timeout=10 Command "git read-tree -mu HEAD" returned status code 128: stdout: stderr: fatal: Not a valid object name HEAD > git config core.sparsecheckout false # timeout=10 > git checkout -f e50a4a359285ed8b0132fb35e18e1c8b67c8c3cb # timeout=10 > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list 36e4d7fd24377bdf6c86a82f0ce741f8cedbca61 # timeout=10 [description-setter] Description set: Built on intel-virtual8 [openstack-bifrost-verify-centos7-virtual-master] $ /bin/bash /tmp/hudson6970164849385325359.sh Cloning into '/opt/bifrost'... Cloning into '/opt/puppet-infracloud'... Cloning into '/opt/releng'... From https://git.openstack.org/openstack/bifrost * branch refs/changes/03/415503/6 -> FETCH_HEAD Note: checking out 'FETCH_HEAD'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at e50a4a3... Add support of collecting logs from baremetal nodes error: Failed to destroy domain jumphost.opnfvlocal error: Requested operation is not valid: domain is not running error: Failed to destroy domain controller00.opnfvlocal error: Requested operation is not valid: domain is not running error: Failed to destroy domain compute00.opnfvlocal error: Requested operation is not valid: domain is not running Domain jumphost.opnfvlocal has been undefined Domain controller00.opnfvlocal has been undefined Domain compute00.opnfvlocal has been undefined Redirecting to /bin/systemctl stop ironic-conductor.service removing from database removing leases removing logs restarting services Redirecting to /bin/systemctl restart dnsmasq.service Redirecting to /bin/systemctl restart libvirtd.service Redirecting to /bin/systemctl restart ironic-api.service Redirecting to /bin/systemctl start ironic-conductor.service Redirecting to /bin/systemctl restart ironic-inspector.service + set -o pipefail + export PYTHONUNBUFFERED=1 + PYTHONUNBUFFERED=1 +++ dirname ./scripts/test-bifrost-deployment.sh ++ cd ./scripts ++ pwd + SCRIPT_HOME=/opt/bifrost/scripts + BIFROST_HOME=/opt/bifrost/scripts/.. + ANSIBLE_INSTALL_ROOT=/opt/stack + ENABLE_VENV=false + USE_DHCP=false + USE_VENV=false + BUILD_IMAGE=true + PROVISION_WAIT_TIMEOUT=3600 + TEST_VM_NUM_NODES=3 + export 'TEST_VM_NODE_NAMES=jumphost.opnfvlocal controller00.opnfvlocal compute00.opnfvlocal' + TEST_VM_NODE_NAMES='jumphost.opnfvlocal controller00.opnfvlocal compute00.opnfvlocal' + export VM_DOMAIN_TYPE=kvm + VM_DOMAIN_TYPE=kvm + export VM_CPU=4 + VM_CPU=4 + export VM_DISK=100 + VM_DISK=100 + TEST_PLAYBOOK=test-bifrost-infracloud.yaml + USE_INSPECTOR=true + USE_CIRROS=false + TESTING_USER=root + VM_MEMORY_SIZE=8192 + DOWNLOAD_IPA=true + CREATE_IPA_IMAGE=false + INSPECT_NODES=true + INVENTORY_DHCP=false + INVENTORY_DHCP_STATIC_IP=false + WRITE_INTERFACES_FILE=true + export BIFROST_INVENTORY_SOURCE=/tmp/baremetal.csv + BIFROST_INVENTORY_SOURCE=/tmp/baremetal.csv + export ELEMENTS_PATH=/usr/share/diskimage-builder/elements:/opt/puppet-infracloud/files/elements + ELEMENTS_PATH=/usr/share/diskimage-builder/elements:/opt/puppet-infracloud/files/elements + export DIB_DEV_USER_PWDLESS_SUDO=yes + DIB_DEV_USER_PWDLESS_SUDO=yes + export DIB_DEV_USER_PASSWORD=devuser + DIB_DEV_USER_PASSWORD=devuser + export DIB_OS_RELEASE=7 + DIB_OS_RELEASE=7 + export DIB_OS_ELEMENT=centos7 + DIB_OS_ELEMENT=centos7 + export DIB_OS_PACKAGES=vim,less,bridge-utils,iputils,rsyslog,curl + DIB_OS_PACKAGES=vim,less,bridge-utils,iputils,rsyslog,curl + export EXTRA_DIB_ELEMENTS=openssh-server + EXTRA_DIB_ELEMENTS=openssh-server + set +x +o nounset which: no dnf in (/sbin:/bin:/usr/sbin:/usr/bin) NOTICE: Not using virtualenv for this installation. /bin/pip Requirement already satisfied: pip>6.0 in /usr/lib/python2.7/site-packages Requirement already satisfied: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 4)) Requirement already satisfied: Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 5)) Requirement already satisfied: pbr>=1.8 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 6)) Requirement already satisfied: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 7)) Requirement already satisfied: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: oslo.log>=3.11.0 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: six>=1.9.0 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 10)) Requirement already satisfied: PyMySQL>=0.7.6 in /usr/lib/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 11)) Requirement already satisfied: pycrypto>=2.6 in /usr/lib64/python2.7/site-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 12)) Requirement already satisfied: MarkupSafe in /usr/lib64/python2.7/site-packages (from Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8->-r /opt/bifrost/scripts/../requirements.txt (line 5)) Requirement already satisfied: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->-r /opt/bifrost/scripts/../requirements.txt (line 7)) Requirement already satisfied: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: pyinotify>=0.9.6; sys_platform != "win32" and sys_platform != "darwin" and sys_platform != "sunos5" in /usr/lib/python2.7/site-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: python-dateutil>=2.4.2 in /usr/lib/python2.7/site-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: oslo.utils>=3.18.0 in /usr/lib/python2.7/site-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: oslo.context>=2.9.0 in /usr/lib/python2.7/site-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: wrapt>=1.7.0 in /usr/lib64/python2.7/site-packages (from debtcollector>=1.2.0->oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: funcsigs>=0.4; python_version == "2.7" or python_version == "2.6" in /usr/lib/python2.7/site-packages (from debtcollector>=1.2.0->oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.18.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from oslo.context>=2.9.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Cloning into 'ansible'... Submodule 'lib/ansible/modules/core' (https://github.com/ansible/ansible-modules-core) registered for path 'lib/ansible/modules/core' Submodule 'lib/ansible/modules/extras' (https://github.com/ansible/ansible-modules-extras) registered for path 'lib/ansible/modules/extras' Cloning into 'lib/ansible/modules/core'... Submodule path 'lib/ansible/modules/core': checked out '6a5ca970aa93ce856eaae2c06c7a123159541046' Cloning into 'lib/ansible/modules/extras'... Submodule path 'lib/ansible/modules/extras': checked out 'a1f1251eb8f402f571e0b6266f7531af7ee4d9d5' --2017-01-25 03:24:06-- https://raw.githubusercontent.com/ansible/ansible-modules-extras/stable-2.2/cloud/openstack/os_keystone_service.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.192.133, 151.101.128.133, 151.101.64.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.192.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6224 (6.1K) [text/plain] Saving to: ‘/opt/stack/ansible/lib/ansible/modules/extras/cloud/openstack/os_keystone_service.py’ 0K ...... 100% 46.8M=0s 2017-01-25 03:24:06 (46.8 MB/s) - ‘/opt/stack/ansible/lib/ansible/modules/extras/cloud/openstack/os_keystone_service.py’ saved [6224/6224] Processing /opt/stack/ansible Requirement already up-to-date: paramiko in /usr/lib/python2.7/site-packages (from ansible==2.1.4.0) Collecting jinja2 (from ansible==2.1.4.0) Using cached Jinja2-2.9.4-py2.py3-none-any.whl Requirement already up-to-date: PyYAML in /usr/lib64/python2.7/site-packages (from ansible==2.1.4.0) Requirement already up-to-date: setuptools in /usr/lib/python2.7/site-packages (from ansible==2.1.4.0) Requirement already up-to-date: pycrypto>=2.6 in /usr/lib64/python2.7/site-packages (from ansible==2.1.4.0) Requirement already up-to-date: cryptography>=1.1 in /usr/lib64/python2.7/site-packages (from paramiko->ansible==2.1.4.0) Requirement already up-to-date: pyasn1>=0.1.7 in /usr/lib/python2.7/site-packages (from paramiko->ansible==2.1.4.0) Requirement already up-to-date: MarkupSafe>=0.23 in /usr/lib64/python2.7/site-packages (from jinja2->ansible==2.1.4.0) Requirement already up-to-date: six>=1.10.0 in /usr/lib/python2.7/site-packages (from setuptools->ansible==2.1.4.0) Requirement already up-to-date: appdirs>=1.4.0 in /usr/lib/python2.7/site-packages (from setuptools->ansible==2.1.4.0) Requirement already up-to-date: packaging>=16.8 in /usr/lib/python2.7/site-packages (from setuptools->ansible==2.1.4.0) Requirement already up-to-date: idna>=2.0 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: enum34 in /usr/lib/python2.7/site-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: ipaddress in /usr/lib/python2.7/site-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: cffi>=1.4.1 in /usr/lib64/python2.7/site-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: pyparsing in /usr/lib/python2.7/site-packages (from packaging>=16.8->setuptools->ansible==2.1.4.0) Requirement already up-to-date: pycparser in /usr/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography>=1.1->paramiko->ansible==2.1.4.0) Installing collected packages: jinja2, ansible Found existing installation: Jinja2 2.8.1 Uninstalling Jinja2-2.8.1: Successfully uninstalled Jinja2-2.8.1 Found existing installation: ansible 2.1.4.0 Uninstalling ansible-2.1.4.0: Successfully uninstalled ansible-2.1.4.0 Running setup.py install for ansible: started Running setup.py install for ansible: finished with status 'done' Successfully installed ansible-2.1.4.0 jinja2-2.9.4 If you're using this script directly, execute the following commands to update your shell. source env-vars source /opt/stack/ansible/hacking/env-setup running egg_info creating lib/ansible.egg-info writing requirements to lib/ansible.egg-info/requires.txt writing lib/ansible.egg-info/PKG-INFO writing top-level names to lib/ansible.egg-info/top_level.txt writing dependency_links to lib/ansible.egg-info/dependency_links.txt writing manifest file 'lib/ansible.egg-info/SOURCES.txt' reading manifest file 'lib/ansible.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'v2' no previously-included directories found matching 'docsite' no previously-included directories found matching 'ticket_stubs' no previously-included directories found matching 'packaging' no previously-included directories found matching 'test' no previously-included directories found matching 'hacking' no previously-included directories found matching 'lib/ansible/modules/core/.git' no previously-included directories found matching 'lib/ansible/modules/extras/.git' writing manifest file 'lib/ansible.egg-info/SOURCES.txt' Setting up Ansible to run out of checkout... PATH=/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin PYTHONPATH=/opt/stack/ansible/lib: MANPATH=/opt/stack/ansible/docs/man: Remember, you may wish to specify your host file with -i Done! + cd /opt/bifrost/scripts/../playbooks + for task in syntax-check list-tasks + /opt/stack/ansible/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml --syntax-check Using /etc/ansible/ansible.cfg as config file 1 plays in test-bifrost-create-vm.yaml playbook: test-bifrost-create-vm.yaml + /opt/stack/ansible/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-infracloud.yaml --syntax-check -e testing_user=root Using /etc/ansible/ansible.cfg as config file statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/staging_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_start.yml statically included: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml statically included: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/ssh_public_key_path.yaml 6 plays in test-bifrost-infracloud.yaml playbook: test-bifrost-infracloud.yaml + for task in syntax-check list-tasks + /opt/stack/ansible/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml --list-tasks Using /etc/ansible/ansible.cfg as config file 1 plays in test-bifrost-create-vm.yaml playbook: test-bifrost-create-vm.yaml play #1 (localhost): Executes install, enrollment, and testing in one playbook TAGS: [] tasks: Set default baremetal.csv file if not already defined TAGS: [] Set ci_testing flag if a list of changes are found in the environment variables TAGS: [] Set ci_testing_zuul if it appears we are running in upstream OpenStack CI TAGS: [] Collect process list if running in OpenStack CI TAGS: [] Collect list of listening network sockets if running in OpenStack CI TAGS: [] bifrost-create-vm-nodes : Ensure openSUSE Tumbleweed has the correct family TAGS: [] bifrost-create-vm-nodes : Ensure openSUSE Leap has the correct family TAGS: [] bifrost-create-vm-nodes : Update apt cache if Ubuntu/Debian TAGS: [] bifrost-create-vm-nodes : Load distribution defaults TAGS: [] bifrost-create-vm-nodes : Include OS version-specific defaults TAGS: [] bifrost-create-vm-nodes : Check for dnf TAGS: [] bifrost-create-vm-nodes : Adjust ansible_pkg_mgr if dnf exists TAGS: [] bifrost-create-vm-nodes : Install required packages TAGS: [] bifrost-create-vm-nodes : Restart libvirt service TAGS: [] bifrost-create-vm-nodes : Verify default network is running TAGS: [] bifrost-create-vm-nodes : Start default network if not running TAGS: [] bifrost-create-vm-nodes : Fail if default network is not available TAGS: [] bifrost-create-vm-nodes : Create virtual machines TAGS: [] bifrost-create-vm-nodes : Execute `dmesg` to collect debugging output should VM creation fail. TAGS: [] bifrost-create-vm-nodes : "Execute `virsh capabilities` to collect debugging output should VM creation fail." TAGS: [] bifrost-create-vm-nodes : Abort due to failed VM creation TAGS: [] bifrost-create-vm-nodes : "Set file permissions such that the baremetal csv file at /tmp/baremetal.csv can be read by the user executing Ansible" TAGS: [] + /opt/stack/ansible/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-infracloud.yaml --list-tasks -e testing_user=root Using /etc/ansible/ansible.cfg as config file statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/staging_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_start.yml statically included: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml statically included: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/ssh_public_key_path.yaml 6 plays in test-bifrost-infracloud.yaml playbook: test-bifrost-infracloud.yaml play #1 (localhost): Setting pre-test conditions TAGS: [] tasks: Remove pre-existing leases file TAGS: [] play #2 (localhost): Executes install, enrollment, and testing in one playbook TAGS: [] tasks: Override the ipv4_gateway setting TAGS: [] bifrost-prep-for-install : ensure installation root folder exists TAGS: [] bifrost-prep-for-install : Download via GIT TAGS: [] bifrost-prep-for-install : Copy from local path TAGS: [] play #3 (localhost): Executes install, enrollment, and testing in one playbook TAGS: [] tasks: bifrost-ironic-install : Ensure openSUSE Tumbleweed has the correct family TAGS: [] bifrost-ironic-install : Ensure openSUSE Leap has the correct family TAGS: [] bifrost-ironic-install : Include OS family-specific defaults TAGS: [] bifrost-ironic-install : Include OS distribution-specific defaults TAGS: [] bifrost-ironic-install : Include OS version-specific defaults TAGS: [] bifrost-ironic-install : Update Package Cache TAGS: [] bifrost-ironic-install : Install packages TAGS: [] bifrost-ironic-install : Install Ubuntu 14.10 (and later) packages TAGS: [] bifrost-ironic-install : If running in CI, set source install facts just to be sure TAGS: [] bifrost-ironic-install : If VENV is set in the environment, enable installation into venv TAGS: [] bifrost-ironic-install : Ensure /opt/stack is present TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install iSCSI client if PXE driver support is enabled TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Install {{ package }} package from pip TAGS: [] bifrost-ironic-install : Install from {{ sourcedir }} using pip TAGS: [] bifrost-ironic-install : Fail if authentication configuration conflicts. TAGS: [] bifrost-ironic-install : Warn if deprecated variable nginx_port is set TAGS: [] bifrost-ironic-install : If VENV is set in the environment, enable installation into venv TAGS: [] bifrost-ironic-install : Start database service TAGS: [] bifrost-ironic-install : RabbitMQ - Testing if hostname is defined in /etc/hosts TAGS: [] bifrost-ironic-install : RabbitMQ - Fixing /etc/hosts TAGS: [] bifrost-ironic-install : Stop and disable the epmd service and socket on SUSE TAGS: [] bifrost-ironic-install : Start rabbitmq-server TAGS: [] bifrost-ironic-install : Wait for rabbitmq TAGS: [] bifrost-ironic-install : Ensure guest user is removed from rabbitmq TAGS: [] bifrost-ironic-install : Create ironic user in RabbitMQ TAGS: [] bifrost-ironic-install : Set mysql_username if environment variable mysql_user is set TAGS: [] bifrost-ironic-install : Set mysql_password if environment variable mysql_pass is set TAGS: [] bifrost-ironic-install : MySQL - Creating DB TAGS: [] bifrost-ironic-install : MySQL - Creating user for Ironic TAGS: [] bifrost-ironic-install : Create an ironic service group TAGS: [] bifrost-ironic-install : Create an ironic service user TAGS: [] bifrost-ironic-install : Ensure /etc/ironic exists TAGS: [] bifrost-ironic-install : Copy rootwrap.conf from ironic source folder TAGS: [] bifrost-ironic-install : Copy rootwrap.d contents from ironic source folder TAGS: [] bifrost-ironic-install : Error if credentials are undefined. TAGS: [] bifrost-ironic-install : Ensure service project is present TAGS: [] bifrost-ironic-install : Create service user for ironic TAGS: [] bifrost-ironic-install : Associate ironic user to admin role TAGS: [] bifrost-ironic-install : Create keystone service record for ironic TAGS: [] bifrost-ironic-install : Check ironic admin endpoint exists TAGS: [] bifrost-ironic-install : Check ironic public endpoint exists TAGS: [] bifrost-ironic-install : Check ironic internal endpoint exists TAGS: [] bifrost-ironic-install : Create ironic admin endpoint TAGS: [] bifrost-ironic-install : Create ironic public endpoint TAGS: [] bifrost-ironic-install : Create ironic internal endpoint TAGS: [] bifrost-ironic-install : Create baremetal_admin role TAGS: [] bifrost-ironic-install : Create baremetal_observer role TAGS: [] bifrost-ironic-install : Create baremetal project TAGS: [] bifrost-ironic-install : Create bifrost user TAGS: [] bifrost-ironic-install : Associate bifrost user with baremetal_admin TAGS: [] bifrost-ironic-install : Update driver list if PXE drivers are enabled TAGS: [] bifrost-ironic-install : Create ironic config TAGS: [] bifrost-ironic-install : Set sudoers for PXE driver support if enabled TAGS: [] bifrost-ironic-install : Copy policy.json to /etc/ironic TAGS: [] bifrost-ironic-install : Create ironic DB Schema TAGS: [] bifrost-ironic-install : Upgrade ironic DB Schema TAGS: [] bifrost-ironic-install : Create libvirt group on RedHat/Centos TAGS: [] bifrost-ironic-install : Update libvirt configuration file on RedHat/CentOS so the libvirt group has access TAGS: [] bifrost-ironic-install : Change libvirt authentication to none as RedHat/CentOS use polkit by default TAGS: [] bifrost-ironic-install : Change libvirt socket permissions to be restricted on RedHat/CentOS TAGS: [] bifrost-ironic-install : Add ironic user to virtualization group TAGS: [] bifrost-ironic-install : Defined ssh_private_key_path - Check to see if there is a file where the ssh_private_key_path is defined TAGS: [] bifrost-ironic-install : Defined ssh_private_key_path - Error if ssh_private_key_path is not valid TAGS: [] bifrost-ironic-install : Defined ssh_private_key_path - Read SSH private key in TAGS: [] bifrost-ironic-install : Create SSH directory for ironic user TAGS: [] bifrost-ironic-install : Set private key file TAGS: [] bifrost-ironic-install : Check for ironic user SSH key TAGS: [] bifrost-ironic-install : Generate SSH key for ironic user TAGS: [] bifrost-ironic-install : Set ownership on ironic SSH private key TAGS: [] bifrost-ironic-install : Set ownership on ironic SSH public key TAGS: [] bifrost-ironic-install : Create authorized_keys file for ironic user TAGS: [] bifrost-ironic-install : Create service folder if systemd template is defined TAGS: [] bifrost-ironic-install : MySQL - Create database TAGS: [] bifrost-ironic-install : MySQL - Create user for inspector TAGS: [] bifrost-ironic-install : Inspector - Ensure /etc/ironic-inspector/ exists TAGS: [] bifrost-ironic-install : Error if credentials are undefined. TAGS: [] bifrost-ironic-install : Create service user for ironic-inspector TAGS: [] bifrost-ironic-install : Associate ironic_inspector user to admin role TAGS: [] bifrost-ironic-install : Create keystone service record for ironic-inspector TAGS: [] bifrost-ironic-install : Check ironic-inspector admin endpoint exists TAGS: [] bifrost-ironic-install : Check ironic-inspector public endpoint exists TAGS: [] bifrost-ironic-install : Check ironic-inspector internal endpoint exists TAGS: [] bifrost-ironic-install : Create ironic-inspector admin endpoint TAGS: [] bifrost-ironic-install : Create ironic-inspector public endpoint TAGS: [] bifrost-ironic-install : Create ironic-inspector internal endpoint TAGS: [] bifrost-ironic-install : Create inspector_user user TAGS: [] bifrost-ironic-install : Associate inspector_user with baremetal_admin TAGS: [] bifrost-ironic-install : Inspector - Place Configuration TAGS: [] bifrost-ironic-install : Inspector - create data folder TAGS: [] bifrost-ironic-install : Inspector - create log folder TAGS: [] bifrost-ironic-install : Upgrade inspector DB Schema TAGS: [] bifrost-ironic-install : Inspector - Get ironic-inspector install location TAGS: [] bifrost-ironic-install : Inspector - Place service TAGS: [] bifrost-ironic-install : Inspector - Explicitly permit TCP/5050 for ironic-inspector callback TAGS: [] bifrost-ironic-install : Get ironic-api & ironic-conductor install location TAGS: [] bifrost-ironic-install : Set permissions for /var/lib/ironic for the ironic user TAGS: [] bifrost-ironic-install : Place ironic services TAGS: [] bifrost-ironic-install : Set up PXE and iPXE folders TAGS: [] bifrost-ironic-install : Place tftpd map-file TAGS: [] bifrost-ironic-install : Disable service {{ tftp_service_name }} TAGS: [] bifrost-ironic-install : Set pxelinux.0 source (for Ubuntu >=14.10) TAGS: [] bifrost-ironic-install : Determine if pxelinux.0 is in place TAGS: [] bifrost-ironic-install : Place pxelinux.0 TAGS: [] bifrost-ironic-install : Place boot.ipxe helper script /etc/ironic TAGS: [] bifrost-ironic-install : Pre-stage boot.ipxe into /httpboot/ TAGS: [] bifrost-ironic-install : Place tftp config file TAGS: [] bifrost-ironic-install : Create {{ ipxe_dir }} TAGS: [] bifrost-ironic-install : Get ipxe files TAGS: [] bifrost-ironic-install : Copy iPXE image into place TAGS: [] bifrost-ironic-install : Copy full iPXE image into /httpboot TAGS: [] bifrost-ironic-install : Copy full iPXE image into /tftpboot TAGS: [] bifrost-ironic-install : Determine if folder exists, else create and populate folder. TAGS: [] bifrost-ironic-install : Create master_images folder TAGS: [] bifrost-ironic-install : Inspector - Place default tftp boot file in {{ http_boot_folder}}/pxelinux.cfg/ TAGS: [] bifrost-ironic-install : Setup Inventory Hosts Directory TAGS: [] bifrost-ironic-install : Setup Inventory DHCP Hosts Directory TAGS: [] bifrost-ironic-install : Deploy dnsmasq configuration file TAGS: [] bifrost-ironic-install : Look for libvirt dnsmasq config TAGS: [] bifrost-ironic-install : Disable libvirt dnsmasq config TAGS: [] bifrost-ironic-install : Enable IP forwarding in sysctl TAGS: [] bifrost-ironic-install : Look for sgabios in {{ sgabios_dir }} TAGS: [] bifrost-ironic-install : Look for sgabios in /usr/share/misc TAGS: [] bifrost-ironic-install : Place sgabios.bin TAGS: [] bifrost-ironic-install : Deploy nginx configuration file for serving HTTP requests TAGS: [] bifrost-ironic-install : Test if IPA kernel is present TAGS: [] bifrost-ironic-install : Download IPA kernel TAGS: [] bifrost-ironic-install : Test if IPA image is present TAGS: [] bifrost-ironic-install : Download IPA image TAGS: [] bifrost-ironic-install : Download cirros to use for deployment if requested TAGS: [] bifrost-ironic-install : "Explicitly permit nginx port (TCP) for file downloads from nodes to be provisioned" TAGS: [] bifrost-ironic-install : Explicitly permit TCP/6385 for IPA callback TAGS: [] bifrost-ironic-install : Explicitly allow nginx and IPA port (TCP) on selinux TAGS: [] bifrost-ironic-install : Add proper context on created data for http_boot TAGS: [] bifrost-ironic-install : Copy ironic policy file to temporary directory TAGS: [] bifrost-ironic-install : Check ironic policy module TAGS: [] bifrost-ironic-install : Package ironic policy module TAGS: [] bifrost-ironic-install : Include ironic policy module TAGS: [] bifrost-ironic-install : Enable ironic policy module TAGS: [] bifrost-ironic-install : Configure remote logging TAGS: [] bifrost-ironic-install : Make directory for collected logs TAGS: [] bifrost-ironic-install : Configure collecting logs from baremetal nodes TAGS: [] bifrost-ironic-install : Configure logrotate for remote logs TAGS: [] bifrost-ironic-install : Reload systemd configuration TAGS: [] bifrost-ironic-install : Ensure rsyslog is running with current config TAGS: [] bifrost-ironic-install : Start database service TAGS: [] bifrost-ironic-install : Start rabbitmq-server TAGS: [] bifrost-ironic-install : Inspector - (re)starting ironic-inspector service TAGS: [] bifrost-ironic-install : Start ironic-conductor TAGS: [] bifrost-ironic-install : Start ironic-api TAGS: [] bifrost-ironic-install : Start ironic-conductor TAGS: [] bifrost-ironic-install : Start ironic-api TAGS: [] bifrost-ironic-install : Stop existing libvirt dnsmasq processes TAGS: [] bifrost-ironic-install : Ensure services are running with current config TAGS: [] bifrost-ironic-install : Ensure dnsmasq is running with current config TAGS: [] bifrost-ironic-install : Send services a reload signal TAGS: [] bifrost-ironic-install : Send services a force-reload signal TAGS: [] bifrost-create-dib-image : Test if image is present TAGS: [] bifrost-create-dib-image : Test if image is present - {{ dib_imagename }}.{{ dib_imagetype | default('qcow2') }} TAGS: [] bifrost-create-dib-image : Test if image is present - {{ dib_imagename }}.initramfs TAGS: [] bifrost-create-dib-image : Build tracing (-x) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build uncompressed (-u) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build clear environment (-c) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build no tmpfs (--no-tmpfs) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build offline (--offline) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build skip default base element (-n) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build architecture (-a) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image name (-o) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image type (-t) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image size (--image-size) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image cache (--image-cache) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build max online resize (--max-online-resize) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build minimum tmpfs size (--min-tmpfs) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build mkfs options (--mkfs-options) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build qemu image options (--qemu-img-options) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build root label (--root-label) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build ramdisk element (--ramdisk-element) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build install type (--install-type) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build packages (-p) option for disk-image-create TAGS: [] bifrost-create-dib-image : Set default of Debian Jessie if building debian and not explicitly set, overwride with dib_os_release setting TAGS: [] bifrost-create-dib-image : Set the DIB_RELEASE environment variable if set TAGS: [] bifrost-create-dib-image : Build argument list TAGS: [] bifrost-create-dib-image : Initiate image build TAGS: [] bifrost-create-dib-image : Initiate ramdisk build TAGS: [] bifrost-create-dib-image : Update permission of generated image TAGS: [] bifrost-create-dib-image : Restore proper context on created data for http_boot TAGS: [] bifrost-create-dib-image : Test if image is present TAGS: [] bifrost-create-dib-image : Test if image is present - {{ dib_imagename }}.{{ dib_imagetype | default('qcow2') }} TAGS: [] bifrost-create-dib-image : Test if image is present - {{ dib_imagename }}.initramfs TAGS: [] bifrost-create-dib-image : Build tracing (-x) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build uncompressed (-u) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build clear environment (-c) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build no tmpfs (--no-tmpfs) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build offline (--offline) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build skip default base element (-n) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build architecture (-a) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image name (-o) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image type (-t) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image size (--image-size) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build image cache (--image-cache) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build max online resize (--max-online-resize) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build minimum tmpfs size (--min-tmpfs) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build mkfs options (--mkfs-options) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build qemu image options (--qemu-img-options) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build root label (--root-label) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build ramdisk element (--ramdisk-element) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build install type (--install-type) option for disk-image-create TAGS: [] bifrost-create-dib-image : Build packages (-p) option for disk-image-create TAGS: [] bifrost-create-dib-image : Set default of Debian Jessie if building debian and not explicitly set, overwride with dib_os_release setting TAGS: [] bifrost-create-dib-image : Set the DIB_RELEASE environment variable if set TAGS: [] bifrost-create-dib-image : Build argument list TAGS: [] bifrost-create-dib-image : Initiate image build TAGS: [] bifrost-create-dib-image : Initiate ramdisk build TAGS: [] bifrost-create-dib-image : Update permission of generated image TAGS: [] bifrost-create-dib-image : Restore proper context on created data for http_boot TAGS: [] play #4 (baremetal): Enroll node with Ironic TAGS: [] tasks: ironic-enroll-dynamic : If in noauth mode, unset authentication parameters. TAGS: [] ironic-enroll-dynamic : Execute os_client_config to collect facts TAGS: [] ironic-enroll-dynamic : Set os_client_config's auth parameters if not already set. TAGS: [] ironic-enroll-dynamic : Dynamic enrollment TAGS: [] ironic-inspect-node : If in noauth mode, unset authentication parameters. TAGS: [] ironic-inspect-node : Execute os_client_config to collect facts TAGS: [] ironic-inspect-node : Set os_client_config's auth parameters if not already set. TAGS: [] ironic-inspect-node : Setup DHCP for nodes. TAGS: [] ironic-inspect-node : Setup DNS address for nodes. TAGS: [] ironic-inspect-node : Sending dnsmasq HUP TAGS: [] ironic-inspect-node : Execute node introspection TAGS: [] play #5 (baremetal): Create configuration drive files and deploy machines TAGS: [] tasks: bifrost-configdrives-dynamic : If in noauth mode, set auth parameters accordingly. TAGS: [] bifrost-configdrives-dynamic : Execute os_client_config to collect facts TAGS: [] bifrost-configdrives-dynamic : Set os_client_config's auth parameters if not already set. TAGS: [] bifrost-configdrives-dynamic : Collecting node facts TAGS: [] bifrost-configdrives-dynamic : Defined ssh_public_key_path - Check to see if there is a file where the ssh_public_key_path is defined TAGS: [] bifrost-configdrives-dynamic : Defined ssh_public_key_path - Error if ssh_public_key_path is not valid TAGS: [] bifrost-configdrives-dynamic : Defined ssh_public_key_path - Read SSH public key in TAGS: [] bifrost-configdrives-dynamic : Make temporary folder to build configdrive TAGS: [] bifrost-configdrives-dynamic : Make metadata folder - /openstack/{{ metadata_version }} TAGS: [] bifrost-configdrives-dynamic : Make metadata folder - /openstack/latest TAGS: [] bifrost-configdrives-dynamic : Place template in each openstack/{{ metadata_version }} folder TAGS: [] bifrost-configdrives-dynamic : Place template in each openstack/latest folder TAGS: [] bifrost-configdrives-dynamic : Generate network_data TAGS: [] bifrost-configdrives-dynamic : Place network data template in each openstack/latest folder TAGS: [] bifrost-configdrives-dynamic : Place deprecated network info file location in each openstack/latest folder TAGS: [] bifrost-configdrives-dynamic : Make metadata folder - /openstack/latest TAGS: [] bifrost-configdrives-dynamic : Write network Debian style interface template TAGS: [] bifrost-configdrives-dynamic : Check if mkisofs is available TAGS: [] bifrost-configdrives-dynamic : If mkisofs is not available, fallback to genisoimage TAGS: [] bifrost-configdrives-dynamic : Check if genisoimage is available TAGS: [] bifrost-configdrives-dynamic : fail if genisoimage is not available. TAGS: [] bifrost-configdrives-dynamic : Make config drive files TAGS: [] bifrost-configdrives-dynamic : Make config drive files base64 encoded and gzip compressed TAGS: [] bifrost-configdrives-dynamic : Cleanup configdrive .iso files TAGS: [] bifrost-configdrives-dynamic : Cleanup configdrive temp folder TAGS: [] bifrost-deploy-nodes-dynamic : If in noauth mode, unset authentication parameters. TAGS: [] bifrost-deploy-nodes-dynamic : Execute os_client_config to collect facts TAGS: [] bifrost-deploy-nodes-dynamic : Set os_client_config's auth parameters if not already set. TAGS: [] bifrost-deploy-nodes-dynamic : Setup DHCP for nodes. TAGS: [] bifrost-deploy-nodes-dynamic : Setup DNS address for nodes. TAGS: [] bifrost-deploy-nodes-dynamic : Sending dnsmasq HUP TAGS: [] bifrost-deploy-nodes-dynamic : Deploy to hardware - Using custom instance_info. TAGS: [] bifrost-deploy-nodes-dynamic : Collect the checksum of the deployment image. TAGS: [] bifrost-deploy-nodes-dynamic : Error if deploy_image is not present, and instance_info is not defined TAGS: [] bifrost-deploy-nodes-dynamic : Deploy to hardware - bifrost default TAGS: [] play #6 (baremetal): Deploy machines. TAGS: [] tasks: bifrost-prepare-for-test-dynamic : Wait for the base testvm machine to become available. TAGS: [] bifrost-prepare-for-test-dynamic : Pause for 4 seconds to allow testvm to become fully operational and to avoid any potential sshd startup race. TAGS: [] bifrost-prepare-for-test-dynamic : Add testvm(s) to Ansible Inventory TAGS: [] bifrost-prepare-for-test-dynamic : Ensure ~/.ssh/known_hosts is present TAGS: [] bifrost-prepare-for-test-dynamic : Remove testvm hosts from SSH known_hosts file. TAGS: [] bifrost-prepare-for-test-dynamic : Pause before asking for keyscan, to avoid races TAGS: [] bifrost-prepare-for-test-dynamic : Re-check SSH connectivity prior to proceeding with multi-node testing TAGS: [] bifrost-prepare-for-test-dynamic : Additional SSH startup pause when performing multi-node testing TAGS: [] bifrost-prepare-for-test-dynamic : Add testvm hosts from SSH known_hosts file. TAGS: [] + /opt/stack/ansible/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml -e test_vm_num_nodes=3 -e test_vm_memory_size=8192 -e enable_venv=false -e test_vm_domain_type=kvm Using /etc/ansible/ansible.cfg as config file Loaded callback default of type stdout, v2.0 Loaded callback profile_tasks of type aggregate, v2.0 PLAYBOOK: test-bifrost-create-vm.yaml ****************************************** 1 plays in test-bifrost-create-vm.yaml PLAY [Executes install, enrollment, and testing in one playbook] *************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:24:22 -0800 (0:00:00.097) 0:00:00.097 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103 `" && echo ansible-tmp-1485343462.77-147196698788103="` echo $HOME/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103 `" ) && sleep 0' PUT /tmp/tmpV5QwMx TO /root/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103/setup EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103/ /root/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103/setup && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343462.77-147196698788103/" > /dev/null 2>&1 && sleep 0' ok: [localhost] TASK [Set default baremetal.csv file if not already defined] ******************* task path: /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:9 Wednesday 25 January 2017 03:24:23 -0800 (0:00:01.291) 0:00:01.389 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [Set ci_testing flag if a list of changes are found in the environment variables] *** task path: /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:13 Wednesday 25 January 2017 03:24:23 -0800 (0:00:00.114) 0:00:01.504 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [Set ci_testing_zuul if it appears we are running in upstream OpenStack CI] *** task path: /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:17 Wednesday 25 January 2017 03:24:23 -0800 (0:00:00.077) 0:00:01.581 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [Collect process list if running in OpenStack CI] ************************* task path: /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:21 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.082) 0:00:01.664 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [Collect list of listening network sockets if running in OpenStack CI] **** task path: /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:24 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.072) 0:00:01.737 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Ensure openSUSE Tumbleweed has the correct family] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:22 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.073) 0:00:01.811 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Ensure openSUSE Leap has the correct family] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:27 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.074) 0:00:01.885 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Update apt cache if Ubuntu/Debian] ************* task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:33 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.080) 0:00:01.966 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Load distribution defaults] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:38 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.101) 0:00:02.068 ***** ok: [localhost] => (item=/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_CentOS.yml) => {"ansible_facts": {"libvirt_service_name": "libvirtd", "required_packages": ["qemu-img", "qemu-kvm-tools", "qemu-kvm", "qemu-kvm-common", "sgabios", "sgabios-bin", "libvirt", "libvirt-client", "libvirt-daemon", "libvirt-daemon-config-network", "libvirt-daemon-config-nwfilter", "libvirt-daemon-driver-network", "libvirt-daemon-driver-nodedev", "libvirt-daemon-driver-nwfilter", "libvirt-daemon-driver-qemu", "libvirt-daemon-driver-secret", "libvirt-daemon-driver-storage", "libvirt-daemon-kvm"]}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_CentOS.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_CentOS.yml"} TASK [bifrost-create-vm-nodes : Include OS version-specific defaults] ********** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:44 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.129) 0:00:02.197 ***** ok: [localhost] => (item=/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/dummy-defaults.yml) => {"ansible_facts": {}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/dummy-defaults.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/dummy-defaults.yml"} TASK [bifrost-create-vm-nodes : Check for dnf] ********************************* task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:53 Wednesday 25 January 2017 03:24:24 -0800 (0:00:00.129) 0:00:02.326 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312 `" && echo ansible-tmp-1485343464.82-94035454226312="` echo $HOME/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312 `" ) && sleep 0' PUT /tmp/tmpBbjrAV TO /root/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312/stat EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312/ /root/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312/stat && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343464.82-94035454226312/" > /dev/null 2>&1 && sleep 0' ok: [localhost] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/usr/bin/dnf"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-create-vm-nodes : Adjust ansible_pkg_mgr if dnf exists] ********** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:58 Wednesday 25 January 2017 03:24:25 -0800 (0:00:00.340) 0:00:02.667 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Install required packages] ********************* task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:63 Wednesday 25 January 2017 03:24:25 -0800 (0:00:00.105) 0:00:02.773 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705 `" && echo ansible-tmp-1485343465.4-194634672884705="` echo $HOME/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705 `" ) && sleep 0' PUT /tmp/tmpGweYiu TO /root/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705/yum EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705/ /root/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705/yum && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705/yum; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343465.4-194634672884705/" > /dev/null 2>&1 && sleep 0' ok: [localhost] => (item=[u'qemu-img', u'qemu-kvm-tools', u'qemu-kvm', u'qemu-kvm-common', u'sgabios', u'sgabios-bin', u'libvirt', u'libvirt-client', u'libvirt-daemon', u'libvirt-daemon-config-network', u'libvirt-daemon-config-nwfilter', u'libvirt-daemon-driver-network', u'libvirt-daemon-driver-nodedev', u'libvirt-daemon-driver-nwfilter', u'libvirt-daemon-driver-qemu', u'libvirt-daemon-driver-secret', u'libvirt-daemon-driver-storage', u'libvirt-daemon-kvm']) => {"changed": false, "invocation": {"module_args": {"conf_file": null, "disable_gpg_check": false, "disablerepo": null, "enablerepo": null, "exclude": null, "install_repoquery": true, "list": null, "name": ["qemu-img", "qemu-kvm-tools", "qemu-kvm", "qemu-kvm-common", "sgabios", "sgabios-bin", "libvirt", "libvirt-client", "libvirt-daemon", "libvirt-daemon-config-network", "libvirt-daemon-config-nwfilter", "libvirt-daemon-driver-network", "libvirt-daemon-driver-nodedev", "libvirt-daemon-driver-nwfilter", "libvirt-daemon-driver-qemu", "libvirt-daemon-driver-secret", "libvirt-daemon-driver-storage", "libvirt-daemon-kvm"], "state": "present", "update_cache": false, "validate_certs": true}, "module_name": "yum"}, "item": ["qemu-img", "qemu-kvm-tools", "qemu-kvm", "qemu-kvm-common", "sgabios", "sgabios-bin", "libvirt", "libvirt-client", "libvirt-daemon", "libvirt-daemon-config-network", "libvirt-daemon-config-nwfilter", "libvirt-daemon-driver-network", "libvirt-daemon-driver-nodedev", "libvirt-daemon-driver-nwfilter", "libvirt-daemon-driver-qemu", "libvirt-daemon-driver-secret", "libvirt-daemon-driver-storage", "libvirt-daemon-kvm"], "msg": "", "rc": 0, "results": ["qemu-img-10:1.5.3-105.el7_2.4.x86_64 providing qemu-img is already installed", "qemu-kvm-tools-10:1.5.3-105.el7_2.4.x86_64 providing qemu-kvm-tools is already installed", "qemu-kvm-10:1.5.3-105.el7_2.4.x86_64 providing qemu-kvm is already installed", "qemu-kvm-common-10:1.5.3-105.el7_2.4.x86_64 providing qemu-kvm-common is already installed", "sgabios-1:0.20110622svn-4.el7.x86_64 providing sgabios is already installed", "sgabios-bin-1:0.20110622svn-4.el7.noarch providing sgabios-bin is already installed", "libvirt-1.2.17-13.el7_2.5.x86_64 providing libvirt is already installed", "libvirt-client-1.2.17-13.el7_2.5.x86_64 providing libvirt-client is already installed", "libvirt-daemon-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon is already installed", "libvirt-daemon-config-network-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-config-network is already installed", "libvirt-daemon-config-nwfilter-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-config-nwfilter is already installed", "libvirt-daemon-driver-network-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-driver-network is already installed", "libvirt-daemon-driver-nodedev-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-driver-nodedev is already installed", "libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-driver-nwfilter is already installed", "libvirt-daemon-driver-qemu-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-driver-qemu is already installed", "libvirt-daemon-driver-secret-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-driver-secret is already installed", "libvirt-daemon-driver-storage-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-driver-storage is already installed", "libvirt-daemon-kvm-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon-kvm is already installed"]} TASK [bifrost-create-vm-nodes : Restart libvirt service] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:67 Wednesday 25 January 2017 03:24:26 -0800 (0:00:01.153) 0:00:03.926 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077 `" && echo ansible-tmp-1485343466.52-260494760501077="` echo $HOME/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077 `" ) && sleep 0' PUT /tmp/tmpG2sLH1 TO /root/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077/service EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077/ /root/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077/service && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343466.52-260494760501077/" > /dev/null 2>&1 && sleep 0' changed: [localhost] => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "libvirtd", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "name": "libvirtd", "state": "started"} TASK [bifrost-create-vm-nodes : Verify default network is running] ************* task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:70 Wednesday 25 January 2017 03:24:26 -0800 (0:00:00.597) 0:00:04.524 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735 `" && echo ansible-tmp-1485343467.06-14880129598735="` echo $HOME/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735 `" ) && sleep 0' PUT /tmp/tmpmVi_Au TO /root/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735/command EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735/ /root/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735/command && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343467.06-14880129598735/" > /dev/null 2>&1 && sleep 0' changed: [localhost -> localhost] => {"changed": true, "cmd": "virsh net-info default |grep Active|grep -q yes", "delta": "0:00:00.970932", "end": "2017-01-25 03:24:28.214245", "invocation": {"module_args": {"_raw_params": "virsh net-info default |grep Active|grep -q yes", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:24:27.243313", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-create-vm-nodes : Start default network if not running] ********** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:76 Wednesday 25 January 2017 03:24:28 -0800 (0:00:01.442) 0:00:05.966 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Fail if default network is not available] ****** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:83 Wednesday 25 January 2017 03:24:28 -0800 (0:00:00.114) 0:00:06.081 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Create virtual machines] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:91 Wednesday 25 January 2017 03:24:28 -0800 (0:00:00.109) 0:00:06.191 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791 `" && echo ansible-tmp-1485343468.66-197359586061791="` echo $HOME/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791 `" ) && sleep 0' PUT /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/files/create_vm_nodes-for-role.sh TO /root/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791/create_vm_nodes-for-role.sh EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791/ /root/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791/create_vm_nodes-for-role.sh && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 NODEOUTPUT=/tmp/baremetal.csv VM_DOMAIN_TYPE=kvm LC_MESSAGES=en_US.UTF-8 NODECOUNT=3 LC_ALL=en_US.UTF-8 VM_RAM=8192 /root/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791/create_vm_nodes-for-role.sh && sleep 0' EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343468.66-197359586061791/ > /dev/null 2>&1 && sleep 0' changed: [localhost -> localhost] => {"changed": true, "invocation": {"module_args": {"_raw_params": "create_vm_nodes-for-role.sh"}, "module_name": "script"}, "rc": 0, "stderr": "Vol jumphost.opnfvlocal.qcow2 created\n\nVol controller00.opnfvlocal.qcow2 created\n\nVol compute00.opnfvlocal.qcow2 created\n\n", "stdout": "", "stdout_lines": []} TASK [bifrost-create-vm-nodes : Execute `dmesg` to collect debugging output should VM creation fail.] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:102 Wednesday 25 January 2017 03:24:29 -0800 (0:00:01.309) 0:00:07.500 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : "Execute `virsh capabilities` to collect debugging output should VM creation fail."] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:106 Wednesday 25 January 2017 03:24:30 -0800 (0:00:00.110) 0:00:07.611 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Abort due to failed VM creation] *************** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:112 Wednesday 25 January 2017 03:24:30 -0800 (0:00:00.100) 0:00:07.711 ***** skipping: [localhost] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : "Set file permissions such that the baremetal csv file at /tmp/baremetal.csv can be read by the user executing Ansible"] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:118 Wednesday 25 January 2017 03:24:30 -0800 (0:00:00.085) 0:00:07.797 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722 `" && echo ansible-tmp-1485343470.37-136664193028722="` echo $HOME/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722 `" ) && sleep 0' PUT /tmp/tmpvmrAmL TO /root/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722/file EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722/ /root/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722/file && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343470.37-136664193028722/" > /dev/null 2>&1 && sleep 0' changed: [localhost] => {"changed": true, "diff": {"after": {"owner": 1000, "path": "/tmp/baremetal.csv"}, "before": {"owner": 0, "path": "/tmp/baremetal.csv"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "original_basename": null, "owner": "jenkins", "path": "/tmp/baremetal.csv", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}, "module_name": "file"}, "mode": "0600", "owner": "jenkins", "path": "/tmp/baremetal.csv", "secontext": "system_u:object_r:tmp_t:s0", "size": 428, "state": "file", "uid": 1000} PLAY RECAP ********************************************************************* localhost : ok=9 changed=4 unreachable=0 failed=0 Wednesday 25 January 2017 03:24:30 -0800 (0:00:00.428) 0:00:08.226 ***** =============================================================================== bifrost-create-vm-nodes : Verify default network is running ------------- 1.44s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:70 -------- bifrost-create-vm-nodes : Create virtual machines ----------------------- 1.31s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:91 -------- setup ------------------------------------------------------------------- 1.29s None -------------------------------------------------------------------------- bifrost-create-vm-nodes : Install required packages --------------------- 1.15s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:63 -------- bifrost-create-vm-nodes : Restart libvirt service ----------------------- 0.60s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:67 -------- bifrost-create-vm-nodes : "Set file permissions such that the baremetal csv file at /tmp/baremetal.csv can be read by the user executing Ansible" --- 0.43s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:118 ------- bifrost-create-vm-nodes : Check for dnf --------------------------------- 0.34s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:53 -------- bifrost-create-vm-nodes : Load distribution defaults -------------------- 0.13s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:38 -------- bifrost-create-vm-nodes : Include OS version-specific defaults ---------- 0.13s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:44 -------- bifrost-create-vm-nodes : Start default network if not running ---------- 0.11s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:76 -------- Set default baremetal.csv file if not already defined ------------------- 0.11s /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:9 -------------------------- bifrost-create-vm-nodes : Execute `dmesg` to collect debugging output should VM creation fail. --- 0.11s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:102 ------- bifrost-create-vm-nodes : Fail if default network is not available ------ 0.11s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:83 -------- bifrost-create-vm-nodes : Adjust ansible_pkg_mgr if dnf exists ---------- 0.11s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:58 -------- bifrost-create-vm-nodes : Update apt cache if Ubuntu/Debian ------------- 0.10s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:33 -------- bifrost-create-vm-nodes : "Execute `virsh capabilities` to collect debugging output should VM creation fail." --- 0.10s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:106 ------- bifrost-create-vm-nodes : Abort due to failed VM creation --------------- 0.09s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:112 ------- Set ci_testing_zuul if it appears we are running in upstream OpenStack CI --- 0.08s /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:17 ------------------------- bifrost-create-vm-nodes : Ensure openSUSE Leap has the correct family --- 0.08s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:27 -------- Set ci_testing flag if a list of changes are found in the environment variables --- 0.08s /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:13 ------------------------- + /opt/stack/ansible/bin/ansible-playbook -vvvv -i inventory/bifrost_inventory.py test-bifrost-infracloud.yaml -e use_cirros=false -e testing_user=root -e test_vm_num_nodes=3 -e inventory_dhcp=false -e inventory_dhcp_static_ip=false -e enable_venv=false -e enable_inspector=true -e inspect_nodes=true -e download_ipa=true -e create_ipa_image=false -e write_interfaces_file=true -e ipv4_gateway=192.168.122.1 -e wait_timeout=3600 Using /etc/ansible/ansible.cfg as config file statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/staging_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml statically included: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_start.yml statically included: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml statically included: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/ssh_public_key_path.yaml Loaded callback default of type stdout, v2.0 Loaded callback profile_tasks of type aggregate, v2.0 PLAYBOOK: test-bifrost-infracloud.yaml ***************************************** 6 plays in test-bifrost-infracloud.yaml PLAY [Setting pre-test conditions] ********************************************* TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:24:33 -0800 (0:00:00.022) 0:00:00.022 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384 `" && echo ansible-tmp-1485343473.42-249568516177384="` echo $HOME/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpBtEQNI TO /root/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384/ /root/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384/setup && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343473.42-249568516177384/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] TASK [Remove pre-existing leases file] ***************************************** task path: /opt/bifrost/playbooks/test-bifrost-infracloud.yaml:16 Wednesday 25 January 2017 03:24:39 -0800 (0:00:06.134) 0:00:06.157 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116 `" && echo ansible-tmp-1485343479.47-63287874462116="` echo $HOME/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpfsXEzM TO /root/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116/ /root/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343479.47-63287874462116/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "original_basename": null, "owner": null, "path": "/var/lib/misc/dnsmasq.leases", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "validate": null}, "module_name": "file"}, "path": "/var/lib/misc/dnsmasq.leases", "state": "absent"} PLAY [Executes install, enrollment, and testing in one playbook] *************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:24:39 -0800 (0:00:00.372) 0:00:06.530 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343479.8-883963121131 `" && echo ansible-tmp-1485343479.8-883963121131="` echo $HOME/.ansible/tmp/ansible-tmp-1485343479.8-883963121131 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_PTPhn TO /root/.ansible/tmp/ansible-tmp-1485343479.8-883963121131/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343479.8-883963121131/ /root/.ansible/tmp/ansible-tmp-1485343479.8-883963121131/setup && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343479.8-883963121131/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343479.8-883963121131/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] TASK [Override the ipv4_gateway setting] *************************************** task path: /opt/bifrost/playbooks/test-bifrost-infracloud.yaml:24 Wednesday 25 January 2017 03:24:45 -0800 (0:00:06.036) 0:00:12.567 ***** ok: [127.0.0.1] => {"ansible_facts": {"ipv4_gateway": "192.168.122.1"}, "changed": false, "invocation": {"module_args": {"ipv4_gateway": "192.168.122.1"}, "module_name": "set_fact"}} TASK [bifrost-prep-for-install : ensure installation root folder exists] ******* task path: /opt/bifrost/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:16 Wednesday 25 January 2017 03:24:45 -0800 (0:00:00.118) 0:00:12.685 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417 `" && echo ansible-tmp-1485343485.97-153057678068417="` echo $HOME/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpWQlebP TO /root/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417/ /root/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343485.97-153057678068417/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/opt/stack"}, "before": {"path": "/opt/stack"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/opt/stack", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "0", "mode": null, "original_basename": null, "owner": "root", "path": "/opt/stack", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "root", "path": "/opt/stack", "secontext": "system_u:object_r:usr_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [bifrost-prep-for-install : Download via GIT] ***************************** task path: /opt/bifrost/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:23 Wednesday 25 January 2017 03:24:46 -0800 (0:00:00.360) 0:00:13.046 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446 `" && echo ansible-tmp-1485343486.46-18961029946446="` echo $HOME/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpemQ6sS TO /root/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446/ /root/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343486.46-18961029946446/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/ironic', u'name': u'ironic', u'git_url': u'https://git.openstack.org/openstack/ironic'}) => {"after": "e57ad8c952db2b0cad18a867e0b6a628f0da3fcf", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/ironic", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack/ironic", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic", "git_url": "https://git.openstack.org/openstack/ironic", "name": "ironic"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593 `" && echo ansible-tmp-1485343496.29-103049743596593="` echo $HOME/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpqqxeNY TO /root/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593/ /root/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343496.29-103049743596593/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/python-ironicclient', u'name': u'ironicclient', u'git_url': u'https://git.openstack.org/openstack/python-ironicclient'}) => {"after": "6702a7de1feafe455752148d2b14ec01e4aaf157", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/python-ironicclient", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack/python-ironicclient", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/python-ironicclient", "git_url": "https://git.openstack.org/openstack/python-ironicclient", "name": "ironicclient"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122 `" && echo ansible-tmp-1485343505.75-210190234970122="` echo $HOME/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_sQ77m TO /root/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122/ /root/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343505.75-210190234970122/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/shade', u'name': u'shade', u'git_url': u'https://git.openstack.org/openstack-infra/shade'}) => {"after": "2a38af599d5469c25a306eade45de8ef7adc1f4e", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/shade", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack-infra/shade", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/shade", "git_url": "https://git.openstack.org/openstack-infra/shade", "name": "shade"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689 `" && echo ansible-tmp-1485343510.59-175438678736689="` echo $HOME/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp67yZ93 TO /root/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689/ /root/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343510.59-175438678736689/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/diskimage-builder', u'name': u'dib', u'git_url': u'https://git.openstack.org/openstack/diskimage-builder'}) => {"after": "7b8b673d15311fd0e3fd0512eb383668e765dd61", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/diskimage-builder", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack/diskimage-builder", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/diskimage-builder", "git_url": "https://git.openstack.org/openstack/diskimage-builder", "name": "dib"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325 `" && echo ansible-tmp-1485343515.73-69854676291325="` echo $HOME/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQBHZYO TO /root/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325/ /root/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343515.73-69854676291325/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/ironic-inspector', u'name': u'ironicinspector', u'git_url': u'https://github.com/openstack/ironic-inspector'}) => {"after": "fcce530a3ed691b18546810ef9f91182283c0f03", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/ironic-inspector", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://github.com/openstack/ironic-inspector", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic-inspector", "git_url": "https://github.com/openstack/ironic-inspector", "name": "ironicinspector"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816 `" && echo ansible-tmp-1485343519.45-277378657688816="` echo $HOME/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpATtrJY TO /root/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816/ /root/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343519.45-277378657688816/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/python-ironic-inspector-client', u'name': u'ironicinspectorclient', u'git_url': u'https://github.com/openstack/python-ironic-inspector-client'}) => {"after": "481a92e056f6ee14363c35ce7bce45dd0a038064", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/python-ironic-inspector-client", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://github.com/openstack/python-ironic-inspector-client", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/python-ironic-inspector-client", "git_url": "https://github.com/openstack/python-ironic-inspector-client", "name": "ironicinspectorclient"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393 `" && echo ansible-tmp-1485343522.2-84343368482393="` echo $HOME/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpy5YRro TO /root/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393/ /root/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343522.2-84343368482393/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/requirements', u'name': u'requirements', u'git_url': u'https://git.openstack.org/openstack/requirements'}) => {"after": "2d51d54453d25de0cde97d202dced41cc733e890", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/requirements", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack/requirements", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/requirements", "git_url": "https://git.openstack.org/openstack/requirements", "name": "requirements"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095 `" && echo ansible-tmp-1485343527.57-33277869017095="` echo $HOME/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp07joiY TO /root/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095/ /root/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343527.57-33277869017095/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/ironic-staging-drivers', u'name': u'ironic-staging-drivers', u'git_url': u'https://git.openstack.org/openstack/ironic-staging-drivers'}) => {"after": "cf29fd0515760eb2ecb3855359d5acc395168a9e", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/ironic-staging-drivers", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack/ironic-staging-drivers", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic-staging-drivers", "git_url": "https://git.openstack.org/openstack/ironic-staging-drivers", "name": "ironic-staging-drivers"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449 `" && echo ansible-tmp-1485343529.78-76252410989449="` echo $HOME/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQx9mXi TO /root/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449/ /root/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449/git && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449/git; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343529.78-76252410989449/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/keystone', u'name': u'keystone', u'git_url': u'https://git.openstack.org/openstack/keystone'}) => {"after": "a3aee6ccb52d85eac1deedec31724a955d47fa96", "before": null, "changed": true, "invocation": {"module_args": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/opt/stack/keystone", "executable": null, "force": true, "key_file": null, "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "https://git.openstack.org/openstack/keystone", "ssh_opts": null, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "item": {"git_branch": "master", "git_folder": "/opt/stack/keystone", "git_url": "https://git.openstack.org/openstack/keystone", "name": "keystone"}, "warnings": []} TASK [bifrost-prep-for-install : Copy from local path] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:34 Wednesday 25 January 2017 03:25:49 -0800 (0:01:03.159) 0:01:16.206 ***** skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/ironic', u'name': u'ironic', u'git_url': u'https://git.openstack.org/openstack/ironic'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic", "git_url": "https://git.openstack.org/openstack/ironic", "name": "ironic"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/python-ironicclient', u'name': u'ironicclient', u'git_url': u'https://git.openstack.org/openstack/python-ironicclient'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/python-ironicclient", "git_url": "https://git.openstack.org/openstack/python-ironicclient", "name": "ironicclient"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/shade', u'name': u'shade', u'git_url': u'https://git.openstack.org/openstack-infra/shade'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/shade", "git_url": "https://git.openstack.org/openstack-infra/shade", "name": "shade"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/diskimage-builder', u'name': u'dib', u'git_url': u'https://git.openstack.org/openstack/diskimage-builder'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/diskimage-builder", "git_url": "https://git.openstack.org/openstack/diskimage-builder", "name": "dib"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/ironic-inspector', u'name': u'ironicinspector', u'git_url': u'https://github.com/openstack/ironic-inspector'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic-inspector", "git_url": "https://github.com/openstack/ironic-inspector", "name": "ironicinspector"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/python-ironic-inspector-client', u'name': u'ironicinspectorclient', u'git_url': u'https://github.com/openstack/python-ironic-inspector-client'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/python-ironic-inspector-client", "git_url": "https://github.com/openstack/python-ironic-inspector-client", "name": "ironicinspectorclient"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/requirements', u'name': u'requirements', u'git_url': u'https://git.openstack.org/openstack/requirements'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/requirements", "git_url": "https://git.openstack.org/openstack/requirements", "name": "requirements"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/ironic-staging-drivers', u'name': u'ironic-staging-drivers', u'git_url': u'https://git.openstack.org/openstack/ironic-staging-drivers'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic-staging-drivers", "git_url": "https://git.openstack.org/openstack/ironic-staging-drivers", "name": "ironic-staging-drivers"}, "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item={u'git_branch': u'master', u'git_folder': u'/opt/stack/keystone', u'name': u'keystone', u'git_url': u'https://git.openstack.org/openstack/keystone'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/keystone", "git_url": "https://git.openstack.org/openstack/keystone", "name": "keystone"}, "skip_reason": "Conditional check failed", "skipped": true} PLAY [Executes install, enrollment, and testing in one playbook] *************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:25:50 -0800 (0:00:01.003) 0:01:17.209 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165 `" && echo ansible-tmp-1485343550.48-197317527234165="` echo $HOME/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpXszNjy TO /root/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165/ /root/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165/setup && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343550.48-197317527234165/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] TASK [bifrost-ironic-install : Ensure openSUSE Tumbleweed has the correct family] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/main.yml:21 Wednesday 25 January 2017 03:25:51 -0800 (0:00:01.016) 0:01:18.226 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Ensure openSUSE Leap has the correct family] **** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/main.yml:26 Wednesday 25 January 2017 03:25:51 -0800 (0:00:00.124) 0:01:18.350 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Include OS family-specific defaults] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/main.yml:35 Wednesday 25 January 2017 03:25:51 -0800 (0:00:00.113) 0:01:18.464 ***** ok: [127.0.0.1] => (item=/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/required_defaults_RedHat_family.yml) => {"ansible_facts": {"init_dest_dir": "/usr/lib/systemd/system/", "init_ext": ".service", "init_template": "systemd_template.j2", "ipxe_dir": "/usr/share/ipxe/", "ipxe_full_binary": "ipxe.lkrn", "iscsi_client_package": "iscsi-initiator-utils", "mysql_service_name": "mariadb", "nginx_user": "nginx", "required_packages": ["mariadb-server", "dnsmasq", "rabbitmq-server", "python-devel", "MySQL-python", "python-iniparse", "libffi-devel", "libxslt-devel", "openssl-devel", "libxml2-devel", "ipxe-bootimgs", "tftp-server", "syslinux", "syslinux-tftpboot", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-kvm-tools", "qemu-img", "openwsman-python", "sgabios-bin", "libselinux-python", "policycoreutils-python", "libvirt-daemon", "debootstrap", "gcc", "python2-pip", "socat", "rsyslog", "logrotate"], "sgabios_dir": "/usr/share/sgabios/", "syslinux_tftp_dir": "/var/lib/tftpboot", "tftp_service_name": "tftp", "virt_group": "libvirt"}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/required_defaults_RedHat_family.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/required_defaults_RedHat_family.yml"} TASK [bifrost-ironic-install : Include OS distribution-specific defaults] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/main.yml:41 Wednesday 25 January 2017 03:25:52 -0800 (0:00:00.684) 0:01:19.148 ***** ok: [127.0.0.1] => (item=/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/dummy-defaults.yml) => {"ansible_facts": {}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/dummy-defaults.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/dummy-defaults.yml"} TASK [bifrost-ironic-install : Include OS version-specific defaults] *********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/main.yml:47 Wednesday 25 January 2017 03:25:52 -0800 (0:00:00.650) 0:01:19.799 ***** ok: [127.0.0.1] => (item=/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/dummy-defaults.yml) => {"ansible_facts": {}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/dummy-defaults.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/dummy-defaults.yml"} TASK [bifrost-ironic-install : Update Package Cache] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:16 Wednesday 25 January 2017 03:25:53 -0800 (0:00:00.656) 0:01:20.456 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install packages] ******************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:19 Wednesday 25 January 2017 03:25:53 -0800 (0:00:00.141) 0:01:20.598 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037 `" && echo ansible-tmp-1485343554.89-270498681246037="` echo $HOME/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8Hkcpo TO /root/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037/yum <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037/ /root/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037/yum && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037/yum; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343554.89-270498681246037/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item=[u'mariadb-server', u'dnsmasq', u'rabbitmq-server', u'python-devel', u'MySQL-python', u'python-iniparse', u'libffi-devel', u'libxslt-devel', u'openssl-devel', u'libxml2-devel', u'ipxe-bootimgs', u'tftp-server', u'syslinux', u'syslinux-tftpboot', u'xinetd', u'parted', u'ipmitool', u'psmisc', u'nginx', u'wget', u'genisoimage', u'kpartx', u'qemu-kvm-tools', u'qemu-img', u'openwsman-python', u'sgabios-bin', u'libselinux-python', u'policycoreutils-python', u'libvirt-daemon', u'debootstrap', u'gcc', u'python2-pip', u'socat', u'rsyslog', u'logrotate']) => {"changed": false, "invocation": {"module_args": {"conf_file": null, "disable_gpg_check": false, "disablerepo": null, "enablerepo": null, "exclude": null, "install_repoquery": true, "list": null, "name": ["mariadb-server", "dnsmasq", "rabbitmq-server", "python-devel", "MySQL-python", "python-iniparse", "libffi-devel", "libxslt-devel", "openssl-devel", "libxml2-devel", "ipxe-bootimgs", "tftp-server", "syslinux", "syslinux-tftpboot", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-kvm-tools", "qemu-img", "openwsman-python", "sgabios-bin", "libselinux-python", "policycoreutils-python", "libvirt-daemon", "debootstrap", "gcc", "python2-pip", "socat", "rsyslog", "logrotate"], "state": "present", "update_cache": false, "validate_certs": true}, "module_name": "yum"}, "item": ["mariadb-server", "dnsmasq", "rabbitmq-server", "python-devel", "MySQL-python", "python-iniparse", "libffi-devel", "libxslt-devel", "openssl-devel", "libxml2-devel", "ipxe-bootimgs", "tftp-server", "syslinux", "syslinux-tftpboot", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-kvm-tools", "qemu-img", "openwsman-python", "sgabios-bin", "libselinux-python", "policycoreutils-python", "libvirt-daemon", "debootstrap", "gcc", "python2-pip", "socat", "rsyslog", "logrotate"], "msg": "", "rc": 0, "results": ["mariadb-server-1:5.5.47-1.el7_2.x86_64 providing mariadb-server is already installed", "dnsmasq-2.66-14.el7_1.x86_64 providing dnsmasq is already installed", "rabbitmq-server-3.3.5-17.el7.noarch providing rabbitmq-server is already installed", "python-devel-2.7.5-48.el7.x86_64 providing python-devel is already installed", "MySQL-python-1.2.3-11.el7.x86_64 providing MySQL-python is already installed", "python-iniparse-0.4-9.el7.noarch providing python-iniparse is already installed", "libffi-devel-3.0.13-18.el7.x86_64 providing libffi-devel is already installed", "libxslt-devel-1.1.28-5.el7.x86_64 providing libxslt-devel is already installed", "openssl-devel-1:1.0.1e-60.el7.x86_64 providing openssl-devel is already installed", "libxml2-devel-2.9.1-6.el7_2.3.x86_64 providing libxml2-devel is already installed", "ipxe-bootimgs-20130517-8.gitc4bce43.el7_2.1.noarch providing ipxe-bootimgs is already installed", "tftp-server-5.2-12.el7.x86_64 providing tftp-server is already installed", "syslinux-4.05-12.el7.x86_64 providing syslinux is already installed", "syslinux-tftpboot-4.05-12.el7.x86_64 providing syslinux-tftpboot is already installed", "xinetd-2:2.3.15-12.el7.x86_64 providing xinetd is already installed", "parted-3.1-23.el7.x86_64 providing parted is already installed", "ipmitool-1.8.13-8.el7_1.x86_64 providing ipmitool is already installed", "psmisc-22.20-9.el7.x86_64 providing psmisc is already installed", "nginx-1:1.6.3-9.el7.x86_64 providing nginx is already installed", "wget-1.14-10.el7_0.1.x86_64 providing wget is already installed", "genisoimage-1.1.11-23.el7.x86_64 providing genisoimage is already installed", "kpartx-0.4.9-85.el7_2.5.x86_64 providing kpartx is already installed", "qemu-kvm-tools-10:1.5.3-105.el7_2.4.x86_64 providing qemu-kvm-tools is already installed", "qemu-img-10:1.5.3-105.el7_2.4.x86_64 providing qemu-img is already installed", "openwsman-python-2.3.6-13.el7.x86_64 providing openwsman-python is already installed", "sgabios-bin-1:0.20110622svn-4.el7.noarch providing sgabios-bin is already installed", "libselinux-python-2.2.2-6.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.2.5-20.el7.x86_64 providing policycoreutils-python is already installed", "libvirt-daemon-1.2.17-13.el7_2.5.x86_64 providing libvirt-daemon is already installed", "debootstrap-1.0.81-1.el7.noarch providing debootstrap is already installed", "gcc-4.8.5-11.el7.x86_64 providing gcc is already installed", "python2-pip-8.1.2-5.el7.noarch providing python2-pip is already installed", "socat-1.7.2.2-5.el7.x86_64 providing socat is already installed", "rsyslog-7.4.7-12.el7.x86_64 providing rsyslog is already installed", "logrotate-3.8.6-7.el7_2.x86_64 providing logrotate is already installed"]} TASK [bifrost-ironic-install : Install Ubuntu 14.10 (and later) packages] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:23 Wednesday 25 January 2017 03:25:55 -0800 (0:00:02.051) 0:01:22.650 ***** skipping: [127.0.0.1] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : If running in CI, set source install facts just to be sure] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:30 Wednesday 25 January 2017 03:25:56 -0800 (0:00:00.796) 0:01:23.446 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : If VENV is set in the environment, enable installation into venv] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:35 Wednesday 25 January 2017 03:25:56 -0800 (0:00:00.101) 0:01:23.548 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Ensure /opt/stack is present] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:42 Wednesday 25 January 2017 03:25:56 -0800 (0:00:00.106) 0:01:23.655 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462 `" && echo ansible-tmp-1485343556.91-208977372608462="` echo $HOME/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpW41ePr TO /root/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462/ /root/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343556.91-208977372608462/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/opt/stack"}, "before": {"path": "/opt/stack"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": null, "name": "/opt/stack", "original_basename": null, "owner": "root", "path": "/opt/stack", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "root", "path": "/opt/stack", "secontext": "system_u:object_r:usr_t:s0", "size": 4096, "state": "directory", "uid": 0} TASK [bifrost-ironic-install : Install proliantutils package from pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:25:57 -0800 (0:00:00.381) 0:01:24.037 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from {{ sourcedir }} using pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:25:57 -0800 (0:00:00.125) 0:01:24.162 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install UcsSdk package from pip] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:25:57 -0800 (0:00:00.136) 0:01:24.299 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from {{ sourcedir }} using pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:25:57 -0800 (0:00:00.131) 0:01:24.431 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install iSCSI client if PXE driver support is enabled] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:54 Wednesday 25 January 2017 03:25:57 -0800 (0:00:00.131) 0:01:24.562 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542 `" && echo ansible-tmp-1485343557.81-117115307855542="` echo $HOME/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIW81oE TO /root/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542/yum <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542/ /root/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542/yum && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542/yum; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343557.81-117115307855542/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"conf_file": null, "disable_gpg_check": false, "disablerepo": null, "enablerepo": null, "exclude": null, "install_repoquery": true, "list": null, "name": ["iscsi-initiator-utils"], "state": "present", "update_cache": false, "validate_certs": true}, "module_name": "yum"}, "msg": "", "rc": 0, "results": ["iscsi-initiator-utils-6.2.0.873-33.el7_2.2.x86_64 providing iscsi-initiator-utils is already installed"]} TASK [bifrost-ironic-install : Install shade package from pip] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:25:58 -0800 (0:00:00.910) 0:01:25.473 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from /opt/stack/shade using pip] ******** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:25:58 -0800 (0:00:00.153) 0:01:25.627 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008 `" && echo ansible-tmp-1485343558.98-237395175781008="` echo $HOME/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp2enHLh TO /root/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008/ /root/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343558.98-237395175781008/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/shade"], "delta": "0:00:03.755331", "end": "2017-01-25 03:26:02.939903", "invocation": {"module_args": {"_raw_params": "pip install /opt/stack/shade ", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:25:59.184572", "stderr": "", "stdout": "Processing /opt/stack/shade\n Requirement already satisfied (use --upgrade to upgrade): shade==1.14.2.dev30 from file:///opt/stack/shade in /usr/lib/python2.7/site-packages\nRequirement already satisfied: pbr<2.0,>=0.11 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: munch in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: decorator in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: jmespath in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: jsonpatch in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: ipaddress in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: six in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: keystoneauth1>=2.11.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-novaclient!=2.27.0,!=2.32.0,>=2.21.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-keystoneclient>=0.11.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-cinderclient>=1.3.1 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-neutronclient>=2.3.10 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-troveclient>=1.2.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-ironicclient>=0.10.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-heatclient>=1.0.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-designateclient>=2.1.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: python-magnumclient>=2.1.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: dogpile.cache>=0.5.3 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)\nRequirement already satisfied: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch->shade==1.14.2.dev30)\nRequirement already satisfied: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)\nRequirement already satisfied: PyYAML>=3.1.0 in /usr/lib64/python2.7/site-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)\nRequirement already satisfied: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: requests!=2.12.2,>=2.10.0 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: oslo.utils>=3.18.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied: osc-lib>=1.2.0 in /usr/lib/python2.7/site-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied: python-swiftclient>=2.2.0 in /usr/lib/python2.7/site-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)\nRequirement already satisfied: python-mistralclient>=2.0.0 in /usr/lib/python2.7/site-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)\nRequirement already satisfied: python-openstackclient>=3.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied: cryptography!=1.3.0,>=1.0 in /usr/lib64/python2.7/site-packages (from python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: wrapt in /usr/lib64/python2.7/site-packages (from positional>=1.1.1->keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=0.11.0->shade==1.14.2.dev30)\nRequirement already satisfied: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from python-swiftclient>=2.2.0->python-troveclient>=1.2.0->shade==1.14.2.dev30)\nRequirement already satisfied: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied: idna>=2.0 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: pyasn1>=0.1.8 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: enum34 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: cffi>=1.4.1 in /usr/lib64/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied: packaging>=16.8 in /usr/lib/python2.7/site-packages (from setuptools>=11.3->cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied: pycparser in /usr/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "stdout_lines": ["Processing /opt/stack/shade", " Requirement already satisfied (use --upgrade to upgrade): shade==1.14.2.dev30 from file:///opt/stack/shade in /usr/lib/python2.7/site-packages", "Requirement already satisfied: pbr<2.0,>=0.11 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: munch in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: decorator in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: jmespath in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: jsonpatch in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: ipaddress in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: keystoneauth1>=2.11.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-novaclient!=2.27.0,!=2.32.0,>=2.21.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-keystoneclient>=0.11.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-cinderclient>=1.3.1 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-neutronclient>=2.3.10 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-troveclient>=1.2.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-ironicclient>=0.10.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-heatclient>=1.0.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-designateclient>=2.1.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: python-magnumclient>=2.1.0 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: dogpile.cache>=0.5.3 in /usr/lib/python2.7/site-packages (from shade==1.14.2.dev30)", "Requirement already satisfied: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch->shade==1.14.2.dev30)", "Requirement already satisfied: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)", "Requirement already satisfied: PyYAML>=3.1.0 in /usr/lib64/python2.7/site-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)", "Requirement already satisfied: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: requests!=2.12.2,>=2.10.0 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: oslo.utils>=3.18.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied: osc-lib>=1.2.0 in /usr/lib/python2.7/site-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied: python-swiftclient>=2.2.0 in /usr/lib/python2.7/site-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)", "Requirement already satisfied: python-mistralclient>=2.0.0 in /usr/lib/python2.7/site-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)", "Requirement already satisfied: python-openstackclient>=3.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied: cryptography!=1.3.0,>=1.0 in /usr/lib64/python2.7/site-packages (from python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: wrapt in /usr/lib64/python2.7/site-packages (from positional>=1.1.1->keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=0.11.0->shade==1.14.2.dev30)", "Requirement already satisfied: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from python-swiftclient>=2.2.0->python-troveclient>=1.2.0->shade==1.14.2.dev30)", "Requirement already satisfied: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied: idna>=2.0 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: pyasn1>=0.1.8 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: enum34 in /usr/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: cffi>=1.4.1 in /usr/lib64/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied: packaging>=16.8 in /usr/lib/python2.7/site-packages (from setuptools>=11.3->cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied: pycparser in /usr/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)"], "warnings": []} TASK [bifrost-ironic-install : Install dib-utils package from pip] ************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:26:03 -0800 (0:00:04.263) 0:01:29.890 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588 `" && echo ansible-tmp-1485343563.26-100146873484588="` echo $HOME/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp6cEhva TO /root/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588/ /root/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588/pip && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588/pip; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343563.26-100146873484588/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "cmd": "/bin/pip install dib-utils", "invocation": {"module_args": {"chdir": null, "editable": true, "executable": null, "extra_args": null, "name": "dib-utils", "requirements": null, "state": "present", "umask": null, "use_mirrors": true, "version": null, "virtualenv": "", "virtualenv_command": "virtualenv", "virtualenv_python": null, "virtualenv_site_packages": false}, "module_name": "pip"}, "name": "dib-utils", "requirements": null, "state": "present", "stderr": "", "stdout": "Requirement already satisfied: dib-utils in /usr/lib/python2.7/site-packages\n", "stdout_lines": ["Requirement already satisfied: dib-utils in /usr/lib/python2.7/site-packages"], "version": null, "virtualenv": ""} TASK [bifrost-ironic-install : Install from {{ sourcedir }} using pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:26:04 -0800 (0:00:01.319) 0:01:31.209 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install diskimage-builder package from pip] ***** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:26:04 -0800 (0:00:00.167) 0:01:31.377 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from /opt/stack/diskimage-builder using pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:26:04 -0800 (0:00:00.154) 0:01:31.531 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666 `" && echo ansible-tmp-1485343564.82-270775441357666="` echo $HOME/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptKr2St TO /root/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666/ /root/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343564.82-270775441357666/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/diskimage-builder"], "delta": "0:00:05.401988", "end": "2017-01-25 03:26:10.393691", "invocation": {"module_args": {"_raw_params": "pip install /opt/stack/diskimage-builder ", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:26:04.991703", "stderr": "", "stdout": "Processing /opt/stack/diskimage-builder\n Requirement already satisfied (use --upgrade to upgrade): diskimage-builder==1.26.2.dev34 from file:///opt/stack/diskimage-builder in /usr/lib/python2.7/site-packages\nRequirement already satisfied: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: dib-utils in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: pbr>=1.8 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: six>=1.9.0 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: oslosphinx>=4.7.0 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: pep8!=1.6.0,!=1.6.1,!=1.6.2,>=1.5.7 in /usr/lib/python2.7/site-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: mccabe<0.5,>=0.2.1 in /usr/lib/python2.7/site-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: pyflakes<1.1,>=0.8.1 in /usr/lib/python2.7/site-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied: requests>=2.10.0 in /usr/lib/python2.7/site-packages (from oslosphinx>=4.7.0->diskimage-builder==1.26.2.dev34)\nBuilding wheels for collected packages: diskimage-builder\n Running setup.py bdist_wheel for diskimage-builder: started\n Running setup.py bdist_wheel for diskimage-builder: finished with status 'done'\n Stored in directory: /root/.cache/pip/wheels/a1/65/1d/46c50447f00373b9e74ab5e08452c8be221240d41a21db70c4\nSuccessfully built diskimage-builder", "stdout_lines": ["Processing /opt/stack/diskimage-builder", " Requirement already satisfied (use --upgrade to upgrade): diskimage-builder==1.26.2.dev34 from file:///opt/stack/diskimage-builder in /usr/lib/python2.7/site-packages", "Requirement already satisfied: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: dib-utils in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: pbr>=1.8 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: six>=1.9.0 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: oslosphinx>=4.7.0 in /usr/lib/python2.7/site-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: pep8!=1.6.0,!=1.6.1,!=1.6.2,>=1.5.7 in /usr/lib/python2.7/site-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: mccabe<0.5,>=0.2.1 in /usr/lib/python2.7/site-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: pyflakes<1.1,>=0.8.1 in /usr/lib/python2.7/site-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied: requests>=2.10.0 in /usr/lib/python2.7/site-packages (from oslosphinx>=4.7.0->diskimage-builder==1.26.2.dev34)", "Building wheels for collected packages: diskimage-builder", " Running setup.py bdist_wheel for diskimage-builder: started", " Running setup.py bdist_wheel for diskimage-builder: finished with status 'done'", " Stored in directory: /root/.cache/pip/wheels/a1/65/1d/46c50447f00373b9e74ab5e08452c8be221240d41a21db70c4", "Successfully built diskimage-builder"], "warnings": []} TASK [bifrost-ironic-install : Install python-ironicclient package from pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:26:10 -0800 (0:00:05.786) 0:01:37.318 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538 `" && echo ansible-tmp-1485343570.6-170853654852538="` echo $HOME/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHIUTTz TO /root/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538/ /root/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538/pip && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538/pip; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343570.6-170853654852538/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "/bin/pip install -U python-ironicclient", "invocation": {"module_args": {"chdir": null, "editable": true, "executable": null, "extra_args": null, "name": "python-ironicclient", "requirements": null, "state": "latest", "umask": null, "use_mirrors": true, "version": null, "virtualenv": "", "virtualenv_command": "virtualenv", "virtualenv_python": null, "virtualenv_site_packages": false}, "module_name": "pip"}, "name": "python-ironicclient", "requirements": null, "state": "latest", "stderr": "", "stdout": "Requirement already up-to-date: python-ironicclient in /usr/lib/python2.7/site-packages\nRequirement already up-to-date: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: pbr>=1.8 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: dogpile.cache>=0.6.2 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: six>=1.9.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: oslo.utils>=3.18.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: requests!=2.12.2,>=2.10.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: python-openstackclient>=3.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: osc-lib>=1.2.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: keystoneauth1>=2.17.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: pytz>=2013.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from oslo.i18n>=2.1.0->python-ironicclient)\nRequirement already up-to-date: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nCollecting python-keystoneclient>=3.8.0 (from python-openstackclient>=3.3.0->python-ironicclient)\n Downloading python_keystoneclient-3.10.0-py2.py3-none-any.whl (369kB)\nRequirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-ironicclient)\nRequirement already up-to-date: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->python-ironicclient)\nRequirement already up-to-date: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.17.0->python-ironicclient)\nRequirement already up-to-date: wrapt>=1.7.0 in /usr/lib64/python2.7/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: jsonpatch<2,>=0.10 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=3.8.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)\nInstalling collected packages: python-keystoneclient\n Found existing installation: python-keystoneclient 3.9.0\n Uninstalling python-keystoneclient-3.9.0:\n Successfully uninstalled python-keystoneclient-3.9.0\nSuccessfully installed python-keystoneclient-3.10.0\n", "stdout_lines": ["Requirement already up-to-date: python-ironicclient in /usr/lib/python2.7/site-packages", "Requirement already up-to-date: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: pbr>=1.8 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: dogpile.cache>=0.6.2 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: six>=1.9.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: oslo.utils>=3.18.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: requests!=2.12.2,>=2.10.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: python-openstackclient>=3.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: osc-lib>=1.2.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: keystoneauth1>=2.17.0 in /usr/lib/python2.7/site-packages (from python-ironicclient)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: pytz>=2013.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from oslo.i18n>=2.1.0->python-ironicclient)", "Requirement already up-to-date: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Collecting python-keystoneclient>=3.8.0 (from python-openstackclient>=3.3.0->python-ironicclient)", " Downloading python_keystoneclient-3.10.0-py2.py3-none-any.whl (369kB)", "Requirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-ironicclient)", "Requirement already up-to-date: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->python-ironicclient)", "Requirement already up-to-date: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.17.0->python-ironicclient)", "Requirement already up-to-date: wrapt>=1.7.0 in /usr/lib64/python2.7/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: jsonpatch<2,>=0.10 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=3.8.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)", "Installing collected packages: python-keystoneclient", " Found existing installation: python-keystoneclient 3.9.0", " Uninstalling python-keystoneclient-3.9.0:", " Successfully uninstalled python-keystoneclient-3.9.0", "Successfully installed python-keystoneclient-3.10.0"], "version": null, "virtualenv": ""} TASK [bifrost-ironic-install : Install from /opt/stack/python-ironicclient using pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:26:17 -0800 (0:00:06.792) 0:01:44.110 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install configparser package from pip] ********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:26:17 -0800 (0:00:00.148) 0:01:44.259 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from {{ sourcedir }} using pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:26:17 -0800 (0:00:00.137) 0:01:44.396 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install pymysql package from pip] *************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:26:17 -0800 (0:00:00.139) 0:01:44.536 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from {{ sourcedir }} using pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:26:17 -0800 (0:00:00.131) 0:01:44.667 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install ironic package from pip] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:26:17 -0800 (0:00:00.132) 0:01:44.800 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from /opt/stack/ironic using pip] ******* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:26:18 -0800 (0:00:00.143) 0:01:44.943 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596 `" && echo ansible-tmp-1485343578.23-29624460710596="` echo $HOME/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpb6CV6N TO /root/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596/ /root/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343578.23-29624460710596/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/ironic", "--no-cache-dir", "--upgrade", "--force-reinstall", "-c", "/opt/stack/requirements/upper-constraints.txt"], "delta": "0:02:09.357215", "end": "2017-01-25 03:28:27.778833", "invocation": {"module_args": {"_raw_params": "pip install /opt/stack/ironic --no-cache-dir --upgrade --force-reinstall -c /opt/stack/requirements/upper-constraints.txt", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:26:18.421618", "stderr": "Ignoring dnspython3: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring dnspython3: markers 'python_version == \"3.5\"' don't match your environment", "stdout": "Processing /opt/stack/ironic\nCollecting Jinja2===2.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 8))\n Downloading Jinja2-2.8.1-py2.py3-none-any.whl (264kB)\nCollecting MarkupSafe===0.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 10))\n Downloading MarkupSafe-0.23.tar.gz\nCollecting SQLAlchemy===1.0.17 (from -c /opt/stack/requirements/upper-constraints.txt (line 24))\n Downloading SQLAlchemy-1.0.17.tar.gz (4.8MB)\nCollecting WSME===0.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 29))\n Downloading WSME-0.9.1-py2-none-any.whl (89kB)\nCollecting WebOb===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 30))\n Downloading WebOb-1.6.3-py2.py3-none-any.whl (78kB)\nCollecting alembic===0.8.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 66))\n Downloading alembic-0.8.10.tar.gz (976kB)\nCollecting automaton===1.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 74))\n Downloading automaton-1.7.0-py2.py3-none-any.whl\nCollecting debtcollector===1.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 105))\n Downloading debtcollector-1.11.0-py2.py3-none-any.whl\nCollecting eventlet===0.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 132))\n Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB)\nCollecting funcsigs===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142))\n Downloading funcsigs-1.0.2-py2.py3-none-any.whl\nCollecting futurist===0.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 145))\n Downloading futurist-0.21.0-py2.py3-none-any.whl\nCollecting greenlet===0.4.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 154))\n Downloading greenlet-0.4.11-cp27-cp27mu-manylinux1_x86_64.whl (41kB)\nCollecting ironic-lib===2.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 164))\n Downloading ironic_lib-2.5.2-py2-none-any.whl (48kB)\nCollecting jsonpatch===1.15 (from -c /opt/stack/requirements/upper-constraints.txt (line 169))\n Downloading jsonpatch-1.15-py2.py3-none-any.whl\nCollecting jsonpointer===1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 172))\n Downloading jsonpointer-1.10-py2-none-any.whl\nCollecting jsonschema===2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 173))\n Downloading jsonschema-2.5.1-py2.py3-none-any.whl\nCollecting keystoneauth1===2.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 177))\n Downloading keystoneauth1-2.18.0-py2.py3-none-any.whl (241kB)\nCollecting keystonemiddleware===4.14.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 178))\n Downloading keystonemiddleware-4.14.0-py2.py3-none-any.whl (123kB)\nCollecting monotonic===1.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 196))\n Downloading monotonic-1.2-py2.py3-none-any.whl\nCollecting netaddr===0.7.19 (from -c /opt/stack/requirements/upper-constraints.txt (line 203))\n Downloading netaddr-0.7.19-py2.py3-none-any.whl (1.6MB)\nCollecting oslo.concurrency===3.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237))\n Downloading oslo.concurrency-3.18.0-py2.py3-none-any.whl (43kB)\nCollecting oslo.config===3.22.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 238))\n Downloading oslo.config-3.22.0-py2.py3-none-any.whl (102kB)\nCollecting oslo.context===2.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 239))\n Downloading oslo.context-2.11.0-py2.py3-none-any.whl\nCollecting oslo.db===4.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 240))\n Downloading oslo.db-4.17.0-py2.py3-none-any.whl (173kB)\nCollecting oslo.i18n===3.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 241))\n Downloading oslo.i18n-3.12.0-py2.py3-none-any.whl (41kB)\nCollecting oslo.log===3.20.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 242))\n Downloading oslo.log-3.20.0-py2.py3-none-any.whl (58kB)\nCollecting oslo.messaging===5.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 243))\n Downloading oslo.messaging-5.17.0-py2-none-any.whl (356kB)\nCollecting oslo.middleware===3.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 244))\n Downloading oslo.middleware-3.23.0-py2.py3-none-any.whl (59kB)\nCollecting oslo.policy===1.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 245))\n Downloading oslo.policy-1.18.0-py2.py3-none-any.whl (74kB)\nCollecting oslo.rootwrap===5.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 248))\n Downloading oslo.rootwrap-5.4.0-py2.py3-none-any.whl\nCollecting oslo.serialization===2.16.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 249))\n Downloading oslo.serialization-2.16.0-py2.py3-none-any.whl\nCollecting oslo.service===1.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 250))\n Downloading oslo.service-1.19.0-py2.py3-none-any.whl (72kB)\nCollecting oslo.utils===3.22.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 251))\n Downloading oslo.utils-3.22.0-py2.py3-none-any.whl (97kB)\nCollecting oslo.versionedobjects===1.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 252))\n Downloading oslo.versionedobjects-1.21.0-py2.py3-none-any.whl (78kB)\nCollecting paramiko===2.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 259))\n Downloading paramiko-2.1.1-py2.py3-none-any.whl (172kB)\nCollecting pbr===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 263))\n Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)\nCollecting pecan===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 264))\n Downloading pecan-1.2.1-py2-none-any.whl (147kB)\nCollecting pika===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 267))\n Downloading pika-0.10.0-py2.py3-none-any.whl (92kB)\nCollecting pika-pool===0.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 268))\n Downloading pika-pool-0.1.3.tar.gz\nCollecting positional===1.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 270))\n Downloading positional-1.1.1.tar.gz\nCollecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 271))\n Downloading prettytable-0.7.2.zip\nCollecting psutil===5.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 275))\n Downloading psutil-5.0.1.tar.gz (326kB)\nCollecting pyasn1===0.1.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 281))\n Downloading pyasn1-0.1.9-py2.py3-none-any.whl\nCollecting pycadf===2.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 283))\n Downloading pycadf-2.5.0-py2-none-any.whl\nCollecting pyinotify===0.9.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 289))\n Downloading pyinotify-0.9.6.tar.gz (60kB)\nCollecting pyparsing===2.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 299))\n Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)\nCollecting pysendfile===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 303))\n Downloading pysendfile-2.0.1.tar.gz\nCollecting python-dateutil===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 313))\n Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)\nCollecting python-editor===1.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 315))\n Downloading python-editor-1.0.3.tar.gz\nCollecting python-glanceclient===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 318))\n Downloading python_glanceclient-2.6.0-py2.py3-none-any.whl (175kB)\nCollecting python-keystoneclient===3.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 324))\n Downloading python_keystoneclient-3.9.0-py2.py3-none-any.whl (369kB)\nCollecting python-neutronclient===6.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 332))\n Downloading python_neutronclient-6.1.0-py2.py3-none-any.whl (320kB)\nCollecting python-swiftclient===3.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 344))\n Downloading python_swiftclient-3.2.0-py2.py3-none-any.whl (72kB)\nCollecting pytz===2016.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 350))\n Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)\nCollecting requests===2.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 360))\n Downloading requests-2.12.5-py2.py3-none-any.whl (576kB)\nCollecting retrying===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 367))\n Downloading retrying-1.3.3.tar.gz\nCollecting rfc3986===0.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 368))\n Downloading rfc3986-0.4.1-py2.py3-none-any.whl\nCollecting simplegeneric===0.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 380))\n Downloading simplegeneric-0.8.1.zip\nCollecting simplejson===3.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 381))\n Downloading simplejson-3.10.0.tar.gz (77kB)\nCollecting singledispatch===3.4.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 382))\n Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl\nCollecting six===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 383))\n Downloading six-1.10.0-py2.py3-none-any.whl\nCollecting sqlalchemy-migrate===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 396))\n Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB)\nCollecting sqlparse===0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 397))\n Downloading sqlparse-0.2.2-py2.py3-none-any.whl\nCollecting statsd===3.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 398))\n Downloading statsd-3.2.1-py2.py3-none-any.whl\nCollecting stevedore===1.19.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 399))\n Downloading stevedore-1.19.1-py2.py3-none-any.whl\nCollecting tenacity===3.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 408))\n Downloading tenacity-3.7.1.tar.gz\nCollecting tooz===1.48.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 416))\n Downloading tooz-1.48.0-py2.py3-none-any.whl (75kB)\nCollecting voluptuous===0.9.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 431))\n Downloading voluptuous-0.9.3.tar.gz\nCollecting warlock===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 433))\n Downloading warlock-1.2.0.tar.gz\nCollecting wrapt===1.10.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 439))\n Downloading wrapt-1.10.8.tar.gz\nCollecting Mako===1.0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 9))\n Downloading Mako-1.0.6.tar.gz (575kB)\nCollecting contextlib2===0.5.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 98))\n Downloading contextlib2-0.5.4-py2.py3-none-any.whl\nCollecting futures===3.0.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 144))\n Downloading futures-3.0.5-py2-none-any.whl\nCollecting functools32===3.2.3.post2 (from -c /opt/stack/requirements/upper-constraints.txt (line 143))\n Downloading functools32-3.2.3-2.zip\nCollecting iso8601===0.1.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 165))\n Downloading iso8601-0.1.11-py2.py3-none-any.whl\nCollecting enum34===1.1.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 131))\n Downloading enum34-1.1.6-py2-none-any.whl\nCollecting fasteners===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 136))\n Downloading fasteners-0.14.1-py2.py3-none-any.whl\nCollecting Babel===2.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 2))\n Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB)\nCollecting PyYAML===3.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 21))\n Downloading PyYAML-3.12.tar.gz (253kB)\nCollecting amqp===1.4.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 67))\n Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB)\nCollecting cachetools===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 84))\n Downloading cachetools-2.0.0-py2.py3-none-any.whl\nCollecting kombu===3.0.37 (from -c /opt/stack/requirements/upper-constraints.txt (line 179))\n Downloading kombu-3.0.37-py2.py3-none-any.whl (240kB)\nCollecting msgpack-python===0.4.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 200))\n Downloading msgpack-python-0.4.8.tar.gz (113kB)\nCollecting Paste===2.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 13))\n Downloading Paste-2.0.3-py2-none-any.whl (625kB)\nCollecting Routes===2.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 23))\n Downloading Routes-2.4.1-py2.py3-none-any.whl (48kB)\nCollecting PasteDeploy===1.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 14))\n Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl\nCollecting netifaces===0.10.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 204))\n Downloading netifaces-0.10.5.tar.gz\nCollecting cryptography===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 102))\n Downloading cryptography-1.7.1.tar.gz (420kB)\nCollecting logutils===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 188))\n Downloading logutils-0.3.3.tar.gz\nCollecting WebTest===2.0.24 (from -c /opt/stack/requirements/upper-constraints.txt (line 31))\n Downloading WebTest-2.0.24-py2.py3-none-any.whl\nCollecting os-client-config===1.26.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 226))\n Downloading os_client_config-1.26.0-py2.py3-none-any.whl (60kB)\nCollecting cliff===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 93))\n Downloading cliff-2.4.0-py2-none-any.whl (56kB)\nCollecting osc-lib===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 235))\n Downloading osc_lib-1.3.0-py2-none-any.whl (67kB)\nCollecting decorator===4.0.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 106))\n Downloading decorator-4.0.11-py2.py3-none-any.whl\nCollecting Tempita===0.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 28))\n Downloading Tempita-0.5.2.tar.gz\nCollecting setuptools>=0.6b1 (from voluptuous===0.9.3->-c /opt/stack/requirements/upper-constraints.txt (line 431))\n Downloading setuptools-34.0.2-py2.py3-none-any.whl (387kB)\nCollecting anyjson===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 69))\n Downloading anyjson-0.3.3.tar.gz\nCollecting repoze.lru===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 358))\n Downloading repoze.lru-0.6.tar.gz\nCollecting idna===2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 161))\n Downloading idna-2.2-py2.py3-none-any.whl (55kB)\nCollecting ipaddress===1.0.18 (from -c /opt/stack/requirements/upper-constraints.txt (line 163))\n Downloading ipaddress-1.0.18-py2-none-any.whl\nCollecting cffi===1.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 88))\n Downloading cffi-1.9.1-cp27-cp27mu-manylinux1_x86_64.whl (387kB)\nCollecting waitress===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 432))\n Downloading waitress-1.0.1-py2.py3-none-any.whl (113kB)\nCollecting beautifulsoup4===4.5.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 78))\n Downloading beautifulsoup4-4.5.3-py2-none-any.whl (85kB)\nCollecting appdirs===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 71))\n Downloading appdirs-1.4.0-py2.py3-none-any.whl\nCollecting requestsexceptions===1.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 365))\n Downloading requestsexceptions-1.1.3-py2.py3-none-any.whl\nCollecting unicodecsv===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 425))\n Downloading unicodecsv-0.14.1.tar.gz\nCollecting cmd2===0.6.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 95))\n Downloading cmd2-0.6.9.tar.gz (367kB)\nCollecting packaging===16.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 258))\n Downloading packaging-16.8-py2.py3-none-any.whl\nCollecting pycparser===2.17 (from -c /opt/stack/requirements/upper-constraints.txt (line 284))\n Downloading pycparser-2.17.tar.gz (231kB)\nInstalling collected packages: pytz, Babel, MarkupSafe, Jinja2, Mako, six, Paste, PasteDeploy, PyYAML, repoze.lru, Routes, SQLAlchemy, Tempita, netaddr, WebOb, simplegeneric, WSME, waitress, beautifulsoup4, WebTest, python-editor, alembic, amqp, anyjson, appdirs, pbr, wrapt, funcsigs, debtcollector, prettytable, automaton, cachetools, pycparser, cffi, unicodecsv, pyparsing, stevedore, cmd2, cliff, contextlib2, idna, pyasn1, packaging, setuptools, enum34, ipaddress, cryptography, decorator, greenlet, eventlet, monotonic, fasteners, functools32, futures, futurist, rfc3986, oslo.i18n, oslo.config, netifaces, iso8601, oslo.utils, oslo.concurrency, pyinotify, python-dateutil, msgpack-python, oslo.serialization, positional, oslo.context, oslo.log, oslo.service, requests, ironic-lib, jsonpointer, jsonpatch, jsonschema, keystoneauth1, python-keystoneclient, pycadf, keystonemiddleware, kombu, logutils, requestsexceptions, os-client-config, simplejson, osc-lib, sqlparse, sqlalchemy-migrate, oslo.db, pika, tenacity, pika-pool, statsd, oslo.middleware, oslo.messaging, oslo.policy, oslo.rootwrap, oslo.versionedobjects, paramiko, singledispatch, pecan, psutil, pysendfile, warlock, python-glanceclient, python-neutronclient, python-swiftclient, retrying, voluptuous, tooz, ironic\n Found existing installation: pytz 2016.10\n Uninstalling pytz-2016.10:\n Successfully uninstalled pytz-2016.10\n Found existing installation: Babel 2.3.4\n Uninstalling Babel-2.3.4:\n Successfully uninstalled Babel-2.3.4\n Found existing installation: MarkupSafe 0.23\n Uninstalling MarkupSafe-0.23:\n Successfully uninstalled MarkupSafe-0.23\n Running setup.py install for MarkupSafe: started\n Running setup.py install for MarkupSafe: finished with status 'done'\n Found existing installation: Jinja2 2.9.4\n Uninstalling Jinja2-2.9.4:\n Successfully uninstalled Jinja2-2.9.4\n Found existing installation: Mako 1.0.6\n Uninstalling Mako-1.0.6:\n Successfully uninstalled Mako-1.0.6\n Running setup.py install for Mako: started\n Running setup.py install for Mako: finished with status 'done'\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: Paste 2.0.3\n Uninstalling Paste-2.0.3:\n Successfully uninstalled Paste-2.0.3\n Found existing installation: PasteDeploy 1.5.2\n Uninstalling PasteDeploy-1.5.2:\n Successfully uninstalled PasteDeploy-1.5.2\n Found existing installation: PyYAML 3.12\n Uninstalling PyYAML-3.12:\n Successfully uninstalled PyYAML-3.12\n Running setup.py install for PyYAML: started\n Running setup.py install for PyYAML: finished with status 'done'\n Found existing installation: repoze.lru 0.6\n Uninstalling repoze.lru-0.6:\n Successfully uninstalled repoze.lru-0.6\n Running setup.py install for repoze.lru: started\n Running setup.py install for repoze.lru: finished with status 'done'\n Found existing installation: Routes 2.4.1\n Uninstalling Routes-2.4.1:\n Successfully uninstalled Routes-2.4.1\n Found existing installation: SQLAlchemy 1.0.17\n Uninstalling SQLAlchemy-1.0.17:\n Successfully uninstalled SQLAlchemy-1.0.17\n Running setup.py install for SQLAlchemy: started\n Running setup.py install for SQLAlchemy: finished with status 'done'\n Found existing installation: Tempita 0.5.2\n Uninstalling Tempita-0.5.2:\n Successfully uninstalled Tempita-0.5.2\n Running setup.py install for Tempita: started\n Running setup.py install for Tempita: finished with status 'done'\n Found existing installation: netaddr 0.7.19\n Uninstalling netaddr-0.7.19:\n Successfully uninstalled netaddr-0.7.19\n Found existing installation: WebOb 1.7.1\n Uninstalling WebOb-1.7.1:\n Successfully uninstalled WebOb-1.7.1\n Found existing installation: simplegeneric 0.8.1\n Uninstalling simplegeneric-0.8.1:\n Successfully uninstalled simplegeneric-0.8.1\n Running setup.py install for simplegeneric: started\n Running setup.py install for simplegeneric: finished with status 'done'\n Found existing installation: WSME 0.9.1\n Uninstalling WSME-0.9.1:\n Successfully uninstalled WSME-0.9.1\n Found existing installation: waitress 1.0.1\n Uninstalling waitress-1.0.1:\n Successfully uninstalled waitress-1.0.1\n Found existing installation: beautifulsoup4 4.5.3\n Uninstalling beautifulsoup4-4.5.3:\n Successfully uninstalled beautifulsoup4-4.5.3\n Found existing installation: WebTest 2.0.24\n Uninstalling WebTest-2.0.24:\n Successfully uninstalled WebTest-2.0.24\n Found existing installation: python-editor 1.0.3\n Uninstalling python-editor-1.0.3:\n Successfully uninstalled python-editor-1.0.3\n Running setup.py install for python-editor: started\n Running setup.py install for python-editor: finished with status 'done'\n Found existing installation: alembic 0.8.10\n Uninstalling alembic-0.8.10:\n Successfully uninstalled alembic-0.8.10\n Running setup.py install for alembic: started\n Running setup.py install for alembic: finished with status 'done'\n Found existing installation: amqp 1.4.9\n Uninstalling amqp-1.4.9:\n Successfully uninstalled amqp-1.4.9\n Found existing installation: anyjson 0.3.3\n Uninstalling anyjson-0.3.3:\n Successfully uninstalled anyjson-0.3.3\n Running setup.py install for anyjson: started\n Running setup.py install for anyjson: finished with status 'done'\n Found existing installation: appdirs 1.4.0\n Uninstalling appdirs-1.4.0:\n Successfully uninstalled appdirs-1.4.0\n Found existing installation: pbr 1.10.0\n Uninstalling pbr-1.10.0:\n Successfully uninstalled pbr-1.10.0\n Found existing installation: wrapt 1.10.8\n Uninstalling wrapt-1.10.8:\n Successfully uninstalled wrapt-1.10.8\n Running setup.py install for wrapt: started\n Running setup.py install for wrapt: finished with status 'done'\n Found existing installation: funcsigs 1.0.2\n Uninstalling funcsigs-1.0.2:\n Successfully uninstalled funcsigs-1.0.2\n Found existing installation: debtcollector 1.11.0\n Uninstalling debtcollector-1.11.0:\n Successfully uninstalled debtcollector-1.11.0\n Found existing installation: prettytable 0.7.2\n Uninstalling prettytable-0.7.2:\n Successfully uninstalled prettytable-0.7.2\n Running setup.py install for prettytable: started\n Running setup.py install for prettytable: finished with status 'done'\n Found existing installation: automaton 1.7.0\n Uninstalling automaton-1.7.0:\n Successfully uninstalled automaton-1.7.0\n Found existing installation: cachetools 2.0.0\n Uninstalling cachetools-2.0.0:\n Successfully uninstalled cachetools-2.0.0\n Found existing installation: pycparser 2.17\n Uninstalling pycparser-2.17:\n Successfully uninstalled pycparser-2.17\n Running setup.py install for pycparser: started\n Running setup.py install for pycparser: finished with status 'done'\n Found existing installation: cffi 1.9.1\n Uninstalling cffi-1.9.1:\n Successfully uninstalled cffi-1.9.1\n Found existing installation: unicodecsv 0.14.1\n Uninstalling unicodecsv-0.14.1:\n Successfully uninstalled unicodecsv-0.14.1\n Running setup.py install for unicodecsv: started\n Running setup.py install for unicodecsv: finished with status 'done'\n Found existing installation: pyparsing 2.1.10\n Uninstalling pyparsing-2.1.10:\n Successfully uninstalled pyparsing-2.1.10\n Found existing installation: stevedore 1.20.0\n Uninstalling stevedore-1.20.0:\n Successfully uninstalled stevedore-1.20.0\n Found existing installation: cmd2 0.6.9\n Uninstalling cmd2-0.6.9:\n Successfully uninstalled cmd2-0.6.9\n Running setup.py install for cmd2: started\n Running setup.py install for cmd2: finished with status 'done'\n Found existing installation: cliff 2.4.0\n Uninstalling cliff-2.4.0:\n Successfully uninstalled cliff-2.4.0\n Found existing installation: contextlib2 0.5.4\n Uninstalling contextlib2-0.5.4:\n Successfully uninstalled contextlib2-0.5.4\n Found existing installation: idna 2.2\n Uninstalling idna-2.2:\n Successfully uninstalled idna-2.2\n Found existing installation: pyasn1 0.1.9\n Uninstalling pyasn1-0.1.9:\n Successfully uninstalled pyasn1-0.1.9\n Found existing installation: packaging 16.8\n Uninstalling packaging-16.8:\n Successfully uninstalled packaging-16.8\n Found existing installation: setuptools 34.0.2\n Uninstalling setuptools-34.0.2:\n Successfully uninstalled setuptools-34.0.2\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: cryptography 1.7.1\n Uninstalling cryptography-1.7.1:\n Successfully uninstalled cryptography-1.7.1\n Running setup.py install for cryptography: started\n Running setup.py install for cryptography: finished with status 'done'\n Found existing installation: decorator 4.0.11\n Uninstalling decorator-4.0.11:\n Successfully uninstalled decorator-4.0.11\n Found existing installation: greenlet 0.4.11\n Uninstalling greenlet-0.4.11:\n Successfully uninstalled greenlet-0.4.11\n Found existing installation: eventlet 0.20.1\n Uninstalling eventlet-0.20.1:\n Successfully uninstalled eventlet-0.20.1\n Found existing installation: monotonic 1.2\n Uninstalling monotonic-1.2:\n Successfully uninstalled monotonic-1.2\n Found existing installation: fasteners 0.14.1\n Uninstalling fasteners-0.14.1:\n Successfully uninstalled fasteners-0.14.1\n Found existing installation: functools32 3.2.3.post2\n Uninstalling functools32-3.2.3.post2:\n Successfully uninstalled functools32-3.2.3.post2\n Running setup.py install for functools32: started\n Running setup.py install for functools32: finished with status 'done'\n Found existing installation: futures 3.0.5\n Uninstalling futures-3.0.5:\n Successfully uninstalled futures-3.0.5\n Found existing installation: futurist 0.21.0\n Uninstalling futurist-0.21.0:\n Successfully uninstalled futurist-0.21.0\n Found existing installation: rfc3986 0.4.1\n Uninstalling rfc3986-0.4.1:\n Successfully uninstalled rfc3986-0.4.1\n Found existing installation: oslo.i18n 3.12.0\n Uninstalling oslo.i18n-3.12.0:\n Successfully uninstalled oslo.i18n-3.12.0\n Found existing installation: oslo.config 3.22.0\n Uninstalling oslo.config-3.22.0:\n Successfully uninstalled oslo.config-3.22.0\n Found existing installation: netifaces 0.10.5\n Uninstalling netifaces-0.10.5:\n Successfully uninstalled netifaces-0.10.5\n Running setup.py install for netifaces: started\n Running setup.py install for netifaces: finished with status 'done'\n Found existing installation: iso8601 0.1.11\n Uninstalling iso8601-0.1.11:\n Successfully uninstalled iso8601-0.1.11\n Found existing installation: oslo.utils 3.22.0\n Uninstalling oslo.utils-3.22.0:\n Successfully uninstalled oslo.utils-3.22.0\n Found existing installation: oslo.concurrency 3.18.0\n Uninstalling oslo.concurrency-3.18.0:\n Successfully uninstalled oslo.concurrency-3.18.0\n Found existing installation: pyinotify 0.9.6\n Uninstalling pyinotify-0.9.6:\n Successfully uninstalled pyinotify-0.9.6\n Running setup.py install for pyinotify: started\n Running setup.py install for pyinotify: finished with status 'done'\n Found existing installation: python-dateutil 2.6.0\n Uninstalling python-dateutil-2.6.0:\n Successfully uninstalled python-dateutil-2.6.0\n Found existing installation: msgpack-python 0.4.8\n Uninstalling msgpack-python-0.4.8:\n Successfully uninstalled msgpack-python-0.4.8\n Running setup.py install for msgpack-python: started\n Running setup.py install for msgpack-python: finished with status 'done'\n Found existing installation: oslo.serialization 2.16.0\n Uninstalling oslo.serialization-2.16.0:\n Successfully uninstalled oslo.serialization-2.16.0\n Found existing installation: positional 1.1.1\n Uninstalling positional-1.1.1:\n Successfully uninstalled positional-1.1.1\n Running setup.py install for positional: started\n Running setup.py install for positional: finished with status 'done'\n Found existing installation: oslo.context 2.12.0\n Uninstalling oslo.context-2.12.0:\n Successfully uninstalled oslo.context-2.12.0\n Found existing installation: oslo.log 3.20.0\n Uninstalling oslo.log-3.20.0:\n Successfully uninstalled oslo.log-3.20.0\n Found existing installation: oslo.service 1.19.0\n Uninstalling oslo.service-1.19.0:\n Successfully uninstalled oslo.service-1.19.0\n Found existing installation: requests 2.13.0\n Uninstalling requests-2.13.0:\n Successfully uninstalled requests-2.13.0\n Found existing installation: ironic-lib 2.5.2\n Uninstalling ironic-lib-2.5.2:\n Successfully uninstalled ironic-lib-2.5.2\n Found existing installation: jsonpointer 1.10\n Uninstalling jsonpointer-1.10:\n Successfully uninstalled jsonpointer-1.10\n Found existing installation: jsonpatch 1.15\n Uninstalling jsonpatch-1.15:\n Successfully uninstalled jsonpatch-1.15\n Found existing installation: jsonschema 2.5.1\n Uninstalling jsonschema-2.5.1:\n Successfully uninstalled jsonschema-2.5.1\n Found existing installation: keystoneauth1 2.18.0\n Uninstalling keystoneauth1-2.18.0:\n Successfully uninstalled keystoneauth1-2.18.0\n Found existing installation: python-keystoneclient 3.10.0\n Uninstalling python-keystoneclient-3.10.0:\n Successfully uninstalled python-keystoneclient-3.10.0\n Found existing installation: pycadf 2.5.0\n Uninstalling pycadf-2.5.0:\n Successfully uninstalled pycadf-2.5.0\n Found existing installation: keystonemiddleware 4.14.0\n Uninstalling keystonemiddleware-4.14.0:\n Successfully uninstalled keystonemiddleware-4.14.0\n Found existing installation: kombu 3.0.37\n Uninstalling kombu-3.0.37:\n Successfully uninstalled kombu-3.0.37\n Found existing installation: logutils 0.3.3\n Uninstalling logutils-0.3.3:\n Successfully uninstalled logutils-0.3.3\n Running setup.py install for logutils: started\n Running setup.py install for logutils: finished with status 'done'\n Found existing installation: requestsexceptions 1.1.3\n Uninstalling requestsexceptions-1.1.3:\n Successfully uninstalled requestsexceptions-1.1.3\n Found existing installation: os-client-config 1.26.0\n Uninstalling os-client-config-1.26.0:\n Successfully uninstalled os-client-config-1.26.0\n Found existing installation: simplejson 3.10.0\n Uninstalling simplejson-3.10.0:\n Successfully uninstalled simplejson-3.10.0\n Running setup.py install for simplejson: started\n Running setup.py install for simplejson: finished with status 'done'\n Found existing installation: osc-lib 1.3.0\n Uninstalling osc-lib-1.3.0:\n Successfully uninstalled osc-lib-1.3.0\n Found existing installation: sqlparse 0.2.2\n Uninstalling sqlparse-0.2.2:\n Successfully uninstalled sqlparse-0.2.2\n Found existing installation: sqlalchemy-migrate 0.10.0\n Uninstalling sqlalchemy-migrate-0.10.0:\n Successfully uninstalled sqlalchemy-migrate-0.10.0\n Found existing installation: oslo.db 4.17.0\n Uninstalling oslo.db-4.17.0:\n Successfully uninstalled oslo.db-4.17.0\n Found existing installation: pika 0.10.0\n Uninstalling pika-0.10.0:\n Successfully uninstalled pika-0.10.0\n Found existing installation: tenacity 3.7.1\n Uninstalling tenacity-3.7.1:\n Successfully uninstalled tenacity-3.7.1\n Running setup.py install for tenacity: started\n Running setup.py install for tenacity: finished with status 'done'\n Found existing installation: pika-pool 0.1.3\n Uninstalling pika-pool-0.1.3:\n Successfully uninstalled pika-pool-0.1.3\n Running setup.py install for pika-pool: started\n Running setup.py install for pika-pool: finished with status 'done'\n Found existing installation: statsd 3.2.1\n Uninstalling statsd-3.2.1:\n Successfully uninstalled statsd-3.2.1\n Found existing installation: oslo.middleware 3.23.0\n Uninstalling oslo.middleware-3.23.0:\n Successfully uninstalled oslo.middleware-3.23.0\n Found existing installation: oslo.messaging 5.17.0\n Uninstalling oslo.messaging-5.17.0:\n Successfully uninstalled oslo.messaging-5.17.0\n Found existing installation: oslo.policy 1.18.0\n Uninstalling oslo.policy-1.18.0:\n Successfully uninstalled oslo.policy-1.18.0\n Found existing installation: oslo.rootwrap 5.4.0\n Uninstalling oslo.rootwrap-5.4.0:\n Successfully uninstalled oslo.rootwrap-5.4.0\n Found existing installation: oslo.versionedobjects 1.21.0\n Uninstalling oslo.versionedobjects-1.21.0:\n Successfully uninstalled oslo.versionedobjects-1.21.0\n Found existing installation: paramiko 2.1.1\n Uninstalling paramiko-2.1.1:\n Successfully uninstalled paramiko-2.1.1\n Found existing installation: singledispatch 3.4.0.3\n Uninstalling singledispatch-3.4.0.3:\n Successfully uninstalled singledispatch-3.4.0.3\n Found existing installation: pecan 1.2.1\n Uninstalling pecan-1.2.1:\n Successfully uninstalled pecan-1.2.1\n Found existing installation: psutil 5.0.1\n Uninstalling psutil-5.0.1:\n Successfully uninstalled psutil-5.0.1\n Running setup.py install for psutil: started\n Running setup.py install for psutil: finished with status 'done'\n Found existing installation: pysendfile 2.0.1\n Uninstalling pysendfile-2.0.1:\n Successfully uninstalled pysendfile-2.0.1\n Running setup.py install for pysendfile: started\n Running setup.py install for pysendfile: finished with status 'done'\n Found existing installation: warlock 1.2.0\n Uninstalling warlock-1.2.0:\n Successfully uninstalled warlock-1.2.0\n Running setup.py install for warlock: started\n Running setup.py install for warlock: finished with status 'done'\n Found existing installation: python-glanceclient 2.6.0\n Uninstalling python-glanceclient-2.6.0:\n Successfully uninstalled python-glanceclient-2.6.0\n Found existing installation: python-neutronclient 6.1.0\n Uninstalling python-neutronclient-6.1.0:\n Successfully uninstalled python-neutronclient-6.1.0\n Found existing installation: python-swiftclient 3.2.0\n Uninstalling python-swiftclient-3.2.0:\n Successfully uninstalled python-swiftclient-3.2.0\n Found existing installation: retrying 1.3.3\n Uninstalling retrying-1.3.3:\n Successfully uninstalled retrying-1.3.3\n Running setup.py install for retrying: started\n Running setup.py install for retrying: finished with status 'done'\n Found existing installation: voluptuous 0.9.3\n Uninstalling voluptuous-0.9.3:\n Successfully uninstalled voluptuous-0.9.3\n Running setup.py install for voluptuous: started\n Running setup.py install for voluptuous: finished with status 'done'\n Found existing installation: tooz 1.48.0\n Uninstalling tooz-1.48.0:\n Successfully uninstalled tooz-1.48.0\n Found existing installation: ironic 6.2.1.dev658\n Uninstalling ironic-6.2.1.dev658:\n Successfully uninstalled ironic-6.2.1.dev658\n Running setup.py install for ironic: started\n Running setup.py install for ironic: finished with status 'done'\nSuccessfully installed Babel-2.3.4 Jinja2-2.8.1 Mako-1.0.6 MarkupSafe-0.23 Paste-2.0.3 PasteDeploy-1.5.2 PyYAML-3.12 Routes-2.4.1 SQLAlchemy-1.0.17 Tempita-0.5.2 WSME-0.9.1 WebOb-1.6.3 WebTest-2.0.24 alembic-0.8.10 amqp-1.4.9 anyjson-0.3.3 appdirs-1.4.0 automaton-1.7.0 beautifulsoup4-4.5.3 cachetools-2.0.0 cffi-1.9.1 cliff-2.4.0 cmd2-0.6.9 contextlib2-0.5.4 cryptography-1.7.1 debtcollector-1.11.0 decorator-4.0.11 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.21.0 greenlet-0.4.11 idna-2.2 ipaddress-1.0.18 ironic-6.2.1.dev658 ironic-lib-2.5.2 iso8601-0.1.11 jsonpatch-1.15 jsonpointer-1.10 jsonschema-2.5.1 keystoneauth1-2.18.0 keystonemiddleware-4.14.0 kombu-3.0.37 logutils-0.3.3 monotonic-1.2 msgpack-python-0.4.8 netaddr-0.7.19 netifaces-0.10.5 os-client-config-1.26.0 osc-lib-1.3.0 oslo.concurrency-3.18.0 oslo.config-3.22.0 oslo.context-2.11.0 oslo.db-4.17.0 oslo.i18n-3.12.0 oslo.log-3.20.0 oslo.messaging-5.17.0 oslo.middleware-3.23.0 oslo.policy-1.18.0 oslo.rootwrap-5.4.0 oslo.serialization-2.16.0 oslo.service-1.19.0 oslo.utils-3.22.0 oslo.versionedobjects-1.21.0 packaging-16.8 paramiko-2.1.1 pbr-1.10.0 pecan-1.2.1 pika-0.10.0 pika-pool-0.1.3 positional-1.1.1 prettytable-0.7.2 psutil-5.0.1 pyasn1-0.1.9 pycadf-2.5.0 pycparser-2.17 pyinotify-0.9.6 pyparsing-2.1.10 pysendfile-2.0.1 python-dateutil-2.6.0 python-editor-1.0.3 python-glanceclient-2.6.0 python-keystoneclient-3.9.0 python-neutronclient-6.1.0 python-swiftclient-3.2.0 pytz-2016.10 repoze.lru-0.6 requests-2.12.5 requestsexceptions-1.1.3 retrying-1.3.3 rfc3986-0.4.1 setuptools-34.0.2 simplegeneric-0.8.1 simplejson-3.10.0 singledispatch-3.4.0.3 six-1.10.0 sqlalchemy-migrate-0.10.0 sqlparse-0.2.2 statsd-3.2.1 stevedore-1.19.1 tenacity-3.7.1 tooz-1.48.0 unicodecsv-0.14.1 voluptuous-0.9.3 waitress-1.0.1 warlock-1.2.0 wrapt-1.10.8", "stdout_lines": ["Processing /opt/stack/ironic", "Collecting Jinja2===2.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 8))", " Downloading Jinja2-2.8.1-py2.py3-none-any.whl (264kB)", "Collecting MarkupSafe===0.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 10))", " Downloading MarkupSafe-0.23.tar.gz", "Collecting SQLAlchemy===1.0.17 (from -c /opt/stack/requirements/upper-constraints.txt (line 24))", " Downloading SQLAlchemy-1.0.17.tar.gz (4.8MB)", "Collecting WSME===0.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 29))", " Downloading WSME-0.9.1-py2-none-any.whl (89kB)", "Collecting WebOb===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 30))", " Downloading WebOb-1.6.3-py2.py3-none-any.whl (78kB)", "Collecting alembic===0.8.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 66))", " Downloading alembic-0.8.10.tar.gz (976kB)", "Collecting automaton===1.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 74))", " Downloading automaton-1.7.0-py2.py3-none-any.whl", "Collecting debtcollector===1.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 105))", " Downloading debtcollector-1.11.0-py2.py3-none-any.whl", "Collecting eventlet===0.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 132))", " Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB)", "Collecting funcsigs===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142))", " Downloading funcsigs-1.0.2-py2.py3-none-any.whl", "Collecting futurist===0.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 145))", " Downloading futurist-0.21.0-py2.py3-none-any.whl", "Collecting greenlet===0.4.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 154))", " Downloading greenlet-0.4.11-cp27-cp27mu-manylinux1_x86_64.whl (41kB)", "Collecting ironic-lib===2.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 164))", " Downloading ironic_lib-2.5.2-py2-none-any.whl (48kB)", "Collecting jsonpatch===1.15 (from -c /opt/stack/requirements/upper-constraints.txt (line 169))", " Downloading jsonpatch-1.15-py2.py3-none-any.whl", "Collecting jsonpointer===1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 172))", " Downloading jsonpointer-1.10-py2-none-any.whl", "Collecting jsonschema===2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 173))", " Downloading jsonschema-2.5.1-py2.py3-none-any.whl", "Collecting keystoneauth1===2.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 177))", " Downloading keystoneauth1-2.18.0-py2.py3-none-any.whl (241kB)", "Collecting keystonemiddleware===4.14.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 178))", " Downloading keystonemiddleware-4.14.0-py2.py3-none-any.whl (123kB)", "Collecting monotonic===1.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 196))", " Downloading monotonic-1.2-py2.py3-none-any.whl", "Collecting netaddr===0.7.19 (from -c /opt/stack/requirements/upper-constraints.txt (line 203))", " Downloading netaddr-0.7.19-py2.py3-none-any.whl (1.6MB)", "Collecting oslo.concurrency===3.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237))", " Downloading oslo.concurrency-3.18.0-py2.py3-none-any.whl (43kB)", "Collecting oslo.config===3.22.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 238))", " Downloading oslo.config-3.22.0-py2.py3-none-any.whl (102kB)", "Collecting oslo.context===2.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 239))", " Downloading oslo.context-2.11.0-py2.py3-none-any.whl", "Collecting oslo.db===4.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 240))", " Downloading oslo.db-4.17.0-py2.py3-none-any.whl (173kB)", "Collecting oslo.i18n===3.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 241))", " Downloading oslo.i18n-3.12.0-py2.py3-none-any.whl (41kB)", "Collecting oslo.log===3.20.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 242))", " Downloading oslo.log-3.20.0-py2.py3-none-any.whl (58kB)", "Collecting oslo.messaging===5.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 243))", " Downloading oslo.messaging-5.17.0-py2-none-any.whl (356kB)", "Collecting oslo.middleware===3.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 244))", " Downloading oslo.middleware-3.23.0-py2.py3-none-any.whl (59kB)", "Collecting oslo.policy===1.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 245))", " Downloading oslo.policy-1.18.0-py2.py3-none-any.whl (74kB)", "Collecting oslo.rootwrap===5.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 248))", " Downloading oslo.rootwrap-5.4.0-py2.py3-none-any.whl", "Collecting oslo.serialization===2.16.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 249))", " Downloading oslo.serialization-2.16.0-py2.py3-none-any.whl", "Collecting oslo.service===1.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 250))", " Downloading oslo.service-1.19.0-py2.py3-none-any.whl (72kB)", "Collecting oslo.utils===3.22.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 251))", " Downloading oslo.utils-3.22.0-py2.py3-none-any.whl (97kB)", "Collecting oslo.versionedobjects===1.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 252))", " Downloading oslo.versionedobjects-1.21.0-py2.py3-none-any.whl (78kB)", "Collecting paramiko===2.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 259))", " Downloading paramiko-2.1.1-py2.py3-none-any.whl (172kB)", "Collecting pbr===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 263))", " Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)", "Collecting pecan===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 264))", " Downloading pecan-1.2.1-py2-none-any.whl (147kB)", "Collecting pika===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 267))", " Downloading pika-0.10.0-py2.py3-none-any.whl (92kB)", "Collecting pika-pool===0.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 268))", " Downloading pika-pool-0.1.3.tar.gz", "Collecting positional===1.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 270))", " Downloading positional-1.1.1.tar.gz", "Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 271))", " Downloading prettytable-0.7.2.zip", "Collecting psutil===5.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 275))", " Downloading psutil-5.0.1.tar.gz (326kB)", "Collecting pyasn1===0.1.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 281))", " Downloading pyasn1-0.1.9-py2.py3-none-any.whl", "Collecting pycadf===2.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 283))", " Downloading pycadf-2.5.0-py2-none-any.whl", "Collecting pyinotify===0.9.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 289))", " Downloading pyinotify-0.9.6.tar.gz (60kB)", "Collecting pyparsing===2.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 299))", " Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)", "Collecting pysendfile===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 303))", " Downloading pysendfile-2.0.1.tar.gz", "Collecting python-dateutil===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 313))", " Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)", "Collecting python-editor===1.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 315))", " Downloading python-editor-1.0.3.tar.gz", "Collecting python-glanceclient===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 318))", " Downloading python_glanceclient-2.6.0-py2.py3-none-any.whl (175kB)", "Collecting python-keystoneclient===3.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 324))", " Downloading python_keystoneclient-3.9.0-py2.py3-none-any.whl (369kB)", "Collecting python-neutronclient===6.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 332))", " Downloading python_neutronclient-6.1.0-py2.py3-none-any.whl (320kB)", "Collecting python-swiftclient===3.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 344))", " Downloading python_swiftclient-3.2.0-py2.py3-none-any.whl (72kB)", "Collecting pytz===2016.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 350))", " Downloading pytz-2016.10-py2.py3-none-any.whl (483kB)", "Collecting requests===2.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 360))", " Downloading requests-2.12.5-py2.py3-none-any.whl (576kB)", "Collecting retrying===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 367))", " Downloading retrying-1.3.3.tar.gz", "Collecting rfc3986===0.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 368))", " Downloading rfc3986-0.4.1-py2.py3-none-any.whl", "Collecting simplegeneric===0.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 380))", " Downloading simplegeneric-0.8.1.zip", "Collecting simplejson===3.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 381))", " Downloading simplejson-3.10.0.tar.gz (77kB)", "Collecting singledispatch===3.4.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 382))", " Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl", "Collecting six===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 383))", " Downloading six-1.10.0-py2.py3-none-any.whl", "Collecting sqlalchemy-migrate===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 396))", " Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB)", "Collecting sqlparse===0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 397))", " Downloading sqlparse-0.2.2-py2.py3-none-any.whl", "Collecting statsd===3.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 398))", " Downloading statsd-3.2.1-py2.py3-none-any.whl", "Collecting stevedore===1.19.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 399))", " Downloading stevedore-1.19.1-py2.py3-none-any.whl", "Collecting tenacity===3.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 408))", " Downloading tenacity-3.7.1.tar.gz", "Collecting tooz===1.48.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 416))", " Downloading tooz-1.48.0-py2.py3-none-any.whl (75kB)", "Collecting voluptuous===0.9.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 431))", " Downloading voluptuous-0.9.3.tar.gz", "Collecting warlock===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 433))", " Downloading warlock-1.2.0.tar.gz", "Collecting wrapt===1.10.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 439))", " Downloading wrapt-1.10.8.tar.gz", "Collecting Mako===1.0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 9))", " Downloading Mako-1.0.6.tar.gz (575kB)", "Collecting contextlib2===0.5.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 98))", " Downloading contextlib2-0.5.4-py2.py3-none-any.whl", "Collecting futures===3.0.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 144))", " Downloading futures-3.0.5-py2-none-any.whl", "Collecting functools32===3.2.3.post2 (from -c /opt/stack/requirements/upper-constraints.txt (line 143))", " Downloading functools32-3.2.3-2.zip", "Collecting iso8601===0.1.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 165))", " Downloading iso8601-0.1.11-py2.py3-none-any.whl", "Collecting enum34===1.1.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 131))", " Downloading enum34-1.1.6-py2-none-any.whl", "Collecting fasteners===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 136))", " Downloading fasteners-0.14.1-py2.py3-none-any.whl", "Collecting Babel===2.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 2))", " Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB)", "Collecting PyYAML===3.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 21))", " Downloading PyYAML-3.12.tar.gz (253kB)", "Collecting amqp===1.4.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 67))", " Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB)", "Collecting cachetools===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 84))", " Downloading cachetools-2.0.0-py2.py3-none-any.whl", "Collecting kombu===3.0.37 (from -c /opt/stack/requirements/upper-constraints.txt (line 179))", " Downloading kombu-3.0.37-py2.py3-none-any.whl (240kB)", "Collecting msgpack-python===0.4.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 200))", " Downloading msgpack-python-0.4.8.tar.gz (113kB)", "Collecting Paste===2.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 13))", " Downloading Paste-2.0.3-py2-none-any.whl (625kB)", "Collecting Routes===2.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 23))", " Downloading Routes-2.4.1-py2.py3-none-any.whl (48kB)", "Collecting PasteDeploy===1.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 14))", " Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl", "Collecting netifaces===0.10.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 204))", " Downloading netifaces-0.10.5.tar.gz", "Collecting cryptography===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 102))", " Downloading cryptography-1.7.1.tar.gz (420kB)", "Collecting logutils===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 188))", " Downloading logutils-0.3.3.tar.gz", "Collecting WebTest===2.0.24 (from -c /opt/stack/requirements/upper-constraints.txt (line 31))", " Downloading WebTest-2.0.24-py2.py3-none-any.whl", "Collecting os-client-config===1.26.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 226))", " Downloading os_client_config-1.26.0-py2.py3-none-any.whl (60kB)", "Collecting cliff===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 93))", " Downloading cliff-2.4.0-py2-none-any.whl (56kB)", "Collecting osc-lib===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 235))", " Downloading osc_lib-1.3.0-py2-none-any.whl (67kB)", "Collecting decorator===4.0.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 106))", " Downloading decorator-4.0.11-py2.py3-none-any.whl", "Collecting Tempita===0.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 28))", " Downloading Tempita-0.5.2.tar.gz", "Collecting setuptools>=0.6b1 (from voluptuous===0.9.3->-c /opt/stack/requirements/upper-constraints.txt (line 431))", " Downloading setuptools-34.0.2-py2.py3-none-any.whl (387kB)", "Collecting anyjson===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 69))", " Downloading anyjson-0.3.3.tar.gz", "Collecting repoze.lru===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 358))", " Downloading repoze.lru-0.6.tar.gz", "Collecting idna===2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 161))", " Downloading idna-2.2-py2.py3-none-any.whl (55kB)", "Collecting ipaddress===1.0.18 (from -c /opt/stack/requirements/upper-constraints.txt (line 163))", " Downloading ipaddress-1.0.18-py2-none-any.whl", "Collecting cffi===1.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 88))", " Downloading cffi-1.9.1-cp27-cp27mu-manylinux1_x86_64.whl (387kB)", "Collecting waitress===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 432))", " Downloading waitress-1.0.1-py2.py3-none-any.whl (113kB)", "Collecting beautifulsoup4===4.5.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 78))", " Downloading beautifulsoup4-4.5.3-py2-none-any.whl (85kB)", "Collecting appdirs===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 71))", " Downloading appdirs-1.4.0-py2.py3-none-any.whl", "Collecting requestsexceptions===1.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 365))", " Downloading requestsexceptions-1.1.3-py2.py3-none-any.whl", "Collecting unicodecsv===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 425))", " Downloading unicodecsv-0.14.1.tar.gz", "Collecting cmd2===0.6.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 95))", " Downloading cmd2-0.6.9.tar.gz (367kB)", "Collecting packaging===16.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 258))", " Downloading packaging-16.8-py2.py3-none-any.whl", "Collecting pycparser===2.17 (from -c /opt/stack/requirements/upper-constraints.txt (line 284))", " Downloading pycparser-2.17.tar.gz (231kB)", "Installing collected packages: pytz, Babel, MarkupSafe, Jinja2, Mako, six, Paste, PasteDeploy, PyYAML, repoze.lru, Routes, SQLAlchemy, Tempita, netaddr, WebOb, simplegeneric, WSME, waitress, beautifulsoup4, WebTest, python-editor, alembic, amqp, anyjson, appdirs, pbr, wrapt, funcsigs, debtcollector, prettytable, automaton, cachetools, pycparser, cffi, unicodecsv, pyparsing, stevedore, cmd2, cliff, contextlib2, idna, pyasn1, packaging, setuptools, enum34, ipaddress, cryptography, decorator, greenlet, eventlet, monotonic, fasteners, functools32, futures, futurist, rfc3986, oslo.i18n, oslo.config, netifaces, iso8601, oslo.utils, oslo.concurrency, pyinotify, python-dateutil, msgpack-python, oslo.serialization, positional, oslo.context, oslo.log, oslo.service, requests, ironic-lib, jsonpointer, jsonpatch, jsonschema, keystoneauth1, python-keystoneclient, pycadf, keystonemiddleware, kombu, logutils, requestsexceptions, os-client-config, simplejson, osc-lib, sqlparse, sqlalchemy-migrate, oslo.db, pika, tenacity, pika-pool, statsd, oslo.middleware, oslo.messaging, oslo.policy, oslo.rootwrap, oslo.versionedobjects, paramiko, singledispatch, pecan, psutil, pysendfile, warlock, python-glanceclient, python-neutronclient, python-swiftclient, retrying, voluptuous, tooz, ironic", " Found existing installation: pytz 2016.10", " Uninstalling pytz-2016.10:", " Successfully uninstalled pytz-2016.10", " Found existing installation: Babel 2.3.4", " Uninstalling Babel-2.3.4:", " Successfully uninstalled Babel-2.3.4", " Found existing installation: MarkupSafe 0.23", " Uninstalling MarkupSafe-0.23:", " Successfully uninstalled MarkupSafe-0.23", " Running setup.py install for MarkupSafe: started", " Running setup.py install for MarkupSafe: finished with status 'done'", " Found existing installation: Jinja2 2.9.4", " Uninstalling Jinja2-2.9.4:", " Successfully uninstalled Jinja2-2.9.4", " Found existing installation: Mako 1.0.6", " Uninstalling Mako-1.0.6:", " Successfully uninstalled Mako-1.0.6", " Running setup.py install for Mako: started", " Running setup.py install for Mako: finished with status 'done'", " Found existing installation: six 1.10.0", " Uninstalling six-1.10.0:", " Successfully uninstalled six-1.10.0", " Found existing installation: Paste 2.0.3", " Uninstalling Paste-2.0.3:", " Successfully uninstalled Paste-2.0.3", " Found existing installation: PasteDeploy 1.5.2", " Uninstalling PasteDeploy-1.5.2:", " Successfully uninstalled PasteDeploy-1.5.2", " Found existing installation: PyYAML 3.12", " Uninstalling PyYAML-3.12:", " Successfully uninstalled PyYAML-3.12", " Running setup.py install for PyYAML: started", " Running setup.py install for PyYAML: finished with status 'done'", " Found existing installation: repoze.lru 0.6", " Uninstalling repoze.lru-0.6:", " Successfully uninstalled repoze.lru-0.6", " Running setup.py install for repoze.lru: started", " Running setup.py install for repoze.lru: finished with status 'done'", " Found existing installation: Routes 2.4.1", " Uninstalling Routes-2.4.1:", " Successfully uninstalled Routes-2.4.1", " Found existing installation: SQLAlchemy 1.0.17", " Uninstalling SQLAlchemy-1.0.17:", " Successfully uninstalled SQLAlchemy-1.0.17", " Running setup.py install for SQLAlchemy: started", " Running setup.py install for SQLAlchemy: finished with status 'done'", " Found existing installation: Tempita 0.5.2", " Uninstalling Tempita-0.5.2:", " Successfully uninstalled Tempita-0.5.2", " Running setup.py install for Tempita: started", " Running setup.py install for Tempita: finished with status 'done'", " Found existing installation: netaddr 0.7.19", " Uninstalling netaddr-0.7.19:", " Successfully uninstalled netaddr-0.7.19", " Found existing installation: WebOb 1.7.1", " Uninstalling WebOb-1.7.1:", " Successfully uninstalled WebOb-1.7.1", " Found existing installation: simplegeneric 0.8.1", " Uninstalling simplegeneric-0.8.1:", " Successfully uninstalled simplegeneric-0.8.1", " Running setup.py install for simplegeneric: started", " Running setup.py install for simplegeneric: finished with status 'done'", " Found existing installation: WSME 0.9.1", " Uninstalling WSME-0.9.1:", " Successfully uninstalled WSME-0.9.1", " Found existing installation: waitress 1.0.1", " Uninstalling waitress-1.0.1:", " Successfully uninstalled waitress-1.0.1", " Found existing installation: beautifulsoup4 4.5.3", " Uninstalling beautifulsoup4-4.5.3:", " Successfully uninstalled beautifulsoup4-4.5.3", " Found existing installation: WebTest 2.0.24", " Uninstalling WebTest-2.0.24:", " Successfully uninstalled WebTest-2.0.24", " Found existing installation: python-editor 1.0.3", " Uninstalling python-editor-1.0.3:", " Successfully uninstalled python-editor-1.0.3", " Running setup.py install for python-editor: started", " Running setup.py install for python-editor: finished with status 'done'", " Found existing installation: alembic 0.8.10", " Uninstalling alembic-0.8.10:", " Successfully uninstalled alembic-0.8.10", " Running setup.py install for alembic: started", " Running setup.py install for alembic: finished with status 'done'", " Found existing installation: amqp 1.4.9", " Uninstalling amqp-1.4.9:", " Successfully uninstalled amqp-1.4.9", " Found existing installation: anyjson 0.3.3", " Uninstalling anyjson-0.3.3:", " Successfully uninstalled anyjson-0.3.3", " Running setup.py install for anyjson: started", " Running setup.py install for anyjson: finished with status 'done'", " Found existing installation: appdirs 1.4.0", " Uninstalling appdirs-1.4.0:", " Successfully uninstalled appdirs-1.4.0", " Found existing installation: pbr 1.10.0", " Uninstalling pbr-1.10.0:", " Successfully uninstalled pbr-1.10.0", " Found existing installation: wrapt 1.10.8", " Uninstalling wrapt-1.10.8:", " Successfully uninstalled wrapt-1.10.8", " Running setup.py install for wrapt: started", " Running setup.py install for wrapt: finished with status 'done'", " Found existing installation: funcsigs 1.0.2", " Uninstalling funcsigs-1.0.2:", " Successfully uninstalled funcsigs-1.0.2", " Found existing installation: debtcollector 1.11.0", " Uninstalling debtcollector-1.11.0:", " Successfully uninstalled debtcollector-1.11.0", " Found existing installation: prettytable 0.7.2", " Uninstalling prettytable-0.7.2:", " Successfully uninstalled prettytable-0.7.2", " Running setup.py install for prettytable: started", " Running setup.py install for prettytable: finished with status 'done'", " Found existing installation: automaton 1.7.0", " Uninstalling automaton-1.7.0:", " Successfully uninstalled automaton-1.7.0", " Found existing installation: cachetools 2.0.0", " Uninstalling cachetools-2.0.0:", " Successfully uninstalled cachetools-2.0.0", " Found existing installation: pycparser 2.17", " Uninstalling pycparser-2.17:", " Successfully uninstalled pycparser-2.17", " Running setup.py install for pycparser: started", " Running setup.py install for pycparser: finished with status 'done'", " Found existing installation: cffi 1.9.1", " Uninstalling cffi-1.9.1:", " Successfully uninstalled cffi-1.9.1", " Found existing installation: unicodecsv 0.14.1", " Uninstalling unicodecsv-0.14.1:", " Successfully uninstalled unicodecsv-0.14.1", " Running setup.py install for unicodecsv: started", " Running setup.py install for unicodecsv: finished with status 'done'", " Found existing installation: pyparsing 2.1.10", " Uninstalling pyparsing-2.1.10:", " Successfully uninstalled pyparsing-2.1.10", " Found existing installation: stevedore 1.20.0", " Uninstalling stevedore-1.20.0:", " Successfully uninstalled stevedore-1.20.0", " Found existing installation: cmd2 0.6.9", " Uninstalling cmd2-0.6.9:", " Successfully uninstalled cmd2-0.6.9", " Running setup.py install for cmd2: started", " Running setup.py install for cmd2: finished with status 'done'", " Found existing installation: cliff 2.4.0", " Uninstalling cliff-2.4.0:", " Successfully uninstalled cliff-2.4.0", " Found existing installation: contextlib2 0.5.4", " Uninstalling contextlib2-0.5.4:", " Successfully uninstalled contextlib2-0.5.4", " Found existing installation: idna 2.2", " Uninstalling idna-2.2:", " Successfully uninstalled idna-2.2", " Found existing installation: pyasn1 0.1.9", " Uninstalling pyasn1-0.1.9:", " Successfully uninstalled pyasn1-0.1.9", " Found existing installation: packaging 16.8", " Uninstalling packaging-16.8:", " Successfully uninstalled packaging-16.8", " Found existing installation: setuptools 34.0.2", " Uninstalling setuptools-34.0.2:", " Successfully uninstalled setuptools-34.0.2", " Found existing installation: enum34 1.1.6", " Uninstalling enum34-1.1.6:", " Successfully uninstalled enum34-1.1.6", " Found existing installation: ipaddress 1.0.18", " Uninstalling ipaddress-1.0.18:", " Successfully uninstalled ipaddress-1.0.18", " Found existing installation: cryptography 1.7.1", " Uninstalling cryptography-1.7.1:", " Successfully uninstalled cryptography-1.7.1", " Running setup.py install for cryptography: started", " Running setup.py install for cryptography: finished with status 'done'", " Found existing installation: decorator 4.0.11", " Uninstalling decorator-4.0.11:", " Successfully uninstalled decorator-4.0.11", " Found existing installation: greenlet 0.4.11", " Uninstalling greenlet-0.4.11:", " Successfully uninstalled greenlet-0.4.11", " Found existing installation: eventlet 0.20.1", " Uninstalling eventlet-0.20.1:", " Successfully uninstalled eventlet-0.20.1", " Found existing installation: monotonic 1.2", " Uninstalling monotonic-1.2:", " Successfully uninstalled monotonic-1.2", " Found existing installation: fasteners 0.14.1", " Uninstalling fasteners-0.14.1:", " Successfully uninstalled fasteners-0.14.1", " Found existing installation: functools32 3.2.3.post2", " Uninstalling functools32-3.2.3.post2:", " Successfully uninstalled functools32-3.2.3.post2", " Running setup.py install for functools32: started", " Running setup.py install for functools32: finished with status 'done'", " Found existing installation: futures 3.0.5", " Uninstalling futures-3.0.5:", " Successfully uninstalled futures-3.0.5", " Found existing installation: futurist 0.21.0", " Uninstalling futurist-0.21.0:", " Successfully uninstalled futurist-0.21.0", " Found existing installation: rfc3986 0.4.1", " Uninstalling rfc3986-0.4.1:", " Successfully uninstalled rfc3986-0.4.1", " Found existing installation: oslo.i18n 3.12.0", " Uninstalling oslo.i18n-3.12.0:", " Successfully uninstalled oslo.i18n-3.12.0", " Found existing installation: oslo.config 3.22.0", " Uninstalling oslo.config-3.22.0:", " Successfully uninstalled oslo.config-3.22.0", " Found existing installation: netifaces 0.10.5", " Uninstalling netifaces-0.10.5:", " Successfully uninstalled netifaces-0.10.5", " Running setup.py install for netifaces: started", " Running setup.py install for netifaces: finished with status 'done'", " Found existing installation: iso8601 0.1.11", " Uninstalling iso8601-0.1.11:", " Successfully uninstalled iso8601-0.1.11", " Found existing installation: oslo.utils 3.22.0", " Uninstalling oslo.utils-3.22.0:", " Successfully uninstalled oslo.utils-3.22.0", " Found existing installation: oslo.concurrency 3.18.0", " Uninstalling oslo.concurrency-3.18.0:", " Successfully uninstalled oslo.concurrency-3.18.0", " Found existing installation: pyinotify 0.9.6", " Uninstalling pyinotify-0.9.6:", " Successfully uninstalled pyinotify-0.9.6", " Running setup.py install for pyinotify: started", " Running setup.py install for pyinotify: finished with status 'done'", " Found existing installation: python-dateutil 2.6.0", " Uninstalling python-dateutil-2.6.0:", " Successfully uninstalled python-dateutil-2.6.0", " Found existing installation: msgpack-python 0.4.8", " Uninstalling msgpack-python-0.4.8:", " Successfully uninstalled msgpack-python-0.4.8", " Running setup.py install for msgpack-python: started", " Running setup.py install for msgpack-python: finished with status 'done'", " Found existing installation: oslo.serialization 2.16.0", " Uninstalling oslo.serialization-2.16.0:", " Successfully uninstalled oslo.serialization-2.16.0", " Found existing installation: positional 1.1.1", " Uninstalling positional-1.1.1:", " Successfully uninstalled positional-1.1.1", " Running setup.py install for positional: started", " Running setup.py install for positional: finished with status 'done'", " Found existing installation: oslo.context 2.12.0", " Uninstalling oslo.context-2.12.0:", " Successfully uninstalled oslo.context-2.12.0", " Found existing installation: oslo.log 3.20.0", " Uninstalling oslo.log-3.20.0:", " Successfully uninstalled oslo.log-3.20.0", " Found existing installation: oslo.service 1.19.0", " Uninstalling oslo.service-1.19.0:", " Successfully uninstalled oslo.service-1.19.0", " Found existing installation: requests 2.13.0", " Uninstalling requests-2.13.0:", " Successfully uninstalled requests-2.13.0", " Found existing installation: ironic-lib 2.5.2", " Uninstalling ironic-lib-2.5.2:", " Successfully uninstalled ironic-lib-2.5.2", " Found existing installation: jsonpointer 1.10", " Uninstalling jsonpointer-1.10:", " Successfully uninstalled jsonpointer-1.10", " Found existing installation: jsonpatch 1.15", " Uninstalling jsonpatch-1.15:", " Successfully uninstalled jsonpatch-1.15", " Found existing installation: jsonschema 2.5.1", " Uninstalling jsonschema-2.5.1:", " Successfully uninstalled jsonschema-2.5.1", " Found existing installation: keystoneauth1 2.18.0", " Uninstalling keystoneauth1-2.18.0:", " Successfully uninstalled keystoneauth1-2.18.0", " Found existing installation: python-keystoneclient 3.10.0", " Uninstalling python-keystoneclient-3.10.0:", " Successfully uninstalled python-keystoneclient-3.10.0", " Found existing installation: pycadf 2.5.0", " Uninstalling pycadf-2.5.0:", " Successfully uninstalled pycadf-2.5.0", " Found existing installation: keystonemiddleware 4.14.0", " Uninstalling keystonemiddleware-4.14.0:", " Successfully uninstalled keystonemiddleware-4.14.0", " Found existing installation: kombu 3.0.37", " Uninstalling kombu-3.0.37:", " Successfully uninstalled kombu-3.0.37", " Found existing installation: logutils 0.3.3", " Uninstalling logutils-0.3.3:", " Successfully uninstalled logutils-0.3.3", " Running setup.py install for logutils: started", " Running setup.py install for logutils: finished with status 'done'", " Found existing installation: requestsexceptions 1.1.3", " Uninstalling requestsexceptions-1.1.3:", " Successfully uninstalled requestsexceptions-1.1.3", " Found existing installation: os-client-config 1.26.0", " Uninstalling os-client-config-1.26.0:", " Successfully uninstalled os-client-config-1.26.0", " Found existing installation: simplejson 3.10.0", " Uninstalling simplejson-3.10.0:", " Successfully uninstalled simplejson-3.10.0", " Running setup.py install for simplejson: started", " Running setup.py install for simplejson: finished with status 'done'", " Found existing installation: osc-lib 1.3.0", " Uninstalling osc-lib-1.3.0:", " Successfully uninstalled osc-lib-1.3.0", " Found existing installation: sqlparse 0.2.2", " Uninstalling sqlparse-0.2.2:", " Successfully uninstalled sqlparse-0.2.2", " Found existing installation: sqlalchemy-migrate 0.10.0", " Uninstalling sqlalchemy-migrate-0.10.0:", " Successfully uninstalled sqlalchemy-migrate-0.10.0", " Found existing installation: oslo.db 4.17.0", " Uninstalling oslo.db-4.17.0:", " Successfully uninstalled oslo.db-4.17.0", " Found existing installation: pika 0.10.0", " Uninstalling pika-0.10.0:", " Successfully uninstalled pika-0.10.0", " Found existing installation: tenacity 3.7.1", " Uninstalling tenacity-3.7.1:", " Successfully uninstalled tenacity-3.7.1", " Running setup.py install for tenacity: started", " Running setup.py install for tenacity: finished with status 'done'", " Found existing installation: pika-pool 0.1.3", " Uninstalling pika-pool-0.1.3:", " Successfully uninstalled pika-pool-0.1.3", " Running setup.py install for pika-pool: started", " Running setup.py install for pika-pool: finished with status 'done'", " Found existing installation: statsd 3.2.1", " Uninstalling statsd-3.2.1:", " Successfully uninstalled statsd-3.2.1", " Found existing installation: oslo.middleware 3.23.0", " Uninstalling oslo.middleware-3.23.0:", " Successfully uninstalled oslo.middleware-3.23.0", " Found existing installation: oslo.messaging 5.17.0", " Uninstalling oslo.messaging-5.17.0:", " Successfully uninstalled oslo.messaging-5.17.0", " Found existing installation: oslo.policy 1.18.0", " Uninstalling oslo.policy-1.18.0:", " Successfully uninstalled oslo.policy-1.18.0", " Found existing installation: oslo.rootwrap 5.4.0", " Uninstalling oslo.rootwrap-5.4.0:", " Successfully uninstalled oslo.rootwrap-5.4.0", " Found existing installation: oslo.versionedobjects 1.21.0", " Uninstalling oslo.versionedobjects-1.21.0:", " Successfully uninstalled oslo.versionedobjects-1.21.0", " Found existing installation: paramiko 2.1.1", " Uninstalling paramiko-2.1.1:", " Successfully uninstalled paramiko-2.1.1", " Found existing installation: singledispatch 3.4.0.3", " Uninstalling singledispatch-3.4.0.3:", " Successfully uninstalled singledispatch-3.4.0.3", " Found existing installation: pecan 1.2.1", " Uninstalling pecan-1.2.1:", " Successfully uninstalled pecan-1.2.1", " Found existing installation: psutil 5.0.1", " Uninstalling psutil-5.0.1:", " Successfully uninstalled psutil-5.0.1", " Running setup.py install for psutil: started", " Running setup.py install for psutil: finished with status 'done'", " Found existing installation: pysendfile 2.0.1", " Uninstalling pysendfile-2.0.1:", " Successfully uninstalled pysendfile-2.0.1", " Running setup.py install for pysendfile: started", " Running setup.py install for pysendfile: finished with status 'done'", " Found existing installation: warlock 1.2.0", " Uninstalling warlock-1.2.0:", " Successfully uninstalled warlock-1.2.0", " Running setup.py install for warlock: started", " Running setup.py install for warlock: finished with status 'done'", " Found existing installation: python-glanceclient 2.6.0", " Uninstalling python-glanceclient-2.6.0:", " Successfully uninstalled python-glanceclient-2.6.0", " Found existing installation: python-neutronclient 6.1.0", " Uninstalling python-neutronclient-6.1.0:", " Successfully uninstalled python-neutronclient-6.1.0", " Found existing installation: python-swiftclient 3.2.0", " Uninstalling python-swiftclient-3.2.0:", " Successfully uninstalled python-swiftclient-3.2.0", " Found existing installation: retrying 1.3.3", " Uninstalling retrying-1.3.3:", " Successfully uninstalled retrying-1.3.3", " Running setup.py install for retrying: started", " Running setup.py install for retrying: finished with status 'done'", " Found existing installation: voluptuous 0.9.3", " Uninstalling voluptuous-0.9.3:", " Successfully uninstalled voluptuous-0.9.3", " Running setup.py install for voluptuous: started", " Running setup.py install for voluptuous: finished with status 'done'", " Found existing installation: tooz 1.48.0", " Uninstalling tooz-1.48.0:", " Successfully uninstalled tooz-1.48.0", " Found existing installation: ironic 6.2.1.dev658", " Uninstalling ironic-6.2.1.dev658:", " Successfully uninstalled ironic-6.2.1.dev658", " Running setup.py install for ironic: started", " Running setup.py install for ironic: finished with status 'done'", "Successfully installed Babel-2.3.4 Jinja2-2.8.1 Mako-1.0.6 MarkupSafe-0.23 Paste-2.0.3 PasteDeploy-1.5.2 PyYAML-3.12 Routes-2.4.1 SQLAlchemy-1.0.17 Tempita-0.5.2 WSME-0.9.1 WebOb-1.6.3 WebTest-2.0.24 alembic-0.8.10 amqp-1.4.9 anyjson-0.3.3 appdirs-1.4.0 automaton-1.7.0 beautifulsoup4-4.5.3 cachetools-2.0.0 cffi-1.9.1 cliff-2.4.0 cmd2-0.6.9 contextlib2-0.5.4 cryptography-1.7.1 debtcollector-1.11.0 decorator-4.0.11 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.21.0 greenlet-0.4.11 idna-2.2 ipaddress-1.0.18 ironic-6.2.1.dev658 ironic-lib-2.5.2 iso8601-0.1.11 jsonpatch-1.15 jsonpointer-1.10 jsonschema-2.5.1 keystoneauth1-2.18.0 keystonemiddleware-4.14.0 kombu-3.0.37 logutils-0.3.3 monotonic-1.2 msgpack-python-0.4.8 netaddr-0.7.19 netifaces-0.10.5 os-client-config-1.26.0 osc-lib-1.3.0 oslo.concurrency-3.18.0 oslo.config-3.22.0 oslo.context-2.11.0 oslo.db-4.17.0 oslo.i18n-3.12.0 oslo.log-3.20.0 oslo.messaging-5.17.0 oslo.middleware-3.23.0 oslo.policy-1.18.0 oslo.rootwrap-5.4.0 oslo.serialization-2.16.0 oslo.service-1.19.0 oslo.utils-3.22.0 oslo.versionedobjects-1.21.0 packaging-16.8 paramiko-2.1.1 pbr-1.10.0 pecan-1.2.1 pika-0.10.0 pika-pool-0.1.3 positional-1.1.1 prettytable-0.7.2 psutil-5.0.1 pyasn1-0.1.9 pycadf-2.5.0 pycparser-2.17 pyinotify-0.9.6 pyparsing-2.1.10 pysendfile-2.0.1 python-dateutil-2.6.0 python-editor-1.0.3 python-glanceclient-2.6.0 python-keystoneclient-3.9.0 python-neutronclient-6.1.0 python-swiftclient-3.2.0 pytz-2016.10 repoze.lru-0.6 requests-2.12.5 requestsexceptions-1.1.3 retrying-1.3.3 rfc3986-0.4.1 setuptools-34.0.2 simplegeneric-0.8.1 simplejson-3.10.0 singledispatch-3.4.0.3 six-1.10.0 sqlalchemy-migrate-0.10.0 sqlparse-0.2.2 statsd-3.2.1 stevedore-1.19.1 tenacity-3.7.1 tooz-1.48.0 unicodecsv-0.14.1 voluptuous-0.9.3 waitress-1.0.1 warlock-1.2.0 wrapt-1.10.8"], "warnings": []} TASK [bifrost-ironic-install : Install ironic-inspector package from pip] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:28:27 -0800 (0:02:09.786) 0:03:54.730 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994 `" && echo ansible-tmp-1485343708.04-144467327533994="` echo $HOME/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpiUOYm4 TO /root/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994/ /root/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994/pip && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994/pip; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343708.04-144467327533994/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "/bin/pip install -U ironic-inspector", "invocation": {"module_args": {"chdir": null, "editable": true, "executable": null, "extra_args": null, "name": "ironic-inspector", "requirements": null, "state": "latest", "umask": null, "use_mirrors": true, "version": null, "virtualenv": "", "virtualenv_command": "virtualenv", "virtualenv_python": null, "virtualenv_site_packages": false}, "module_name": "pip"}, "name": "ironic-inspector", "requirements": null, "state": "latest", "stderr": "", "stdout": "Requirement already up-to-date: ironic-inspector in /usr/lib/python2.7/site-packages\nRequirement already up-to-date: keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: keystoneauth1>=2.10.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.concurrency>=3.8.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: python-swiftclient>=2.2.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.log>=1.14.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.config>=3.14.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: pbr>=1.6 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: python-ironicclient>=1.6.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: six>=1.9.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: jsonpath-rw<2.0,>=1.2.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: SQLAlchemy<1.1.0,>=1.0.10 in /usr/lib64/python2.7/site-packages (from ironic-inspector)\nCollecting stevedore>=1.16.0 (from ironic-inspector)\n Using cached stevedore-1.20.0-py2.py3-none-any.whl\nRequirement already up-to-date: futurist!=0.15.0,>=0.11.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.utils>=3.16.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.db!=4.13.1,!=4.13.2,>=4.10.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: alembic>=0.8.4 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nCollecting eventlet!=0.18.3,>=0.18.2 (from ironic-inspector)\n Using cached eventlet-0.20.1-py2.py3-none-any.whl\nRequirement already up-to-date: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.middleware>=3.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.rootwrap>=5.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nRequirement already up-to-date: Flask!=0.11,<1.0,>=0.10 in /usr/lib/python2.7/site-packages (from ironic-inspector)\nCollecting python-keystoneclient>=3.8.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\n Using cached python_keystoneclient-3.10.0-py2.py3-none-any.whl\nCollecting WebOb>=1.6.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\n Using cached WebOb-1.7.1-py2.py3-none-any.whl\nRequirement already up-to-date: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\nCollecting requests!=2.12.2,>=2.10.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\n Using cached requests-2.13.0-py2.py3-none-any.whl\nRequirement already up-to-date: pycadf!=2.0.0,>=1.1.0 in /usr/lib/python2.7/site-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\nRequirement already up-to-date: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\nCollecting oslo.context>=2.9.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\n Using cached oslo.context-2.12.0-py2.py3-none-any.whl\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.10.0->ironic-inspector)\nRequirement already up-to-date: enum34; python_version == \"2.7\" or python_version == \"2.6\" or python_version == \"3.3\" in /usr/lib/python2.7/site-packages (from oslo.concurrency>=3.8.0->ironic-inspector)\nRequirement already up-to-date: fasteners>=0.7 in /usr/lib/python2.7/site-packages (from oslo.concurrency>=3.8.0->ironic-inspector)\nRequirement already up-to-date: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from python-swiftclient>=2.2.0->ironic-inspector)\nRequirement already up-to-date: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)\nRequirement already up-to-date: pyinotify>=0.9.6; sys_platform != \"win32\" and sys_platform != \"darwin\" and sys_platform != \"sunos5\" in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)\nRequirement already up-to-date: python-dateutil>=2.4.2 in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)\nRequirement already up-to-date: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config>=3.14.0->ironic-inspector)\nRequirement already up-to-date: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: dogpile.cache>=0.6.2 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: python-openstackclient>=3.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: osc-lib>=1.2.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: decorator in /usr/lib/python2.7/site-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)\nRequirement already up-to-date: ply in /usr/lib/python2.7/site-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)\nRequirement already up-to-date: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->ironic-inspector)\nRequirement already up-to-date: contextlib2>=0.4.0 in /usr/lib/python2.7/site-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: sqlalchemy-migrate>=0.9.6 in /usr/lib/python2.7/site-packages (from oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)\nRequirement already up-to-date: Mako in /usr/lib/python2.7/site-packages (from alembic>=0.8.4->ironic-inspector)\nRequirement already up-to-date: python-editor>=0.3 in /usr/lib/python2.7/site-packages (from alembic>=0.8.4->ironic-inspector)\nRequirement already up-to-date: enum-compat in /usr/lib/python2.7/site-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)\nRequirement already up-to-date: greenlet>=0.3 in /usr/lib64/python2.7/site-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)\nRequirement already up-to-date: statsd>=3.2.1 in /usr/lib/python2.7/site-packages (from oslo.middleware>=3.0.0->ironic-inspector)\nRequirement already up-to-date: Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 in /usr/lib/python2.7/site-packages (from oslo.middleware>=3.0.0->ironic-inspector)\nRequirement already up-to-date: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->ironic-inspector)\nRequirement already up-to-date: click>=2.0 in /usr/lib/python2.7/site-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)\nRequirement already up-to-date: Werkzeug>=0.7 in /usr/lib/python2.7/site-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)\nRequirement already up-to-date: itsdangerous>=0.21 in /usr/lib/python2.7/site-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)\nRequirement already up-to-date: wrapt in /usr/lib64/python2.7/site-packages (from positional>=1.1.1->keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\nRequirement already up-to-date: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\nRequirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: Tempita>=0.4 in /usr/lib/python2.7/site-packages (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)\nRequirement already up-to-date: sqlparse in /usr/lib/python2.7/site-packages (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)\nRequirement already up-to-date: MarkupSafe>=0.9.2 in /usr/lib64/python2.7/site-packages (from Mako->alembic>=0.8.4->ironic-inspector)\nRequirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: jsonpatch<2,>=0.10 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nInstalling collected packages: stevedore, eventlet, requests, python-keystoneclient, WebOb, oslo.context\n Found existing installation: stevedore 1.19.1\n Uninstalling stevedore-1.19.1:\n Successfully uninstalled stevedore-1.19.1\n Found existing installation: eventlet 0.19.0\n Uninstalling eventlet-0.19.0:\n Successfully uninstalled eventlet-0.19.0\n Found existing installation: requests 2.12.5\n Uninstalling requests-2.12.5:\n Successfully uninstalled requests-2.12.5\n Found existing installation: python-keystoneclient 3.9.0\n Uninstalling python-keystoneclient-3.9.0:\n Successfully uninstalled python-keystoneclient-3.9.0\n Found existing installation: WebOb 1.6.3\n Uninstalling WebOb-1.6.3:\n Successfully uninstalled WebOb-1.6.3\n Found existing installation: oslo.context 2.11.0\n Uninstalling oslo.context-2.11.0:\n Successfully uninstalled oslo.context-2.11.0\nSuccessfully installed WebOb-1.7.1 eventlet-0.20.1 oslo.context-2.12.0 python-keystoneclient-3.10.0 requests-2.13.0 stevedore-1.20.0\n", "stdout_lines": ["Requirement already up-to-date: ironic-inspector in /usr/lib/python2.7/site-packages", "Requirement already up-to-date: keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: keystoneauth1>=2.10.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.concurrency>=3.8.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: python-swiftclient>=2.2.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.log>=1.14.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.config>=3.14.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: pbr>=1.6 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: python-ironicclient>=1.6.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: six>=1.9.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: jsonpath-rw<2.0,>=1.2.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: SQLAlchemy<1.1.0,>=1.0.10 in /usr/lib64/python2.7/site-packages (from ironic-inspector)", "Collecting stevedore>=1.16.0 (from ironic-inspector)", " Using cached stevedore-1.20.0-py2.py3-none-any.whl", "Requirement already up-to-date: futurist!=0.15.0,>=0.11.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.utils>=3.16.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.db!=4.13.1,!=4.13.2,>=4.10.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: alembic>=0.8.4 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Collecting eventlet!=0.18.3,>=0.18.2 (from ironic-inspector)", " Using cached eventlet-0.20.1-py2.py3-none-any.whl", "Requirement already up-to-date: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.middleware>=3.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.rootwrap>=5.0.0 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Requirement already up-to-date: Flask!=0.11,<1.0,>=0.10 in /usr/lib/python2.7/site-packages (from ironic-inspector)", "Collecting python-keystoneclient>=3.8.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", " Using cached python_keystoneclient-3.10.0-py2.py3-none-any.whl", "Collecting WebOb>=1.6.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", " Using cached WebOb-1.7.1-py2.py3-none-any.whl", "Requirement already up-to-date: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", "Collecting requests!=2.12.2,>=2.10.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", " Using cached requests-2.13.0-py2.py3-none-any.whl", "Requirement already up-to-date: pycadf!=2.0.0,>=1.1.0 in /usr/lib/python2.7/site-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", "Requirement already up-to-date: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", "Collecting oslo.context>=2.9.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", " Using cached oslo.context-2.12.0-py2.py3-none-any.whl", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.10.0->ironic-inspector)", "Requirement already up-to-date: enum34; python_version == \"2.7\" or python_version == \"2.6\" or python_version == \"3.3\" in /usr/lib/python2.7/site-packages (from oslo.concurrency>=3.8.0->ironic-inspector)", "Requirement already up-to-date: fasteners>=0.7 in /usr/lib/python2.7/site-packages (from oslo.concurrency>=3.8.0->ironic-inspector)", "Requirement already up-to-date: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from python-swiftclient>=2.2.0->ironic-inspector)", "Requirement already up-to-date: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)", "Requirement already up-to-date: pyinotify>=0.9.6; sys_platform != \"win32\" and sys_platform != \"darwin\" and sys_platform != \"sunos5\" in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)", "Requirement already up-to-date: python-dateutil>=2.4.2 in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.log>=1.14.0->ironic-inspector)", "Requirement already up-to-date: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config>=3.14.0->ironic-inspector)", "Requirement already up-to-date: PyYAML>=3.10.0 in /usr/lib64/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: dogpile.cache>=0.6.2 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: python-openstackclient>=3.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: osc-lib>=1.2.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: decorator in /usr/lib/python2.7/site-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)", "Requirement already up-to-date: ply in /usr/lib/python2.7/site-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)", "Requirement already up-to-date: pytz>=0a in /usr/lib/python2.7/site-packages (from Babel>=2.3.4->ironic-inspector)", "Requirement already up-to-date: contextlib2>=0.4.0 in /usr/lib/python2.7/site-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: sqlalchemy-migrate>=0.9.6 in /usr/lib/python2.7/site-packages (from oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)", "Requirement already up-to-date: Mako in /usr/lib/python2.7/site-packages (from alembic>=0.8.4->ironic-inspector)", "Requirement already up-to-date: python-editor>=0.3 in /usr/lib/python2.7/site-packages (from alembic>=0.8.4->ironic-inspector)", "Requirement already up-to-date: enum-compat in /usr/lib/python2.7/site-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)", "Requirement already up-to-date: greenlet>=0.3 in /usr/lib64/python2.7/site-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)", "Requirement already up-to-date: statsd>=3.2.1 in /usr/lib/python2.7/site-packages (from oslo.middleware>=3.0.0->ironic-inspector)", "Requirement already up-to-date: Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 in /usr/lib/python2.7/site-packages (from oslo.middleware>=3.0.0->ironic-inspector)", "Requirement already up-to-date: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->ironic-inspector)", "Requirement already up-to-date: click>=2.0 in /usr/lib/python2.7/site-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)", "Requirement already up-to-date: Werkzeug>=0.7 in /usr/lib/python2.7/site-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)", "Requirement already up-to-date: itsdangerous>=0.21 in /usr/lib/python2.7/site-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)", "Requirement already up-to-date: wrapt in /usr/lib64/python2.7/site-packages (from positional>=1.1.1->keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", "Requirement already up-to-date: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", "Requirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: Tempita>=0.4 in /usr/lib/python2.7/site-packages (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)", "Requirement already up-to-date: sqlparse in /usr/lib/python2.7/site-packages (from sqlalchemy-migrate>=0.9.6->oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)", "Requirement already up-to-date: MarkupSafe>=0.9.2 in /usr/lib64/python2.7/site-packages (from Mako->alembic>=0.8.4->ironic-inspector)", "Requirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: jsonpatch<2,>=0.10 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Installing collected packages: stevedore, eventlet, requests, python-keystoneclient, WebOb, oslo.context", " Found existing installation: stevedore 1.19.1", " Uninstalling stevedore-1.19.1:", " Successfully uninstalled stevedore-1.19.1", " Found existing installation: eventlet 0.19.0", " Uninstalling eventlet-0.19.0:", " Successfully uninstalled eventlet-0.19.0", " Found existing installation: requests 2.12.5", " Uninstalling requests-2.12.5:", " Successfully uninstalled requests-2.12.5", " Found existing installation: python-keystoneclient 3.9.0", " Uninstalling python-keystoneclient-3.9.0:", " Successfully uninstalled python-keystoneclient-3.9.0", " Found existing installation: WebOb 1.6.3", " Uninstalling WebOb-1.6.3:", " Successfully uninstalled WebOb-1.6.3", " Found existing installation: oslo.context 2.11.0", " Uninstalling oslo.context-2.11.0:", " Successfully uninstalled oslo.context-2.11.0", "Successfully installed WebOb-1.7.1 eventlet-0.20.1 oslo.context-2.12.0 python-keystoneclient-3.10.0 requests-2.13.0 stevedore-1.20.0"], "version": null, "virtualenv": ""} TASK [bifrost-ironic-install : Install from /opt/stack/ironic-inspector using pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:28:39 -0800 (0:00:11.230) 0:04:05.960 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install python-ironic-inspector-client package from pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:28:39 -0800 (0:00:00.235) 0:04:06.196 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564 `" && echo ansible-tmp-1485343719.5-280001045025564="` echo $HOME/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpTCuhio TO /root/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564/ /root/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564/pip && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564/pip; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343719.5-280001045025564/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "cmd": "/bin/pip install -U python-ironic-inspector-client", "invocation": {"module_args": {"chdir": null, "editable": true, "executable": null, "extra_args": null, "name": "python-ironic-inspector-client", "requirements": null, "state": "latest", "umask": null, "use_mirrors": true, "version": null, "virtualenv": "", "virtualenv_command": "virtualenv", "virtualenv_python": null, "virtualenv_site_packages": false}, "module_name": "pip"}, "name": "python-ironic-inspector-client", "requirements": null, "state": "latest", "stderr": "", "stdout": "Requirement already up-to-date: python-ironic-inspector-client in /usr/lib/python2.7/site-packages\nRequirement already up-to-date: pbr>=1.6 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: osc-lib>=1.0.2 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: keystoneauth1>=2.10.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: six>=1.9.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: python-openstackclient>=2.1.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: requests>=2.10.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: oslo.utils>=3.16.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: pytz>=2013.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: PyYAML>=3.1.0 in /usr/lib64/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: wrapt in /usr/lib64/python2.7/site-packages (from positional>=1.1.1->keystoneauth1>=2.10.0->python-ironic-inspector-client)\nRequirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.33.0,>=2.29.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: jsonschema<3,>=0.7 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: jsonpatch<2,>=0.10 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->python-novaclient!=2.33.0,>=2.29.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema<3,>=0.7->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\n", "stdout_lines": ["Requirement already up-to-date: python-ironic-inspector-client in /usr/lib/python2.7/site-packages", "Requirement already up-to-date: pbr>=1.6 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: osc-lib>=1.0.2 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: oslo.i18n>=2.1.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: keystoneauth1>=2.10.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: six>=1.9.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: python-openstackclient>=2.1.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: requests>=2.10.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: oslo.utils>=3.16.0 in /usr/lib/python2.7/site-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: Babel>=2.3.4 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: os-client-config>=1.22.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: simplejson>=2.2.0 in /usr/lib64/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: cliff>=2.3.0 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: stevedore>=1.17.1 in /usr/lib/python2.7/site-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: positional>=1.1.1 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/lib/python2.7/site-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-glanceclient>=2.5.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/lib/python2.7/site-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/lib64/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: monotonic>=0.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: pyparsing>=2.0.7 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: pytz>=2013.6 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/lib/python2.7/site-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: PyYAML>=3.1.0 in /usr/lib64/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: requestsexceptions>=1.1.1 in /usr/lib/python2.7/site-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: cmd2>=0.6.7 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/lib/python2.7/site-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: wrapt in /usr/lib64/python2.7/site-packages (from positional>=1.1.1->keystoneauth1>=2.10.0->python-ironic-inspector-client)", "Requirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/lib/python2.7/site-packages (from python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: oslo.serialization>=1.10.0 in /usr/lib/python2.7/site-packages (from python-novaclient!=2.33.0,>=2.29.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/lib/python2.7/site-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: jsonschema<3,>=0.7 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: jsonpatch<2,>=0.10 in /usr/lib/python2.7/site-packages (from warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: msgpack-python>=0.4.0 in /usr/lib64/python2.7/site-packages (from oslo.serialization>=1.10.0->python-novaclient!=2.33.0,>=2.29.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: rfc3986>=0.3.1 in /usr/lib/python2.7/site-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: functools32; python_version == \"2.7\" in /usr/lib/python2.7/site-packages (from jsonschema<3,>=0.7->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: jsonpointer>=1.9 in /usr/lib/python2.7/site-packages (from jsonpatch<2,>=0.10->warlock!=1.3.0,<2,>=1.0.1->python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)"], "version": null, "virtualenv": ""} TASK [bifrost-ironic-install : Install from {{ sourcedir }} using pip] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:28:45 -0800 (0:00:05.793) 0:04:11.989 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install ironic-staging-drivers package from pip] task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 Wednesday 25 January 2017 03:28:45 -0800 (0:00:00.244) 0:04:12.234 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Install from /opt/stack/ironic-staging-drivers using pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 Wednesday 25 January 2017 03:28:45 -0800 (0:00:00.191) 0:04:12.425 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Fail if authentication configuration conflicts.] task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:16 Wednesday 25 January 2017 03:28:45 -0800 (0:00:00.193) 0:04:12.619 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Warn if deprecated variable nginx_port is set] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:25 Wednesday 25 January 2017 03:28:45 -0800 (0:00:00.098) 0:04:12.717 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : If VENV is set in the environment, enable installation into venv] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:31 Wednesday 25 January 2017 03:28:45 -0800 (0:00:00.090) 0:04:12.808 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Start database service] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:37 Wednesday 25 January 2017 03:28:46 -0800 (0:00:00.096) 0:04:12.905 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572 `" && echo ansible-tmp-1485343726.31-205483314895572="` echo $HOME/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpiKpCyx TO /root/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572/ /root/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343726.31-205483314895572/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "mariadb", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "mariadb", "state": "started"} TASK [bifrost-ironic-install : RabbitMQ - Testing if hostname is defined in /etc/hosts] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:39 Wednesday 25 January 2017 03:28:46 -0800 (0:00:00.554) 0:04:13.460 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336 `" && echo ansible-tmp-1485343726.71-80021597601336="` echo $HOME/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpikpnpl TO /root/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336/ /root/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343726.71-80021597601336/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["grep", "-i", "pod4-jump", "/etc/hosts"], "delta": "0:00:00.004768", "end": "2017-01-25 03:28:46.920496", "invocation": {"module_args": {"_raw_params": "grep -i \"pod4-jump\" /etc/hosts", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:28:46.915728", "stderr": "", "stdout": "127.0.0.1 pod4-jump localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 pod4-jump localhost localhost.localdomain localhost6 localhost6.localdomain6", "stdout_lines": ["127.0.0.1 pod4-jump localhost localhost.localdomain localhost4 localhost4.localdomain4", "::1 pod4-jump localhost localhost.localdomain localhost6 localhost6.localdomain6"], "warnings": []} TASK [bifrost-ironic-install : RabbitMQ - Fixing /etc/hosts] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:45 Wednesday 25 January 2017 03:28:47 -0800 (0:00:00.358) 0:04:13.818 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Stop and disable the epmd service and socket on SUSE] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:52 Wednesday 25 January 2017 03:28:47 -0800 (0:00:00.097) 0:04:13.915 ***** skipping: [127.0.0.1] => (item=epmd.socket) => {"changed": false, "item": "epmd.socket", "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item=epmd) => {"changed": false, "item": "epmd", "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Start rabbitmq-server] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:58 Wednesday 25 January 2017 03:28:48 -0800 (0:00:01.690) 0:04:15.606 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108 `" && echo ansible-tmp-1485343728.83-39313502363108="` echo $HOME/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpGd_euK TO /root/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108/ /root/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343728.83-39313502363108/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "rabbitmq-server", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "rabbitmq-server", "state": "started"} TASK [bifrost-ironic-install : Wait for rabbitmq] ****************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:62 Wednesday 25 January 2017 03:28:49 -0800 (0:00:00.318) 0:04:15.925 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887 `" && echo ansible-tmp-1485343729.26-8506351298887="` echo $HOME/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpa7xam2 TO /root/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887/wait_for <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887/ /root/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887/wait_for && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887/wait_for; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343729.26-8506351298887/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "elapsed": 5, "invocation": {"module_args": {"connect_timeout": 5, "delay": 5, "exclude_hosts": null, "host": "127.0.0.1", "path": null, "port": 5672, "search_regex": null, "state": "started", "timeout": 300}, "module_name": "wait_for"}, "path": null, "port": 5672, "search_regex": null, "state": "started"} TASK [bifrost-ironic-install : Ensure guest user is removed from rabbitmq] ***** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:64 Wednesday 25 January 2017 03:28:54 -0800 (0:00:05.474) 0:04:21.399 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345 `" && echo ansible-tmp-1485343734.73-221374692556345="` echo $HOME/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmphETvxg TO /root/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345/rabbitmq_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345/ /root/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345/rabbitmq_user && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345/rabbitmq_user; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343734.73-221374692556345/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"configure_priv": "^$", "force": true, "node": null, "password": null, "permissions": [{"configure_priv": "^$", "read_priv": "^$", "vhost": "/", "write_priv": "^$"}], "read_priv": "^$", "state": "absent", "tags": null, "user": "guest", "vhost": "/", "write_priv": "^$"}, "module_name": "rabbitmq_user"}, "state": "absent", "user": "guest"} TASK [bifrost-ironic-install : Create ironic user in RabbitMQ] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:69 Wednesday 25 January 2017 03:28:55 -0800 (0:00:00.744) 0:04:22.143 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038 `" && echo ansible-tmp-1485343735.4-16430868422038="` echo $HOME/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpzpUmGQ TO /root/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038/rabbitmq_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038/ /root/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038/rabbitmq_user && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038/rabbitmq_user; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343735.4-16430868422038/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Set mysql_username if environment variable mysql_user is set] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:79 Wednesday 25 January 2017 03:28:57 -0800 (0:00:02.664) 0:04:24.808 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Set mysql_password if environment variable mysql_pass is set] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:84 Wednesday 25 January 2017 03:28:58 -0800 (0:00:00.097) 0:04:24.905 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : MySQL - Creating DB] **************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:89 Wednesday 25 January 2017 03:28:58 -0800 (0:00:00.097) 0:04:25.003 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904 `" && echo ansible-tmp-1485343738.35-148758331192904="` echo $HOME/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJ2eulW TO /root/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904/mysql_db <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904/ /root/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904/mysql_db && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904/mysql_db; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343738.35-148758331192904/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "db": "ironic", "invocation": {"module_args": {"collation": "", "config_file": "/root/.my.cnf", "connect_timeout": 30, "encoding": "utf8", "login_host": "localhost", "login_password": "", "login_port": 3306, "login_unix_socket": null, "login_user": "root", "name": "ironic", "quick": true, "single_transaction": false, "ssl_ca": null, "ssl_cert": null, "ssl_key": null, "state": "present", "target": null}, "module_name": "mysql_db"}} TASK [bifrost-ironic-install : MySQL - Creating user for Ironic] *************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:97 Wednesday 25 January 2017 03:28:58 -0800 (0:00:00.461) 0:04:25.464 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826 `" && echo ansible-tmp-1485343738.81-183493553697826="` echo $HOME/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYMaJGQ TO /root/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826/mysql_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826/ /root/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826/mysql_user && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826/mysql_user; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343738.81-183493553697826/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"append_privs": false, "check_implicit_admin": false, "config_file": "/root/.my.cnf", "connect_timeout": 30, "encrypted": false, "host": "localhost", "host_all": false, "login_host": "localhost", "login_password": "", "login_port": 3306, "login_unix_socket": null, "login_user": "root", "name": "ironic", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "priv": "ironic.*:ALL", "sql_log_bin": true, "ssl_ca": null, "ssl_cert": null, "ssl_key": null, "state": "present", "update_password": "always", "user": "ironic"}, "module_name": "mysql_user"}, "user": "ironic"} TASK [bifrost-ironic-install : Create an ironic service group] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:105 Wednesday 25 January 2017 03:28:59 -0800 (0:00:00.453) 0:04:25.917 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936 `" && echo ansible-tmp-1485343739.26-18477123211936="` echo $HOME/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYw90KA TO /root/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936/group <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936/ /root/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936/group && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936/group; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343739.26-18477123211936/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "gid": 1001, "invocation": {"module_args": {"gid": null, "name": "ironic", "state": "present", "system": false}, "module_name": "group"}, "name": "ironic", "state": "present", "system": false} TASK [bifrost-ironic-install : Create an ironic service user] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:108 Wednesday 25 January 2017 03:28:59 -0800 (0:00:00.427) 0:04:26.345 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080 `" && echo ansible-tmp-1485343739.72-159055267420080="` echo $HOME/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpBhIBWu TO /root/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080/user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080/ /root/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080/user && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080/user; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343739.72-159055267420080/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"append": false, "changed": true, "comment": "", "group": 1001, "home": "/home/ironic", "invocation": {"module_args": {"append": false, "comment": null, "createhome": true, "expires": null, "force": false, "generate_ssh_key": null, "group": "ironic", "groups": null, "home": null, "login_class": null, "move_home": false, "name": "ironic", "non_unique": false, "password": null, "remove": false, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": "2048", "ssh_key_comment": "ansible-generated on pod4-jump.opnfv.local", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always"}, "module_name": "user"}, "move_home": false, "name": "ironic", "shell": "/bin/bash", "state": "present", "uid": 1001} TASK [bifrost-ironic-install : Ensure /etc/ironic exists] ********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:112 Wednesday 25 January 2017 03:29:00 -0800 (0:00:00.574) 0:04:26.920 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871 `" && echo ansible-tmp-1485343740.17-143858522924871="` echo $HOME/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHXFLOz TO /root/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871/ /root/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343740.17-143858522924871/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic"}, "before": {"path": "/etc/ironic"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 493, "name": "/etc/ironic", "original_basename": null, "owner": "ironic", "path": "/etc/ironic", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/etc/ironic", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Copy rootwrap.conf from ironic source folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:122 Wednesday 25 January 2017 03:29:00 -0800 (0:00:00.350) 0:04:27.271 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343740.6-62497061119992 `" && echo ansible-tmp-1485343740.6-62497061119992="` echo $HOME/.ansible/tmp/ansible-tmp-1485343740.6-62497061119992 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpg2X74w TO /root/.ansible/tmp/ansible-tmp-1485343740.6-62497061119992/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343740.6-62497061119992/ /root/.ansible/tmp/ansible-tmp-1485343740.6-62497061119992/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343740.6-62497061119992/copy && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "96af6e533b53a598ce8f84415185ab8879f57a48", "dest": "/etc/ironic/rootwrap.conf", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/etc/ironic/rootwrap.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "mode": 420, "original_basename": null, "owner": "root", "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/opt/stack/ironic/etc/ironic/rootwrap.conf", "validate": null}}, "md5sum": "e27114011125e565a0bb4f360ee16868", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 936, "src": "/opt/stack/ironic/etc/ironic/rootwrap.conf", "state": "file", "uid": 0} TASK [bifrost-ironic-install : Copy rootwrap.d contents from ironic source folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:133 Wednesday 25 January 2017 03:29:00 -0800 (0:00:00.371) 0:04:27.642 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565 `" && echo ansible-tmp-1485343740.89-26331223131565="` echo $HOME/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpBDy6nI TO /root/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565/ /root/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343740.89-26331223131565/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["cp", "-r", "/opt/stack/ironic/etc/ironic/rootwrap.d/", "/etc/ironic/rootwrap.d"], "delta": "0:00:00.005133", "end": "2017-01-25 03:29:01.114336", "invocation": {"module_args": {"_raw_params": "cp -r \"/opt/stack/ironic/etc/ironic/rootwrap.d/\" \"/etc/ironic/rootwrap.d\"", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:01.109203", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Error if credentials are undefined.] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:19 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.356) 0:04:27.999 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Ensure service project is present] ************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:37 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.117) 0:04:28.117 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create service user for ironic] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:55 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.124) 0:04:28.242 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Associate ironic user to admin role] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:74 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.118) 0:04:28.361 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create keystone service record for ironic] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:91 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.129) 0:04:28.490 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check ironic admin endpoint exists] ************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:109 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.128) 0:04:28.619 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check ironic public endpoint exists] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:122 Wednesday 25 January 2017 03:29:01 -0800 (0:00:00.140) 0:04:28.759 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check ironic internal endpoint exists] ********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:135 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.142) 0:04:28.902 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create ironic admin endpoint] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:148 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.144) 0:04:29.046 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create ironic public endpoint] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:161 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.118) 0:04:29.165 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create ironic internal endpoint] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:174 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.119) 0:04:29.284 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create baremetal_admin role] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:187 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.124) 0:04:29.408 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create baremetal_observer role] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:202 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.174) 0:04:29.583 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create baremetal project] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:217 Wednesday 25 January 2017 03:29:02 -0800 (0:00:00.117) 0:04:29.701 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create bifrost user] **************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:235 Wednesday 25 January 2017 03:29:03 -0800 (0:00:00.124) 0:04:29.825 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Associate bifrost user with baremetal_admin] **** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup.yml:253 Wednesday 25 January 2017 03:29:03 -0800 (0:00:00.127) 0:04:29.953 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Update driver list if PXE drivers are enabled] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:16 Wednesday 25 January 2017 03:29:03 -0800 (0:00:00.124) 0:04:30.077 ***** ok: [127.0.0.1] => {"ansible_facts": {"enabled_drivers": "agent_ipmitool,agent_ilo,agent_ucs,pxe_amt,pxe_ssh,pxe_ipmitool,pxe_ilo"}, "changed": false, "invocation": {"module_args": {"enabled_drivers": "agent_ipmitool,agent_ilo,agent_ucs,pxe_amt,pxe_ssh,pxe_ipmitool,pxe_ilo"}, "module_name": "set_fact"}} TASK [bifrost-ironic-install : Create ironic config] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:20 Wednesday 25 January 2017 03:29:03 -0800 (0:00:00.177) 0:04:30.254 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873 `" && echo ansible-tmp-1485343743.54-1414959432873="` echo $HOME/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQp5rIo TO /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/ /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpjdG6Sy TO /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/ /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/source && sleep 0' <127.0.0.1> PUT /tmp/tmpX_JgSF TO /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/ /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "eadbe650158771591408b79a2e7b11b9a1bb9509", "dest": "/etc/ironic/ironic.conf", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/etc/ironic/ironic.conf", "directory_mode": null, "follow": true, "force": true, "group": "ironic", "mode": "0640", "original_basename": "ironic.conf.j2", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/source", "validate": null}}, "md5sum": "e6b2104c5e10e5a676e8292dd9f64535", "mode": "0640", "owner": "ironic", "secontext": "system_u:object_r:etc_t:s0", "size": 1449, "src": "/root/.ansible/tmp/ansible-tmp-1485343743.54-1414959432873/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Set sudoers for PXE driver support if enabled] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:27 Wednesday 25 January 2017 03:29:04 -0800 (0:00:00.762) 0:04:31.017 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601 `" && echo ansible-tmp-1485343744.36-98039645199601="` echo $HOME/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpv79kA1 TO /root/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601/lineinfile <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601/ /root/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601/lineinfile && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601/lineinfile; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343744.36-98039645199601/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"backup": "", "changed": false, "diff": [{"after": "", "after_header": "/etc/sudoers (content)", "before": "", "before_header": "/etc/sudoers (content)"}, {"after_header": "/etc/sudoers (file attributes)", "before_header": "/etc/sudoers (file attributes)"}], "invocation": {"module_args": {"backrefs": false, "backup": false, "content": null, "create": false, "delimiter": null, "dest": "/etc/sudoers", "directory_mode": null, "follow": false, "force": null, "group": null, "insertafter": null, "insertbefore": null, "line": "ironic ALL = (root) NOPASSWD: /usr/local/bin/ironic-rootwrap /etc/ironic/rootwrap.conf *", "mode": null, "owner": null, "regexp": "^ironic(.*)/etc/ironic/rootwrap.conf(.*)", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "validate": null}, "module_name": "lineinfile"}, "msg": ""} TASK [bifrost-ironic-install : Copy policy.json to /etc/ironic] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:143 Wednesday 25 January 2017 03:29:04 -0800 (0:00:00.465) 0:04:31.483 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343744.73-235671360604135 `" && echo ansible-tmp-1485343744.73-235671360604135="` echo $HOME/.ansible/tmp/ansible-tmp-1485343744.73-235671360604135 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpy7_dqD TO /root/.ansible/tmp/ansible-tmp-1485343744.73-235671360604135/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343744.73-235671360604135/ /root/.ansible/tmp/ansible-tmp-1485343744.73-235671360604135/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343744.73-235671360604135/copy && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "c82c908c2f2cf73346d5b1258c67b3a570638d68", "dest": "/etc/ironic/policy.json", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/etc/ironic/policy.json", "directory_mode": null, "follow": false, "force": true, "group": "ironic", "mode": 420, "original_basename": null, "owner": "ironic", "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/opt/stack/ironic/etc/ironic/policy.json", "validate": null}}, "md5sum": "80ff0c10121ba1a6cb98dfd9a2985148", "mode": "0644", "owner": "ironic", "secontext": "system_u:object_r:etc_t:s0", "size": 113, "src": "/opt/stack/ironic/etc/ironic/policy.json", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Create ironic DB Schema] ************************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:151 Wednesday 25 January 2017 03:29:05 -0800 (0:00:00.340) 0:04:31.823 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Upgrade ironic DB Schema] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:155 Wednesday 25 January 2017 03:29:05 -0800 (0:00:00.097) 0:04:31.920 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105 `" && echo ansible-tmp-1485343745.18-67990779852105="` echo $HOME/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpEcZS12 TO /root/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105/ /root/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343745.18-67990779852105/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["ironic-dbsync", "--config-file", "/etc/ironic/ironic.conf", "upgrade"], "delta": "0:00:07.292700", "end": "2017-01-25 03:29:12.673345", "invocation": {"module_args": {"_raw_params": "ironic-dbsync --config-file /etc/ironic/ironic.conf upgrade", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:05.380645", "stderr": "INFO [alembic.runtime.migration] Context impl MySQLImpl.\nINFO [alembic.runtime.migration] Will assume non-transactional DDL.", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Create libvirt group on RedHat/Centos] ********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml:16 Wednesday 25 January 2017 03:29:12 -0800 (0:00:07.655) 0:04:39.576 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979 `" && echo ansible-tmp-1485343752.85-166177714591979="` echo $HOME/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptt2GxA TO /root/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979/group <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979/ /root/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979/group && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979/group; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343752.85-166177714591979/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "gid": 992, "invocation": {"module_args": {"gid": null, "name": "libvirt", "state": "present", "system": false}, "module_name": "group"}, "name": "libvirt", "state": "present", "system": false} TASK [bifrost-ironic-install : Update libvirt configuration file on RedHat/CentOS so the libvirt group has access] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml:20 Wednesday 25 January 2017 03:29:13 -0800 (0:00:00.397) 0:04:39.974 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331 `" && echo ansible-tmp-1485343753.24-72636291390331="` echo $HOME/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpp1azWP TO /root/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331/lineinfile <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331/ /root/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331/lineinfile && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331/lineinfile; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343753.24-72636291390331/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"backup": "", "changed": false, "diff": [{"after": "", "after_header": "/etc/libvirt/libvirtd.conf (content)", "before": "", "before_header": "/etc/libvirt/libvirtd.conf (content)"}, {"after_header": "/etc/libvirt/libvirtd.conf (file attributes)", "before_header": "/etc/libvirt/libvirtd.conf (file attributes)"}], "invocation": {"module_args": {"backrefs": false, "backup": false, "content": null, "create": false, "delimiter": null, "dest": "/etc/libvirt/libvirtd.conf", "directory_mode": null, "follow": false, "force": null, "group": null, "insertafter": null, "insertbefore": null, "line": "unix_sock_group = \"libvirt\"", "mode": null, "owner": null, "regexp": "^unix_sock_group", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "validate": null}, "module_name": "lineinfile"}, "msg": ""} TASK [bifrost-ironic-install : Change libvirt authentication to none as RedHat/CentOS use polkit by default] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml:22 Wednesday 25 January 2017 03:29:13 -0800 (0:00:00.396) 0:04:40.371 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183 `" && echo ansible-tmp-1485343753.63-47393608258183="` echo $HOME/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpf_eJ6l TO /root/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183/lineinfile <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183/ /root/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183/lineinfile && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183/lineinfile; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343753.63-47393608258183/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"backup": "", "changed": false, "diff": [{"after": "", "after_header": "/etc/libvirt/libvirtd.conf (content)", "before": "", "before_header": "/etc/libvirt/libvirtd.conf (content)"}, {"after_header": "/etc/libvirt/libvirtd.conf (file attributes)", "before_header": "/etc/libvirt/libvirtd.conf (file attributes)"}], "invocation": {"module_args": {"backrefs": false, "backup": false, "content": null, "create": false, "delimiter": null, "dest": "/etc/libvirt/libvirtd.conf", "directory_mode": null, "follow": false, "force": null, "group": null, "insertafter": null, "insertbefore": null, "line": "auth_unix_rw = \"none\"", "mode": null, "owner": null, "regexp": "^auth_unix_rw", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "validate": null}, "module_name": "lineinfile"}, "msg": ""} TASK [bifrost-ironic-install : Change libvirt socket permissions to be restricted on RedHat/CentOS] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/redhat_libvirt_changes.yml:24 Wednesday 25 January 2017 03:29:13 -0800 (0:00:00.384) 0:04:40.755 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644 `" && echo ansible-tmp-1485343754.02-142994727263644="` echo $HOME/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmppFD4jQ TO /root/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644/lineinfile <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644/ /root/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644/lineinfile && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644/lineinfile; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343754.02-142994727263644/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"backup": "", "changed": false, "diff": [{"after": "", "after_header": "/etc/libvirt/libvirtd.conf (content)", "before": "", "before_header": "/etc/libvirt/libvirtd.conf (content)"}, {"after_header": "/etc/libvirt/libvirtd.conf (file attributes)", "before_header": "/etc/libvirt/libvirtd.conf (file attributes)"}], "invocation": {"module_args": {"backrefs": false, "backup": false, "content": null, "create": false, "delimiter": null, "dest": "/etc/libvirt/libvirtd.conf", "directory_mode": null, "follow": false, "force": null, "group": null, "insertafter": null, "insertbefore": null, "line": "unix_sock_rw_perms = \"0770\"", "mode": null, "owner": null, "regexp": "^unix_sock_rw_perms", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "present", "validate": null}, "module_name": "lineinfile"}, "msg": ""} TASK [bifrost-ironic-install : Add ironic user to virtualization group] ******** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:162 Wednesday 25 January 2017 03:29:14 -0800 (0:00:00.383) 0:04:41.139 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010 `" && echo ansible-tmp-1485343754.39-238671809631010="` echo $HOME/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp2NwNsH TO /root/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010/user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010/ /root/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010/user && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010/user; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343754.39-238671809631010/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"append": true, "changed": true, "comment": "", "group": 992, "home": "/home/ironic", "invocation": {"module_args": {"append": true, "comment": null, "createhome": true, "expires": null, "force": false, "generate_ssh_key": null, "group": "libvirt", "groups": null, "home": null, "login_class": null, "move_home": false, "name": "ironic", "non_unique": false, "password": null, "remove": false, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": "2048", "ssh_key_comment": "ansible-generated on pod4-jump.opnfv.local", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "update_password": "always"}, "module_name": "user"}, "move_home": false, "name": "ironic", "shell": "/bin/bash", "state": "present", "uid": 1001} TASK [bifrost-ironic-install : Defined ssh_private_key_path - Check to see if there is a file where the ssh_private_key_path is defined] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml:2 Wednesday 25 January 2017 03:29:14 -0800 (0:00:00.462) 0:04:41.601 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Defined ssh_private_key_path - Error if ssh_private_key_path is not valid] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml:6 Wednesday 25 January 2017 03:29:14 -0800 (0:00:00.150) 0:04:41.752 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Defined ssh_private_key_path - Read SSH private key in] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml:10 Wednesday 25 January 2017 03:29:15 -0800 (0:00:00.124) 0:04:41.876 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create SSH directory for ironic user] *********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:171 Wednesday 25 January 2017 03:29:15 -0800 (0:00:00.129) 0:04:42.005 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578 `" && echo ansible-tmp-1485343755.25-252306963750578="` echo $HOME/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHlcQjc TO /root/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578/ /root/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343755.25-252306963750578/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "path": "/home/ironic/.ssh"}, "before": {"group": 992, "path": "/home/ironic/.ssh"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 448, "original_basename": null, "owner": "ironic", "path": "/home/ironic/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0700", "owner": "ironic", "path": "/home/ironic/.ssh", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Set private key file] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:181 Wednesday 25 January 2017 03:29:15 -0800 (0:00:00.340) 0:04:42.346 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check for ironic user SSH key] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:192 Wednesday 25 January 2017 03:29:15 -0800 (0:00:00.101) 0:04:42.447 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086 `" && echo ansible-tmp-1485343755.69-195956127177086="` echo $HOME/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086 `" ) && sleep 0' PUT /tmp/tmpja2MG4 TO /root/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086/stat EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086/ /root/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086/stat && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343755.69-195956127177086/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1 -> localhost] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/home/ironic/.ssh/id_rsa"}, "module_name": "stat"}, "stat": {"atime": 1485341125.2210689, "checksum": "017a4a353100c8f7ad2dda22f7e99cae169088b8", "ctime": 1485343754.6980255, "dev": 2051, "exists": true, "gid": 992, "gr_name": "libvirt", "inode": 176423137, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "1bb3d483a74c4551ba20f9c9970b4b0a", "mode": "0600", "mtime": 1470732069.554335, "nlink": 1, "path": "/home/ironic/.ssh/id_rsa", "pw_name": "ironic", "rgrp": false, "roth": false, "rusr": true, "size": 1679, "uid": 1001, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [bifrost-ironic-install : Generate SSH key for ironic user] *************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:195 Wednesday 25 January 2017 03:29:15 -0800 (0:00:00.346) 0:04:42.794 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Set ownership on ironic SSH private key] ******** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:200 Wednesday 25 January 2017 03:29:16 -0800 (0:00:00.101) 0:04:42.895 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Set ownership on ironic SSH public key] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:211 Wednesday 25 January 2017 03:29:16 -0800 (0:00:00.095) 0:04:42.991 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Create authorized_keys file for ironic user] **** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:220 Wednesday 25 January 2017 03:29:16 -0800 (0:00:00.092) 0:04:43.084 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478 `" && echo ansible-tmp-1485343756.33-74558966719478="` echo $HOME/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpAETfAo TO /root/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478/ /root/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343756.33-74558966719478/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["cp", "-p", "/home/ironic/.ssh/id_rsa.pub", "/home/ironic/.ssh/authorized_keys"], "delta": "0:00:00.004793", "end": "2017-01-25 03:29:16.534797", "invocation": {"module_args": {"_raw_params": "cp -p /home/ironic/.ssh/id_rsa.pub /home/ironic/.ssh/authorized_keys", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:16.530004", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Create service folder if systemd template is defined] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:224 Wednesday 25 January 2017 03:29:16 -0800 (0:00:00.333) 0:04:43.417 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022 `" && echo ansible-tmp-1485343756.66-24580548917022="` echo $HOME/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp5Es41i TO /root/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022/ /root/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343756.66-24580548917022/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/usr/lib/systemd/system/"}, "before": {"path": "/usr/lib/systemd/system/"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": 493, "original_basename": null, "owner": null, "path": "/usr/lib/systemd/system/", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "root", "path": "/usr/lib/systemd/system/", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 20480, "state": "directory", "uid": 0} TASK [bifrost-ironic-install : MySQL - Create database] ************************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:16 Wednesday 25 January 2017 03:29:16 -0800 (0:00:00.356) 0:04:43.774 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031 `" && echo ansible-tmp-1485343757.05-144645697769031="` echo $HOME/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpSMtS7I TO /root/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031/mysql_db <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031/ /root/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031/mysql_db && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031/mysql_db; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343757.05-144645697769031/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "db": "inspector", "invocation": {"module_args": {"collation": "", "config_file": "/root/.my.cnf", "connect_timeout": 30, "encoding": "utf8", "login_host": "localhost", "login_password": null, "login_port": 3306, "login_unix_socket": null, "login_user": "root", "name": "inspector", "quick": true, "single_transaction": false, "ssl_ca": null, "ssl_cert": null, "ssl_key": null, "state": "present", "target": null}, "module_name": "mysql_db"}} TASK [bifrost-ironic-install : MySQL - Create user for inspector] ************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:24 Wednesday 25 January 2017 03:29:17 -0800 (0:00:00.432) 0:04:44.206 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124 `" && echo ansible-tmp-1485343757.48-78439422111124="` echo $HOME/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpa8cw0G TO /root/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124/mysql_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124/ /root/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124/mysql_user && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124/mysql_user; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343757.48-78439422111124/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"append_privs": false, "check_implicit_admin": false, "config_file": "/root/.my.cnf", "connect_timeout": 30, "encrypted": false, "host": "localhost", "host_all": false, "login_host": "localhost", "login_password": null, "login_port": 3306, "login_unix_socket": null, "login_user": "root", "name": "inspector", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "priv": "inspector.*:ALL", "sql_log_bin": true, "ssl_ca": null, "ssl_cert": null, "ssl_key": null, "state": "present", "update_password": "always", "user": "inspector"}, "module_name": "mysql_user"}, "user": "inspector"} TASK [bifrost-ironic-install : Inspector - Ensure /etc/ironic-inspector/ exists] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:32 Wednesday 25 January 2017 03:29:17 -0800 (0:00:00.406) 0:04:44.613 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672 `" && echo ansible-tmp-1485343757.88-83180295260672="` echo $HOME/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpwr2XO7 TO /root/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672/ /root/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343757.88-83180295260672/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic-inspector"}, "before": {"path": "/etc/ironic-inspector"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/ironic-inspector", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "original_basename": null, "owner": "ironic", "path": "/etc/ironic-inspector", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/etc/ironic-inspector", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Error if credentials are undefined.] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:19 Wednesday 25 January 2017 03:29:18 -0800 (0:00:00.377) 0:04:44.991 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Create service user for ironic-inspector] ******* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:36 Wednesday 25 January 2017 03:29:18 -0800 (0:00:00.204) 0:04:45.196 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Associate ironic_inspector user to admin role] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:55 Wednesday 25 January 2017 03:29:18 -0800 (0:00:00.198) 0:04:45.394 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create keystone service record for ironic-inspector] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:72 Wednesday 25 January 2017 03:29:18 -0800 (0:00:00.204) 0:04:45.599 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check ironic-inspector admin endpoint exists] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:90 Wednesday 25 January 2017 03:29:18 -0800 (0:00:00.204) 0:04:45.804 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check ironic-inspector public endpoint exists] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:103 Wednesday 25 January 2017 03:29:19 -0800 (0:00:00.231) 0:04:46.036 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Check ironic-inspector internal endpoint exists] task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:116 Wednesday 25 January 2017 03:29:19 -0800 (0:00:00.218) 0:04:46.255 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create ironic-inspector admin endpoint] ********* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:129 Wednesday 25 January 2017 03:29:19 -0800 (0:00:00.225) 0:04:46.481 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create ironic-inspector public endpoint] ******** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:145 Wednesday 25 January 2017 03:29:19 -0800 (0:00:00.199) 0:04:46.680 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create ironic-inspector internal endpoint] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:158 Wednesday 25 January 2017 03:29:20 -0800 (0:00:00.204) 0:04:46.885 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Create inspector_user user] ********************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:171 Wednesday 25 January 2017 03:29:20 -0800 (0:00:00.203) 0:04:47.088 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Associate inspector_user with baremetal_admin] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:189 Wednesday 25 January 2017 03:29:20 -0800 (0:00:00.203) 0:04:47.292 ***** skipping: [127.0.0.1] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [bifrost-ironic-install : Inspector - Place Configuration] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:44 Wednesday 25 January 2017 03:29:20 -0800 (0:00:00.187) 0:04:47.479 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649 `" && echo ansible-tmp-1485343760.77-246348893477649="` echo $HOME/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpgGZRxm TO /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/ /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpQSW5el TO /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/ /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343760.77-246348893477649/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic-inspector/inspector.conf"}, "before": {"path": "/etc/ironic-inspector/inspector.conf"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/ironic-inspector/inspector.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "ironic", "mode": "0740", "original_basename": "ironic-inspector.conf.j2", "owner": "ironic", "path": "/etc/ironic-inspector/inspector.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "mode": "0740", "owner": "ironic", "path": "/etc/ironic-inspector/inspector.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 428, "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Inspector - create data folder] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:51 Wednesday 25 January 2017 03:29:21 -0800 (0:00:00.644) 0:04:48.124 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035 `" && echo ansible-tmp-1485343761.4-251844237386035="` echo $HOME/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpMIOOSm TO /root/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035/ /root/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343761.4-251844237386035/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/opt/stack/ironic-inspector/var", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/opt/stack/ironic-inspector/var", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/opt/stack/ironic-inspector/var", "original_basename": null, "owner": "ironic", "path": "/opt/stack/ironic-inspector/var", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/opt/stack/ironic-inspector/var", "secontext": "system_u:object_r:usr_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Inspector - create log folder] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:58 Wednesday 25 January 2017 03:29:21 -0800 (0:00:00.392) 0:04:48.516 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518 `" && echo ansible-tmp-1485343761.79-68340880574518="` echo $HOME/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJuCa9B TO /root/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518/ /root/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343761.79-68340880574518/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/opt/stack/ironic-inspector/var/log", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/opt/stack/ironic-inspector/var/log", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/opt/stack/ironic-inspector/var/log", "original_basename": null, "owner": "ironic", "path": "/opt/stack/ironic-inspector/var/log", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/opt/stack/ironic-inspector/var/log", "secontext": "system_u:object_r:usr_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Upgrade inspector DB Schema] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:65 Wednesday 25 January 2017 03:29:22 -0800 (0:00:00.386) 0:04:48.903 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607 `" && echo ansible-tmp-1485343762.18-169868486728607="` echo $HOME/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpz__RBZ TO /root/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607/ /root/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343762.18-169868486728607/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "ironic-inspector-dbsync --config-file /etc/ironic-inspector/inspector.conf upgrade", "delta": "0:00:00.895734", "end": "2017-01-25 03:29:23.282636", "invocation": {"module_args": {"_raw_params": "ironic-inspector-dbsync --config-file /etc/ironic-inspector/inspector.conf upgrade", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:22.386902", "stderr": "INFO [alembic.runtime.migration] Context impl MySQLImpl.\nINFO [alembic.runtime.migration] Will assume non-transactional DDL.", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Inspector - Get ironic-inspector install location] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:69 Wednesday 25 January 2017 03:29:23 -0800 (0:00:01.304) 0:04:50.208 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403 `" && echo ansible-tmp-1485343763.48-231066042762403="` echo $HOME/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpw2VLO2 TO /root/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403/ /root/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343763.48-231066042762403/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "echo $(dirname $(which ironic-inspector))", "delta": "0:00:00.009420", "end": "2017-01-25 03:29:23.693899", "invocation": {"module_args": {"_raw_params": "echo $(dirname $(which ironic-inspector))", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:23.684479", "stderr": "", "stdout": "/bin", "stdout_lines": ["/bin"], "warnings": []} TASK [bifrost-ironic-install : Inspector - Place service] ********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:73 Wednesday 25 January 2017 03:29:23 -0800 (0:00:00.414) 0:04:50.622 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237 `" && echo ansible-tmp-1485343764.74-131932329720237="` echo $HOME/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJTEamW TO /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/ /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpcbfc2b TO /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/ /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343764.74-131932329720237/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item={u'username': u'ironic', u'service_name': u'ironic-inspector', u'args': u'--config-file /etc/ironic-inspector/inspector.conf', u'service_path': u'/bin'}) => {"changed": false, "diff": {"after": {"path": "/usr/lib/systemd/system/ironic-inspector.service"}, "before": {"path": "/usr/lib/systemd/system/ironic-inspector.service"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/usr/lib/systemd/system/ironic-inspector.service", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": null, "original_basename": "systemd_template.j2", "owner": "root", "path": "/usr/lib/systemd/system/ironic-inspector.service", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "item": {"args": "--config-file /etc/ironic-inspector/inspector.conf", "service_name": "ironic-inspector", "service_path": "/bin", "username": "ironic"}, "mode": "0644", "owner": "root", "path": "/usr/lib/systemd/system/ironic-inspector.service", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 219, "state": "file", "uid": 0} TASK [bifrost-ironic-install : Inspector - Explicitly permit TCP/5050 for ironic-inspector callback] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:77 Wednesday 25 January 2017 03:29:25 -0800 (0:00:01.459) 0:04:52.082 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450 `" && echo ansible-tmp-1485343765.35-65845444449450="` echo $HOME/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpbwRVFZ TO /root/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450/ /root/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343765.35-65845444449450/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["iptables", "-I", "INPUT", "-p", "tcp", "--dport", "5050", "-i", "virbr0", "-j", "ACCEPT"], "delta": "0:00:00.013500", "end": "2017-01-25 03:29:25.574199", "invocation": {"module_args": {"_raw_params": "iptables -I INPUT -p tcp --dport 5050 -i virbr0 -j ACCEPT", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:25.560699", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Get ironic-api & ironic-conductor install location] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:233 Wednesday 25 January 2017 03:29:25 -0800 (0:00:00.411) 0:04:52.494 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760 `" && echo ansible-tmp-1485343765.75-9149289346760="` echo $HOME/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIYVKiJ TO /root/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760/ /root/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 VIRTUAL_ENV='"'"''"'"' LC_MESSAGES=en_US.UTF-8 http_proxy='"'"''"'"' pydoc='"'"'python -m pydoc'"'"' https_proxy='"'"''"'"' PATH=/bin:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin LC_ALL=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343765.75-9149289346760/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "echo $(dirname $(which ironic-api))", "delta": "0:00:00.010240", "end": "2017-01-25 03:29:25.968759", "invocation": {"module_args": {"_raw_params": "echo $(dirname $(which ironic-api))", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:25.958519", "stderr": "", "stdout": "/bin", "stdout_lines": ["/bin"], "warnings": []} TASK [bifrost-ironic-install : Set permissions for /var/lib/ironic for the ironic user] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:237 Wednesday 25 January 2017 03:29:26 -0800 (0:00:00.372) 0:04:52.866 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764 `" && echo ansible-tmp-1485343766.95-42665224462764="` echo $HOME/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpnsQC55 TO /root/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764/ /root/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343766.95-42665224462764/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item=/var/lib/ironic) => {"changed": false, "diff": {"after": {"path": "/var/lib/ironic"}, "before": {"path": "/var/lib/ironic"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 488, "original_basename": null, "owner": "ironic", "path": "/var/lib/ironic", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/var/lib/ironic", "mode": "0750", "owner": "ironic", "path": "/var/lib/ironic", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622 `" && echo ansible-tmp-1485343768.04-109132649542622="` echo $HOME/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpiA35sE TO /root/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622/ /root/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343768.04-109132649542622/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item=/var/lib/ironic/images) => {"changed": false, "diff": {"after": {"path": "/var/lib/ironic/images"}, "before": {"path": "/var/lib/ironic/images"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 488, "original_basename": null, "owner": "ironic", "path": "/var/lib/ironic/images", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/var/lib/ironic/images", "mode": "0750", "owner": "ironic", "path": "/var/lib/ironic/images", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Place ironic services] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:247 Wednesday 25 January 2017 03:29:28 -0800 (0:00:02.289) 0:04:55.156 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692 `" && echo ansible-tmp-1485343769.24-182078873868692="` echo $HOME/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpXsyxeQ TO /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/ /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpcZ0k3p TO /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/ /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343769.24-182078873868692/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item={u'username': u'ironic', u'service_name': u'ironic-api', u'args': u'--config-file /etc/ironic/ironic.conf', u'service_path': u'/bin'}) => {"changed": false, "diff": {"after": {"path": "/usr/lib/systemd/system/ironic-api.service"}, "before": {"path": "/usr/lib/systemd/system/ironic-api.service"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/usr/lib/systemd/system/ironic-api.service", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": null, "original_basename": "systemd_template.j2", "owner": "root", "path": "/usr/lib/systemd/system/ironic-api.service", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "item": {"args": "--config-file /etc/ironic/ironic.conf", "service_name": "ironic-api", "service_path": "/bin", "username": "ironic"}, "mode": "0644", "owner": "root", "path": "/usr/lib/systemd/system/ironic-api.service", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 188, "state": "file", "uid": 0} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760 `" && echo ansible-tmp-1485343770.55-269153715014760="` echo $HOME/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpynZRXl TO /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/ /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpDlruw9 TO /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/ /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343770.55-269153715014760/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item={u'username': u'ironic', u'service_name': u'ironic-conductor', u'args': u'--config-file /etc/ironic/ironic.conf', u'service_path': u'/bin'}) => {"changed": false, "diff": {"after": {"path": "/usr/lib/systemd/system/ironic-conductor.service"}, "before": {"path": "/usr/lib/systemd/system/ironic-conductor.service"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/usr/lib/systemd/system/ironic-conductor.service", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": null, "original_basename": "systemd_template.j2", "owner": "root", "path": "/usr/lib/systemd/system/ironic-conductor.service", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "item": {"args": "--config-file /etc/ironic/ironic.conf", "service_name": "ironic-conductor", "service_path": "/bin", "username": "ironic"}, "mode": "0644", "owner": "root", "path": "/usr/lib/systemd/system/ironic-conductor.service", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 206, "state": "file", "uid": 0} TASK [bifrost-ironic-install : Set up PXE and iPXE folders] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:16 Wednesday 25 January 2017 03:29:31 -0800 (0:00:02.704) 0:04:57.860 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727 `" && echo ansible-tmp-1485343771.97-278455993482727="` echo $HOME/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp96E2Jd TO /root/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727/ /root/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343771.97-278455993482727/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/tftpboot) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/tftpboot"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/tftpboot", "original_basename": null, "owner": "ironic", "path": "/tftpboot", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/tftpboot", "mode": "0755", "owner": "ironic", "path": "/tftpboot", "secontext": "system_u:object_r:root_t:s0", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400 `" && echo ansible-tmp-1485343773.09-197638889957400="` echo $HOME/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp2dyErF TO /root/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400/ /root/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343773.09-197638889957400/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/tftpboot/pxelinux.cfg) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/tftpboot/pxelinux.cfg", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot/pxelinux.cfg", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/tftpboot/pxelinux.cfg", "original_basename": null, "owner": "ironic", "path": "/tftpboot/pxelinux.cfg", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/tftpboot/pxelinux.cfg", "mode": "0755", "owner": "ironic", "path": "/tftpboot/pxelinux.cfg", "secontext": "system_u:object_r:root_t:s0", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279 `" && echo ansible-tmp-1485343774.01-64452149293279="` echo $HOME/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpqJanqE TO /root/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279/ /root/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343774.01-64452149293279/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/httpboot) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/httpboot"}, "before": {"group": 0, "owner": 0, "path": "/httpboot"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/httpboot", "original_basename": null, "owner": "ironic", "path": "/httpboot", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/httpboot", "mode": "0755", "owner": "ironic", "path": "/httpboot", "secontext": "system_u:object_r:root_t:s0", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277 `" && echo ansible-tmp-1485343774.88-58438710980277="` echo $HOME/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptnoJGn TO /root/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277/ /root/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343774.88-58438710980277/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/httpboot/pxelinux.cfg) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/httpboot/pxelinux.cfg", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/httpboot/pxelinux.cfg", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/httpboot/pxelinux.cfg", "original_basename": null, "owner": "ironic", "path": "/httpboot/pxelinux.cfg", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/httpboot/pxelinux.cfg", "mode": "0755", "owner": "ironic", "path": "/httpboot/pxelinux.cfg", "secontext": "system_u:object_r:root_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Place tftpd map-file] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:24 Wednesday 25 January 2017 03:29:35 -0800 (0:00:04.189) 0:05:02.050 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826 `" && echo ansible-tmp-1485343775.31-14170405483826="` echo $HOME/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmprQ78WH TO /root/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826/ /root/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343775.31-14170405483826/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879 `" && echo ansible-tmp-1485343775.51-24933846770879="` echo $HOME/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879 `" ) && sleep 0' <127.0.0.1> PUT /opt/bifrost/playbooks/roles/bifrost-ironic-install/files/tftpboot-map-file TO /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/ /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/source && sleep 0' <127.0.0.1> PUT /tmp/tmpdqWhvJ TO /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/ /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/copy; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "f36706d01b2b48807ea7ff5f6b2de88d24b1084e", "dest": "/tftpboot/map-file", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tftpboot/map-file", "directory_mode": null, "follow": false, "force": true, "group": "ironic", "mode": null, "original_basename": "tftpboot-map-file", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/source", "validate": null}}, "md5sum": "85c611da0829993174e39adff0c80cd8", "mode": "0644", "owner": "ironic", "secontext": "system_u:object_r:tftpdir_t:s0", "size": 52, "src": "/root/.ansible/tmp/ansible-tmp-1485343775.51-24933846770879/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Disable service tftp] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:27 Wednesday 25 January 2017 03:29:35 -0800 (0:00:00.602) 0:05:02.653 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914 `" && echo ansible-tmp-1485343775.91-239502557329914="` echo $HOME/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpctOBiJ TO /root/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914/ /root/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343775.91-239502557329914/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "enabled": false, "invocation": {"module_args": {"arguments": "", "enabled": false, "name": "tftp", "pattern": null, "runlevel": "default", "sleep": null, "state": "stopped"}, "module_name": "service"}, "name": "tftp", "state": "stopped"} TASK [bifrost-ironic-install : Set pxelinux.0 source (for Ubuntu >=14.10)] ***** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:30 Wednesday 25 January 2017 03:29:36 -0800 (0:00:00.573) 0:05:03.226 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Determine if pxelinux.0 is in place] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:35 Wednesday 25 January 2017 03:29:36 -0800 (0:00:00.139) 0:05:03.366 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939 `" && echo ansible-tmp-1485343776.62-28317478226939="` echo $HOME/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpctfPou TO /root/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939/ /root/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343776.62-28317478226939/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/tftpboot/pxelinux.0"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-ironic-install : Place pxelinux.0] ******************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:39 Wednesday 25 January 2017 03:29:36 -0800 (0:00:00.391) 0:05:03.757 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343777.03-46224707457254 `" && echo ansible-tmp-1485343777.03-46224707457254="` echo $HOME/.ansible/tmp/ansible-tmp-1485343777.03-46224707457254 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp9miyf5 TO /root/.ansible/tmp/ansible-tmp-1485343777.03-46224707457254/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343777.03-46224707457254/ /root/.ansible/tmp/ansible-tmp-1485343777.03-46224707457254/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343777.03-46224707457254/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "d5e3670ef04b1ac5a044f395942993a59f7c9b4c", "dest": "/tftpboot/pxelinux.0", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tftpboot/pxelinux.0", "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "original_basename": null, "owner": null, "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/var/lib/tftpboot/pxelinux.0", "validate": null}}, "md5sum": "35801c7b107e742eb948a715af27b214", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tftpdir_t:s0", "size": 26771, "src": "/var/lib/tftpboot/pxelinux.0", "state": "file", "uid": 0} TASK [bifrost-ironic-install : Place boot.ipxe helper script /etc/ironic] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:43 Wednesday 25 January 2017 03:29:37 -0800 (0:00:00.399) 0:05:04.157 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552 `" && echo ansible-tmp-1485343777.41-127098091338552="` echo $HOME/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_gTlGP TO /root/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552/ /root/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343777.41-127098091338552/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035 `" && echo ansible-tmp-1485343777.64-131821727320035="` echo $HOME/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYwdMhE TO /root/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035/ /root/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343777.64-131821727320035/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "857e243677f7d26a01996189a635c97a6e8d38a3", "dest": "/etc/ironic/boot.ipxe", "diff": {"after": {"path": "/etc/ironic/boot.ipxe"}, "before": {"path": "/etc/ironic/boot.ipxe"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/ironic/boot.ipxe", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0744", "original_basename": "boot.ipxe", "owner": "ironic", "path": "/etc/ironic/boot.ipxe", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "boot.ipxe", "state": null, "validate": null}}, "mode": "0744", "owner": "ironic", "path": "/etc/ironic/boot.ipxe", "secontext": "system_u:object_r:etc_t:s0", "size": 395, "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Pre-stage boot.ipxe into /httpboot/] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:46 Wednesday 25 January 2017 03:29:37 -0800 (0:00:00.605) 0:05:04.763 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404 `" && echo ansible-tmp-1485343778.01-236418670345404="` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmppdQVHU TO /root/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404/ /root/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343778.01-236418670345404/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157 `" && echo ansible-tmp-1485343778.23-33826758221157="` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157 `" ) && sleep 0' <127.0.0.1> PUT /opt/bifrost/playbooks/roles/bifrost-ironic-install/files/boot.ipxe TO /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/ /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/source && sleep 0' <127.0.0.1> PUT /tmp/tmpQ0TaVg TO /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/ /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/copy; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "857e243677f7d26a01996189a635c97a6e8d38a3", "dest": "/httpboot/boot.ipxe", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/httpboot/boot.ipxe", "directory_mode": null, "follow": false, "force": true, "group": "ironic", "mode": "0744", "original_basename": "boot.ipxe", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/source", "validate": null}}, "md5sum": "eb7b7622b93d2a7a40ce1576e2b0ea74", "mode": "0744", "owner": "ironic", "secontext": "system_u:object_r:httpd_sys_content_t:s0", "size": 395, "src": "/root/.ansible/tmp/ansible-tmp-1485343778.23-33826758221157/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Place tftp config file] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:49 Wednesday 25 January 2017 03:29:38 -0800 (0:00:00.608) 0:05:05.372 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751 `" && echo ansible-tmp-1485343778.63-187116054063751="` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpKKjcfU TO /root/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751/ /root/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343778.63-187116054063751/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214 `" && echo ansible-tmp-1485343778.85-113104949915214="` echo $HOME/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpknVOKG TO /root/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214/ /root/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343778.85-113104949915214/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "7b06e4a42e8cd8effe6abc2acc9e1c264562f95a", "dest": "/etc/xinetd.d/tftp", "diff": {"after": {"path": "/etc/xinetd.d/tftp"}, "before": {"path": "/etc/xinetd.d/tftp"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/xinetd.d/tftp", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "original_basename": "xinetd.tftp", "owner": null, "path": "/etc/xinetd.d/tftp", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "xinetd.tftp", "state": null, "validate": null}}, "mode": "0644", "owner": "root", "path": "/etc/xinetd.d/tftp", "secontext": "system_u:object_r:tftpd_etc_t:s0", "size": 430, "state": "file", "uid": 0} TASK [bifrost-ironic-install : Create /usr/share/ipxe/] ************************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml:16 Wednesday 25 January 2017 03:29:39 -0800 (0:00:00.591) 0:05:05.964 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Get ipxe files] ********************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml:24 Wednesday 25 January 2017 03:29:39 -0800 (0:00:00.178) 0:05:06.143 ***** skipping: [127.0.0.1] => (item=undionly.kpxe) => {"changed": false, "item": "undionly.kpxe", "skip_reason": "Conditional check failed", "skipped": true} skipping: [127.0.0.1] => (item=ipxe.lkrn) => {"changed": false, "item": "ipxe.lkrn", "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Copy iPXE image into place] ********************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:56 Wednesday 25 January 2017 03:29:41 -0800 (0:00:01.731) 0:05:07.875 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343781.14-209370366892421 `" && echo ansible-tmp-1485343781.14-209370366892421="` echo $HOME/.ansible/tmp/ansible-tmp-1485343781.14-209370366892421 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpArKRUC TO /root/.ansible/tmp/ansible-tmp-1485343781.14-209370366892421/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343781.14-209370366892421/ /root/.ansible/tmp/ansible-tmp-1485343781.14-209370366892421/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343781.14-209370366892421/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "6bfc7d94ea6aabc3190828c80c8583289f346133", "dest": "/tftpboot/undionly.kpxe", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tftpboot/undionly.kpxe", "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "original_basename": null, "owner": null, "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/usr/share/ipxe//undionly.kpxe", "validate": null}}, "md5sum": "05cc1f9f43670f10b1a10594f2ae625f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tftpdir_t:s0", "size": 66102, "src": "/usr/share/ipxe//undionly.kpxe", "state": "file", "uid": 0} TASK [bifrost-ironic-install : Copy full iPXE image into /httpboot] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:60 Wednesday 25 January 2017 03:29:41 -0800 (0:00:00.390) 0:05:08.265 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343781.52-261061391632331 `" && echo ansible-tmp-1485343781.52-261061391632331="` echo $HOME/.ansible/tmp/ansible-tmp-1485343781.52-261061391632331 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpdT1dKL TO /root/.ansible/tmp/ansible-tmp-1485343781.52-261061391632331/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343781.52-261061391632331/ /root/.ansible/tmp/ansible-tmp-1485343781.52-261061391632331/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343781.52-261061391632331/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "57ed4987f1059b7e0f0e45d1fd5b9a81db825f28", "dest": "/httpboot/ipxe.lkrn", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/httpboot/ipxe.lkrn", "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "original_basename": null, "owner": null, "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/usr/share/ipxe//ipxe.lkrn", "validate": null}}, "md5sum": "8db38f6968f13f3db81fcc2e210b06c1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:httpd_sys_content_t:s0", "size": 300059, "src": "/usr/share/ipxe//ipxe.lkrn", "state": "file", "uid": 0} TASK [bifrost-ironic-install : Copy full iPXE image into /tftpboot] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:63 Wednesday 25 January 2017 03:29:41 -0800 (0:00:00.365) 0:05:08.631 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343781.89-5565175420514 `" && echo ansible-tmp-1485343781.89-5565175420514="` echo $HOME/.ansible/tmp/ansible-tmp-1485343781.89-5565175420514 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpqaS6wN TO /root/.ansible/tmp/ansible-tmp-1485343781.89-5565175420514/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343781.89-5565175420514/ /root/.ansible/tmp/ansible-tmp-1485343781.89-5565175420514/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343781.89-5565175420514/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "57ed4987f1059b7e0f0e45d1fd5b9a81db825f28", "dest": "/tftpboot/ipxe.lkrn", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tftpboot/ipxe.lkrn", "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "original_basename": null, "owner": null, "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/usr/share/ipxe//ipxe.lkrn", "validate": null}}, "md5sum": "8db38f6968f13f3db81fcc2e210b06c1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tftpdir_t:s0", "size": 300059, "src": "/usr/share/ipxe//ipxe.lkrn", "state": "file", "uid": 0} TASK [bifrost-ironic-install : Determine if folder exists, else create and populate folder.] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:67 Wednesday 25 January 2017 03:29:42 -0800 (0:00:00.387) 0:05:09.018 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412 `" && echo ansible-tmp-1485343782.27-263183481881412="` echo $HOME/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUrrEp6 TO /root/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412/ /root/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343782.27-263183481881412/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/tftpboot/master_images"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-ironic-install : Create master_images folder] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:71 Wednesday 25 January 2017 03:29:42 -0800 (0:00:00.380) 0:05:09.399 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024 `" && echo ansible-tmp-1485343782.66-267864528981024="` echo $HOME/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIsBffm TO /root/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024/ /root/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343782.66-267864528981024/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/tftpboot/master_images", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot/master_images", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": null, "name": "/tftpboot/master_images", "original_basename": null, "owner": "ironic", "path": "/tftpboot/master_images", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/tftpboot/master_images", "secontext": "system_u:object_r:root_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Inspector - Place default tftp boot file in /httpboot/pxelinux.cfg/] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:75 Wednesday 25 January 2017 03:29:42 -0800 (0:00:00.398) 0:05:09.798 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604 `" && echo ansible-tmp-1485343783.09-173379201422604="` echo $HOME/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpmxllzE TO /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/ /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/stat && sleep 0' <127.0.0.1> PUT /tmp/tmp2FlZ54 TO /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/ /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/source && sleep 0' <127.0.0.1> PUT /tmp/tmp9YXy5E TO /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/ /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "05054af99d8270420ee8cf7e21db9ef4cb05798d", "dest": "/httpboot/pxelinux.cfg/default", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/httpboot/pxelinux.cfg/default", "directory_mode": null, "follow": true, "force": true, "group": "ironic", "mode": null, "original_basename": "inspector-default-boot-ipxe.j2", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/source", "validate": null}}, "md5sum": "eb87511c036405f568359db52323aa22", "mode": "0644", "owner": "ironic", "secontext": "system_u:object_r:httpd_sys_content_t:s0", "size": 346, "src": "/root/.ansible/tmp/ansible-tmp-1485343783.09-173379201422604/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Setup Inventory Hosts Directory] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:258 Wednesday 25 January 2017 03:29:43 -0800 (0:00:00.653) 0:05:10.451 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Setup Inventory DHCP Hosts Directory] *********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:266 Wednesday 25 January 2017 03:29:43 -0800 (0:00:00.092) 0:05:10.544 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Deploy dnsmasq configuration file] ************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:274 Wednesday 25 January 2017 03:29:43 -0800 (0:00:00.092) 0:05:10.636 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172 `" && echo ansible-tmp-1485343783.95-216279683598172="` echo $HOME/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpa8UvoN TO /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/ /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpoxph2d TO /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/ /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343783.95-216279683598172/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/dnsmasq.conf"}, "before": {"path": "/etc/dnsmasq.conf"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/dnsmasq.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "original_basename": "dnsmasq.conf.j2", "owner": null, "path": "/etc/dnsmasq.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "mode": "0644", "owner": "root", "path": "/etc/dnsmasq.conf", "secontext": "system_u:object_r:dnsmasq_etc_t:s0", "size": 2654, "state": "file", "uid": 0} TASK [bifrost-ironic-install : Look for libvirt dnsmasq config] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:279 Wednesday 25 January 2017 03:29:44 -0800 (0:00:00.635) 0:05:11.272 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545 `" && echo ansible-tmp-1485343784.57-78651837006545="` echo $HOME/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpK9i9VY TO /root/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545/ /root/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343784.57-78651837006545/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/etc/dnsmasq.d/libvirt-bin"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-ironic-install : Disable libvirt dnsmasq config] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:283 Wednesday 25 January 2017 03:29:44 -0800 (0:00:00.440) 0:05:11.712 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Enable IP forwarding in sysctl] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:291 Wednesday 25 January 2017 03:29:44 -0800 (0:00:00.096) 0:05:11.809 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605 `" && echo ansible-tmp-1485343785.14-233825014372605="` echo $HOME/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpdil5Fz TO /root/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605/sysctl <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605/ /root/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605/sysctl && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605/sysctl; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343785.14-233825014372605/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"ignoreerrors": false, "name": "net.ipv4.ip_forward", "reload": true, "state": "present", "sysctl_file": "/etc/sysctl.conf", "sysctl_set": true, "value": "1"}, "module_name": "sysctl"}} TASK [bifrost-ironic-install : Look for sgabios in /usr/share/sgabios/] ******** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:301 Wednesday 25 January 2017 03:29:45 -0800 (0:00:00.437) 0:05:12.247 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836 `" && echo ansible-tmp-1485343785.49-138576371535836="` echo $HOME/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmprCMTtv TO /root/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836/ /root/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343785.49-138576371535836/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/usr/share/sgabios//sgabios.bin"}, "module_name": "stat"}, "stat": {"atime": 1485337055.7941363, "checksum": "3fd9d481465cd69a92d6955d2ab0dfe88c164dab", "ctime": 1465609706.737172, "dev": 2051, "exists": true, "gid": 0, "gr_name": "root", "inode": 130810882, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "bfec44555ca3f3fb54666179cfe4bc97", "mode": "0644", "mtime": 1402349628.0, "nlink": 1, "path": "/usr/share/sgabios//sgabios.bin", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [bifrost-ironic-install : Look for sgabios in /usr/share/misc] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:304 Wednesday 25 January 2017 03:29:45 -0800 (0:00:00.346) 0:05:12.593 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397 `" && echo ansible-tmp-1485343785.84-191919978123397="` echo $HOME/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp9gi6iI TO /root/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397/ /root/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343785.84-191919978123397/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/usr/share/misc/sgabios.bin"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-ironic-install : Place sgabios.bin] ****************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:307 Wednesday 25 January 2017 03:29:46 -0800 (0:00:00.335) 0:05:12.929 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Deploy nginx configuration file for serving HTTP requests] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:313 Wednesday 25 January 2017 03:29:46 -0800 (0:00:00.092) 0:05:13.021 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491 `" && echo ansible-tmp-1485343786.27-150174380876491="` echo $HOME/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpxyjGZ9 TO /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/ /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpFqLJEZ TO /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/ /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1485343786.27-150174380876491/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/nginx/nginx.conf"}, "before": {"path": "/etc/nginx/nginx.conf"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/nginx/nginx.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": null, "mode": null, "original_basename": "nginx.conf.j2", "owner": null, "path": "/etc/nginx/nginx.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "mode": "0644", "owner": "root", "path": "/etc/nginx/nginx.conf", "secontext": "system_u:object_r:httpd_config_t:s0", "size": 722, "state": "file", "uid": 0} TASK [bifrost-ironic-install : Test if IPA kernel is present] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:18 Wednesday 25 January 2017 03:29:46 -0800 (0:00:00.567) 0:05:13.589 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038 `" && echo ansible-tmp-1485343786.86-86779939178038="` echo $HOME/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJi0PbV TO /root/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038/ /root/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343786.86-86779939178038/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/httpboot/ipa.vmlinuz"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-ironic-install : Download IPA kernel] **************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:22 Wednesday 25 January 2017 03:29:47 -0800 (0:00:00.402) 0:05:13.992 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676 `" && echo ansible-tmp-1485343787.37-62097207558676="` echo $HOME/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp9jrdMc TO /root/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676/get_url <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676/ /root/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676/get_url && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676/get_url; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343787.37-62097207558676/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum_dest": null, "checksum_src": "1a936929b57a8d3f1ccc378d241103c5f1b93097", "dest": "/httpboot/ipa.vmlinuz", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "checksum": "", "content": null, "delimiter": null, "dest": "/httpboot/ipa.vmlinuz", "directory_mode": null, "follow": false, "force": false, "force_basic_auth": false, "group": null, "headers": null, "http_agent": "ansible-httpget", "mode": null, "owner": null, "path": "/httpboot/ipa.vmlinuz", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "sha256sum": "", "src": null, "timeout": 300, "tmp_dest": "", "url": "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-master.vmlinuz", "url_password": null, "url_username": null, "use_proxy": true, "validate_certs": true}, "module_name": "get_url"}, "md5sum": "8bffc2d4ca84e7b6d1310fef7b8c6ddc", "mode": "0644", "msg": "OK (3807184 bytes)", "owner": "root", "secontext": "system_u:object_r:root_t:s0", "size": 3807184, "src": "/tmp/tmpuWS6QR", "state": "file", "uid": 0, "url": "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-master.vmlinuz"} TASK [bifrost-ironic-install : Test if IPA image is present] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:26 Wednesday 25 January 2017 03:29:49 -0800 (0:00:02.122) 0:05:16.114 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432 `" && echo ansible-tmp-1485343789.39-53067155970432="` echo $HOME/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpCM6iII TO /root/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432/ /root/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343789.39-53067155970432/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/httpboot/ipa.initramfs"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-ironic-install : Download IPA image] ***************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:30 Wednesday 25 January 2017 03:29:49 -0800 (0:00:00.414) 0:05:16.529 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669 `" && echo ansible-tmp-1485343789.81-126684537717669="` echo $HOME/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpPjMd91 TO /root/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669/get_url <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669/ /root/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669/get_url && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669/get_url; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343789.81-126684537717669/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum_dest": null, "checksum_src": "6b0537a67e6aa6ef692dc73ae8c7478932b9410b", "dest": "/httpboot/ipa.initramfs", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "checksum": "", "content": null, "delimiter": null, "dest": "/httpboot/ipa.initramfs", "directory_mode": null, "follow": false, "force": false, "force_basic_auth": false, "group": null, "headers": null, "http_agent": "ansible-httpget", "mode": null, "owner": null, "path": "/httpboot/ipa.initramfs", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "sha256sum": "", "src": null, "timeout": 300, "tmp_dest": "", "url": "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-master.gz", "url_password": null, "url_username": null, "use_proxy": true, "validate_certs": true}, "module_name": "get_url"}, "md5sum": "19aca423c570952ed53b9cf8cfe10568", "mode": "0644", "msg": "OK (39906386 bytes)", "owner": "root", "secontext": "system_u:object_r:root_t:s0", "size": 39906386, "src": "/tmp/tmpgk_HjP", "state": "file", "uid": 0, "url": "https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-master.gz"} TASK [bifrost-ironic-install : Download cirros to use for deployment if requested] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:318 Wednesday 25 January 2017 03:29:56 -0800 (0:00:06.340) 0:05:22.869 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : "Explicitly permit nginx port (TCP) for file downloads from nodes to be provisioned"] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:323 Wednesday 25 January 2017 03:29:56 -0800 (0:00:00.093) 0:05:22.962 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670 `" && echo ansible-tmp-1485343796.21-10362042163670="` echo $HOME/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4uHjx5 TO /root/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670/ /root/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343796.21-10362042163670/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["iptables", "-I", "INPUT", "-p", "tcp", "--dport", "8080", "-i", "virbr0", "-j", "ACCEPT"], "delta": "0:00:00.010415", "end": "2017-01-25 03:29:56.429051", "invocation": {"module_args": {"_raw_params": "iptables -I INPUT -p tcp --dport 8080 -i virbr0 -j ACCEPT", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:56.418636", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Explicitly permit TCP/6385 for IPA callback] **** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:329 Wednesday 25 January 2017 03:29:56 -0800 (0:00:00.351) 0:05:23.313 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695 `" && echo ansible-tmp-1485343796.56-107509367201695="` echo $HOME/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJ_P54t TO /root/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695/ /root/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343796.56-107509367201695/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["iptables", "-I", "INPUT", "-p", "tcp", "--dport", "6385", "-i", "virbr0", "-j", "ACCEPT"], "delta": "0:00:00.010739", "end": "2017-01-25 03:29:56.775269", "invocation": {"module_args": {"_raw_params": "iptables -I INPUT -p tcp --dport 6385 -i virbr0 -j ACCEPT", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:56.764530", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Explicitly allow nginx and IPA port (TCP) on selinux] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:333 Wednesday 25 January 2017 03:29:56 -0800 (0:00:00.351) 0:05:23.665 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Add proper context on created data for http_boot] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:340 Wednesday 25 January 2017 03:29:56 -0800 (0:00:00.093) 0:05:23.758 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Copy ironic policy file to temporary directory] * task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:343 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.092) 0:05:23.850 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Check ironic policy module] ********************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:348 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.093) 0:05:23.943 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Package ironic policy module] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:351 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.092) 0:05:24.036 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Include ironic policy module] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:354 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.098) 0:05:24.134 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Enable ironic policy module] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:357 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.099) 0:05:24.234 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Configure remote logging] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:361 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.082) 0:05:24.316 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Make directory for collected logs] ************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:364 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.092) 0:05:24.409 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Configure collecting logs from baremetal nodes] * task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:372 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.093) 0:05:24.502 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Configure logrotate for remote logs] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:375 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.093) 0:05:24.595 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Reload systemd configuration] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:16 Wednesday 25 January 2017 03:29:57 -0800 (0:00:00.092) 0:05:24.688 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756 `" && echo ansible-tmp-1485343797.93-67964858541756="` echo $HOME/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpID2YSh TO /root/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756/ /root/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343797.93-67964858541756/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["systemctl", "daemon-reload"], "delta": "0:00:00.115813", "end": "2017-01-25 03:29:58.258364", "invocation": {"module_args": {"_raw_params": "systemctl daemon-reload", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:29:58.142551", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Ensure rsyslog is running with current config] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:20 Wednesday 25 January 2017 03:29:58 -0800 (0:00:00.464) 0:05:25.153 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Start database service] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:24 Wednesday 25 January 2017 03:29:58 -0800 (0:00:00.098) 0:05:25.251 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594 `" && echo ansible-tmp-1485343798.5-109701372724594="` echo $HOME/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptAtu4o TO /root/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594/ /root/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343798.5-109701372724594/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "mariadb", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "mariadb", "state": "started"} TASK [bifrost-ironic-install : Start rabbitmq-server] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:27 Wednesday 25 January 2017 03:29:58 -0800 (0:00:00.386) 0:05:25.637 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319 `" && echo ansible-tmp-1485343798.88-51371036468319="` echo $HOME/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpuLKCyA TO /root/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319/ /root/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343798.88-51371036468319/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "rabbitmq-server", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "rabbitmq-server", "state": "started"} TASK [bifrost-ironic-install : Inspector - (re)starting ironic-inspector service] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_start.yml:16 Wednesday 25 January 2017 03:29:59 -0800 (0:00:00.382) 0:05:26.019 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498 `" && echo ansible-tmp-1485343799.29-196318716069498="` echo $HOME/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIY5xoA TO /root/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498/ /root/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343799.29-196318716069498/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "ironic-inspector", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "name": "ironic-inspector", "state": "started"} TASK [bifrost-ironic-install : Start ironic-conductor] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:34 Wednesday 25 January 2017 03:29:59 -0800 (0:00:00.512) 0:05:26.532 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234 `" && echo ansible-tmp-1485343799.78-7681221190234="` echo $HOME/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpTnrID6 TO /root/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234/ /root/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343799.78-7681221190234/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "ironic-conductor", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "ironic-conductor", "state": "started"} TASK [bifrost-ironic-install : Start ironic-api] ******************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:37 Wednesday 25 January 2017 03:30:00 -0800 (0:00:00.411) 0:05:26.943 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198 `" && echo ansible-tmp-1485343800.19-199260632765198="` echo $HOME/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpZNKMjM TO /root/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198/ /root/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343800.19-199260632765198/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "ironic-api", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "ironic-api", "state": "started"} TASK [bifrost-ironic-install : Start ironic-conductor] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:40 Wednesday 25 January 2017 03:30:00 -0800 (0:00:00.375) 0:05:27.319 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783 `" && echo ansible-tmp-1485343800.56-220854641270783="` echo $HOME/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpN4d0mJ TO /root/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783/ /root/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343800.56-220854641270783/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "ironic-conductor", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "name": "ironic-conductor", "state": "started"} TASK [bifrost-ironic-install : Start ironic-api] ******************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:43 Wednesday 25 January 2017 03:30:00 -0800 (0:00:00.386) 0:05:27.706 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898 `" && echo ansible-tmp-1485343800.95-128119774564898="` echo $HOME/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8Y1H4S TO /root/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898/ /root/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343800.95-128119774564898/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "ironic-api", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "name": "ironic-api", "state": "started"} TASK [bifrost-ironic-install : Stop existing libvirt dnsmasq processes] ******** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:49 Wednesday 25 January 2017 03:30:01 -0800 (0:00:00.389) 0:05:28.096 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093 `" && echo ansible-tmp-1485343801.34-171374355537093="` echo $HOME/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpZjm81s TO /root/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093/ /root/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343801.34-171374355537093/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["killall", "-w", "dnsmasq"], "delta": "0:00:02.025194", "end": "2017-01-25 03:30:03.551039", "invocation": {"module_args": {"_raw_params": "killall -w dnsmasq", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:30:01.525845", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-ironic-install : Ensure services are running with current config] task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:53 Wednesday 25 January 2017 03:30:03 -0800 (0:00:02.356) 0:05:30.452 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246 `" && echo ansible-tmp-1485343804.26-13620632307246="` echo $HOME/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHdWQhZ TO /root/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246/ /root/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343804.26-13620632307246/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=xinetd) => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "xinetd", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "item": "xinetd", "name": "xinetd", "state": "started"} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890 `" && echo ansible-tmp-1485343805.19-27698579607890="` echo $HOME/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUi_ttC TO /root/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890/ /root/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343805.19-27698579607890/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=nginx) => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "nginx", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "item": "nginx", "name": "nginx", "state": "started"} TASK [bifrost-ironic-install : Ensure dnsmasq is running with current config] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:59 Wednesday 25 January 2017 03:30:05 -0800 (0:00:02.030) 0:05:32.482 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484 `" && echo ansible-tmp-1485343806.29-164050936452484="` echo $HOME/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp5FT_Z4 TO /root/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484/ /root/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343806.29-164050936452484/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=dnsmasq) => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "dnsmasq", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "item": "dnsmasq", "name": "dnsmasq", "state": "started"} TASK [bifrost-ironic-install : Send services a reload signal] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:65 Wednesday 25 January 2017 03:30:06 -0800 (0:00:00.985) 0:05:33.468 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120 `" && echo ansible-tmp-1485343807.27-167465424361120="` echo $HOME/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp5mqiVd TO /root/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120/ /root/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343807.27-167465424361120/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=xinetd) => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "xinetd", "pattern": null, "runlevel": "default", "sleep": null, "state": "reloaded"}, "module_name": "service"}, "item": "xinetd", "name": "xinetd", "state": "started"} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809 `" && echo ansible-tmp-1485343808.17-185449247788809="` echo $HOME/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpSEFTgv TO /root/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809/ /root/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343808.17-185449247788809/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=nginx) => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "nginx", "pattern": null, "runlevel": "default", "sleep": null, "state": "reloaded"}, "module_name": "service"}, "item": "nginx", "name": "nginx", "state": "started"} TASK [bifrost-ironic-install : Send services a force-reload signal] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:71 Wednesday 25 January 2017 03:30:08 -0800 (0:00:01.859) 0:05:35.327 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001 `" && echo ansible-tmp-1485343808.58-226705046075001="` echo $HOME/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpBhJohF TO /root/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001/ /root/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001/service && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001/service; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343808.58-226705046075001/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "dnsmasq", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "name": "dnsmasq", "state": "started"} TASK [bifrost-create-dib-image : Test if image is present] ********************* task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:18 Wednesday 25 January 2017 03:30:08 -0800 (0:00:00.422) 0:05:35.750 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Test if image is present - /httpboot/ipa.qcow2] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:21 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.070) 0:05:35.821 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Test if image is present - /httpboot/ipa.initramfs] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:27 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.063) 0:05:35.885 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build tracing (-x) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:31 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.057) 0:05:35.943 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build uncompressed (-u) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:35 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.054) 0:05:35.998 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build clear environment (-c) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:39 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.052) 0:05:36.050 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build no tmpfs (--no-tmpfs) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:43 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.101 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build offline (--offline) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:47 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.151 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build skip default base element (-n) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:51 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.202 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build architecture (-a) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:55 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.051) 0:05:36.253 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build image name (-o) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:59 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.056) 0:05:36.310 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build image type (-t) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:63 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.361 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build image size (--image-size) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:67 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.056) 0:05:36.417 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build image cache (--image-cache) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:71 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.055) 0:05:36.472 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build max online resize (--max-online-resize) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:75 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.523 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build minimum tmpfs size (--min-tmpfs) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:79 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.052) 0:05:36.575 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build mkfs options (--mkfs-options) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:83 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.625 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build qemu image options (--qemu-img-options) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:87 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.675 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build root label (--root-label) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:91 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.050) 0:05:36.726 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build ramdisk element (--ramdisk-element) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:95 Wednesday 25 January 2017 03:30:09 -0800 (0:00:00.045) 0:05:36.771 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build install type (--install-type) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:99 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.046) 0:05:36.818 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build packages (-p) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:103 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.054) 0:05:36.873 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Set default of Debian Jessie if building debian and not explicitly set, overwride with dib_os_release setting] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:107 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.054) 0:05:36.928 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Set the DIB_RELEASE environment variable if set] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:111 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.055) 0:05:36.984 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build argument list] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:115 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.055) 0:05:37.039 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Initiate image build] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:118 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.057) 0:05:37.096 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Initiate ramdisk build] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:122 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.050) 0:05:37.147 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Update permission of generated image] ********* task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:126 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.051) 0:05:37.198 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Restore proper context on created data for http_boot] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:133 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.050) 0:05:37.249 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Test if image is present] ********************* task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:18 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.050) 0:05:37.299 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204 `" && echo ansible-tmp-1485343810.53-173321317490204="` echo $HOME/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpvoekL6 TO /root/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204/ /root/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343810.53-173321317490204/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/httpboot/deployment_image.qcow2"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-create-dib-image : Test if image is present - /httpboot/deployment_image.qcow2.qcow2] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:21 Wednesday 25 January 2017 03:30:10 -0800 (0:00:00.303) 0:05:37.603 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694 `" && echo ansible-tmp-1485343810.85-250508838282694="` echo $HOME/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJNQcQo TO /root/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694/ /root/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343810.85-250508838282694/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/httpboot/deployment_image.qcow2.qcow2"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-create-dib-image : Test if image is present - /httpboot/deployment_image.qcow2.initramfs] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:27 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.322) 0:05:37.926 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582 `" && echo ansible-tmp-1485343811.17-92217443936582="` echo $HOME/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpXeraUE TO /root/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582/ /root/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582/stat && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582/stat; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343811.17-92217443936582/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/httpboot/deployment_image.qcow2.initramfs"}, "module_name": "stat"}, "stat": {"exists": false}} TASK [bifrost-create-dib-image : Build tracing (-x) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:31 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.315) 0:05:38.241 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build uncompressed (-u) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:35 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.065) 0:05:38.307 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build clear environment (-c) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:39 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.056) 0:05:38.364 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build no tmpfs (--no-tmpfs) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:43 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.055) 0:05:38.420 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build offline (--offline) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:47 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.061) 0:05:38.481 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build skip default base element (-n) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:51 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.060) 0:05:38.542 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build architecture (-a) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:55 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.055) 0:05:38.597 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build image name (-o) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:59 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.057) 0:05:38.654 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_imagename_arg": "-o /httpboot/deployment_image.qcow2"}, "changed": false, "invocation": {"module_args": {"dib_imagename_arg": "-o /httpboot/deployment_image.qcow2"}, "module_name": "set_fact"}} TASK [bifrost-create-dib-image : Build image type (-t) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:63 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.069) 0:05:38.723 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_imagetype_arg": "-t qcow2"}, "changed": false, "invocation": {"module_args": {"dib_imagetype_arg": "-t qcow2"}, "module_name": "set_fact"}} TASK [bifrost-create-dib-image : Build image size (--image-size) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:67 Wednesday 25 January 2017 03:30:11 -0800 (0:00:00.069) 0:05:38.793 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build image cache (--image-cache) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:71 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.060) 0:05:38.853 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build max online resize (--max-online-resize) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:75 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.055) 0:05:38.909 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build minimum tmpfs size (--min-tmpfs) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:79 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.057) 0:05:38.966 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build mkfs options (--mkfs-options) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:83 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.055) 0:05:39.022 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build qemu image options (--qemu-img-options) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:87 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.055) 0:05:39.078 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build root label (--root-label) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:91 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.060) 0:05:39.138 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build ramdisk element (--ramdisk-element) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:95 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.056) 0:05:39.195 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build install type (--install-type) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:99 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.057) 0:05:39.252 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Build packages (-p) option for disk-image-create] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:103 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.055) 0:05:39.308 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_packages_arg": "-p vim,less,bridge-utils,iputils,rsyslog,curl"}, "changed": false, "invocation": {"module_args": {"dib_packages_arg": "-p vim,less,bridge-utils,iputils,rsyslog,curl"}, "module_name": "set_fact"}} TASK [bifrost-create-dib-image : Set default of Debian Jessie if building debian and not explicitly set, overwride with dib_os_release setting] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:107 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.084) 0:05:39.392 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Set the DIB_RELEASE environment variable if set] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:111 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.070) 0:05:39.463 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_env_vars_final": {"DIB_INSTALLTYPE_simple_init": "repo", "DIB_RELEASE": "7", "LANG": "C", "LC_ALL": "C", "LC_MESSAGES": "C", "http_proxy": "", "https_proxy": ""}}, "changed": false, "invocation": {"module_args": {"dib_env_vars_final": {"DIB_INSTALLTYPE_simple_init": "repo", "DIB_RELEASE": "7", "LANG": "C", "LC_ALL": "C", "LC_MESSAGES": "C", "http_proxy": "", "https_proxy": ""}}, "module_name": "set_fact"}} TASK [bifrost-create-dib-image : Build argument list] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:115 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.085) 0:05:39.548 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_arglist": " -o /httpboot/deployment_image.qcow2 -t qcow2 -p vim,less,bridge-utils,iputils,rsyslog,curl centos7 vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server"}, "changed": false, "invocation": {"module_args": {"dib_arglist": " -o /httpboot/deployment_image.qcow2 -t qcow2 -p vim,less,bridge-utils,iputils,rsyslog,curl centos7 vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server"}, "module_name": "set_fact"}} TASK [bifrost-create-dib-image : Initiate image build] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:118 Wednesday 25 January 2017 03:30:12 -0800 (0:00:00.100) 0:05:39.648 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918 `" && echo ansible-tmp-1485343812.9-24286897131918="` echo $HOME/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpt70Zpb TO /root/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918/ /root/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=C LC_MESSAGES=C DIB_RELEASE=7 http_proxy='"'"''"'"' https_proxy='"'"''"'"' LC_ALL=C DIB_INSTALLTYPE_simple_init=repo /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918/command; rm -rf "/root/.ansible/tmp/ansible-tmp-1485343812.9-24286897131918/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["disk-image-create", "-o", "/httpboot/deployment_image.qcow2", "-t", "qcow2", "-p", "vim,less,bridge-utils,iputils,rsyslog,curl", "centos7", "vm", "serial-console", "simple-init", "devuser", "infra-cloud-bridge", "puppet", "growroot", "openssh-server"], "delta": "0:05:46.250892", "end": "2017-01-25 03:35:59.362096", "invocation": {"module_args": {"_raw_params": "disk-image-create -o /httpboot/deployment_image.qcow2 -t qcow2 -p vim,less,bridge-utils,iputils,rsyslog,curl centos7 vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:30:13.111204", "stderr": "dib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-ccache.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-centos7-distro-name.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-centos7-distro-name.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : export DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : export DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : export YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:7 : '[' -n '' ']'\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-dib-init-system.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/..\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=systemd\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/14-manifests\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/14-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-devuser\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-dib-python-version\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:3 : '[' centos7 == ubuntu ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:9 : '[' centos7 == debian ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:11 : '[' centos7 == fedora ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:15 : '[' centos7 == centos ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:17 : '[' centos7 == centos7 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:18 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-disable-cloud-init\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-redhat-common\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/root.d/../environment.d/50-redhat-common\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : export DIB_DISABLE_KERNEL_CLEANUP=0\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : DIB_DISABLE_KERNEL_CLEANUP=0\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/root.d/01-ccache\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 01-ccache completed\ndib-run-parts Wed Jan 25 03:30:14 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/root.d/10-centos7-cloud-image\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to cloud.centos.org port 80 (#0)\n* Trying 38.110.33.4...\n\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0* Connected to cloud.centos.org (38.110.33.4) port 80 (#0)\n\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0> GET /centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz HTTP/1.1\r\n> User-Agent: curl/7.29.0\r\n> Host: cloud.centos.org\r\n> Accept: */*\r\n> If-Modified-Since: Wed, 02 Nov 2016 10:50:48 GMT\r\n> \r\n< HTTP/1.1 304 Not Modified\r\n< Date: Wed, 25 Jan 2017 10:32:18 GMT\r\n< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips\r\n< ETag: \"ed0de14-53bd318eee180\"\r\n< \r\n\r 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0\n* Connection #0 to host cloud.centos.org left intact\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 10-centos7-cloud-image completed\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/root.d/50-yum-cache\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 50-yum-cache completed\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/root.d/90-base-dib-run-parts\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 90-base-dib-run-parts completed\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 \ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Target: root.d\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 \ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 \ndib-run-parts Wed Jan 25 03:30:26 PST 2017 01-ccache 0.032\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 10-centos7-cloud-image 11.621\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 50-yum-cache 0.026\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 90-base-dib-run-parts 0.015\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 \ndib-run-parts Wed Jan 25 03:30:26 PST 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-ccache.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-centos7-distro-name.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-centos7-distro-name.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : export DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : export DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : export YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:7 : '[' -n '' ']'\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/..\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=systemd\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/11-dib-install-type.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/14-manifests\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/14-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-devuser\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-dib-python-version\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:3 : '[' centos7 == ubuntu ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:9 : '[' centos7 == debian ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:11 : '[' centos7 == fedora ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:15 : '[' centos7 == centos ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:17 : '[' centos7 == centos7 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:18 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-disable-cloud-init\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-redhat-common\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/extra-data.d/../environment.d/50-redhat-common\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : export DIB_DISABLE_KERNEL_CLEANUP=0\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : DIB_DISABLE_KERNEL_CLEANUP=0\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:30:26 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:6 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:7 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:9 : sudo mkdir -p /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/rpm-distro/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/rpm-distro/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/rpm-distro/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/install-bin/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/install-bin/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/install-bin/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/dib-run-parts/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/dib-run-parts/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/dib-run-parts/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/simple-init/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/simple-init/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/simple-init\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/simple-init/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/simple-init/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/simple-init/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/simple-init\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/enable-serial-console/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/enable-serial-console/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/enable-serial-console/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/vm/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/vm/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/vm/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/manifests/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/manifests/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/manifests/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/puppet/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/puppet/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/puppet/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/growroot/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/growroot/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/growroot\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/growroot/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/growroot/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/growroot/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/growroot\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/source-repositories/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/source-repositories/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/source-repositories\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/source-repositories/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/source-repositories/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/source-repositories/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/source-repositories\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/package-installs/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/package-installs/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/package-installs/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/dib-python/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/dib-python/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/dib-python/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/devuser/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/devuser/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/devuser/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/centos7/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/centos7/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/centos7/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/dib-init-system/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/dib-init-system/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/dib-init-system/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/install-types/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/install-types/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/install-types/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/install-static/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/install-static/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/install-static/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/openssh-server/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/openssh-server/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/openssh-server\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/openssh-server/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/openssh-server/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/openssh-server/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/openssh-server\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/base/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/base/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/base\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/base/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/base/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/base/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/base\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/bootloader/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/bootloader/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/bootloader\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/bootloader/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/bootloader/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/bootloader/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/bootloader\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/serial-console/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/serial-console/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/serial-console/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/infra-cloud-bridge/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/infra-cloud-bridge/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/infra-cloud-bridge/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/redhat-common/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/redhat-common/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/redhat-common/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/runtime-ssh-host-keys\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/runtime-ssh-host-keys/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/runtime-ssh-host-keys\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/pip-and-virtualenv/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/share/diskimage-builder/elements/pip-and-virtualenv/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/pip-and-virtualenv\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/pip-and-virtualenv/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map /tmp/dib_build.g3tuknu2/mnt/usr/share/pkg-map/pip-and-virtualenv\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/cache-url/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/cache-url/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/cache-url/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/pkg-map/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/pkg-map/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/pkg-map/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/yum/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/yum/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/yum/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/cloud-init-datasources/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/cloud-init-datasources/pkg-map ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/bin/../share/diskimage-builder/elements/cloud-init-datasources/pkg-map ']'\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 10-create-pkg-map-dir completed\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-manifest-dir\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-manifest-dir:main:21 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-manifest-dir:main:22 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-manifest-dir:main:24 : sudo mkdir -p /tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 20-manifest-dir completed\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-stty\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-stty:main:6 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-stty:main:7 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/20-stty:main:9 : echo 'Use of serial-console element is deprecated, please use enable-serial-console instead.'\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 20-stty completed\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/50-devuser\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 50-devuser completed\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/50-store-build-settings\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 50-store-build-settings completed\ndib-run-parts Wed Jan 25 03:30:27 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/98-source-repositories\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to bootstrap.pypa.io port 443 (#0)\n* Trying 151.101.192.175...\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to bootstrap.pypa.io (151.101.192.175) port 443 (#0)\n* Initializing NSS with certpath: sql:/etc/pki/nssdb\n* CAfile: /etc/pki/tls/certs/ca-bundle.crt\n CApath: none\n* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\n* Server certificate:\n* \tsubject: CN=*.c.ssl.fastly.net,O=\"Fastly, Inc.\",L=San Francisco,ST=California,C=US\n* \tstart date: Nov 10 19:48:09 2016 GMT\n* \texpire date: Oct 12 20:26:39 2017 GMT\n* \tcommon name: *.c.ssl.fastly.net\n* \tissuer: CN=GlobalSign CloudSSL CA - SHA256 - G3,O=GlobalSign nv-sa,C=BE\n> GET /get-pip.py HTTP/1.1\r\n> User-Agent: curl/7.29.0\r\n> Host: bootstrap.pypa.io\r\n> Accept: */*\r\n> If-Modified-Since: Mon, 07 Nov 2016 11:57:35 GMT\r\n> \r\n< HTTP/1.1 304 Not Modified\r\n< Date: Wed, 25 Jan 2017 10:35:34 GMT\r\n< Via: 1.1 varnish\r\n< ETag: \"581f84d8-185810\"\r\n< Age: 2203\r\n< Connection: keep-alive\r\n< X-Served-By: cache-den6027-DEN\r\n< X-Cache: HIT\r\n< X-Cache-Hits: 2\r\n< \r\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\n* Connection #0 to host bootstrap.pypa.io left intact\ndib-run-parts Wed Jan 25 03:30:28 PST 2017 98-source-repositories completed\ndib-run-parts Wed Jan 25 03:30:28 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:19 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:20 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:22 : declare -a SPECIFIED_ELEMS\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:26 : SPECIFIED_ELEMS[0]=\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:29 : PREFIX=DIB_INSTALLTYPE_\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:30 : env\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:30 : grep '^DIB_INSTALLTYPE_'\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:30 : cut -d= -f1\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:30 : INSTALL_TYPE_VARS=DIB_INSTALLTYPE_simple_init\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:32 : for _install_type_var in '$INSTALL_TYPE_VARS'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:35 : INSTALLDIRPREFIX=simple_init\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:36 : INSTALLDIRPREFIX=simple-init\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:37 : eval 'INSTALLTYPE=$DIB_INSTALLTYPE_simple_init'\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:37 : INSTALLTYPE=repo\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:40 : pushd /tmp/dib_build.g3tuknu2/hooks/install.d\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:41 : '[' -d simple-init-repo-install ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:42 : ln -sf simple-init-repo-install/40-glean .\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:44 : popd\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:46 : SPECIFIED_ELEMS+=($INSTALLDIRPREFIX)\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:53 : find /tmp/dib_build.g3tuknu2/hooks/install.d -maxdepth 1 -name '*-source-install' -type d\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:53 : default_install_type_dirs='/tmp/dib_build.g3tuknu2/hooks/install.d/pip-and-virtualenv-source-install\n/tmp/dib_build.g3tuknu2/hooks/install.d/simple-init-source-install'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.g3tuknu2/hooks/install.d/pip-and-virtualenv-source-install\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=pip-and-virtualenv-source-install\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=pip-and-virtualenv\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:59 : found=0\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:60 : for specified in '${SPECIFIED_ELEMS[@]}'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:61 : '[' simple-init = pip-and-virtualenv ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 0 = 0 ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:69 : pushd /tmp/dib_build.g3tuknu2/hooks/install.d\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:70 : ln -sf pip-and-virtualenv-source-install/04-install-pip .\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:71 : popd\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install\n++ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.g3tuknu2/hooks/install.d/simple-init-source-install\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=simple-init-source-install\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=simple-init\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:59 : found=0\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:60 : for specified in '${SPECIFIED_ELEMS[@]}'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:61 : '[' simple-init = simple-init ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:62 : found=1\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:63 : break\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 1 = 0 ']'\ndib-run-parts Wed Jan 25 03:30:28 PST 2017 99-enable-install-types completed\ndib-run-parts Wed Jan 25 03:30:28 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-squash-package-install\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 99-squash-package-install completed\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-yum-repo-conf\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-yum-repo-conf:main:7 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-yum-repo-conf:main:8 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-yum-repo-conf:main:11 : '[' -z '' ']'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-yum-repo-conf:main:12 : echo 'DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in'\n+ /tmp/dib_build.g3tuknu2/hooks/extra-data.d/99-yum-repo-conf:main:13 : exit 0\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 99-yum-repo-conf completed\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 \ndib-run-parts Wed Jan 25 03:30:29 PST 2017 Target: extra-data.d\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 \ndib-run-parts Wed Jan 25 03:30:29 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 \ndib-run-parts Wed Jan 25 03:30:29 PST 2017 10-create-pkg-map-dir 1.043\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 20-manifest-dir 0.027\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 20-stty 0.016\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 50-devuser 0.006\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 50-store-build-settings 0.004\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 98-source-repositories 1.019\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 99-enable-install-types 0.179\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 99-squash-package-install 0.126\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 99-yum-repo-conf 0.025\ndib-run-parts Wed Jan 25 03:30:29 PST 2017 \ndib-run-parts Wed Jan 25 03:30:29 PST 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-ccache.bash\n+ source /tmp/in_target.d/pre-install.d/../environment.d/10-ccache.bash\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ $PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ export 'PATH=/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ /usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ export 'PATH=/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ export CCACHE_DIR=/tmp/ccache\n++ CCACHE_DIR=/tmp/ccache\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-centos7-distro-name.bash\n+ source /tmp/in_target.d/pre-install.d/../environment.d/10-centos7-distro-name.bash\n++ export DISTRO_NAME=centos7\n++ DISTRO_NAME=centos7\n++ export DIB_RELEASE=GenericCloud\n++ DIB_RELEASE=GenericCloud\n++ export YUM=yum\n++ YUM=yum\n++ '[' -n '' ']'\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-dib-init-system.bash\n+ source /tmp/in_target.d/pre-install.d/../environment.d/10-dib-init-system.bash\n++++ dirname /tmp/in_target.d/pre-install.d/../environment.d/10-dib-init-system.bash\n+++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/in_target.d/pre-install.d/../environment.d/..'\n+++ dib-init-system\n++ DIB_INIT_SYSTEM=systemd\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash\n+ source /tmp/in_target.d/pre-install.d/../environment.d/11-dib-install-type.bash\n++ export DIB_DEFAULT_INSTALLTYPE=source\n++ DIB_DEFAULT_INSTALLTYPE=source\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/14-manifests\n+ source /tmp/in_target.d/pre-install.d/../environment.d/14-manifests\n++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-devuser\n+ source /tmp/in_target.d/pre-install.d/../environment.d/50-devuser\n++ export DIB_DEV_USER_USERNAME=devuser\n++ DIB_DEV_USER_USERNAME=devuser\n++ export DIB_DEV_USER_SHELL=\n++ DIB_DEV_USER_SHELL=\n++ export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ DIB_DEV_USER_PWDLESS_SUDO=yes\n++ export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ DIB_DEV_USER_AUTHORIZED_KEYS=\n++ export DIB_DEV_USER_PASSWORD=devuser\n++ DIB_DEV_USER_PASSWORD=devuser\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version\n+ source /tmp/in_target.d/pre-install.d/../environment.d/50-dib-python-version\n++ '[' -z '' ']'\n++ '[' centos7 == ubuntu ']'\n++ '[' centos7 == debian ']'\n++ '[' centos7 == fedora ']'\n++ '[' centos7 == centos ']'\n++ '[' centos7 == centos7 ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-disable-cloud-init\n+ source /tmp/in_target.d/pre-install.d/../environment.d/50-disable-cloud-init\n++ export DIB_CLOUD_INIT_DATASOURCES=None\n++ DIB_CLOUD_INIT_DATASOURCES=None\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common\n+ source /tmp/in_target.d/pre-install.d/../environment.d/50-redhat-common\n++ export DIB_DISABLE_KERNEL_CLEANUP=0\n++ DIB_DISABLE_KERNEL_CLEANUP=0\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/00-dnf-update\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 00-dnf-update completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/00-fix-requiretty\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 00-fix-requiretty completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/00-usr-local-bin-secure-path\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 00-usr-local-bin-secure-path completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-dib-python\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 01-dib-python completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-install-bin\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 01-install-bin completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-override-yum-arch\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 01-override-yum-arch completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-set-centos-mirror\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 01-set-centos-mirror completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-yum-keepcache\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 01-yum-keepcache completed\ndib-run-parts Wed Jan 25 11:30:29 UTC 2017 Running /tmp/in_target.d/pre-install.d/02-package-installs\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-installs\n+ SCRIPTNAME=package-installs\n++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/pre-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/pre-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/pre-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/pre-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'\n+ '[' -n '' ']'\nWARNING: map-packages is deprecated. Please use the pkg-map element.\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 02-package-installs completed\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 Running /tmp/in_target.d/pre-install.d/03-baseline-tools\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 03-baseline-tools completed\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 Running /tmp/in_target.d/pre-install.d/04-dib-init-system\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 04-dib-init-system completed\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 Running /tmp/in_target.d/pre-install.d/99-package-uninstalls\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-uninstalls\n+ SCRIPTNAME=package-uninstalls\n++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/pre-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/pre-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/pre-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/pre-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/pre-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/pre-install.d -maxdepth 1 -name 'package-installs-*'\n+ install-packages -e\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 99-package-uninstalls completed\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 \ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 Target: pre-install.d\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 \ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 \ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 00-dnf-update 0.004\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 00-fix-requiretty 0.011\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 00-usr-local-bin-secure-path 0.009\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 01-dib-python 0.006\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 01-install-bin 0.009\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 01-override-yum-arch 0.005\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 01-set-centos-mirror 0.004\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 01-yum-keepcache 0.009\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 02-package-installs 1.966\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 03-baseline-tools 0.005\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 04-dib-init-system 0.009\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 99-package-uninstalls 0.068\ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 \ndib-run-parts Wed Jan 25 11:30:31 UTC 2017 --------------------- END PROFILING ---------------------\nWARNING: map-packages is deprecated. Please use the pkg-map element.\nwarning: /tmp/yum/x86_64/7/base/packages/perl-HTTP-Tiny-0.033-3.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY\nImporting GPG key 0xF4A80EB5:\n Userid : \"CentOS-7 Key (CentOS 7 Official Signing Key) \"\n Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5\n Package : centos-release-7-2.1511.el7.centos.2.10.x86_64 (installed)\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-ccache.bash\n+ source /tmp/in_target.d/install.d/../environment.d/10-ccache.bash\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ $PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ export 'PATH=/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ /usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ export 'PATH=/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ export CCACHE_DIR=/tmp/ccache\n++ CCACHE_DIR=/tmp/ccache\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-centos7-distro-name.bash\n+ source /tmp/in_target.d/install.d/../environment.d/10-centos7-distro-name.bash\n++ export DISTRO_NAME=centos7\n++ DISTRO_NAME=centos7\n++ export DIB_RELEASE=GenericCloud\n++ DIB_RELEASE=GenericCloud\n++ export YUM=yum\n++ YUM=yum\n++ '[' -n '' ']'\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-dib-init-system.bash\n+ source /tmp/in_target.d/install.d/../environment.d/10-dib-init-system.bash\n++++ dirname /tmp/in_target.d/install.d/../environment.d/10-dib-init-system.bash\n+++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/in_target.d/install.d/../environment.d/..'\n+++ dib-init-system\n++ DIB_INIT_SYSTEM=systemd\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash\n+ source /tmp/in_target.d/install.d/../environment.d/11-dib-install-type.bash\n++ export DIB_DEFAULT_INSTALLTYPE=source\n++ DIB_DEFAULT_INSTALLTYPE=source\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/14-manifests\n+ source /tmp/in_target.d/install.d/../environment.d/14-manifests\n++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-devuser\n+ source /tmp/in_target.d/install.d/../environment.d/50-devuser\n++ export DIB_DEV_USER_USERNAME=devuser\n++ DIB_DEV_USER_USERNAME=devuser\n++ export DIB_DEV_USER_SHELL=\n++ DIB_DEV_USER_SHELL=\n++ export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ DIB_DEV_USER_PWDLESS_SUDO=yes\n++ export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ DIB_DEV_USER_AUTHORIZED_KEYS=\n++ export DIB_DEV_USER_PASSWORD=devuser\n++ DIB_DEV_USER_PASSWORD=devuser\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-dib-python-version\n+ source /tmp/in_target.d/install.d/../environment.d/50-dib-python-version\n++ '[' -z '' ']'\n++ '[' centos7 == ubuntu ']'\n++ '[' centos7 == debian ']'\n++ '[' centos7 == fedora ']'\n++ '[' centos7 == centos ']'\n++ '[' centos7 == centos7 ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-disable-cloud-init\n+ source /tmp/in_target.d/install.d/../environment.d/50-disable-cloud-init\n++ export DIB_CLOUD_INIT_DATASOURCES=None\n++ DIB_CLOUD_INIT_DATASOURCES=None\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/50-redhat-common\n+ source /tmp/in_target.d/install.d/../environment.d/50-redhat-common\n++ export DIB_DISABLE_KERNEL_CLEANUP=0\n++ DIB_DISABLE_KERNEL_CLEANUP=0\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:30:35 UTC 2017 Running /tmp/in_target.d/install.d/00-baseline-environment\ndib-run-parts Wed Jan 25 11:30:37 UTC 2017 00-baseline-environment completed\ndib-run-parts Wed Jan 25 11:30:37 UTC 2017 Running /tmp/in_target.d/install.d/00-up-to-date\ndib-run-parts Wed Jan 25 11:33:53 UTC 2017 00-up-to-date completed\ndib-run-parts Wed Jan 25 11:33:53 UTC 2017 Running /tmp/in_target.d/install.d/01-package-installs\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-installs\n+ SCRIPTNAME=package-installs\n++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'\n+ '[' -n '' ']'\nMissing package name for distro/element: centos7/simple-init\nMissing package name for distro/element: centos7/simple-init\nMissing package name for distro/element: centos7/openssh-server\nMissing package name for distro/element: centos7/openssh-server\nMissing package name for distro/element: centos7/pip-and-virtualenv\nMissing package name for distro/element: centos7/pip-and-virtualenv\nWARNING: map-packages is deprecated. Please use the pkg-map element.\ndib-run-parts Wed Jan 25 11:33:57 UTC 2017 01-package-installs completed\ndib-run-parts Wed Jan 25 11:33:57 UTC 2017 Running /tmp/in_target.d/install.d/04-install-pip\n DEPRECATION: Uninstalling a distutils installed project (virtualenv) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 04-install-pip completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/05-puppet\n/tmp/in_target.d/install.d/05-puppet: line 3: wget: command not found\nbash: install_puppet.sh: No such file or directory\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 05-puppet completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/05-set-cloud-init-sources\n/tmp/in_target.d/install.d/05-set-cloud-init-sources: line 20: lsb_release: command not found\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 05-set-cloud-init-sources completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/10-cloud-init\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 10-cloud-init completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/10-install-static-files\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/install.d/10-install-static-files\n+ STATIC_SOURCE=/tmp/in_target.d/install.d/../static\n+ '[' -d /tmp/in_target.d/install.d/../static ']'\n+ rsync -lCr /tmp/in_target.d/install.d/../static/ /\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 10-install-static-files completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/20-install-init-scripts\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/install.d/20-install-init-scripts\n+ scripts_dir=/tmp/in_target.d/install.d/../init-scripts/systemd/\n+ '[' -d /tmp/in_target.d/install.d/../init-scripts/systemd/ ']'\n+ dest=\n+ case $DIB_INIT_SYSTEM in\n+ dest=/usr/lib/systemd/system/\n+ '[' -z /usr/lib/systemd/system/ ']'\n+ cp -RP /tmp/in_target.d/install.d/../init-scripts/systemd/. /usr/lib/systemd/system/\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 20-install-init-scripts completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/20-stty\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/install.d/20-stty\n+ SCRIPTDIR=/tmp/in_target.d/install.d\n+ '[' systemd == upstart ']'\n+ '[' systemd == systemd ']'\n+ install -D -g root -o root -m 0644 /tmp/in_target.d/install.d/serial-console-udev.rules /etc/udev/rules.d/99-serial-console.rules\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 20-stty completed\ndib-run-parts Wed Jan 25 11:34:06 UTC 2017 Running /tmp/in_target.d/install.d/40-glean\n+ set -eu\n+ set -o pipefail\n+ pip install /tmp/glean.git\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 40-glean completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Running /tmp/in_target.d/install.d/50-devuser\n+ '[' -n yes ']'\n+ cat\n+ chmod 0440 /etc/sudoers.d/devuser\n+ visudo -c\n+ '[' -f /tmp/in_target.d/devuser-ssh-authorized-keys ']'\n+ mkdir -p /home/devuser/.ssh\n+ cp /tmp/in_target.d/devuser-ssh-authorized-keys /home/devuser/.ssh/authorized_keys\n+ chown -R devuser:devuser /home/devuser\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 50-devuser completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Running /tmp/in_target.d/install.d/50-simple-init\n+ set -eu\n+ set -o pipefail\n++ dirname /tmp/in_target.d/install.d/50-simple-init\n+ SCRIPTDIR=/tmp/in_target.d/install.d\n+ echo 8021q\n+ glean-install\nINFO:glean-install:Installing systemd services\nINFO:glean-install:glean.sh in /usr/bin\nINFO:glean-install:Installing glean@.service -> /usr/lib/systemd/system/glean@.service\nINFO:glean-install:install -D -g root -o root -m 0644 /usr/lib/python2.7/site-packages/glean/init/glean@.service /usr/lib/systemd/system/glean@.service\nINFO:glean-install:Replacing GLEANSH_PATH -> /usr/bin in /usr/lib/systemd/system/glean@.service\nINFO:glean-install:sed -i \"s|%%GLEANSH_PATH%%|/usr/bin|g\" /usr/lib/systemd/system/glean@.service\nINFO:glean-install:Installing glean-udev.rules -> /etc/udev/rules.d/99-glean.rules\nINFO:glean-install:install -D -g root -o root -m 0644 /usr/lib/python2.7/site-packages/glean/init/glean-udev.rules /etc/udev/rules.d/99-glean.rules\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 50-simple-init completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Running /tmp/in_target.d/install.d/50-store-build-settings\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 50-store-build-settings completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Running /tmp/in_target.d/install.d/60-simple-init-remove-interfaces\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 60-simple-init-remove-interfaces completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Running /tmp/in_target.d/install.d/80-disable-rfc3041\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 80-disable-rfc3041 completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Running /tmp/in_target.d/install.d/99-package-uninstalls\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-uninstalls\n+ SCRIPTNAME=package-uninstalls\n++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/install.d -maxdepth 1 -name 'package-installs-*'\n+ install-packages -e\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 99-package-uninstalls completed\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Target: install.d\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 00-baseline-environment 1.346\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 00-up-to-date 195.913\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 01-package-installs 3.862\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 04-install-pip 9.442\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 05-puppet 0.015\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 05-set-cloud-init-sources 0.006\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 10-cloud-init 0.006\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 10-install-static-files 0.050\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 20-install-init-scripts 0.009\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 20-stty 0.009\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 40-glean 3.880\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 50-devuser 0.041\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 50-simple-init 0.070\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 50-store-build-settings 0.009\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 60-simple-init-remove-interfaces 0.011\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 80-disable-rfc3041 0.006\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 99-package-uninstalls 0.069\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-ccache.bash\n+ source /tmp/in_target.d/post-install.d/../environment.d/10-ccache.bash\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ $PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ export 'PATH=/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ /usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ export 'PATH=/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ export CCACHE_DIR=/tmp/ccache\n++ CCACHE_DIR=/tmp/ccache\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-centos7-distro-name.bash\n+ source /tmp/in_target.d/post-install.d/../environment.d/10-centos7-distro-name.bash\n++ export DISTRO_NAME=centos7\n++ DISTRO_NAME=centos7\n++ export DIB_RELEASE=GenericCloud\n++ DIB_RELEASE=GenericCloud\n++ export YUM=yum\n++ YUM=yum\n++ '[' -n '' ']'\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-dib-init-system.bash\n+ source /tmp/in_target.d/post-install.d/../environment.d/10-dib-init-system.bash\n++++ dirname /tmp/in_target.d/post-install.d/../environment.d/10-dib-init-system.bash\n+++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/in_target.d/post-install.d/../environment.d/..'\n+++ dib-init-system\n++ DIB_INIT_SYSTEM=systemd\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:10 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash\n+ source /tmp/in_target.d/post-install.d/../environment.d/11-dib-install-type.bash\n++ export DIB_DEFAULT_INSTALLTYPE=source\n++ DIB_DEFAULT_INSTALLTYPE=source\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests\n+ source /tmp/in_target.d/post-install.d/../environment.d/14-manifests\n++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-devuser\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-devuser\n++ export DIB_DEV_USER_USERNAME=devuser\n++ DIB_DEV_USER_USERNAME=devuser\n++ export DIB_DEV_USER_SHELL=\n++ DIB_DEV_USER_SHELL=\n++ export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ DIB_DEV_USER_PWDLESS_SUDO=yes\n++ export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ DIB_DEV_USER_AUTHORIZED_KEYS=\n++ export DIB_DEV_USER_PASSWORD=devuser\n++ DIB_DEV_USER_PASSWORD=devuser\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version\n++ '[' -z '' ']'\n++ '[' centos7 == ubuntu ']'\n++ '[' centos7 == debian ']'\n++ '[' centos7 == fedora ']'\n++ '[' centos7 == centos ']'\n++ '[' centos7 == centos7 ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-disable-cloud-init\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-disable-cloud-init\n++ export DIB_CLOUD_INIT_DATASOURCES=None\n++ DIB_CLOUD_INIT_DATASOURCES=None\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-redhat-common\n++ export DIB_DISABLE_KERNEL_CLEANUP=0\n++ DIB_DISABLE_KERNEL_CLEANUP=0\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/00-package-installs\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-installs\n+ SCRIPTNAME=package-installs\n++ getopt -o hd: -n package-installs -- -d /tmp/in_target.d/post-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/post-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/post-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/post-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'\n+ '[' -n '' ']'\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 00-package-installs completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/05-fstab-rootfs-label\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 05-fstab-rootfs-label completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/06-network-config-nonzeroconf\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 06-network-config-nonzeroconf completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/10-enable-init-scripts\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 10-enable-init-scripts completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-enable-sshd-service\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-enable-sshd-service completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-growroot\nCreated symlink /etc/systemd/system/multi-user.target.wants/growroot.service, pointing to /usr/lib/systemd/system/growroot.service.\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-growroot completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-infra-cloud-bridge\nCreated symlink /etc/systemd/system/multi-user.target.wants/create_bridge.service, pointing to /usr/lib/systemd/system/create_bridge.service.\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-infra-cloud-bridge completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-ssh-keygen\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-ssh-keygen completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/95-package-uninstalls\n+ set -eu\n+ set -o pipefail\n++ basename /usr/local/bin/package-uninstalls\n+ SCRIPTNAME=package-uninstalls\n++ getopt -o hd: -n package-uninstalls -- -d /tmp/in_target.d/post-install.d\n+ TEMP=' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n+ '[' 0 '!=' 0 ']'\n+ eval set -- ' -d '\\''/tmp/in_target.d/post-install.d'\\'' --'\n++ set -- -d /tmp/in_target.d/post-install.d --\n+ WORKDIR=\n+ true\n+ case \"$1\" in\n+ WORKDIR=/tmp/in_target.d/post-install.d\n+ shift 2\n+ true\n+ case \"$1\" in\n+ shift\n+ break\n+ '[' -z /tmp/in_target.d/post-install.d ']'\n+ PACKAGES=\n++ find /tmp/in_target.d/post-install.d -maxdepth 1 -name 'package-installs-*'\n+ install-packages -e\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 95-package-uninstalls completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Running /tmp/in_target.d/post-install.d/99-reset-yum-conf\n+ set -eu\n+ set -o pipefail\n+ [[ centos7 == \\f\\e\\d\\o\\r\\a ]]\n+ cfg=/etc/yum.conf\n+ cachedir=/var/cache/yum\n+ sed -i '/^keepcache/c\\keepcache=0' /etc/yum.conf\n+ sed -i '/^cachedir/c\\cachedir=/var/cache/yum' /etc/yum.conf\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 99-reset-yum-conf completed\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Target: post-install.d\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 00-package-installs 0.065\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 05-fstab-rootfs-label 0.007\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 06-network-config-nonzeroconf 0.006\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 10-enable-init-scripts 0.006\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-enable-sshd-service 0.007\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-growroot 0.007\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-infra-cloud-bridge 0.007\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 80-ssh-keygen 0.006\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 95-package-uninstalls 0.068\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 99-reset-yum-conf 0.007\ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:11 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 03:34:11 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-ccache.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:11 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-centos7-distro-name.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-centos7-distro-name.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : export DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : export DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : export YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:7 : '[' -n '' ']'\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:11 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/..\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=systemd\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:11 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/11-dib-install-type.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:11 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/14-manifests\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/14-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:11 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-devuser\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-dib-python-version\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:3 : '[' centos7 == ubuntu ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:9 : '[' centos7 == debian ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:11 : '[' centos7 == fedora ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:15 : '[' centos7 == centos ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:17 : '[' centos7 == centos7 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:18 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-disable-cloud-init\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-redhat-common\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/block-device.d/../environment.d/50-redhat-common\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : export DIB_DISABLE_KERNEL_CLEANUP=0\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : DIB_DISABLE_KERNEL_CLEANUP=0\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/block-device.d/10-partition\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 10-partition completed\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 \ndib-run-parts Wed Jan 25 03:34:12 PST 2017 Target: block-device.d\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 \ndib-run-parts Wed Jan 25 03:34:12 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 \ndib-run-parts Wed Jan 25 03:34:12 PST 2017 10-partition 0.066\ndib-run-parts Wed Jan 25 03:34:12 PST 2017 \ndib-run-parts Wed Jan 25 03:34:12 PST 2017 --------------------- END PROFILING ---------------------\nmke2fs 1.42.9 (28-Dec-2013)\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-ccache.bash\n+ source /tmp/in_target.d/finalise.d/../environment.d/10-ccache.bash\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ $PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ export 'PATH=/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ [[ /usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ export 'PATH=/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n++ export CCACHE_DIR=/tmp/ccache\n++ CCACHE_DIR=/tmp/ccache\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-centos7-distro-name.bash\n+ source /tmp/in_target.d/finalise.d/../environment.d/10-centos7-distro-name.bash\n++ export DISTRO_NAME=centos7\n++ DISTRO_NAME=centos7\n++ export DIB_RELEASE=GenericCloud\n++ DIB_RELEASE=GenericCloud\n++ export YUM=yum\n++ YUM=yum\n++ '[' -n '' ']'\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-dib-init-system.bash\n+ source /tmp/in_target.d/finalise.d/../environment.d/10-dib-init-system.bash\n++++ dirname /tmp/in_target.d/finalise.d/../environment.d/10-dib-init-system.bash\n+++ PATH='/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/in_target.d/finalise.d/../environment.d/..'\n+++ dib-init-system\n++ DIB_INIT_SYSTEM=systemd\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash\n+ source /tmp/in_target.d/finalise.d/../environment.d/11-dib-install-type.bash\n++ export DIB_DEFAULT_INSTALLTYPE=source\n++ DIB_DEFAULT_INSTALLTYPE=source\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/14-manifests\n+ source /tmp/in_target.d/finalise.d/../environment.d/14-manifests\n++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-devuser\n+ source /tmp/in_target.d/finalise.d/../environment.d/50-devuser\n++ export DIB_DEV_USER_USERNAME=devuser\n++ DIB_DEV_USER_USERNAME=devuser\n++ export DIB_DEV_USER_SHELL=\n++ DIB_DEV_USER_SHELL=\n++ export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ DIB_DEV_USER_PWDLESS_SUDO=yes\n++ export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ DIB_DEV_USER_AUTHORIZED_KEYS=\n++ export DIB_DEV_USER_PASSWORD=devuser\n++ DIB_DEV_USER_PASSWORD=devuser\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version\n+ source /tmp/in_target.d/finalise.d/../environment.d/50-dib-python-version\n++ '[' -z '' ']'\n++ '[' centos7 == ubuntu ']'\n++ '[' centos7 == debian ']'\n++ '[' centos7 == fedora ']'\n++ '[' centos7 == centos ']'\n++ '[' centos7 == centos7 ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-disable-cloud-init\n+ source /tmp/in_target.d/finalise.d/../environment.d/50-disable-cloud-init\n++ export DIB_CLOUD_INIT_DATASOURCES=None\n++ DIB_CLOUD_INIT_DATASOURCES=None\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common\n+ source /tmp/in_target.d/finalise.d/../environment.d/50-redhat-common\n++ export DIB_DISABLE_KERNEL_CLEANUP=0\n++ DIB_DISABLE_KERNEL_CLEANUP=0\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:34:16 UTC 2017 Running /tmp/in_target.d/finalise.d/01-clean-old-kernels\nWARNING: map-packages is deprecated. Please use the pkg-map element.\ndib-run-parts Wed Jan 25 11:34:31 UTC 2017 01-clean-old-kernels completed\ndib-run-parts Wed Jan 25 11:34:31 UTC 2017 Running /tmp/in_target.d/finalise.d/50-bootloader\n+ set -eu\n+ set -o pipefail\n+ '[' -n /dev/loop0p1 ']'\n+ PART_DEV=/dev/loop0p1\n+ [[ amd64 =~ ppc ]]\n++ echo /dev/loop0p1\n++ sed -e s#p1##\n++ sed -e s#mapper/##\n+ BOOT_DEV=/dev/loop0\n+ DIB_EXTLINUX=0\n+ '[' 0 '!=' 0 ']'\n+ install_grub2\n+ '[' -f /tmp/grub/install ']'\n+ [[ amd64 =~ ppc ]]\n+ install-packages -m bootloader grub-pc\n++ which grub-install\nwhich: no grub-install in (/usr/lib64/ccache:/usr/lib/ccache:$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n+ GRUBNAME=\n+ echo 'trying grub2-install'\n+ '[' -z '' ']'\n++ which grub2-install\n+ GRUBNAME=/usr/sbin/grub2-install\n+ '[' -z /usr/sbin/grub2-install ']'\n++ /usr/sbin/grub2-install --version\n++ grep 0.97\n++ wc -l\n+ '[' 0 -ne 0 ']'\n+ echo 'Installing GRUB2...'\n+ GRUB_OPTS=--force\n+ [[ ! --force == *--target* ]]\n++ /usr/sbin/grub2-install --version\n+ [[ /usr/sbin/grub2-install (GRUB) 2.02~beta2 =~ 2\\. ]]\n+ '[' -d /sys/firmware/efi ']'\n+ [[ amd64 =~ ppc ]]\n+ /usr/sbin/grub2-install '--modules=biosdisk part_msdos' --force /dev/loop0\nInstalling for i386-pc platform.\nInstallation finished. No error reported.\n+ '[' -d /boot/grub2 ']'\n+ GRUB_CFG=/boot/grub2/grub.cfg\n+ echo GRUB_DEVICE=LABEL=cloudimg-rootfs\n+ echo GRUB_DISABLE_LINUX_UUID=true\n+ echo GRUB_TIMEOUT=5\n+ echo 'GRUB_TERMINAL=\"serial console\"'\n+ echo GRUB_GFXPAYLOAD_LINUX=text\n+ echo 'GRUB_CMDLINE_LINUX_DEFAULT=\"console=tty0 console=ttyS0,115200 no_timer_check\"'\n+ echo 'GRUB_SERIAL_COMMAND=\"serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1\"'\n+ which grub2-mkconfig\n+ GRUB_MKCONFIG='grub2-mkconfig -o /boot/grub2/grub.cfg'\n+ DISTRO_NAME=centos7\n+ case $DISTRO_NAME in\n+ echo 'GRUB_CMDLINE_LINUX=\"nofb nomodeset vga=normal\"'\n+ PROBER_DISABLED=\n+ grep -qe '^\\s*GRUB_DISABLE_OS_PROBER=true' /etc/default/grub\n+ PROBER_DISABLED=true\n+ echo GRUB_DISABLE_OS_PROBER=true\n+ grub2-mkconfig -o /boot/grub2/grub.cfg\nGenerating grub configuration file ...\nFound linux image: /boot/vmlinuz-3.10.0-514.6.1.el7.x86_64\nFound initrd image: /boot/initramfs-3.10.0-514.6.1.el7.x86_64.img\nFound linux image: /boot/vmlinuz-0-rescue-56d65f493d8f854534fe792ecf014b83\nFound initrd image: /boot/initramfs-0-rescue-56d65f493d8f854534fe792ecf014b83.img\ndone\n+ '[' -n true ']'\n+ sed -i '$d' /etc/default/grub\n+ DIB_RELEASE=GenericCloud\n+ '[' GenericCloud = precise ']'\n+ '[' GenericCloud = wheezy ']'\n+ '[' -d /sys/firmware/efi ']'\ndib-run-parts Wed Jan 25 11:34:32 UTC 2017 50-bootloader completed\ndib-run-parts Wed Jan 25 11:34:32 UTC 2017 Running /tmp/in_target.d/finalise.d/50-remove-bogus-udev-links\n+ set -eu\n+ set -o pipefail\n+ '[' centos7 = opensuse ']'\ndib-run-parts Wed Jan 25 11:34:32 UTC 2017 50-remove-bogus-udev-links completed\ndib-run-parts Wed Jan 25 11:34:32 UTC 2017 Running /tmp/in_target.d/finalise.d/90-selinux-fixfiles-restore\n+ set -eu\n+ set -o pipefail\n++ which setfiles\n+ SETFILES=/usr/sbin/setfiles\n+ '[' -e /etc/selinux/targeted/contexts/files/file_contexts -a -x /usr/sbin/setfiles ']'\n+ setfiles /etc/selinux/targeted/contexts/files/file_contexts /\ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 90-selinux-fixfiles-restore completed\ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 Target: finalise.d\ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:34:39 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:40 UTC 2017 01-clean-old-kernels 14.925\ndib-run-parts Wed Jan 25 11:34:40 UTC 2017 50-bootloader 1.185\ndib-run-parts Wed Jan 25 11:34:40 UTC 2017 50-remove-bogus-udev-links 0.004\ndib-run-parts Wed Jan 25 11:34:40 UTC 2017 90-selinux-fixfiles-restore 7.430\ndib-run-parts Wed Jan 25 11:34:40 UTC 2017 \ndib-run-parts Wed Jan 25 11:34:40 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-ccache.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-centos7-distro-name.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-centos7-distro-name.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : export DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:1 : DISTRO_NAME=centos7\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : export DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:2 : DIB_RELEASE=GenericCloud\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : export YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:5 : YUM=yum\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-centos7-distro-name.bash:source:7 : '[' -n '' ']'\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/..\n+++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=systemd\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/11-dib-install-type.bash\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/14-manifests\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/14-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-devuser\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-dib-python-version\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:3 : '[' centos7 == ubuntu ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:9 : '[' centos7 == debian ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:11 : '[' centos7 == fedora ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:15 : '[' centos7 == centos ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:17 : '[' centos7 == centos7 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:18 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-disable-cloud-init\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Sourcing environment file /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-redhat-common\n+ /usr/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.g3tuknu2/hooks/cleanup.d/../environment.d/50-redhat-common\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : export DIB_DISABLE_KERNEL_CLEANUP=0\n++ /tmp/dib_build.g3tuknu2/hooks/environment.d/50-redhat-common:source:1 : DIB_DISABLE_KERNEL_CLEANUP=0\n+ /usr/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-ccache\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 01-ccache completed\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:21 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:22 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:24 : '[' -d /tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:26 : '[' -e /tmp/dib_build.g3tuknu2/mnt/etc/dib_arguments ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:27 : sudo mv /tmp/dib_build.g3tuknu2/mnt/etc/dib_arguments /tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:29 : '[' -e /tmp/dib_build.g3tuknu2/mnt/etc/dib_environment ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:30 : sudo mv /tmp/dib_build.g3tuknu2/mnt/etc/dib_environment /tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:32 : mkdir -p /httpboot/deployment_image.d/\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/01-copy-manifests-dir:main:33 : cp --no-preserve=ownership -rv /tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests /httpboot/deployment_image.d/\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 01-copy-manifests-dir completed\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:23 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:24 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:26 : '[' -n /tmp/dib_build.g3tuknu2/mnt ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:28 : source /usr/bin/../share/diskimage-builder/lib/img-functions\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:30 : '[' -d /tmp/dib_build.g3tuknu2/mnt/boot/extlinux ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:32 : '[' -d /tmp/dib_build.g3tuknu2/mnt/boot/syslinux ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/51-bootloader:main:35 : exit 0\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 51-bootloader completed\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/cleanup.d/90-remove-ssh-host-keys\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 90-remove-ssh-host-keys completed\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-remove-yum-repo-conf\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-remove-yum-repo-conf:main:6 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-remove-yum-repo-conf:main:7 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-remove-yum-repo-conf:main:10 : '[' -z '' ']'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-remove-yum-repo-conf:main:11 : echo 'DIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-remove-yum-repo-conf:main:12 : exit 0\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 99-remove-yum-repo-conf completed\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Running /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-tidy-logs\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-tidy-logs:main:22 : set -eu\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-tidy-logs:main:23 : set -o pipefail\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-tidy-logs:main:26 : sudo find /tmp/dib_build.g3tuknu2/mnt/var/log -type f -exec cp /dev/null '{}' ';'\n+ /tmp/dib_build.g3tuknu2/hooks/cleanup.d/99-tidy-logs:main:29 : sudo find /tmp/dib_build.g3tuknu2/mnt/root -name '*.log' -type f -delete\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 99-tidy-logs completed\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 \ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Target: cleanup.d\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 \ndib-run-parts Wed Jan 25 03:34:40 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 \ndib-run-parts Wed Jan 25 03:34:40 PST 2017 01-ccache 0.022\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 01-copy-manifests-dir 0.070\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 51-bootloader 0.033\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 90-remove-ssh-host-keys 0.018\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 99-remove-yum-repo-conf 0.024\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 99-tidy-logs 0.069\ndib-run-parts Wed Jan 25 03:34:40 PST 2017 \ndib-run-parts Wed Jan 25 03:34:40 PST 2017 --------------------- END PROFILING ---------------------", "stdout": "Building elements: base centos7 vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server\nExpanded element dependencies to: rpm-distro install-bin dib-run-parts simple-init enable-serial-console vm manifests puppet growroot source-repositories package-installs dib-python devuser centos7 dib-init-system install-types install-static openssh-server base bootloader serial-console infra-cloud-bridge redhat-common runtime-ssh-host-keys pip-and-virtualenv cache-url pkg-map yum cloud-init-datasources\nBuilding in /tmp/dib_build.g3tuknu2\nGetting /root/.cache/image-create/CentOS-7-x86_64-GenericCloud.qcow2.xz.tgz.lock: Wed Jan 25 03:30:14 PST 2017\nFetching Base Image\nServer copy has not changed. Using locally cached http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz\nUsing cached tar from /root/.cache/image-create/CentOS-7-x86_64-GenericCloud.qcow2.xz.tgz\nExtracting base root image from /root/.cache/image-create/CentOS-7-x86_64-GenericCloud.qcow2.xz.tgz\nUse of serial-console element is deprecated, please use enable-serial-console instead.\nGetting /root/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:30:27 PST 2017 for /tmp/dib_build.g3tuknu2/hooks/source-repository-pip-and-virtualenv\n(0001 / 0001)\nCaching pip-and-virtualenv file from https://bootstrap.pypa.io/get-pip.py in /root/.cache/image-create/source-repositories/pip_and_virtualenv_50bbba586670cca2803e23f614374b482e595f6a\nServer copy has not changed. Using locally cached https://bootstrap.pypa.io/get-pip.py\nGetting /root/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:30:28 PST 2017 for /tmp/dib_build.g3tuknu2/hooks/source-repository-simple-init\n(0001 / 0001)\nUpdating cache of https://git.openstack.org/openstack-infra/glean in /root/.cache/image-create/source-repositories/glean_89e8118b6e2d9cad0e48cd8b193a65abb9885e85 with ref master\nCloning from glean cache and applying ref master\nHEAD is now at 63ea9ff Merge \"Fix SUSE based network configuration\"\n/tmp/dib_build.g3tuknu2/hooks/install.d /opt/bifrost/playbooks\n/opt/bifrost/playbooks\n/tmp/dib_build.g3tuknu2/hooks/install.d /opt/bifrost/playbooks\n/opt/bifrost/playbooks\nDIB_YUM_REPO_CONF is not set - no repo configuration will be copied in\n/etc/sudoers: parsed OK\n/etc/sudoers: parsed OK\ninstalling gettext from redhat-common\ninstalling gettext from redhat-common\ninstalling python-xml from pip-and-virtualenv\ninstalling python-xml from pip-and-virtualenv\nRunning command: ['install-packages', u'', u'gettext']\n> The package is not available and will not be installed\n> Running install-packages install. Package list: gettext\n> Loading \"fastestmirror\" plugin\n> Config time: 0.021\n> Yum version: 3.4.3\n> rpmdb time: 0.000\n> Setting up Package Sacks\n> Loading mirror speeds from cached hostfile\n> * base: mirror.supremebytes.com\n> * extras: mirror.tocici.com\n> * updates: mirror.pac-12.org\n> pkgsack time: 1.409\n> Obs Init time: 0.100\n> Package gettext-0.18.2.1-4.el7.x86_64 already installed and latest version\n> Nothing to do\n> -- done\nNothing to uninstall\nRunning install-packages install. Package list: vim\nless\nbridge-utils\niputils\nrsyslog\ncurl\nLoading \"fastestmirror\" plugin\nConfig time: 0.007\nYum version: 3.4.3\nrpmdb time: 0.000\nSetting up Package Sacks\nLoading mirror speeds from cached hostfile\n * base: mirror.supremebytes.com\n * extras: mirror.tocici.com\n * updates: mirror.pac-12.org\npkgsack time: 0.244\nChecking for virtual provide or file-provide for vim\nObs Init time: 0.107\nPackage less-458-9.el7.x86_64 already installed and latest version\nBuilding updates object\nup:simple updates time: 0.008\nup:obs time: 0.002\nup:condense time: 0.000\nupdates time: 0.132\nNot Updating Package that is already updated: iputils.x86_64 0:20121221-7.el7\nNot Updating Package that is already updated: rsyslog.x86_64 0:7.4.7-12.el7\nNot Updating Package that is already updated: curl.x86_64 0:7.29.0-25.el7.centos\nResolving Dependencies\n--> Running transaction check\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\nChecking deps for bridge-utils.x86_64 0:1.5-9.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of bridge-utils.x86_64 0:1.5-9.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of bridge-utils.x86_64 0:1.5-9.el7 - u\n---> Package curl.x86_64 0:7.29.0-25.el7.centos will be updated\nChecking deps for curl.x86_64 0:7.29.0-25.el7.centos - ud\n---> Package curl.x86_64 0:7.29.0-35.el7.centos will be an update\nChecking deps for curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libcurl', 'EQ', ('0', '7.29.0', '35.el7.centos')) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libc.so.6(GLIBC_2.17)(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssl3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libsmime3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libplds4.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libplc4.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnssutil3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnspr4.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libcurl.so.4()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u\ncurl-7.29.0-35.el7.centos.x86_64 requires: libcurl = 7.29.0-35.el7.centos\n--> Processing Dependency: libcurl = 7.29.0-35.el7.centos for package: curl-7.29.0-35.el7.centos.x86_64\nSearching pkgSack for dep: libcurl\nNot Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos\nNot Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos\nNot Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos\nNot Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos\nNot Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos\n---> Package iputils.x86_64 0:20121221-7.el7 will be updated\nChecking deps for iputils.x86_64 0:20121221-7.el7 - ud\n---> Package iputils.x86_64 0:20160308-8.el7 will be an update\nChecking deps for iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('filesystem', 'GE', ('0', '3', None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('systemd', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('systemd', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libresolv.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libidn.so.11(LIBIDN_1.0)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('/sbin/chkconfig', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('/sbin/chkconfig', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libidn.so.11()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\nlooking for ('libcap.so.2()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u\n---> Package rsyslog.x86_64 0:7.4.7-12.el7 will be updated\nChecking deps for rsyslog.x86_64 0:7.4.7-12.el7 - ud\n---> Package rsyslog.x86_64 0:7.4.7-16.el7 will be an update\nChecking deps for rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('logrotate', 'GE', ('0', '3.5.2', None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libestr', 'GE', ('0', '0.1.9', None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('bash', 'GE', ('0', '2.0', None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('systemd', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('systemd', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libuuid.so.1(UUID_1.0)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libsystemd.so.0(LIBSYSTEMD_209)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('librt.so.1(GLIBC_2.3.4)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libgcc_s.so.1(GCC_3.3.1)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libgcc_s.so.1(GCC_3.0)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libc.so.6(GLIBC_2.17)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libuuid.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libsystemd.so.0()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libjson-c.so.2()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libgcc_s.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libestr.so.0()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u\n---> Package vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 will be installed\nChecking deps for vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('vim-common', 'EQ', ('2', '7.4.160', '1.el7_3.1')) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('which', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libc.so.6(GLIBC_2.7)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libacl.so.1(ACL_1.0)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libtinfo.so.5()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libselinux.so.1()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libperl.so()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libgpm.so.2()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libacl.so.1()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\n2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: vim-common = 2:7.4.160-1.el7_3.1\n--> Processing Dependency: vim-common = 2:7.4.160-1.el7_3.1 for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\nSearching pkgSack for dep: vim-common\nTSINFO: Marking 2:vim-common-7.4.160-1.el7_3.1.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\n2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: perl(:MODULE_COMPAT_5.16.3)\n--> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\nSearching pkgSack for dep: perl(:MODULE_COMPAT_5.16.3)\nTSINFO: Marking 4:perl-5.16.3-291.el7.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\n2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: libperl.so()(64bit)\n--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\nSearching pkgSack for dep: libperl.so()(64bit)\nTSINFO: Marking 4:perl-libs-5.16.3-291.el7.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\n2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: libgpm.so.2()(64bit)\n--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\nSearching pkgSack for dep: libgpm.so.2()(64bit)\nTSINFO: Marking gpm-libs-1.20.7-5.el7.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\n--> Running transaction check\n---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed\nChecking deps for gpm-libs.x86_64 0:1.20.7-5.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u\nlooking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u\nlooking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u\nlooking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u\nlooking for ('libtinfo.so.5()(64bit)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u\nlooking for ('libncurses.so.5()(64bit)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u\n---> Package libcurl.x86_64 0:7.29.0-25.el7.centos will be updated\nChecking deps for libcurl.x86_64 0:7.29.0-25.el7.centos - ud\n---> Package libcurl.x86_64 0:7.29.0-35.el7.centos will be an update\nChecking deps for libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssh2(x86-64)', 'GE', ('0', '1.4.3', None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssl3.so(NSS_3.4)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssl3.so(NSS_3.2)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssl3.so(NSS_3.14)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssl3.so(NSS_3.11.4)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.9.3)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.9.2)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.5)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.4)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.3)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.2)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.12.5)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.12.1)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.12)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so(NSS_3.10)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libidn.so.11(LIBIDN_1.0)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libc.so.6(GLIBC_2.17)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssl3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libssh2.so.1()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libsmime3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libplds4.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libplc4.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnssutil3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnss3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libnspr4.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libldap-2.4.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('liblber-2.4.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libkrb5.so.3()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libk5crypto.so.3()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libidn.so.11()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libgssapi_krb5.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\nlooking for ('libcom_err.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u\n---> Package perl.x86_64 4:5.16.3-291.el7 will be installed\nChecking deps for perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl-libs', 'EQ', ('4', '5.16.3', '291.el7')) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Socket)', 'GE', ('0', '1.3', None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Scalar::Util)', 'GE', ('0', '1.10', None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl-macros', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl-libs', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(threads::shared)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(threads)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(constant)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Time::HiRes)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Storable)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Socket)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Pod::Simple::XHTML)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Pod::Simple::Search)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Filter::Util::Call)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(File::Temp)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(File::Spec::Unix)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(File::Spec::Functions)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(File::Path)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libutil.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libperl.so()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libnsl.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libgdbm_compat.so.4()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libgdbm.so.4()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libcrypt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Socket) >= 1.3\n--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Socket)\nTSINFO: Marking perl-Socket-2.010-4.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Scalar::Util) >= 1.10\n--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Scalar::Util)\nTSINFO: Marking perl-Scalar-List-Utils-1.27-248.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl-macros\n--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl-macros\nTSINFO: Marking 4:perl-macros-5.16.3-291.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(threads::shared)\n--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(threads::shared)\nTSINFO: Marking perl-threads-shared-1.43-6.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(threads)\n--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(threads)\nTSINFO: Marking perl-threads-1.87-4.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(constant)\n--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(constant)\nTSINFO: Marking perl-constant-1.27-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Time::Local)\n--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Time::Local)\nTSINFO: Marking perl-Time-Local-1.2300-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Time::HiRes)\n--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Time::HiRes)\nTSINFO: Marking 4:perl-Time-HiRes-1.9725-3.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Storable)\n--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Storable)\nTSINFO: Marking perl-Storable-2.45-3.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Socket)\n--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Socket)\nperl-Socket-2.010-4.el7.x86_64 already in ts, skipping this one\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Scalar::Util)\n--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Scalar::Util)\nperl-Scalar-List-Utils-1.27-248.el7.x86_64 already in ts, skipping this one\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Pod::Simple::XHTML)\n--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Pod::Simple::XHTML)\nTSINFO: Marking 1:perl-Pod-Simple-3.28-4.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Pod::Simple::Search)\n--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-291.el7.x86_64\nQuick matched 1:perl-Pod-Simple-3.28-4.el7.noarch to require for perl(Pod::Simple::Search)\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Getopt::Long)\n--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Getopt::Long)\nTSINFO: Marking perl-Getopt-Long-2.40-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Filter::Util::Call)\n--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Filter::Util::Call)\nTSINFO: Marking perl-Filter-1.49-3.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Temp)\n--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(File::Temp)\nTSINFO: Marking perl-File-Temp-0.23.01-3.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Spec::Unix)\n--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(File::Spec::Unix)\nTSINFO: Marking perl-PathTools-3.40-5.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Spec::Functions)\n--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-291.el7.x86_64\nQuick matched perl-PathTools-3.40-5.el7.x86_64 to require for perl(File::Spec::Functions)\n4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Spec)\n--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-291.el7.x86_64\nQuick matched perl-PathTools-3.40-5.el7.x86_64 to require for perl(File::Spec)\n4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Path)\n--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(File::Path)\nTSINFO: Marking perl-File-Path-2.09-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Exporter)\n--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Exporter)\nTSINFO: Marking perl-Exporter-5.68-3.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Cwd)\n--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Cwd)\nperl-PathTools-3.40-5.el7.x86_64 already in ts, skipping this one\n4:perl-5.16.3-291.el7.x86_64 requires: perl(Carp)\n--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-291.el7.x86_64\nSearching pkgSack for dep: perl(Carp)\nTSINFO: Marking perl-Carp-1.26-244.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64\n---> Package perl-libs.x86_64 4:5.16.3-291.el7 will be installed\nChecking deps for perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libcrypt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libutil.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libnsl.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\nlooking for ('libcrypt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u\n---> Package vim-common.x86_64 2:7.4.160-1.el7_3.1 will be installed\nChecking deps for vim-common.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('vim-filesystem', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('libc.so.6(GLIBC_2.3.4)(64bit)', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u\n2:vim-common-7.4.160-1.el7_3.1.x86_64 requires: vim-filesystem\n--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7_3.1.x86_64\nSearching pkgSack for dep: vim-filesystem\nTSINFO: Marking 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 as install for 2:vim-common-7.4.160-1.el7_3.1.x86_64\n--> Running transaction check\n---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed\nChecking deps for perl-Carp.noarch 0:1.26-244.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u\n---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed\nChecking deps for perl-Exporter.noarch 0:5.68-3.el7 - u\nlooking for ('perl(Carp)', 'GE', ('0', '1.05', None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u\n---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed\nChecking deps for perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl', 'GE', ('0', '5.005_04', None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u\n---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed\nChecking deps for perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(File::Spec)', 'GE', ('0', '0.8', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(File::Path)', 'GE', ('0', '2.06', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(Fcntl)', 'GE', ('0', '1.03', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(base)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(POSIX)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(IO::Seekable)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(IO::Handle)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(Errno)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u\n---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed\nChecking deps for perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.002', None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\nlooking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u\n---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed\nChecking deps for perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(Pod::Usage)', 'GE', ('0', '1.14', None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(Text::ParseWords)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nperl-Getopt-Long-2.40-2.el7.noarch requires: perl(Pod::Usage) >= 1.14\n--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch\nSearching pkgSack for dep: perl(Pod::Usage)\nTSINFO: Marking perl-Pod-Usage-1.63-3.el7.noarch as install for perl-Getopt-Long-2.40-2.el7.noarch\nperl-Getopt-Long-2.40-2.el7.noarch requires: perl(Text::ParseWords)\n--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch\nSearching pkgSack for dep: perl(Text::ParseWords)\nTSINFO: Marking perl-Text-ParseWords-3.29-4.el7.noarch as install for perl-Getopt-Long-2.40-2.el7.noarch\n---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed\nChecking deps for perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\nlooking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u\n---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed\nChecking deps for perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Text::Wrap)', 'GE', ('0', '98.112902', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Pod::Escapes)', 'GE', ('0', '1.04', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(integer)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Symbol)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u\n1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Pod::Escapes) >= 1.04\n--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch\nSearching pkgSack for dep: perl(Pod::Escapes)\nTSINFO: Marking 1:perl-Pod-Escapes-1.04-291.el7.noarch as install for 1:perl-Pod-Simple-3.28-4.el7.noarch\n1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Encode)\n--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch\nSearching pkgSack for dep: perl(Encode)\nTSINFO: Marking perl-Encode-2.51-7.el7.x86_64 as install for 1:perl-Pod-Simple-3.28-4.el7.noarch\n---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed\nChecking deps for perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nlooking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\n---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed\nChecking deps for perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('perl(warnings::register)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u\n---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed\nChecking deps for perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(IO::File)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u\n---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed\nChecking deps for perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nlooking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\n---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed\nChecking deps for perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u\n---> Package perl-constant.noarch 0:1.27-2.el7 will be installed\nChecking deps for perl-constant.noarch 0:1.27-2.el7 - u\nlooking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u\nlooking for ('perl(warnings::register)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u\n---> Package perl-macros.x86_64 4:5.16.3-291.el7 will be installed\nChecking deps for perl-macros.x86_64 4:5.16.3-291.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-macros.x86_64 4:5.16.3-291.el7 - u\n---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed\nChecking deps for perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u\n---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed\nChecking deps for perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(threads)', 'GE', ('0', '1.73', None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u\n---> Package vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 will be installed\nChecking deps for vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 - u\n--> Running transaction check\n---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed\nChecking deps for perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl', 'GE', ('1', '5.8.0', None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(utf8)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(re)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(bytes)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(base)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(MIME::Base64)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\nlooking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u\n---> Package perl-Pod-Escapes.noarch 1:1.04-291.el7 will be installed\nChecking deps for perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\nlooking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\n---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed\nChecking deps for perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(Pod::Text)', 'GE', ('0', '3.15', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(File::Spec)', 'GE', ('0', '0.82', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl-Pod-Perldoc', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nlooking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nperl-Pod-Usage-1.63-3.el7.noarch requires: perl(Pod::Text) >= 3.15\n--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch\nSearching pkgSack for dep: perl(Pod::Text)\nTSINFO: Marking perl-podlators-2.5.1-3.el7.noarch as install for perl-Pod-Usage-1.63-3.el7.noarch\nperl-Pod-Usage-1.63-3.el7.noarch requires: perl-Pod-Perldoc\n--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch\nSearching pkgSack for dep: perl-Pod-Perldoc\nTSINFO: Marking perl-Pod-Perldoc-3.20-4.el7.noarch as install for perl-Pod-Usage-1.63-3.el7.noarch\n---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed\nChecking deps for perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\nlooking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\n--> Running transaction check\n---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed\nChecking deps for perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Simple::XMLOutStream)', 'GE', ('0', '3.16', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Simple::RTF)', 'GE', ('0', '3.16', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Man)', 'GE', ('0', '2.18', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(File::Temp)', 'GE', ('0', '0.22', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(parent)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(lib)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Text::ParseWords)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Symbol)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Text::Termcap)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Text::Color)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Text)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Pod::Simple::Checker)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(IPC::Open3)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(IO::Select)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(IO::Handle)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(HTTP::Tiny)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(File::Spec::Functions)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('groff-base', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nlooking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nperl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(parent)\n--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch\nSearching pkgSack for dep: perl(parent)\nTSINFO: Marking 1:perl-parent-0.225-244.el7.noarch as install for perl-Pod-Perldoc-3.20-4.el7.noarch\nperl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(HTTP::Tiny)\n--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch\nSearching pkgSack for dep: perl(HTTP::Tiny)\nTSINFO: Marking perl-HTTP-Tiny-0.033-3.el7.noarch as install for perl-Pod-Perldoc-3.20-4.el7.noarch\n---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed\nChecking deps for perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Pod::Simple)', 'GE', ('0', '3.06', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(File::Spec)', 'GE', ('0', '0.8', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(subs)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Term::Cap)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Term::ANSIColor)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Pod::Usage)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(POSIX)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\nlooking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u\n--> Running transaction check\n---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed\nChecking deps for perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(bytes)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(IO::Socket)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(Errno)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\n---> Package perl-parent.noarch 1:0.225-244.el7 will be installed\nChecking deps for perl-parent.noarch 1:0.225-244.el7 - u\nlooking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u\nlooking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u\nlooking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u\n--> Finished Dependency Resolution\nDependency Process ending\nDepsolve time: 0.557\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n bridge-utils x86_64 1.5-9.el7 base 32 k\n vim-enhanced x86_64 2:7.4.160-1.el7_3.1 updates 1.0 M\nUpdating:\n curl x86_64 7.29.0-35.el7.centos base 265 k\n iputils x86_64 20160308-8.el7 base 147 k\n rsyslog x86_64 7.4.7-16.el7 base 573 k\nInstalling for dependencies:\n gpm-libs x86_64 1.20.7-5.el7 base 32 k\n perl x86_64 4:5.16.3-291.el7 base 8.0 M\n perl-Carp noarch 1.26-244.el7 base 19 k\n perl-Encode x86_64 2.51-7.el7 base 1.5 M\n perl-Exporter noarch 5.68-3.el7 base 28 k\n perl-File-Path noarch 2.09-2.el7 base 26 k\n perl-File-Temp noarch 0.23.01-3.el7 base 56 k\n perl-Filter x86_64 1.49-3.el7 base 76 k\n perl-Getopt-Long noarch 2.40-2.el7 base 56 k\n perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k\n perl-PathTools x86_64 3.40-5.el7 base 82 k\n perl-Pod-Escapes noarch 1:1.04-291.el7 base 51 k\n perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k\n perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k\n perl-Pod-Usage noarch 1.63-3.el7 base 27 k\n perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k\n perl-Socket x86_64 2.010-4.el7 base 49 k\n perl-Storable x86_64 2.45-3.el7 base 77 k\n perl-Text-ParseWords noarch 3.29-4.el7 base 14 k\n perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k\n perl-Time-Local noarch 1.2300-2.el7 base 24 k\n perl-constant noarch 1.27-2.el7 base 19 k\n perl-libs x86_64 4:5.16.3-291.el7 base 688 k\n perl-macros x86_64 4:5.16.3-291.el7 base 43 k\n perl-parent noarch 1:0.225-244.el7 base 12 k\n perl-podlators noarch 2.5.1-3.el7 base 112 k\n perl-threads x86_64 1.87-4.el7 base 49 k\n perl-threads-shared x86_64 1.43-6.el7 base 39 k\n vim-common x86_64 2:7.4.160-1.el7_3.1 updates 5.9 M\n vim-filesystem x86_64 2:7.4.160-1.el7_3.1 updates 9.7 k\nUpdating for dependencies:\n libcurl x86_64 7.29.0-35.el7.centos base 218 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+30 Dependent packages)\nUpgrade 3 Packages (+ 1 Dependent package)\n\nTotal size: 20 M\nDownloading packages:\nusing local copy of perl-HTTP-Tiny-0.033-3.el7.noarch\nusing local copy of perl-threads-shared-1.43-6.el7.x86_64\nusing local copy of 4:perl-Time-HiRes-1.9725-3.el7.x86_64\nusing local copy of perl-Exporter-5.68-3.el7.noarch\nusing local copy of perl-constant-1.27-2.el7.noarch\nusing local copy of perl-PathTools-3.40-5.el7.x86_64\nusing local copy of 1:perl-Pod-Escapes-1.04-291.el7.noarch\nusing local copy of 1:perl-parent-0.225-244.el7.noarch\nusing local copy of rsyslog-7.4.7-16.el7.x86_64\nusing local copy of perl-File-Temp-0.23.01-3.el7.noarch\nusing local copy of 1:perl-Pod-Simple-3.28-4.el7.noarch\nusing local copy of perl-Time-Local-1.2300-2.el7.noarch\nusing local copy of gpm-libs-1.20.7-5.el7.x86_64\nusing local copy of perl-Pod-Perldoc-3.20-4.el7.noarch\nusing local copy of 2:vim-common-7.4.160-1.el7_3.1.x86_64\nusing local copy of perl-Socket-2.010-4.el7.x86_64\nusing local copy of perl-Encode-2.51-7.el7.x86_64\nusing local copy of perl-Carp-1.26-244.el7.noarch\nusing local copy of bridge-utils-1.5-9.el7.x86_64\nusing local copy of perl-Scalar-List-Utils-1.27-248.el7.x86_64\nusing local copy of libcurl-7.29.0-35.el7.centos.x86_64\nusing local copy of 4:perl-libs-5.16.3-291.el7.x86_64\nusing local copy of 4:perl-macros-5.16.3-291.el7.x86_64\nusing local copy of perl-Pod-Usage-1.63-3.el7.noarch\nusing local copy of curl-7.29.0-35.el7.centos.x86_64\nusing local copy of perl-Storable-2.45-3.el7.x86_64\nusing local copy of perl-podlators-2.5.1-3.el7.noarch\nusing local copy of perl-Getopt-Long-2.40-2.el7.noarch\nusing local copy of perl-File-Path-2.09-2.el7.noarch\nusing local copy of 4:perl-5.16.3-291.el7.x86_64\nusing local copy of perl-threads-1.87-4.el7.x86_64\nusing local copy of perl-Filter-1.49-3.el7.x86_64\nusing local copy of perl-Text-ParseWords-3.29-4.el7.noarch\nusing local copy of 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64\nusing local copy of iputils-20160308-8.el7.x86_64\nusing local copy of 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64\nRetrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7\nMember: perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u\nAdding Package perl-HTTP-Tiny-0.033-3.el7.noarch in mode u\nMember: curl.x86_64 0:7.29.0-25.el7.centos - ud\nMember: perl-threads-shared.x86_64 0:1.43-6.el7 - u\nAdding Package perl-threads-shared-1.43-6.el7.x86_64 in mode u\nMember: perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u\nAdding Package 4:perl-Time-HiRes-1.9725-3.el7.x86_64 in mode u\nMember: perl-Exporter.noarch 0:5.68-3.el7 - u\nAdding Package perl-Exporter-5.68-3.el7.noarch in mode u\nMember: perl-constant.noarch 0:1.27-2.el7 - u\nAdding Package perl-constant-1.27-2.el7.noarch in mode u\nMember: perl-PathTools.x86_64 0:3.40-5.el7 - u\nAdding Package perl-PathTools-3.40-5.el7.x86_64 in mode u\nMember: perl-Pod-Escapes.noarch 1:1.04-291.el7 - u\nAdding Package 1:perl-Pod-Escapes-1.04-291.el7.noarch in mode u\nMember: perl-parent.noarch 1:0.225-244.el7 - u\nAdding Package 1:perl-parent-0.225-244.el7.noarch in mode u\nMember: iputils.x86_64 0:20121221-7.el7 - ud\nMember: rsyslog.x86_64 0:7.4.7-16.el7 - u\nAdding Package rsyslog-7.4.7-16.el7.x86_64 in mode u\nMember: rsyslog.x86_64 0:7.4.7-12.el7 - ud\nMember: perl-File-Temp.noarch 0:0.23.01-3.el7 - u\nAdding Package perl-File-Temp-0.23.01-3.el7.noarch in mode u\nMember: perl-Pod-Simple.noarch 1:3.28-4.el7 - u\nAdding Package 1:perl-Pod-Simple-3.28-4.el7.noarch in mode u\nMember: perl-Time-Local.noarch 0:1.2300-2.el7 - u\nAdding Package perl-Time-Local-1.2300-2.el7.noarch in mode u\nMember: gpm-libs.x86_64 0:1.20.7-5.el7 - u\nAdding Package gpm-libs-1.20.7-5.el7.x86_64 in mode u\nMember: perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u\nAdding Package perl-Pod-Perldoc-3.20-4.el7.noarch in mode u\nMember: vim-common.x86_64 2:7.4.160-1.el7_3.1 - u\nAdding Package 2:vim-common-7.4.160-1.el7_3.1.x86_64 in mode u\nMember: perl-Socket.x86_64 0:2.010-4.el7 - u\nAdding Package perl-Socket-2.010-4.el7.x86_64 in mode u\nMember: perl-Encode.x86_64 0:2.51-7.el7 - u\nAdding Package perl-Encode-2.51-7.el7.x86_64 in mode u\nMember: libcurl.x86_64 0:7.29.0-25.el7.centos - ud\nMember: perl-Carp.noarch 0:1.26-244.el7 - u\nAdding Package perl-Carp-1.26-244.el7.noarch in mode u\nMember: bridge-utils.x86_64 0:1.5-9.el7 - u\nAdding Package bridge-utils-1.5-9.el7.x86_64 in mode u\nMember: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u\nAdding Package perl-Scalar-List-Utils-1.27-248.el7.x86_64 in mode u\nMember: libcurl.x86_64 0:7.29.0-35.el7.centos - u\nAdding Package libcurl-7.29.0-35.el7.centos.x86_64 in mode u\nMember: perl-libs.x86_64 4:5.16.3-291.el7 - u\nAdding Package 4:perl-libs-5.16.3-291.el7.x86_64 in mode u\nMember: perl-macros.x86_64 4:5.16.3-291.el7 - u\nAdding Package 4:perl-macros-5.16.3-291.el7.x86_64 in mode u\nMember: perl-Pod-Usage.noarch 0:1.63-3.el7 - u\nAdding Package perl-Pod-Usage-1.63-3.el7.noarch in mode u\nMember: curl.x86_64 0:7.29.0-35.el7.centos - u\nAdding Package curl-7.29.0-35.el7.centos.x86_64 in mode u\nMember: perl-Storable.x86_64 0:2.45-3.el7 - u\nAdding Package perl-Storable-2.45-3.el7.x86_64 in mode u\nMember: perl-podlators.noarch 0:2.5.1-3.el7 - u\nAdding Package perl-podlators-2.5.1-3.el7.noarch in mode u\nMember: perl-Getopt-Long.noarch 0:2.40-2.el7 - u\nAdding Package perl-Getopt-Long-2.40-2.el7.noarch in mode u\nMember: perl-File-Path.noarch 0:2.09-2.el7 - u\nAdding Package perl-File-Path-2.09-2.el7.noarch in mode u\nMember: perl.x86_64 4:5.16.3-291.el7 - u\nAdding Package 4:perl-5.16.3-291.el7.x86_64 in mode u\nMember: perl-threads.x86_64 0:1.87-4.el7 - u\nAdding Package perl-threads-1.87-4.el7.x86_64 in mode u\nMember: perl-Filter.x86_64 0:1.49-3.el7 - u\nAdding Package perl-Filter-1.49-3.el7.x86_64 in mode u\nMember: perl-Text-ParseWords.noarch 0:3.29-4.el7 - u\nAdding Package perl-Text-ParseWords-3.29-4.el7.noarch in mode u\nMember: vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u\nAdding Package 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 in mode u\nMember: iputils.x86_64 0:20160308-8.el7 - u\nAdding Package iputils-20160308-8.el7.x86_64 in mode u\nMember: vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 - u\nAdding Package 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 in mode u\nRunning transaction check\nTransaction check time: 0.031\nRunning transaction test\nTransaction test succeeded\nTransaction test time: 0.039\nRunning transaction\n Installing : 1:perl-parent-0.225-244.el7.noarch 1/40 \n Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/40 \n Installing : perl-podlators-2.5.1-3.el7.noarch 3/40 \n Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/40 \n Installing : 1:perl-Pod-Escapes-1.04-291.el7.noarch 5/40 \n Installing : perl-Encode-2.51-7.el7.x86_64 6/40 \n Installing : perl-Text-ParseWords-3.29-4.el7.noarch 7/40 \n Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/40 \n Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 9/40 \n Installing : perl-Exporter-5.68-3.el7.noarch 10/40 \n Installing : perl-constant-1.27-2.el7.noarch 11/40 \n Installing : perl-Time-Local-1.2300-2.el7.noarch 12/40 \n Installing : perl-Socket-2.010-4.el7.x86_64 13/40 \n Installing : perl-Carp-1.26-244.el7.noarch 14/40 \n Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 15/40 \n Installing : perl-PathTools-3.40-5.el7.x86_64 16/40 \n Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 17/40 \n Installing : 4:perl-libs-5.16.3-291.el7.x86_64 18/40 \n Installing : 4:perl-macros-5.16.3-291.el7.x86_64 19/40 \n Installing : perl-Storable-2.45-3.el7.x86_64 20/40 \n Installing : perl-File-Temp-0.23.01-3.el7.noarch 21/40 \n Installing : perl-File-Path-2.09-2.el7.noarch 22/40 \n Installing : perl-threads-shared-1.43-6.el7.x86_64 23/40 \n Installing : perl-threads-1.87-4.el7.x86_64 24/40 \n Installing : perl-Filter-1.49-3.el7.x86_64 25/40 \n Installing : perl-Getopt-Long-2.40-2.el7.noarch 26/40 \n Installing : 4:perl-5.16.3-291.el7.x86_64 27/40 \n Installing : 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 28/40 \n Installing : 2:vim-common-7.4.160-1.el7_3.1.x86_64 29/40 \n Updating : libcurl-7.29.0-35.el7.centos.x86_64 30/40 \n Installing : gpm-libs-1.20.7-5.el7.x86_64 31/40 \n Installing : 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 32/40 \n Updating : curl-7.29.0-35.el7.centos.x86_64 33/40 \n Updating : iputils-20160308-8.el7.x86_64 34/40 \n Installing : bridge-utils-1.5-9.el7.x86_64 35/40 \n Updating : rsyslog-7.4.7-16.el7.x86_64 36/40 \n Cleanup : curl-7.29.0-25.el7.centos.x86_64 37/40 \n Cleanup : libcurl-7.29.0-25.el7.centos.x86_64 38/40 \n Cleanup : iputils-20121221-7.el7.x86_64 39/40 \n Cleanup : rsyslog-7.4.7-12.el7.x86_64 40/40 \n Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/40 \n Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/40 \n Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/40 \n Verifying : perl-Exporter-5.68-3.el7.noarch 4/40 \n Verifying : perl-constant-1.27-2.el7.noarch 5/40 \n Verifying : perl-PathTools-3.40-5.el7.x86_64 6/40 \n Verifying : 1:perl-Pod-Escapes-1.04-291.el7.noarch 7/40 \n Verifying : 1:perl-parent-0.225-244.el7.noarch 8/40 \n Verifying : rsyslog-7.4.7-16.el7.x86_64 9/40 \n Verifying : perl-File-Temp-0.23.01-3.el7.noarch 10/40 \n Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 11/40 \n Verifying : perl-Time-Local-1.2300-2.el7.noarch 12/40 \n Verifying : gpm-libs-1.20.7-5.el7.x86_64 13/40 \n Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 14/40 \n Verifying : 2:vim-common-7.4.160-1.el7_3.1.x86_64 15/40 \n Verifying : perl-Socket-2.010-4.el7.x86_64 16/40 \n Verifying : perl-Encode-2.51-7.el7.x86_64 17/40 \n Verifying : perl-Carp-1.26-244.el7.noarch 18/40 \n Verifying : bridge-utils-1.5-9.el7.x86_64 19/40 \n Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 20/40 \n Verifying : libcurl-7.29.0-35.el7.centos.x86_64 21/40 \n Verifying : 4:perl-libs-5.16.3-291.el7.x86_64 22/40 \n Verifying : 4:perl-macros-5.16.3-291.el7.x86_64 23/40 \n Verifying : perl-Pod-Usage-1.63-3.el7.noarch 24/40 \n Verifying : curl-7.29.0-35.el7.centos.x86_64 25/40 \n Verifying : perl-Storable-2.45-3.el7.x86_64 26/40 \n Verifying : perl-podlators-2.5.1-3.el7.noarch 27/40 \n Verifying : perl-Getopt-Long-2.40-2.el7.noarch 28/40 \n Verifying : perl-File-Path-2.09-2.el7.noarch 29/40 \n Verifying : 4:perl-5.16.3-291.el7.x86_64 30/40 \n Verifying : perl-threads-1.87-4.el7.x86_64 31/40 \n Verifying : perl-Filter-1.49-3.el7.x86_64 32/40 \n Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 33/40 \n Verifying : 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 34/40 \n Verifying : iputils-20160308-8.el7.x86_64 35/40 \n Verifying : 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 36/40 \n Verifying : curl-7.29.0-25.el7.centos.x86_64 37/40 \n Verifying : iputils-20121221-7.el7.x86_64 38/40 \n Verifying : rsyslog-7.4.7-12.el7.x86_64 39/40 \n Verifying : libcurl-7.29.0-25.el7.centos.x86_64 40/40 \nVerifyTransaction time: 0.168\nTransaction time: 2.489\n\nInstalled:\n bridge-utils.x86_64 0:1.5-9.el7 vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 \n\nDependency Installed:\n gpm-libs.x86_64 0:1.20.7-5.el7 \n perl.x86_64 4:5.16.3-291.el7 \n perl-Carp.noarch 0:1.26-244.el7 \n perl-Encode.x86_64 0:2.51-7.el7 \n perl-Exporter.noarch 0:5.68-3.el7 \n perl-File-Path.noarch 0:2.09-2.el7 \n perl-File-Temp.noarch 0:0.23.01-3.el7 \n perl-Filter.x86_64 0:1.49-3.el7 \n perl-Getopt-Long.noarch 0:2.40-2.el7 \n perl-HTTP-Tiny.noarch 0:0.033-3.el7 \n perl-PathTools.x86_64 0:3.40-5.el7 \n perl-Pod-Escapes.noarch 1:1.04-291.el7 \n perl-Pod-Perldoc.noarch 0:3.20-4.el7 \n perl-Pod-Simple.noarch 1:3.28-4.el7 \n perl-Pod-Usage.noarch 0:1.63-3.el7 \n perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 \n perl-Socket.x86_64 0:2.010-4.el7 \n perl-Storable.x86_64 0:2.45-3.el7 \n perl-Text-ParseWords.noarch 0:3.29-4.el7 \n perl-Time-HiRes.x86_64 4:1.9725-3.el7 \n perl-Time-Local.noarch 0:1.2300-2.el7 \n perl-constant.noarch 0:1.27-2.el7 \n perl-libs.x86_64 4:5.16.3-291.el7 \n perl-macros.x86_64 4:5.16.3-291.el7 \n perl-parent.noarch 1:0.225-244.el7 \n perl-podlators.noarch 0:2.5.1-3.el7 \n perl-threads.x86_64 0:1.87-4.el7 \n perl-threads-shared.x86_64 0:1.43-6.el7 \n vim-common.x86_64 2:7.4.160-1.el7_3.1 \n vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 \n\nUpdated:\n curl.x86_64 0:7.29.0-35.el7.centos iputils.x86_64 0:20160308-8.el7 \n rsyslog.x86_64 0:7.4.7-16.el7 \n\nDependency Updated:\n libcurl.x86_64 0:7.29.0-35.el7.centos \n\nComplete!\nRunning install-packages install. Package list: iscsi-initiator-utils\nLoading \"fastestmirror\" plugin\nConfig time: 0.007\nYum version: 3.4.3\nrpmdb time: 0.000\nSetting up Package Sacks\nLoading mirror speeds from cached hostfile\n * base: mirror.supremebytes.com\n * extras: mirror.tocici.com\n * updates: mirror.pac-12.org\npkgsack time: 0.229\nObs Init time: 0.092\nResolving Dependencies\n--> Running transaction check\n---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 will be installed\nChecking deps for iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('python(abi)', 'EQ', ('0', '2.7', None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('iscsi-initiator-utils-iscsiuio', 'GE', ('0', '6.2.0.873', '35.el7')) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('systemd', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('systemd', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libmount.so.1(MOUNT_2.22)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libmount.so.1(MOUNT_2.19)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libkmod.so.2(LIBKMOD_5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('/bin/bash', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libpython2.7.so.1.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libmount.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libkmod.so.2()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\niscsi-initiator-utils-6.2.0.873-35.el7.x86_64 requires: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-35.el7\n--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-35.el7 for package: iscsi-initiator-utils-6.2.0.873-35.el7.x86_64\nSearching pkgSack for dep: iscsi-initiator-utils-iscsiuio\nBuilding updates object\nup:simple updates time: 0.008\nup:obs time: 0.002\nup:condense time: 0.000\nupdates time: 0.094\nTSINFO: Marking iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 as install for iscsi-initiator-utils-6.2.0.873-35.el7.x86_64\n--> Running transaction check\n---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 will be installed\nChecking deps for iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('iscsi-initiator-utils', 'EQ', ('0', '6.2.0.873', '35.el7')) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libgcc_s.so.1(GCC_3.3.1)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libgcc_s.so.1(GCC_3.0)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libgcc_s.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nlooking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\n--> Finished Dependency Resolution\nDependency Process ending\nDepsolve time: 0.352\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n iscsi-initiator-utils x86_64 6.2.0.873-35.el7 base 417 k\nInstalling for dependencies:\n iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-35.el7 base 85 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal size: 502 k\nInstalled size: 2.5 M\nDownloading packages:\nusing local copy of iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64\nusing local copy of iscsi-initiator-utils-6.2.0.873-35.el7.x86_64\nMember: iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u\nAdding Package iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 in mode u\nMember: iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u\nAdding Package iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 in mode u\nRunning transaction check\nTransaction check time: 0.015\nRunning transaction test\nTransaction test succeeded\nTransaction test time: 0.017\nRunning transaction\n Installing : iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 1/2 \n Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 2/2 \n Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 1/2 \n Verifying : iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 2/2 \nVerifyTransaction time: 0.068\nTransaction time: 0.287\n\nInstalled:\n iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 \n\nDependency Installed:\n iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 \n\nComplete!\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: mirror.supremebytes.com\n * extras: mirror.tocici.com\n * updates: mirror.pac-12.org\nResolving Dependencies\n--> Running transaction check\n---> Package audit.x86_64 0:2.4.1-5.el7 will be updated\n---> Package audit.x86_64 0:2.6.5-3.el7 will be an update\n---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be updated\n---> Package audit-libs.x86_64 0:2.6.5-3.el7 will be an update\n---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be updated\n---> Package audit-libs-python.x86_64 0:2.6.5-3.el7 will be an update\n---> Package authconfig.x86_64 0:6.2.8-10.el7 will be updated\n---> Package authconfig.x86_64 0:6.2.8-14.el7 will be an update\n---> Package bash.x86_64 0:4.2.46-20.el7_2 will be updated\n---> Package bash.x86_64 0:4.2.46-21.el7_3 will be an update\n---> Package bind-libs-lite.x86_64 32:9.9.4-29.el7_2.3 will be updated\n---> Package bind-libs-lite.x86_64 32:9.9.4-38.el7_3.1 will be an update\n--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-libs-lite-9.9.4-38.el7_3.1.x86_64\n---> Package bind-license.noarch 32:9.9.4-29.el7_2.3 will be updated\n---> Package bind-license.noarch 32:9.9.4-38.el7_3.1 will be an update\n---> Package binutils.x86_64 0:2.23.52.0.1-55.el7 will be updated\n---> Package binutils.x86_64 0:2.25.1-22.base.el7 will be an update\n---> Package btrfs-progs.x86_64 0:3.19.1-1.el7 will be updated\n---> Package btrfs-progs.x86_64 0:4.4.1-1.el7 will be an update\n---> Package ca-certificates.noarch 0:2015.2.6-70.1.el7_2 will be updated\n---> Package ca-certificates.noarch 0:2015.2.6-73.el7 will be an update\n---> Package centos-release.x86_64 0:7-2.1511.el7.centos.2.10 will be updated\n---> Package centos-release.x86_64 0:7-3.1611.el7.centos will be an update\n---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be updated\n---> Package checkpolicy.x86_64 0:2.5-4.el7 will be an update\n---> Package chkconfig.x86_64 0:1.3.61-5.el7_2.1 will be updated\n---> Package chkconfig.x86_64 0:1.7.2-1.el7 will be an update\n---> Package chrony.x86_64 0:2.1.1-1.el7.centos will be updated\n---> Package chrony.x86_64 0:2.1.1-4.el7.centos will be an update\n---> Package coreutils.x86_64 0:8.22-15.el7_2.1 will be updated\n---> Package coreutils.x86_64 0:8.22-18.el7 will be an update\n---> Package cryptsetup-libs.x86_64 0:1.6.7-1.el7 will be updated\n---> Package cryptsetup-libs.x86_64 0:1.7.2-1.el7 will be an update\n---> Package dbus.x86_64 1:1.6.12-14.el7_2 will be updated\n---> Package dbus.x86_64 1:1.6.12-17.el7 will be an update\n---> Package dbus-libs.x86_64 1:1.6.12-14.el7_2 will be updated\n---> Package dbus-libs.x86_64 1:1.6.12-17.el7 will be an update\n---> Package device-mapper.x86_64 7:1.02.107-5.el7_2.5 will be updated\n---> Package device-mapper.x86_64 7:1.02.135-1.el7_3.2 will be an update\n---> Package device-mapper-libs.x86_64 7:1.02.107-5.el7_2.5 will be updated\n---> Package device-mapper-libs.x86_64 7:1.02.135-1.el7_3.2 will be an update\n---> Package dhclient.x86_64 12:4.2.5-42.el7.centos will be updated\n---> Package dhclient.x86_64 12:4.2.5-47.el7.centos will be an update\n---> Package dhcp-common.x86_64 12:4.2.5-42.el7.centos will be updated\n---> Package dhcp-common.x86_64 12:4.2.5-47.el7.centos will be an update\n---> Package dhcp-libs.x86_64 12:4.2.5-42.el7.centos will be updated\n---> Package dhcp-libs.x86_64 12:4.2.5-47.el7.centos will be an update\n---> Package dmidecode.x86_64 1:2.12-9.el7 will be updated\n---> Package dmidecode.x86_64 1:3.0-2.el7 will be an update\n---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be updated\n---> Package dnsmasq.x86_64 0:2.66-21.el7 will be an update\n---> Package dracut.x86_64 0:033-360.el7_2.1 will be updated\n---> Package dracut.x86_64 0:033-463.el7 will be an update\n---> Package dracut-config-generic.x86_64 0:033-360.el7_2.1 will be updated\n---> Package dracut-config-generic.x86_64 0:033-463.el7 will be an update\n---> Package dracut-config-rescue.x86_64 0:033-360.el7_2.1 will be updated\n---> Package dracut-config-rescue.x86_64 0:033-463.el7 will be an update\n---> Package dracut-network.x86_64 0:033-360.el7_2.1 will be updated\n---> Package dracut-network.x86_64 0:033-463.el7 will be an update\n---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be updated\n---> Package e2fsprogs.x86_64 0:1.42.9-9.el7 will be an update\n---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be updated\n---> Package e2fsprogs-libs.x86_64 0:1.42.9-9.el7 will be an update\n---> Package elfutils-libelf.x86_64 0:0.163-3.el7 will be updated\n---> Package elfutils-libelf.x86_64 0:0.166-2.el7 will be an update\n---> Package elfutils-libs.x86_64 0:0.163-3.el7 will be updated\n---> Package elfutils-libs.x86_64 0:0.166-2.el7 will be an update\n---> Package ethtool.x86_64 2:3.15-2.el7 will be updated\n---> Package ethtool.x86_64 2:4.5-3.el7 will be an update\n---> Package expat.x86_64 0:2.1.0-8.el7 will be updated\n---> Package expat.x86_64 0:2.1.0-10.el7_3 will be an update\n---> Package file.x86_64 0:5.11-31.el7 will be updated\n---> Package file.x86_64 0:5.11-33.el7 will be an update\n---> Package file-libs.x86_64 0:5.11-31.el7 will be updated\n---> Package file-libs.x86_64 0:5.11-33.el7 will be an update\n---> Package filesystem.x86_64 0:3.2-20.el7 will be updated\n---> Package filesystem.x86_64 0:3.2-21.el7 will be an update\n---> Package freetype.x86_64 0:2.4.11-11.el7 will be updated\n---> Package freetype.x86_64 0:2.4.11-12.el7 will be an update\n---> Package glib2.x86_64 0:2.42.2-5.el7 will be updated\n---> Package glib2.x86_64 0:2.46.2-4.el7 will be an update\n---> Package glibc.x86_64 0:2.17-106.el7_2.8 will be updated\n---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be an update\n---> Package glibc-common.x86_64 0:2.17-106.el7_2.8 will be updated\n---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be an update\n---> Package gnupg2.x86_64 0:2.0.22-3.el7 will be updated\n---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be an update\n---> Package gnutls.x86_64 0:3.3.8-14.el7_2 will be updated\n---> Package gnutls.x86_64 0:3.3.24-1.el7 will be an update\n---> Package grub2.x86_64 1:2.02-0.34.el7.centos will be updated\n---> Package grub2.x86_64 1:2.02-0.44.el7.centos will be an update\n---> Package grub2-tools.x86_64 1:2.02-0.34.el7.centos will be updated\n---> Package grub2-tools.x86_64 1:2.02-0.44.el7.centos will be an update\n---> Package grubby.x86_64 0:8.28-17.el7 will be updated\n---> Package grubby.x86_64 0:8.28-18.el7 will be an update\n---> Package gssproxy.x86_64 0:0.4.1-8.el7_2 will be updated\n---> Package gssproxy.x86_64 0:0.4.1-13.el7 will be an update\n---> Package initscripts.x86_64 0:9.49.30-1.el7_2.3 will be updated\n---> Package initscripts.x86_64 0:9.49.37-1.el7 will be an update\n---> Package iproute.x86_64 0:3.10.0-54.el7_2.1 will be updated\n---> Package iproute.x86_64 0:3.10.0-74.el7 will be an update\n---> Package iptables.x86_64 0:1.4.21-16.el7 will be updated\n---> Package iptables.x86_64 0:1.4.21-17.el7 will be an update\n---> Package irqbalance.x86_64 3:1.0.7-5.el7 will be updated\n---> Package irqbalance.x86_64 3:1.0.7-6.el7 will be an update\n---> Package iwl7265-firmware.noarch 0:22.0.7.0-43.el7 will be updated\n---> Package iwl7265-firmware.noarch 0:22.0.7.0-49.el7 will be an update\n---> Package kbd.x86_64 0:1.15.5-11.el7 will be updated\n---> Package kbd.x86_64 0:1.15.5-12.el7 will be an update\n---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be updated\n---> Package kbd-legacy.noarch 0:1.15.5-12.el7 will be an update\n---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be updated\n---> Package kbd-misc.noarch 0:1.15.5-12.el7 will be an update\n---> Package kernel.x86_64 0:3.10.0-514.6.1.el7 will be installed\n--> Processing Dependency: linux-firmware >= 20160830-49 for package: kernel-3.10.0-514.6.1.el7.x86_64\n---> Package kernel-tools.x86_64 0:3.10.0-327.28.3.el7 will be updated\n---> Package kernel-tools.x86_64 0:3.10.0-514.6.1.el7 will be an update\n---> Package kernel-tools-libs.x86_64 0:3.10.0-327.28.3.el7 will be updated\n---> Package kernel-tools-libs.x86_64 0:3.10.0-514.6.1.el7 will be an update\n---> Package kexec-tools.x86_64 0:2.0.7-38.el7_2.1 will be updated\n---> Package kexec-tools.x86_64 0:2.0.7-50.el7 will be an update\n---> Package kmod.x86_64 0:20-5.el7 will be updated\n---> Package kmod.x86_64 0:20-9.el7 will be an update\n---> Package kmod-libs.x86_64 0:20-5.el7 will be updated\n---> Package kmod-libs.x86_64 0:20-9.el7 will be an update\n---> Package kpartx.x86_64 0:0.4.9-85.el7_2.5 will be updated\n---> Package kpartx.x86_64 0:0.4.9-99.el7_3.1 will be an update\n---> Package krb5-libs.x86_64 0:1.13.2-12.el7_2 will be updated\n---> Package krb5-libs.x86_64 0:1.14.1-27.el7_3 will be an update\n---> Package libbasicobjects.x86_64 0:0.1.1-25.el7 will be updated\n---> Package libbasicobjects.x86_64 0:0.1.1-27.el7 will be an update\n---> Package libblkid.x86_64 0:2.23.2-26.el7_2.3 will be updated\n---> Package libblkid.x86_64 0:2.23.2-33.el7 will be an update\n---> Package libcgroup.x86_64 0:0.41-8.el7 will be updated\n---> Package libcgroup.x86_64 0:0.41-11.el7 will be an update\n---> Package libcollection.x86_64 0:0.6.2-25.el7 will be updated\n---> Package libcollection.x86_64 0:0.6.2-27.el7 will be an update\n---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be updated\n---> Package libcom_err.x86_64 0:1.42.9-9.el7 will be an update\n---> Package libffi.x86_64 0:3.0.13-16.el7 will be updated\n---> Package libffi.x86_64 0:3.0.13-18.el7 will be an update\n---> Package libgcc.x86_64 0:4.8.5-4.el7 will be updated\n---> Package libgcc.x86_64 0:4.8.5-11.el7 will be an update\n---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be updated\n---> Package libgcrypt.x86_64 0:1.5.3-13.el7_3.1 will be an update\n---> Package libgomp.x86_64 0:4.8.5-4.el7 will be updated\n---> Package libgomp.x86_64 0:4.8.5-11.el7 will be an update\n---> Package libgudev1.x86_64 0:219-19.el7_2.12 will be updated\n---> Package libgudev1.x86_64 0:219-30.el7_3.6 will be an update\n---> Package libini_config.x86_64 0:1.2.0-25.el7 will be updated\n---> Package libini_config.x86_64 0:1.3.0-27.el7 will be an update\n---> Package libmount.x86_64 0:2.23.2-26.el7_2.3 will be updated\n---> Package libmount.x86_64 0:2.23.2-33.el7 will be an update\n---> Package libndp.x86_64 0:1.2-6.el7_2 will be updated\n---> Package libndp.x86_64 0:1.2-7.el7 will be an update\n---> Package libnfsidmap.x86_64 0:0.25-12.el7 will be updated\n---> Package libnfsidmap.x86_64 0:0.25-15.el7 will be an update\n---> Package libnl3.x86_64 0:3.2.21-10.el7 will be updated\n---> Package libnl3.x86_64 0:3.2.28-3.el7_3 will be an update\n---> Package libnl3-cli.x86_64 0:3.2.21-10.el7 will be updated\n---> Package libnl3-cli.x86_64 0:3.2.28-3.el7_3 will be an update\n---> Package libpath_utils.x86_64 0:0.2.1-25.el7 will be updated\n---> Package libpath_utils.x86_64 0:0.2.1-27.el7 will be an update\n---> Package libproxy.x86_64 0:0.4.11-8.el7 will be updated\n---> Package libproxy.x86_64 0:0.4.11-10.el7 will be an update\n---> Package libref_array.x86_64 0:0.1.5-25.el7 will be updated\n---> Package libref_array.x86_64 0:0.1.5-27.el7 will be an update\n---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated\n---> Package libselinux.x86_64 0:2.5-6.el7 will be an update\n---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated\n---> Package libselinux-python.x86_64 0:2.5-6.el7 will be an update\n---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated\n---> Package libselinux-utils.x86_64 0:2.5-6.el7 will be an update\n---> Package libsemanage.x86_64 0:2.1.10-18.el7 will be updated\n---> Package libsemanage.x86_64 0:2.5-5.1.el7_3 will be an update\n---> Package libsemanage-python.x86_64 0:2.1.10-18.el7 will be updated\n---> Package libsemanage-python.x86_64 0:2.5-5.1.el7_3 will be an update\n---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated\n---> Package libsepol.x86_64 0:2.5-6.el7 will be an update\n---> Package libsoup.x86_64 0:2.48.1-3.el7 will be updated\n---> Package libsoup.x86_64 0:2.48.1-6.el7 will be an update\n---> Package libss.x86_64 0:1.42.9-7.el7 will be updated\n---> Package libss.x86_64 0:1.42.9-9.el7 will be an update\n---> Package libstdc++.x86_64 0:4.8.5-4.el7 will be updated\n---> Package libstdc++.x86_64 0:4.8.5-11.el7 will be an update\n---> Package libtalloc.x86_64 0:2.1.5-1.el7_2 will be updated\n---> Package libtalloc.x86_64 0:2.1.6-1.el7 will be an update\n---> Package libtasn1.x86_64 0:3.8-2.el7 will be updated\n---> Package libtasn1.x86_64 0:3.8-3.el7 will be an update\n---> Package libteam.x86_64 0:1.17-6.el7_2 will be updated\n---> Package libteam.x86_64 0:1.25-4.el7 will be an update\n---> Package libtevent.x86_64 0:0.9.26-1.el7_2.1 will be updated\n---> Package libtevent.x86_64 0:0.9.28-1.el7 will be an update\n---> Package libtirpc.x86_64 0:0.2.4-0.6.el7 will be updated\n---> Package libtirpc.x86_64 0:0.2.4-0.8.el7 will be an update\n---> Package libuuid.x86_64 0:2.23.2-26.el7_2.3 will be updated\n---> Package libuuid.x86_64 0:2.23.2-33.el7 will be an update\n---> Package logrotate.x86_64 0:3.8.6-7.el7_2 will be updated\n---> Package logrotate.x86_64 0:3.8.6-12.el7 will be an update\n---> Package lua.x86_64 0:5.1.4-14.el7 will be updated\n---> Package lua.x86_64 0:5.1.4-15.el7 will be an update\n---> Package make.x86_64 1:3.82-21.el7 will be updated\n---> Package make.x86_64 1:3.82-23.el7 will be an update\n---> Package mariadb-libs.x86_64 1:5.5.50-1.el7_2 will be updated\n---> Package mariadb-libs.x86_64 1:5.5.52-1.el7 will be an update\n---> Package microcode_ctl.x86_64 2:2.1-12.el7_2.1 will be updated\n---> Package microcode_ctl.x86_64 2:2.1-16.1.el7_3 will be an update\n---> Package mozjs17.x86_64 0:17.0.0-12.el7 will be updated\n---> Package mozjs17.x86_64 0:17.0.0-19.el7 will be an update\n---> Package nettle.x86_64 0:2.7.1-4.el7 will be updated\n---> Package nettle.x86_64 0:2.7.1-8.el7 will be an update\n---> Package nfs-utils.x86_64 1:1.3.0-0.21.el7_2.1 will be updated\n---> Package nfs-utils.x86_64 1:1.3.0-0.33.el7 will be an update\n---> Package nss.x86_64 0:3.21.0-9.el7_2 will be updated\n---> Package nss.x86_64 0:3.21.3-2.el7_3 will be an update\n---> Package nss-softokn.x86_64 0:3.16.2.3-14.2.el7_2 will be updated\n---> Package nss-softokn.x86_64 0:3.16.2.3-14.4.el7 will be an update\n---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2 will be updated\n---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7 will be an update\n---> Package nss-sysinit.x86_64 0:3.21.0-9.el7_2 will be updated\n---> Package nss-sysinit.x86_64 0:3.21.3-2.el7_3 will be an update\n---> Package nss-tools.x86_64 0:3.21.0-9.el7_2 will be updated\n---> Package nss-tools.x86_64 0:3.21.3-2.el7_3 will be an update\n---> Package nss-util.x86_64 0:3.21.0-2.2.el7_2 will be updated\n---> Package nss-util.x86_64 0:3.21.3-1.1.el7_3 will be an update\n---> Package openldap.x86_64 0:2.4.40-9.el7_2 will be updated\n---> Package openldap.x86_64 0:2.4.40-13.el7 will be an update\n---> Package openssh.x86_64 0:6.6.1p1-25.el7_2 will be updated\n---> Package openssh.x86_64 0:6.6.1p1-33.el7_3 will be an update\n---> Package openssh-clients.x86_64 0:6.6.1p1-25.el7_2 will be updated\n---> Package openssh-clients.x86_64 0:6.6.1p1-33.el7_3 will be an update\n---> Package openssh-server.x86_64 0:6.6.1p1-25.el7_2 will be updated\n---> Package openssh-server.x86_64 0:6.6.1p1-33.el7_3 will be an update\n---> Package openssl.x86_64 1:1.0.1e-51.el7_2.5 will be updated\n---> Package openssl.x86_64 1:1.0.1e-60.el7 will be an update\n---> Package openssl-libs.x86_64 1:1.0.1e-51.el7_2.5 will be updated\n---> Package openssl-libs.x86_64 1:1.0.1e-60.el7 will be an update\n---> Package os-prober.x86_64 0:1.58-5.el7 will be updated\n---> Package os-prober.x86_64 0:1.58-9.el7 will be an update\n---> Package pam.x86_64 0:1.1.8-12.el7_1.1 will be updated\n---> Package pam.x86_64 0:1.1.8-18.el7 will be an update\n---> Package parted.x86_64 0:3.1-23.el7 will be updated\n---> Package parted.x86_64 0:3.1-28.el7 will be an update\n---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be updated\n---> Package pciutils-libs.x86_64 0:3.5.1-1.el7 will be an update\n---> Package pinentry.x86_64 0:0.8.1-14.el7 will be updated\n---> Package pinentry.x86_64 0:0.8.1-17.el7 will be an update\n---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be updated\n---> Package policycoreutils.x86_64 0:2.5-11.el7_3 will be an update\n---> Package policycoreutils-python.x86_64 0:2.2.5-20.el7 will be updated\n---> Package policycoreutils-python.x86_64 0:2.5-11.el7_3 will be an update\n---> Package polkit.x86_64 0:0.112-7.el7_2 will be updated\n---> Package polkit.x86_64 0:0.112-9.el7 will be an update\n---> Package procps-ng.x86_64 0:3.3.10-5.el7_2 will be updated\n---> Package procps-ng.x86_64 0:3.3.10-10.el7 will be an update\n---> Package python.x86_64 0:2.7.5-38.el7_2 will be updated\n---> Package python.x86_64 0:2.7.5-48.el7 will be an update\n---> Package python-libs.x86_64 0:2.7.5-38.el7_2 will be updated\n---> Package python-libs.x86_64 0:2.7.5-48.el7 will be an update\n---> Package python-perf.x86_64 0:3.10.0-327.28.3.el7 will be updated\n---> Package python-perf.x86_64 0:3.10.0-514.6.1.el7 will be an update\n---> Package python-pycurl.x86_64 0:7.19.0-17.el7 will be updated\n---> Package python-pycurl.x86_64 0:7.19.0-19.el7 will be an update\n---> Package python-urlgrabber.noarch 0:3.10-7.el7 will be updated\n---> Package python-urlgrabber.noarch 0:3.10-8.el7 will be an update\n---> Package quota.x86_64 1:4.01-11.el7_2.1 will be updated\n---> Package quota.x86_64 1:4.01-14.el7 will be an update\n---> Package quota-nls.noarch 1:4.01-11.el7_2.1 will be updated\n---> Package quota-nls.noarch 1:4.01-14.el7 will be an update\n---> Package rdma.noarch 0:7.2_4.1_rc6-2.el7 will be updated\n---> Package rdma.noarch 0:7.3_4.7_rc2-5.el7 will be an update\n--> Processing Dependency: pciutils for package: rdma-7.3_4.7_rc2-5.el7.noarch\n---> Package rpcbind.x86_64 0:0.2.0-33.el7_2.1 will be updated\n---> Package rpcbind.x86_64 0:0.2.0-38.el7 will be an update\n---> Package rpm.x86_64 0:4.11.3-17.el7 will be updated\n---> Package rpm.x86_64 0:4.11.3-21.el7 will be an update\n---> Package rpm-build-libs.x86_64 0:4.11.3-17.el7 will be updated\n---> Package rpm-build-libs.x86_64 0:4.11.3-21.el7 will be an update\n---> Package rpm-libs.x86_64 0:4.11.3-17.el7 will be updated\n---> Package rpm-libs.x86_64 0:4.11.3-21.el7 will be an update\n---> Package rpm-python.x86_64 0:4.11.3-17.el7 will be updated\n---> Package rpm-python.x86_64 0:4.11.3-21.el7 will be an update\n---> Package selinux-policy.noarch 0:3.13.1-60.el7_2.7 will be updated\n---> Package selinux-policy.noarch 0:3.13.1-102.el7_3.13 will be an update\n---> Package selinux-policy-targeted.noarch 0:3.13.1-60.el7_2.7 will be updated\n---> Package selinux-policy-targeted.noarch 0:3.13.1-102.el7_3.13 will be an update\n---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be updated\n---> Package setools-libs.x86_64 0:3.3.8-1.1.el7 will be an update\n---> Package setup.noarch 0:2.8.71-6.el7 will be updated\n---> Package setup.noarch 0:2.8.71-7.el7 will be an update\n---> Package shadow-utils.x86_64 2:4.1.5.1-18.el7 will be updated\n---> Package shadow-utils.x86_64 2:4.1.5.1-24.el7 will be an update\n---> Package sudo.x86_64 0:1.8.6p7-17.el7_2 will be updated\n---> Package sudo.x86_64 0:1.8.6p7-21.el7_3 will be an update\n---> Package systemd.x86_64 0:219-19.el7_2.12 will be updated\n---> Package systemd.x86_64 0:219-30.el7_3.6 will be an update\n---> Package systemd-libs.x86_64 0:219-19.el7_2.12 will be updated\n---> Package systemd-libs.x86_64 0:219-30.el7_3.6 will be an update\n---> Package systemd-sysv.x86_64 0:219-19.el7_2.12 will be updated\n---> Package systemd-sysv.x86_64 0:219-30.el7_3.6 will be an update\n---> Package tar.x86_64 2:1.26-29.el7 will be updated\n---> Package tar.x86_64 2:1.26-31.el7 will be an update\n---> Package teamd.x86_64 0:1.17-6.el7_2 will be updated\n---> Package teamd.x86_64 0:1.25-4.el7 will be an update\n---> Package tuned.noarch 0:2.5.1-4.el7_2.3 will be updated\n---> Package tuned.noarch 0:2.7.1-3.el7_3.1 will be an update\n---> Package tzdata.noarch 0:2016f-1.el7 will be updated\n---> Package tzdata.noarch 0:2016j-1.el7 will be an update\n---> Package util-linux.x86_64 0:2.23.2-26.el7_2.3 will be updated\n---> Package util-linux.x86_64 0:2.23.2-33.el7 will be an update\n---> Package vim-minimal.x86_64 2:7.4.160-1.el7 will be updated\n---> Package vim-minimal.x86_64 2:7.4.160-1.el7_3.1 will be an update\n---> Package virt-what.x86_64 0:1.13-6.el7 will be updated\n---> Package virt-what.x86_64 0:1.13-8.el7 will be an update\n---> Package wpa_supplicant.x86_64 1:2.0-17.el7_1 will be updated\n---> Package wpa_supplicant.x86_64 1:2.0-20.el7 will be an update\n---> Package xfsprogs.x86_64 0:3.2.2-2.el7 will be updated\n---> Package xfsprogs.x86_64 0:4.5.0-9.el7_3 will be an update\n---> Package xz.x86_64 0:5.1.2-12alpha.el7 will be updated\n---> Package xz.x86_64 0:5.2.2-1.el7 will be an update\n---> Package xz-libs.x86_64 0:5.1.2-12alpha.el7 will be updated\n---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be an update\n---> Package yum.noarch 0:3.4.3-132.el7.centos.0.1 will be updated\n---> Package yum.noarch 0:3.4.3-150.el7.centos will be an update\n---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-34.el7 will be updated\n---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-40.el7 will be an update\n---> Package yum-utils.noarch 0:1.1.31-34.el7 will be updated\n---> Package yum-utils.noarch 0:1.1.31-40.el7 will be an update\n--> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-40.el7.noarch\n---> Package zlib.x86_64 0:1.2.7-15.el7 will be updated\n---> Package zlib.x86_64 0:1.2.7-17.el7 will be an update\n--> Running transaction check\n---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed\n---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be installed\n---> Package linux-firmware.noarch 0:20160830-49.git7534e19.el7 will be installed\n---> Package pciutils.x86_64 0:3.5.1-1.el7 will be installed\n--> Processing Dependency: hwdata for package: pciutils-3.5.1-1.el7.x86_64\n--> Running transaction check\n---> Package hwdata.x86_64 0:0.252-8.4.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n kernel x86_64 3.10.0-514.6.1.el7 updates 37 M\nUpdating:\n audit x86_64 2.6.5-3.el7 base 233 k\n audit-libs x86_64 2.6.5-3.el7 base 85 k\n audit-libs-python x86_64 2.6.5-3.el7 base 70 k\n authconfig x86_64 6.2.8-14.el7 base 419 k\n bash x86_64 4.2.46-21.el7_3 updates 1.0 M\n bind-libs-lite x86_64 32:9.9.4-38.el7_3.1 updates 729 k\n bind-license noarch 32:9.9.4-38.el7_3.1 updates 83 k\n binutils x86_64 2.25.1-22.base.el7 base 5.4 M\n btrfs-progs x86_64 4.4.1-1.el7 base 604 k\n ca-certificates noarch 2015.2.6-73.el7 base 429 k\n centos-release x86_64 7-3.1611.el7.centos base 23 k\n checkpolicy x86_64 2.5-4.el7 base 290 k\n chkconfig x86_64 1.7.2-1.el7 base 175 k\n chrony x86_64 2.1.1-4.el7.centos updates 281 k\n coreutils x86_64 8.22-18.el7 base 3.3 M\n cryptsetup-libs x86_64 1.7.2-1.el7 base 216 k\n dbus x86_64 1:1.6.12-17.el7 base 307 k\n dbus-libs x86_64 1:1.6.12-17.el7 base 151 k\n device-mapper x86_64 7:1.02.135-1.el7_3.2 updates 269 k\n device-mapper-libs x86_64 7:1.02.135-1.el7_3.2 updates 333 k\n dhclient x86_64 12:4.2.5-47.el7.centos base 280 k\n dhcp-common x86_64 12:4.2.5-47.el7.centos base 172 k\n dhcp-libs x86_64 12:4.2.5-47.el7.centos base 129 k\n dmidecode x86_64 1:3.0-2.el7 base 83 k\n dnsmasq x86_64 2.66-21.el7 base 229 k\n dracut x86_64 033-463.el7 base 317 k\n dracut-config-generic x86_64 033-463.el7 base 52 k\n dracut-config-rescue x86_64 033-463.el7 base 54 k\n dracut-network x86_64 033-463.el7 base 96 k\n e2fsprogs x86_64 1.42.9-9.el7 base 698 k\n e2fsprogs-libs x86_64 1.42.9-9.el7 base 166 k\n elfutils-libelf x86_64 0.166-2.el7 base 208 k\n elfutils-libs x86_64 0.166-2.el7 base 262 k\n ethtool x86_64 2:4.5-3.el7 base 121 k\n expat x86_64 2.1.0-10.el7_3 updates 81 k\n file x86_64 5.11-33.el7 base 57 k\n file-libs x86_64 5.11-33.el7 base 340 k\n filesystem x86_64 3.2-21.el7 base 1.0 M\n freetype x86_64 2.4.11-12.el7 base 391 k\n glib2 x86_64 2.46.2-4.el7 base 2.3 M\n glibc x86_64 2.17-157.el7_3.1 updates 3.6 M\n glibc-common x86_64 2.17-157.el7_3.1 updates 11 M\n gnupg2 x86_64 2.0.22-4.el7 base 1.5 M\n gnutls x86_64 3.3.24-1.el7 base 672 k\n grub2 x86_64 1:2.02-0.44.el7.centos base 1.5 M\n grub2-tools x86_64 1:2.02-0.44.el7.centos base 3.3 M\n grubby x86_64 8.28-18.el7 base 67 k\n gssproxy x86_64 0.4.1-13.el7 base 87 k\n initscripts x86_64 9.49.37-1.el7 base 431 k\n iproute x86_64 3.10.0-74.el7 base 618 k\n iptables x86_64 1.4.21-17.el7 base 426 k\n irqbalance x86_64 3:1.0.7-6.el7 base 44 k\n iwl7265-firmware noarch 22.0.7.0-49.el7 base 2.9 M\n kbd x86_64 1.15.5-12.el7 base 346 k\n kbd-legacy noarch 1.15.5-12.el7 base 465 k\n kbd-misc noarch 1.15.5-12.el7 base 1.4 M\n kernel-tools x86_64 3.10.0-514.6.1.el7 updates 4.0 M\n kernel-tools-libs x86_64 3.10.0-514.6.1.el7 updates 3.9 M\n kexec-tools x86_64 2.0.7-50.el7 base 326 k\n kmod x86_64 20-9.el7 base 115 k\n kmod-libs x86_64 20-9.el7 base 47 k\n kpartx x86_64 0.4.9-99.el7_3.1 updates 67 k\n krb5-libs x86_64 1.14.1-27.el7_3 updates 740 k\n libbasicobjects x86_64 0.1.1-27.el7 base 25 k\n libblkid x86_64 2.23.2-33.el7 base 170 k\n libcgroup x86_64 0.41-11.el7 base 65 k\n libcollection x86_64 0.6.2-27.el7 base 41 k\n libcom_err x86_64 1.42.9-9.el7 base 40 k\n libffi x86_64 3.0.13-18.el7 base 30 k\n libgcc x86_64 4.8.5-11.el7 base 97 k\n libgcrypt x86_64 1.5.3-13.el7_3.1 updates 263 k\n libgomp x86_64 4.8.5-11.el7 base 152 k\n libgudev1 x86_64 219-30.el7_3.6 updates 76 k\n libini_config x86_64 1.3.0-27.el7 base 63 k\n libmount x86_64 2.23.2-33.el7 base 172 k\n libndp x86_64 1.2-7.el7 base 31 k\n libnfsidmap x86_64 0.25-15.el7 base 47 k\n libnl3 x86_64 3.2.28-3.el7_3 updates 278 k\n libnl3-cli x86_64 3.2.28-3.el7_3 updates 160 k\n libpath_utils x86_64 0.2.1-27.el7 base 27 k\n libproxy x86_64 0.4.11-10.el7 base 64 k\n libref_array x86_64 0.1.5-27.el7 base 26 k\n libselinux x86_64 2.5-6.el7 base 161 k\n libselinux-python x86_64 2.5-6.el7 base 234 k\n libselinux-utils x86_64 2.5-6.el7 base 151 k\n libsemanage x86_64 2.5-5.1.el7_3 updates 144 k\n libsemanage-python x86_64 2.5-5.1.el7_3 updates 104 k\n libsepol x86_64 2.5-6.el7 base 288 k\n libsoup x86_64 2.48.1-6.el7 base 349 k\n libss x86_64 1.42.9-9.el7 base 45 k\n libstdc++ x86_64 4.8.5-11.el7 base 300 k\n libtalloc x86_64 2.1.6-1.el7 base 34 k\n libtasn1 x86_64 3.8-3.el7 base 320 k\n libteam x86_64 1.25-4.el7 base 46 k\n libtevent x86_64 0.9.28-1.el7 base 34 k\n libtirpc x86_64 0.2.4-0.8.el7 base 88 k\n libuuid x86_64 2.23.2-33.el7 base 76 k\n logrotate x86_64 3.8.6-12.el7 base 68 k\n lua x86_64 5.1.4-15.el7 base 201 k\n make x86_64 1:3.82-23.el7 base 420 k\n mariadb-libs x86_64 1:5.5.52-1.el7 base 761 k\n microcode_ctl x86_64 2:2.1-16.1.el7_3 updates 744 k\n mozjs17 x86_64 17.0.0-19.el7 base 1.4 M\n nettle x86_64 2.7.1-8.el7 base 327 k\n nfs-utils x86_64 1:1.3.0-0.33.el7 base 377 k\n nss x86_64 3.21.3-2.el7_3 updates 852 k\n nss-softokn x86_64 3.16.2.3-14.4.el7 base 306 k\n nss-softokn-freebl x86_64 3.16.2.3-14.4.el7 base 204 k\n nss-sysinit x86_64 3.21.3-2.el7_3 updates 56 k\n nss-tools x86_64 3.21.3-2.el7_3 updates 489 k\n nss-util x86_64 3.21.3-1.1.el7_3 updates 72 k\n openldap x86_64 2.4.40-13.el7 base 350 k\n openssh x86_64 6.6.1p1-33.el7_3 updates 438 k\n openssh-clients x86_64 6.6.1p1-33.el7_3 updates 642 k\n openssh-server x86_64 6.6.1p1-33.el7_3 updates 440 k\n openssl x86_64 1:1.0.1e-60.el7 base 713 k\n openssl-libs x86_64 1:1.0.1e-60.el7 base 958 k\n os-prober x86_64 1.58-9.el7 base 42 k\n pam x86_64 1.1.8-18.el7 base 717 k\n parted x86_64 3.1-28.el7 base 607 k\n pciutils-libs x86_64 3.5.1-1.el7 base 46 k\n pinentry x86_64 0.8.1-17.el7 base 73 k\n policycoreutils x86_64 2.5-11.el7_3 updates 841 k\n policycoreutils-python x86_64 2.5-11.el7_3 updates 445 k\n polkit x86_64 0.112-9.el7 base 166 k\n procps-ng x86_64 3.3.10-10.el7 base 288 k\n python x86_64 2.7.5-48.el7 base 90 k\n python-libs x86_64 2.7.5-48.el7 base 5.6 M\n python-perf x86_64 3.10.0-514.6.1.el7 updates 4.0 M\n python-pycurl x86_64 7.19.0-19.el7 base 80 k\n python-urlgrabber noarch 3.10-8.el7 base 108 k\n quota x86_64 1:4.01-14.el7 base 179 k\n quota-nls noarch 1:4.01-14.el7 base 90 k\n rdma noarch 7.3_4.7_rc2-5.el7 base 30 k\n rpcbind x86_64 0.2.0-38.el7 base 59 k\n rpm x86_64 4.11.3-21.el7 base 1.2 M\n rpm-build-libs x86_64 4.11.3-21.el7 base 104 k\n rpm-libs x86_64 4.11.3-21.el7 base 274 k\n rpm-python x86_64 4.11.3-21.el7 base 80 k\n selinux-policy noarch 3.13.1-102.el7_3.13 updates 414 k\n selinux-policy-targeted noarch 3.13.1-102.el7_3.13 updates 6.4 M\n setools-libs x86_64 3.3.8-1.1.el7 base 612 k\n setup noarch 2.8.71-7.el7 base 165 k\n shadow-utils x86_64 2:4.1.5.1-24.el7 base 1.1 M\n sudo x86_64 1.8.6p7-21.el7_3 updates 735 k\n systemd x86_64 219-30.el7_3.6 updates 5.2 M\n systemd-libs x86_64 219-30.el7_3.6 updates 368 k\n systemd-sysv x86_64 219-30.el7_3.6 updates 63 k\n tar x86_64 2:1.26-31.el7 base 843 k\n teamd x86_64 1.25-4.el7 base 111 k\n tuned noarch 2.7.1-3.el7_3.1 updates 210 k\n tzdata noarch 2016j-1.el7 updates 442 k\n util-linux x86_64 2.23.2-33.el7 base 1.9 M\n vim-minimal x86_64 2:7.4.160-1.el7_3.1 updates 436 k\n virt-what x86_64 1.13-8.el7 base 27 k\n wpa_supplicant x86_64 1:2.0-20.el7 base 803 k\n xfsprogs x86_64 4.5.0-9.el7_3 updates 895 k\n xz x86_64 5.2.2-1.el7 base 229 k\n xz-libs x86_64 5.2.2-1.el7 base 103 k\n yum noarch 3.4.3-150.el7.centos base 1.2 M\n yum-plugin-fastestmirror noarch 1.1.31-40.el7 base 32 k\n yum-utils noarch 1.1.31-40.el7 base 116 k\n zlib x86_64 1.2.7-17.el7 base 90 k\nInstalling for dependencies:\n GeoIP x86_64 1.5.0-11.el7 base 1.1 M\n hwdata x86_64 0.252-8.4.el7 base 2.1 M\n libxml2-python x86_64 2.9.1-6.el7_2.3 base 247 k\n linux-firmware noarch 20160830-49.git7534e19.el7 base 31 M\n pciutils x86_64 3.5.1-1.el7 base 93 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+5 Dependent packages)\nUpgrade 163 Packages\n\nTotal size: 182 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Updating : libgcc-4.8.5-11.el7.x86_64 1/332 \n Updating : centos-release-7-3.1611.el7.centos.x86_64 2/332 \n Updating : setup-2.8.71-7.el7.noarch 3/332 \nwarning: /etc/shadow created as /etc/shadow.rpmnew\n Updating : filesystem-3.2-21.el7.x86_64 4/332 \n Updating : kbd-misc-1.15.5-12.el7.noarch 5/332 \n Updating : tzdata-2016j-1.el7.noarch 6/332 \n Updating : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 7/332 \n Updating : glibc-common-2.17-157.el7_3.1.x86_64 8/332 \n Updating : glibc-2.17-157.el7_3.1.x86_64 9/332 \nwarning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew\n Updating : bash-4.2.46-21.el7_3.x86_64 10/332 \n Updating : libsepol-2.5-6.el7.x86_64 11/332 \n Updating : libselinux-2.5-6.el7.x86_64 12/332 \n Updating : zlib-1.2.7-17.el7.x86_64 13/332 \n Updating : libcom_err-1.42.9-9.el7.x86_64 14/332 \n Updating : xz-libs-5.2.2-1.el7.x86_64 15/332 \n Updating : audit-libs-2.6.5-3.el7.x86_64 16/332 \n Updating : chkconfig-1.7.2-1.el7.x86_64 17/332 \n Updating : libuuid-2.23.2-33.el7.x86_64 18/332 \n Updating : elfutils-libelf-0.166-2.el7.x86_64 19/332 \n Updating : libgcrypt-1.5.3-13.el7_3.1.x86_64 20/332 \n Updating : nss-util-3.21.3-1.1.el7_3.x86_64 21/332 \n Updating : elfutils-libs-0.166-2.el7.x86_64 22/332 \n Updating : libsemanage-2.5-5.1.el7_3.x86_64 23/332 \n Updating : lua-5.1.4-15.el7.x86_64 24/332 \n Updating : libnl3-3.2.28-3.el7_3.x86_64 25/332 \n Updating : 1:dbus-libs-1.6.12-17.el7.x86_64 26/332 \n Updating : libstdc++-4.8.5-11.el7.x86_64 27/332 \n Updating : e2fsprogs-libs-1.42.9-9.el7.x86_64 28/332 \n Updating : file-libs-5.11-33.el7.x86_64 29/332 \n Updating : expat-2.1.0-10.el7_3.x86_64 30/332 \n Updating : file-5.11-33.el7.x86_64 31/332 \n Updating : libnl3-cli-3.2.28-3.el7_3.x86_64 32/332 \n Updating : nss-softokn-3.16.2.3-14.4.el7.x86_64 33/332 \n Updating : kmod-libs-20-9.el7.x86_64 34/332 \n Updating : xz-5.2.2-1.el7.x86_64 35/332 \n Updating : pciutils-libs-3.5.1-1.el7.x86_64 36/332 \n Updating : libffi-3.0.13-18.el7.x86_64 37/332 \n Updating : glib2-2.46.2-4.el7.x86_64 38/332 \n Updating : libref_array-0.1.5-27.el7.x86_64 39/332 \n Updating : libcollection-0.6.2-27.el7.x86_64 40/332 \n Updating : libbasicobjects-0.1.1-27.el7.x86_64 41/332 \n Updating : 2:ethtool-4.5-3.el7.x86_64 42/332 \n Updating : libteam-1.25-4.el7.x86_64 43/332 \n Updating : mozjs17-17.0.0-19.el7.x86_64 44/332 \n Updating : setools-libs-3.3.8-1.1.el7.x86_64 45/332 \n Updating : pinentry-0.8.1-17.el7.x86_64 46/332 \n Updating : libss-1.42.9-9.el7.x86_64 47/332 \n Installing : GeoIP-1.5.0-11.el7.x86_64 48/332 \n Updating : 2:tar-1.26-31.el7.x86_64 49/332 \n Updating : libselinux-utils-2.5-6.el7.x86_64 50/332 \n Updating : 2:vim-minimal-7.4.160-1.el7_3.1.x86_64 51/332 \n Updating : 1:make-3.82-23.el7.x86_64 52/332 \n Updating : ca-certificates-2015.2.6-73.el7.noarch 53/332 \n Updating : coreutils-8.22-18.el7.x86_64 54/332 \n Updating : krb5-libs-1.14.1-27.el7_3.x86_64 55/332 \n Updating : 1:openssl-libs-1.0.1e-60.el7.x86_64 56/332 \n Updating : 2:shadow-utils-4.1.5.1-24.el7.x86_64 57/332 \n Updating : libblkid-2.23.2-33.el7.x86_64 58/332 \n Updating : pam-1.1.8-18.el7.x86_64 59/332 \n Updating : systemd-libs-219-30.el7_3.6.x86_64 60/332 \n Updating : python-libs-2.7.5-48.el7.x86_64 61/332 \n Updating : python-2.7.5-48.el7.x86_64 62/332 \n Updating : libmount-2.23.2-33.el7.x86_64 63/332 \n Updating : util-linux-2.23.2-33.el7.x86_64 64/332 \n Updating : procps-ng-3.3.10-10.el7.x86_64 65/332 \n Updating : libtirpc-0.2.4-0.8.el7.x86_64 66/332 \n Installing : libxml2-python-2.9.1-6.el7_2.3.x86_64 67/332 \n Updating : audit-libs-python-2.6.5-3.el7.x86_64 68/332 \n Updating : python-perf-3.10.0-514.6.1.el7.x86_64 69/332 \n Updating : libselinux-python-2.5-6.el7.x86_64 70/332 \n Updating : python-pycurl-7.19.0-19.el7.x86_64 71/332 \n Updating : python-urlgrabber-3.10-8.el7.noarch 72/332 \n Updating : libsemanage-python-2.5-5.1.el7_3.x86_64 73/332 \n Updating : grubby-8.28-18.el7.x86_64 74/332 \n Updating : 1:openssl-1.0.1e-60.el7.x86_64 75/332 \n Updating : binutils-2.25.1-22.base.el7.x86_64 76/332 \n Updating : kpartx-0.4.9-99.el7_3.1.x86_64 77/332 \n Updating : 7:device-mapper-1.02.135-1.el7_3.2.x86_64 78/332 \n Updating : 7:device-mapper-libs-1.02.135-1.el7_3.2.x86_64 79/332 \n Updating : cryptsetup-libs-1.7.2-1.el7.x86_64 80/332 \n Updating : dracut-033-463.el7.x86_64 81/332 \n Updating : kmod-20-9.el7.x86_64 82/332 \n Updating : systemd-219-30.el7_3.6.x86_64 83/332 \n Updating : 1:dbus-1.6.12-17.el7.x86_64 84/332 \n Updating : systemd-sysv-219-30.el7_3.6.x86_64 85/332 \n Updating : rpcbind-0.2.0-38.el7.x86_64 86/332 \n Updating : os-prober-1.58-9.el7.x86_64 87/332 \n Updating : polkit-0.112-9.el7.x86_64 88/332 \n Updating : libcgroup-0.41-11.el7.x86_64 89/332 \n Installing : hwdata-0.252-8.4.el7.x86_64 90/332 \n Installing : pciutils-3.5.1-1.el7.x86_64 91/332 \n Updating : nss-3.21.3-2.el7_3.x86_64 92/332 \n Updating : nss-sysinit-3.21.3-2.el7_3.x86_64 93/332 \n Updating : rpm-4.11.3-21.el7.x86_64 94/332 \n Updating : rpm-libs-4.11.3-21.el7.x86_64 95/332 \n Updating : policycoreutils-2.5-11.el7_3.x86_64 96/332 \n Updating : selinux-policy-3.13.1-102.el7_3.13.noarch 97/332 \n Updating : nss-tools-3.21.3-2.el7_3.x86_64 98/332 \n Updating : openldap-2.4.40-13.el7.x86_64 99/332 \n Updating : openssh-6.6.1p1-33.el7_3.x86_64 100/332 \n Updating : 12:dhcp-libs-4.2.5-47.el7.centos.x86_64 101/332 \n Updating : 12:dhcp-common-4.2.5-47.el7.centos.x86_64 102/332 \n Updating : libnfsidmap-0.25-15.el7.x86_64 103/332 \n Updating : gnupg2-2.0.22-4.el7.x86_64 104/332 \n Updating : rpm-build-libs-4.11.3-21.el7.x86_64 105/332 \n Updating : rpm-python-4.11.3-21.el7.x86_64 106/332 \n Updating : yum-plugin-fastestmirror-1.1.31-40.el7.noarch 107/332 \n Updating : yum-3.4.3-150.el7.centos.noarch 108/332 \n Updating : nettle-2.7.1-8.el7.x86_64 109/332 \n Updating : iptables-1.4.21-17.el7.x86_64 110/332 \n Updating : iproute-3.10.0-74.el7.x86_64 111/332 \n Updating : initscripts-9.49.37-1.el7.x86_64 112/332 \n Updating : freetype-2.4.11-12.el7.x86_64 113/332 \n Updating : 1:grub2-tools-2.02-0.44.el7.centos.x86_64 114/332 \n Updating : libtasn1-3.8-3.el7.x86_64 115/332 \n Updating : checkpolicy-2.5-4.el7.x86_64 116/332 \n Updating : libtalloc-2.1.6-1.el7.x86_64 117/332 \n Updating : kernel-tools-libs-3.10.0-514.6.1.el7.x86_64 118/332 \n Updating : libpath_utils-0.2.1-27.el7.x86_64 119/332 \n Updating : libini_config-1.3.0-27.el7.x86_64 120/332 \n Updating : gssproxy-0.4.1-13.el7.x86_64 121/332 \n Updating : 1:dmidecode-3.0-2.el7.x86_64 122/332 \n Updating : virt-what-1.13-8.el7.x86_64 123/332 \n Updating : 32:bind-license-9.9.4-38.el7_3.1.noarch 124/332 \n Updating : 32:bind-libs-lite-9.9.4-38.el7_3.1.x86_64 125/332 \n Updating : 12:dhclient-4.2.5-47.el7.centos.x86_64 126/332 \n Updating : dracut-network-033-463.el7.x86_64 127/332 \n Updating : 1:quota-nls-4.01-14.el7.noarch 128/332 \n Updating : 1:quota-4.01-14.el7.x86_64 129/332 \n Installing : linux-firmware-20160830-49.git7534e19.el7.noarch 130/332 \n Updating : kbd-legacy-1.15.5-12.el7.noarch 131/332 \n Updating : kbd-1.15.5-12.el7.x86_64 132/332 \n Installing : kernel-3.10.0-514.6.1.el7.x86_64 133/332 \ngrubby fatal error: unable to find a suitable template\ngrubby fatal error: unable to find a suitable template\n Updating : 1:nfs-utils-1.3.0-0.33.el7.x86_64 134/332 \n Updating : kexec-tools-2.0.7-50.el7.x86_64 135/332 \n Updating : tuned-2.7.1-3.el7_3.1.noarch 136/332 \n Updating : kernel-tools-3.10.0-514.6.1.el7.x86_64 137/332 \n Updating : libtevent-0.9.28-1.el7.x86_64 138/332 \n Updating : policycoreutils-python-2.5-11.el7_3.x86_64 139/332 \n Updating : gnutls-3.3.24-1.el7.x86_64 140/332 \n Updating : 1:grub2-2.02-0.44.el7.centos.x86_64 141/332 \n Updating : yum-utils-1.1.31-40.el7.noarch 142/332 \n Updating : openssh-server-6.6.1p1-33.el7_3.x86_64 143/332 \n Updating : openssh-clients-6.6.1p1-33.el7_3.x86_64 144/332 \n Updating : sudo-1.8.6p7-21.el7_3.x86_64 145/332 \nwarning: /etc/sudoers created as /etc/sudoers.rpmnew\n Updating : selinux-policy-targeted-3.13.1-102.el7_3.13.noarch 146/332 \nRunning in chroot, ignoring request.\n Updating : authconfig-6.2.8-14.el7.x86_64 147/332 \n Updating : rdma-7.3_4.7_rc2-5.el7.noarch 148/332 \n Updating : dnsmasq-2.66-21.el7.x86_64 149/332 \n Updating : 1:wpa_supplicant-2.0-20.el7.x86_64 150/332 \n Updating : audit-2.6.5-3.el7.x86_64 151/332 \n Updating : 3:irqbalance-1.0.7-6.el7.x86_64 152/332 \n Updating : 2:microcode_ctl-2.1-16.1.el7_3.x86_64 153/332 \n Updating : chrony-2.1.1-4.el7.centos.x86_64 154/332 \n Updating : dracut-config-generic-033-463.el7.x86_64 155/332 \n Updating : dracut-config-rescue-033-463.el7.x86_64 156/332 \n Updating : parted-3.1-28.el7.x86_64 157/332 \n Updating : libgudev1-219-30.el7_3.6.x86_64 158/332 \n Updating : btrfs-progs-4.4.1-1.el7.x86_64 159/332 \n Updating : xfsprogs-4.5.0-9.el7_3.x86_64 160/332 \n Updating : e2fsprogs-1.42.9-9.el7.x86_64 161/332 \n Updating : 1:mariadb-libs-5.5.52-1.el7.x86_64 162/332 \n Updating : logrotate-3.8.6-12.el7.x86_64 163/332 \n Updating : teamd-1.25-4.el7.x86_64 164/332 \n Updating : libsoup-2.48.1-6.el7.x86_64 165/332 \n Updating : libproxy-0.4.11-10.el7.x86_64 166/332 \n Updating : libgomp-4.8.5-11.el7.x86_64 167/332 \n Updating : libndp-1.2-7.el7.x86_64 168/332 \n Updating : iwl7265-firmware-22.0.7.0-49.el7.noarch 169/332 \n Cleanup : 1:nfs-utils-1.3.0-0.21.el7_2.1.x86_64 170/332 \n Cleanup : openssh-server-6.6.1p1-25.el7_2.x86_64 171/332 \n Cleanup : policycoreutils-python-2.2.5-20.el7.x86_64 172/332 \n Cleanup : gssproxy-0.4.1-8.el7_2.x86_64 173/332 \n Cleanup : openssh-clients-6.6.1p1-25.el7_2.x86_64 174/332 \n Cleanup : polkit-0.112-7.el7_2.x86_64 175/332 \n Cleanup : openssh-6.6.1p1-25.el7_2.x86_64 176/332 \n Cleanup : kexec-tools-2.0.7-38.el7_2.1.x86_64 177/332 \n Cleanup : sudo-1.8.6p7-17.el7_2.x86_64 178/332 \n Cleanup : audit-2.4.1-5.el7.x86_64 179/332 \n Cleanup : parted-3.1-23.el7.x86_64 180/332 \n Cleanup : 1:wpa_supplicant-2.0-17.el7_1.x86_64 181/332 \n Cleanup : btrfs-progs-3.19.1-1.el7.x86_64 182/332 \n Cleanup : tuned-2.5.1-4.el7_2.3.noarch 183/332 \n Cleanup : 1:grub2-2.02-0.34.el7.centos.x86_64 184/332 \n Cleanup : 1:grub2-tools-2.02-0.34.el7.centos.x86_64 185/332 \n Cleanup : 1:quota-4.01-11.el7_2.1.x86_64 186/332 \n Cleanup : rpcbind-0.2.0-33.el7_2.1.x86_64 187/332 \n Cleanup : e2fsprogs-1.42.9-7.el7.x86_64 188/332 \n Cleanup : teamd-1.17-6.el7_2.x86_64 189/332 \n Cleanup : authconfig-6.2.8-10.el7.x86_64 190/332 \n Cleanup : 1:openssl-1.0.1e-51.el7_2.5.x86_64 191/332 \n Cleanup : libini_config-1.2.0-25.el7.x86_64 192/332 \n Cleanup : setools-libs-3.3.7-46.el7.x86_64 193/332 \n Cleanup : libgudev1-219-19.el7_2.12.x86_64 194/332 \n Cleanup : 1:mariadb-libs-5.5.50-1.el7_2.x86_64 195/332 \n Cleanup : kbd-1.15.5-11.el7.x86_64 196/332 \n Cleanup : kernel-tools-3.10.0-327.28.3.el7.x86_64 197/332 \n Cleanup : dnsmasq-2.66-14.el7_1.x86_64 198/332 \n Cleanup : os-prober-1.58-5.el7.x86_64 199/332 \n Cleanup : xfsprogs-3.2.2-2.el7.x86_64 200/332 \n Cleanup : chrony-2.1.1-1.el7.centos.x86_64 201/332 \n Cleanup : libteam-1.17-6.el7_2.x86_64 202/332 \n Cleanup : file-5.11-31.el7.x86_64 203/332 \n Cleanup : mozjs17-17.0.0-12.el7.x86_64 204/332 \n Cleanup : logrotate-3.8.6-7.el7_2.x86_64 205/332 \n Cleanup : libsoup-2.48.1-3.el7.x86_64 206/332 \n Cleanup : gnutls-3.3.8-14.el7_2.x86_64 207/332 \n Cleanup : libproxy-0.4.11-8.el7.x86_64 208/332 \n Cleanup : 3:irqbalance-1.0.7-5.el7.x86_64 209/332 \n Cleanup : dracut-network-033-360.el7_2.1.x86_64 210/332 \n Cleanup : 12:dhclient-4.2.5-42.el7.centos.x86_64 211/332 \n Cleanup : selinux-policy-targeted-3.13.1-60.el7_2.7.noarch 212/332 \n Cleanup : initscripts-9.49.30-1.el7_2.3.x86_64 213/332 \n Cleanup : 32:bind-libs-lite-9.9.4-29.el7_2.3.x86_64 214/332 \n Cleanup : glib2-2.42.2-5.el7.x86_64 215/332 \n Cleanup : iproute-3.10.0-54.el7_2.1.x86_64 216/332 \n Cleanup : libtirpc-0.2.4-0.6.el7.x86_64 217/332 \n Cleanup : python-perf-3.10.0-327.28.3.el7.x86_64 218/332 \n Cleanup : virt-what-1.13-6.el7.x86_64 219/332 \n Cleanup : audit-libs-python-2.4.1-5.el7.x86_64 220/332 \n Cleanup : libcgroup-0.41-8.el7.x86_64 221/332 \n Cleanup : libselinux-python-2.2.2-6.el7.x86_64 222/332 \n Cleanup : libsemanage-python-2.1.10-18.el7.x86_64 223/332 \n Cleanup : 2:tar-1.26-29.el7.x86_64 224/332 \n Cleanup : selinux-policy-3.13.1-60.el7_2.7.noarch 225/332 \n Cleanup : rdma-7.2_4.1_rc6-2.el7.noarch 226/332 \n Cleanup : policycoreutils-2.2.5-20.el7.x86_64 227/332 \n Cleanup : libselinux-utils-2.2.2-6.el7.x86_64 228/332 \n Cleanup : libstdc++-4.8.5-4.el7.x86_64 229/332 \n Cleanup : libnl3-cli-3.2.21-10.el7.x86_64 230/332 \n Cleanup : e2fsprogs-libs-1.42.9-7.el7.x86_64 231/332 \n Cleanup : libss-1.42.9-7.el7.x86_64 232/332 \n Cleanup : 2:vim-minimal-7.4.160-1.el7.x86_64 233/332 \n Cleanup : checkpolicy-2.1.12-6.el7.x86_64 234/332 \n Cleanup : libnfsidmap-0.25-12.el7.x86_64 235/332 \n Cleanup : libtevent-0.9.26-1.el7_2.1.x86_64 236/332 \n Cleanup : grubby-8.28-17.el7.x86_64 237/332 \n Cleanup : 2:microcode_ctl-2.1-12.el7_2.1.x86_64 238/332 \n Cleanup : systemd-sysv-219-19.el7_2.12.x86_64 239/332 \n Cleanup : yum-utils-1.1.31-34.el7.noarch 240/332 \n Cleanup : yum-3.4.3-132.el7.centos.0.1.noarch 241/332 \n Cleanup : yum-plugin-fastestmirror-1.1.31-34.el7.noarch 242/332 \n Cleanup : python-urlgrabber-3.10-7.el7.noarch 243/332 \n Cleanup : dracut-config-rescue-033-360.el7_2.1.x86_64 244/332 \n Cleanup : 12:dhcp-common-4.2.5-42.el7.centos.x86_64 245/332 \n Cleanup : 12:dhcp-libs-4.2.5-42.el7.centos.x86_64 246/332 \n Cleanup : dracut-config-generic-033-360.el7_2.1.x86_64 247/332 \n Cleanup : 32:bind-license-9.9.4-29.el7_2.3.noarch 248/332 \n Cleanup : kbd-legacy-1.15.5-11.el7.noarch 249/332 \n Cleanup : kbd-misc-1.15.5-11.el7.noarch 250/332 \n Cleanup : 1:quota-nls-4.01-11.el7_2.1.noarch 251/332 \n Cleanup : iwl7265-firmware-22.0.7.0-43.el7.noarch 252/332 \n Cleanup : rpm-python-4.11.3-17.el7.x86_64 253/332 \n Cleanup : rpm-build-libs-4.11.3-17.el7.x86_64 254/332 \n Cleanup : kpartx-0.4.9-85.el7_2.5.x86_64 255/332 \n Cleanup : cryptsetup-libs-1.6.7-1.el7.x86_64 256/332 \n Cleanup : kmod-20-5.el7.x86_64 257/332 \n Cleanup : dracut-033-360.el7_2.1.x86_64 258/332 \n Cleanup : 7:device-mapper-libs-1.02.107-5.el7_2.5.x86_64 259/332 \n Cleanup : 7:device-mapper-1.02.107-5.el7_2.5.x86_64 260/332 \n Cleanup : 1:dbus-1.6.12-14.el7_2.x86_64 261/332 \n Cleanup : systemd-219-19.el7_2.12.x86_64 262/332 \n Cleanup : util-linux-2.23.2-26.el7_2.3.x86_64 263/332 \n Cleanup : 2:shadow-utils-4.1.5.1-18.el7.x86_64 264/332 \n Cleanup : gnupg2-2.0.22-3.el7.x86_64 265/332 \n Cleanup : openldap-2.4.40-9.el7_2.x86_64 266/332 \n Cleanup : rpm-libs-4.11.3-17.el7.x86_64 267/332 \n Cleanup : rpm-4.11.3-17.el7.x86_64 268/332 \n Cleanup : nss-tools-3.21.0-9.el7_2.x86_64 269/332 \n Cleanup : nss-sysinit-3.21.0-9.el7_2.x86_64 270/332 \n Cleanup : nss-3.21.0-9.el7_2.x86_64 271/332 \n Cleanup : binutils-2.23.52.0.1-55.el7.x86_64 272/332 \n Cleanup : nss-softokn-3.16.2.3-14.2.el7_2.x86_64 273/332 \n Cleanup : libsemanage-2.1.10-18.el7.x86_64 274/332 \n Cleanup : libmount-2.23.2-26.el7_2.3.x86_64 275/332 \n Cleanup : libblkid-2.23.2-26.el7_2.3.x86_64 276/332 \n Cleanup : kmod-libs-20-5.el7.x86_64 277/332 \n Cleanup : xz-5.1.2-12alpha.el7.x86_64 278/332 \n Cleanup : python-pycurl-7.19.0-17.el7.x86_64 279/332 \n Cleanup : python-2.7.5-38.el7_2.x86_64 280/332 \n Cleanup : python-libs-2.7.5-38.el7_2.x86_64 281/332 \n Cleanup : pinentry-0.8.1-14.el7.x86_64 282/332 \n Cleanup : chkconfig-1.3.61-5.el7_2.1.x86_64 283/332 \n Cleanup : procps-ng-3.3.10-5.el7_2.x86_64 284/332 \n Cleanup : systemd-libs-219-19.el7_2.12.x86_64 285/332 \n Cleanup : pam-1.1.8-12.el7_1.1.x86_64 286/332 \n Cleanup : elfutils-libs-0.163-3.el7.x86_64 287/332 \n Cleanup : ca-certificates-2015.2.6-70.1.el7_2.noarch 288/332 \n Cleanup : krb5-libs-1.13.2-12.el7_2.x86_64 289/332 \n Cleanup : coreutils-8.22-15.el7_2.1.x86_64 290/332 \n Cleanup : 1:openssl-libs-1.0.1e-51.el7_2.5.x86_64 291/332 \n Cleanup : file-libs-5.11-31.el7.x86_64 292/332 \n Cleanup : iptables-1.4.21-16.el7.x86_64 293/332 \n Cleanup : nettle-2.7.1-4.el7.x86_64 294/332 \n Cleanup : 1:make-3.82-21.el7.x86_64 295/332 \n Cleanup : freetype-2.4.11-11.el7.x86_64 296/332 \n Cleanup : libgomp-4.8.5-4.el7.x86_64 297/332 \n Cleanup : filesystem-3.2-20.el7.x86_64 298/332 \n Cleanup : setup-2.8.71-6.el7.noarch 299/332 \n Cleanup : zlib-1.2.7-15.el7.x86_64 300/332 \n Cleanup : libcom_err-1.42.9-7.el7.x86_64 301/332 \n Cleanup : elfutils-libelf-0.163-3.el7.x86_64 302/332 \n Cleanup : audit-libs-2.4.1-5.el7.x86_64 303/332 \n Cleanup : libgcrypt-1.5.3-12.el7_1.1.x86_64 304/332 \n Cleanup : expat-2.1.0-8.el7.x86_64 305/332 \n Cleanup : libffi-3.0.13-16.el7.x86_64 306/332 \n Cleanup : libuuid-2.23.2-26.el7_2.3.x86_64 307/332 \n Cleanup : nss-util-3.21.0-2.2.el7_2.x86_64 308/332 \n Cleanup : lua-5.1.4-14.el7.x86_64 309/332 \n Cleanup : 1:dbus-libs-1.6.12-14.el7_2.x86_64 310/332 \n Cleanup : libtalloc-2.1.5-1.el7_2.x86_64 311/332 \n Cleanup : libnl3-3.2.21-10.el7.x86_64 312/332 \n Cleanup : 1:dmidecode-2.12-9.el7.x86_64 313/332 \n Cleanup : libtasn1-3.8-2.el7.x86_64 314/332 \n Cleanup : kernel-tools-libs-3.10.0-327.28.3.el7.x86_64 315/332 \n Cleanup : pciutils-libs-3.2.1-4.el7.x86_64 316/332 \n Cleanup : libbasicobjects-0.1.1-25.el7.x86_64 317/332 \n Cleanup : libcollection-0.6.2-25.el7.x86_64 318/332 \n Cleanup : libpath_utils-0.2.1-25.el7.x86_64 319/332 \n Cleanup : libref_array-0.1.5-25.el7.x86_64 320/332 \n Cleanup : 2:ethtool-3.15-2.el7.x86_64 321/332 \n Cleanup : libndp-1.2-6.el7_2.x86_64 322/332 \n Cleanup : centos-release-7-2.1511.el7.centos.2.10.x86_64 323/332 \n Cleanup : xz-libs-5.1.2-12alpha.el7.x86_64 324/332 \n Cleanup : libsepol-2.1.9-3.el7.x86_64 325/332 \n Cleanup : libselinux-2.2.2-6.el7.x86_64 326/332 \n Cleanup : glibc-common-2.17-106.el7_2.8.x86_64 327/332 \n Cleanup : bash-4.2.46-20.el7_2.x86_64 328/332 \n Cleanup : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 329/332 \n Cleanup : glibc-2.17-106.el7_2.8.x86_64 330/332 \n Cleanup : tzdata-2016f-1.el7.noarch 331/332 \n Cleanup : libgcc-4.8.5-4.el7.x86_64 332/332 \n Verifying : kernel-3.10.0-514.6.1.el7.x86_64 1/332 \n Verifying : 3:irqbalance-1.0.7-6.el7.x86_64 2/332 \n Verifying : 1:quota-4.01-14.el7.x86_64 3/332 \n Verifying : libnfsidmap-0.25-15.el7.x86_64 4/332 \n Verifying : libnl3-cli-3.2.28-3.el7_3.x86_64 5/332 \n Verifying : 1:openssl-libs-1.0.1e-60.el7.x86_64 6/332 \n Verifying : python-urlgrabber-3.10-8.el7.noarch 7/332 \n Verifying : btrfs-progs-4.4.1-1.el7.x86_64 8/332 \n Verifying : 7:device-mapper-libs-1.02.135-1.el7_3.2.x86_64 9/332 \n Verifying : kmod-20-9.el7.x86_64 10/332 \n Verifying : dracut-033-463.el7.x86_64 11/332 \n Verifying : 1:dbus-1.6.12-17.el7.x86_64 12/332 \n Verifying : libproxy-0.4.11-10.el7.x86_64 13/332 \n Verifying : libtasn1-3.8-3.el7.x86_64 14/332 \n Verifying : bash-4.2.46-21.el7_3.x86_64 15/332 \n Verifying : pciutils-libs-3.5.1-1.el7.x86_64 16/332 \n Verifying : libffi-3.0.13-18.el7.x86_64 17/332 \n Verifying : file-libs-5.11-33.el7.x86_64 18/332 \n Verifying : libmount-2.23.2-33.el7.x86_64 19/332 \n Verifying : zlib-1.2.7-17.el7.x86_64 20/332 \n Verifying : kmod-libs-20-9.el7.x86_64 21/332 \n Verifying : elfutils-libs-0.166-2.el7.x86_64 22/332 \n Verifying : pciutils-3.5.1-1.el7.x86_64 23/332 \n Verifying : dracut-network-033-463.el7.x86_64 24/332 \n Verifying : 1:make-3.82-23.el7.x86_64 25/332 \n Verifying : kpartx-0.4.9-99.el7_3.1.x86_64 26/332 \n Verifying : 2:microcode_ctl-2.1-16.1.el7_3.x86_64 27/332 \n Verifying : virt-what-1.13-8.el7.x86_64 28/332 \n Verifying : rpcbind-0.2.0-38.el7.x86_64 29/332 \n Verifying : 12:dhcp-common-4.2.5-47.el7.centos.x86_64 30/332 \n Verifying : ca-certificates-2015.2.6-73.el7.noarch 31/332 \n Verifying : libcgroup-0.41-11.el7.x86_64 32/332 \n Verifying : iproute-3.10.0-74.el7.x86_64 33/332 \n Verifying : 1:grub2-tools-2.02-0.44.el7.centos.x86_64 34/332 \n Verifying : 1:grub2-2.02-0.44.el7.centos.x86_64 35/332 \n Verifying : checkpolicy-2.5-4.el7.x86_64 36/332 \n Verifying : dracut-config-generic-033-463.el7.x86_64 37/332 \n Verifying : gssproxy-0.4.1-13.el7.x86_64 38/332 \n Verifying : nettle-2.7.1-8.el7.x86_64 39/332 \n Verifying : systemd-libs-219-30.el7_3.6.x86_64 40/332 \n Verifying : kbd-legacy-1.15.5-12.el7.noarch 41/332 \n Verifying : openssh-server-6.6.1p1-33.el7_3.x86_64 42/332 \n Verifying : sudo-1.8.6p7-21.el7_3.x86_64 43/332 \n Verifying : dnsmasq-2.66-21.el7.x86_64 44/332 \n Verifying : chrony-2.1.1-4.el7.centos.x86_64 45/332 \n Verifying : os-prober-1.58-9.el7.x86_64 46/332 \n Verifying : libtalloc-2.1.6-1.el7.x86_64 47/332 \n Verifying : kernel-tools-3.10.0-514.6.1.el7.x86_64 48/332 \n Verifying : kernel-tools-libs-3.10.0-514.6.1.el7.x86_64 49/332 \n Verifying : 2:tar-1.26-31.el7.x86_64 50/332 \n Verifying : cryptsetup-libs-1.7.2-1.el7.x86_64 51/332 \n Verifying : yum-plugin-fastestmirror-1.1.31-40.el7.noarch 52/332 \n Verifying : lua-5.1.4-15.el7.x86_64 53/332 \n Verifying : libini_config-1.3.0-27.el7.x86_64 54/332 \n Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 55/332 \n Verifying : rpm-4.11.3-21.el7.x86_64 56/332 \n Verifying : gnutls-3.3.24-1.el7.x86_64 57/332 \n Verifying : python-libs-2.7.5-48.el7.x86_64 58/332 \n Verifying : iwl7265-firmware-22.0.7.0-49.el7.noarch 59/332 \n Verifying : gnupg2-2.0.22-4.el7.x86_64 60/332 \n Verifying : 2:shadow-utils-4.1.5.1-24.el7.x86_64 61/332 \n Verifying : openssh-clients-6.6.1p1-33.el7_3.x86_64 62/332 \n Verifying : policycoreutils-python-2.5-11.el7_3.x86_64 63/332 \n Verifying : libselinux-2.5-6.el7.x86_64 64/332 \n Verifying : libcom_err-1.42.9-9.el7.x86_64 65/332 \n Verifying : libnl3-3.2.28-3.el7_3.x86_64 66/332 \n Verifying : 32:bind-libs-lite-9.9.4-38.el7_3.1.x86_64 67/332 \n Verifying : e2fsprogs-libs-1.42.9-9.el7.x86_64 68/332 \n Verifying : linux-firmware-20160830-49.git7534e19.el7.noarch 69/332 \n Verifying : centos-release-7-3.1611.el7.centos.x86_64 70/332 \n Verifying : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 71/332 \n Verifying : audit-libs-2.6.5-3.el7.x86_64 72/332 \n Verifying : libref_array-0.1.5-27.el7.x86_64 73/332 \n Verifying : polkit-0.112-9.el7.x86_64 74/332 \n Verifying : audit-libs-python-2.6.5-3.el7.x86_64 75/332 \n Verifying : libpath_utils-0.2.1-27.el7.x86_64 76/332 \n Verifying : util-linux-2.23.2-33.el7.x86_64 77/332 \n Verifying : openssh-6.6.1p1-33.el7_3.x86_64 78/332 \n Verifying : 1:quota-nls-4.01-14.el7.noarch 79/332 \n Verifying : libndp-1.2-7.el7.x86_64 80/332 \n Verifying : libcollection-0.6.2-27.el7.x86_64 81/332 \n Verifying : hwdata-0.252-8.4.el7.x86_64 82/332 \n Verifying : filesystem-3.2-21.el7.x86_64 83/332 \n Verifying : libteam-1.25-4.el7.x86_64 84/332 \n Verifying : binutils-2.25.1-22.base.el7.x86_64 85/332 \n Verifying : file-5.11-33.el7.x86_64 86/332 \n Verifying : grubby-8.28-18.el7.x86_64 87/332 \n Verifying : libsepol-2.5-6.el7.x86_64 88/332 \n Verifying : 32:bind-license-9.9.4-38.el7_3.1.noarch 89/332 \n Verifying : python-perf-3.10.0-514.6.1.el7.x86_64 90/332 \n Verifying : glib2-2.46.2-4.el7.x86_64 91/332 \n Verifying : systemd-219-30.el7_3.6.x86_64 92/332 \n Verifying : coreutils-8.22-18.el7.x86_64 93/332 \n Verifying : libselinux-python-2.5-6.el7.x86_64 94/332 \n Verifying : kbd-1.15.5-12.el7.x86_64 95/332 \n Verifying : procps-ng-3.3.10-10.el7.x86_64 96/332 \n Verifying : authconfig-6.2.8-14.el7.x86_64 97/332 \n Verifying : libsoup-2.48.1-6.el7.x86_64 98/332 \n Verifying : policycoreutils-2.5-11.el7_3.x86_64 99/332 \n Verifying : 7:device-mapper-1.02.135-1.el7_3.2.x86_64 100/332 \n Verifying : 1:dmidecode-3.0-2.el7.x86_64 101/332 \n Verifying : libbasicobjects-0.1.1-27.el7.x86_64 102/332 \n Verifying : selinux-policy-3.13.1-102.el7_3.13.noarch 103/332 \n Verifying : yum-3.4.3-150.el7.centos.noarch 104/332 \n Verifying : pam-1.1.8-18.el7.x86_64 105/332 \n Verifying : iptables-1.4.21-17.el7.x86_64 106/332 \n Verifying : pinentry-0.8.1-17.el7.x86_64 107/332 \n Verifying : glibc-2.17-157.el7_3.1.x86_64 108/332 \n Verifying : systemd-sysv-219-30.el7_3.6.x86_64 109/332 \n Verifying : dracut-config-rescue-033-463.el7.x86_64 110/332 \n Verifying : libgcc-4.8.5-11.el7.x86_64 111/332 \n Verifying : python-pycurl-7.19.0-19.el7.x86_64 112/332 \n Verifying : xz-libs-5.2.2-1.el7.x86_64 113/332 \n Verifying : nss-tools-3.21.3-2.el7_3.x86_64 114/332 \n Verifying : freetype-2.4.11-12.el7.x86_64 115/332 \n Verifying : rpm-python-4.11.3-21.el7.x86_64 116/332 \n Verifying : selinux-policy-targeted-3.13.1-102.el7_3.13.noarch 117/332 \n Verifying : python-2.7.5-48.el7.x86_64 118/332 \n Verifying : tuned-2.7.1-3.el7_3.1.noarch 119/332 \n Verifying : 1:openssl-1.0.1e-60.el7.x86_64 120/332 \n Verifying : libtirpc-0.2.4-0.8.el7.x86_64 121/332 \n Verifying : tzdata-2016j-1.el7.noarch 122/332 \n Verifying : expat-2.1.0-10.el7_3.x86_64 123/332 \n Verifying : kexec-tools-2.0.7-50.el7.x86_64 124/332 \n Verifying : libss-1.42.9-9.el7.x86_64 125/332 \n Verifying : initscripts-9.49.37-1.el7.x86_64 126/332 \n Verifying : mozjs17-17.0.0-19.el7.x86_64 127/332 \n Verifying : 1:wpa_supplicant-2.0-20.el7.x86_64 128/332 \n Verifying : nss-softokn-3.16.2.3-14.4.el7.x86_64 129/332 \n Verifying : 1:nfs-utils-1.3.0-0.33.el7.x86_64 130/332 \n Verifying : kbd-misc-1.15.5-12.el7.noarch 131/332 \n Verifying : libselinux-utils-2.5-6.el7.x86_64 132/332 \n Verifying : 1:dbus-libs-1.6.12-17.el7.x86_64 133/332 \n Verifying : libuuid-2.23.2-33.el7.x86_64 134/332 \n Verifying : 2:vim-minimal-7.4.160-1.el7_3.1.x86_64 135/332 \n Verifying : teamd-1.25-4.el7.x86_64 136/332 \n Verifying : glibc-common-2.17-157.el7_3.1.x86_64 137/332 \n Verifying : krb5-libs-1.14.1-27.el7_3.x86_64 138/332 \n Verifying : 12:dhclient-4.2.5-47.el7.centos.x86_64 139/332 \n Verifying : setup-2.8.71-7.el7.noarch 140/332 \n Verifying : 2:ethtool-4.5-3.el7.x86_64 141/332 \n Verifying : libgcrypt-1.5.3-13.el7_3.1.x86_64 142/332 \n Verifying : xfsprogs-4.5.0-9.el7_3.x86_64 143/332 \n Verifying : parted-3.1-28.el7.x86_64 144/332 \n Verifying : audit-2.6.5-3.el7.x86_64 145/332 \n Verifying : libsemanage-2.5-5.1.el7_3.x86_64 146/332 \n Verifying : openldap-2.4.40-13.el7.x86_64 147/332 \n Verifying : xz-5.2.2-1.el7.x86_64 148/332 \n Verifying : logrotate-3.8.6-12.el7.x86_64 149/332 \n Verifying : libtevent-0.9.28-1.el7.x86_64 150/332 \n Verifying : chkconfig-1.7.2-1.el7.x86_64 151/332 \n Verifying : 1:mariadb-libs-5.5.52-1.el7.x86_64 152/332 \n Verifying : rdma-7.3_4.7_rc2-5.el7.noarch 153/332 \n Verifying : libstdc++-4.8.5-11.el7.x86_64 154/332 \n Verifying : nss-util-3.21.3-1.1.el7_3.x86_64 155/332 \n Verifying : libgudev1-219-30.el7_3.6.x86_64 156/332 \n Verifying : 12:dhcp-libs-4.2.5-47.el7.centos.x86_64 157/332 \n Verifying : GeoIP-1.5.0-11.el7.x86_64 158/332 \n Verifying : libblkid-2.23.2-33.el7.x86_64 159/332 \n Verifying : nss-3.21.3-2.el7_3.x86_64 160/332 \n Verifying : libsemanage-python-2.5-5.1.el7_3.x86_64 161/332 \n Verifying : rpm-build-libs-4.11.3-21.el7.x86_64 162/332 \n Verifying : rpm-libs-4.11.3-21.el7.x86_64 163/332 \n Verifying : e2fsprogs-1.42.9-9.el7.x86_64 164/332 \n Verifying : libgomp-4.8.5-11.el7.x86_64 165/332 \n Verifying : yum-utils-1.1.31-40.el7.noarch 166/332 \n Verifying : nss-sysinit-3.21.3-2.el7_3.x86_64 167/332 \n Verifying : elfutils-libelf-0.166-2.el7.x86_64 168/332 \n Verifying : setools-libs-3.3.8-1.1.el7.x86_64 169/332 \n Verifying : 2:tar-1.26-29.el7.x86_64 170/332 \n Verifying : kbd-misc-1.15.5-11.el7.noarch 171/332 \n Verifying : systemd-sysv-219-19.el7_2.12.x86_64 172/332 \n Verifying : iproute-3.10.0-54.el7_2.1.x86_64 173/332 \n Verifying : kexec-tools-2.0.7-38.el7_2.1.x86_64 174/332 \n Verifying : gnupg2-2.0.22-3.el7.x86_64 175/332 \n Verifying : libsemanage-python-2.1.10-18.el7.x86_64 176/332 \n Verifying : xfsprogs-3.2.2-2.el7.x86_64 177/332 \n Verifying : systemd-219-19.el7_2.12.x86_64 178/332 \n Verifying : libproxy-0.4.11-8.el7.x86_64 179/332 \n Verifying : setools-libs-3.3.7-46.el7.x86_64 180/332 \n Verifying : 32:bind-license-9.9.4-29.el7_2.3.noarch 181/332 \n Verifying : libteam-1.17-6.el7_2.x86_64 182/332 \n Verifying : util-linux-2.23.2-26.el7_2.3.x86_64 183/332 \n Verifying : libsoup-2.48.1-3.el7.x86_64 184/332 \n Verifying : dracut-033-360.el7_2.1.x86_64 185/332 \n Verifying : e2fsprogs-1.42.9-7.el7.x86_64 186/332 \n Verifying : sudo-1.8.6p7-17.el7_2.x86_64 187/332 \n Verifying : ca-certificates-2015.2.6-70.1.el7_2.noarch 188/332 \n Verifying : libstdc++-4.8.5-4.el7.x86_64 189/332 \n Verifying : 12:dhclient-4.2.5-42.el7.centos.x86_64 190/332 \n Verifying : 3:irqbalance-1.0.7-5.el7.x86_64 191/332 \n Verifying : 1:nfs-utils-1.3.0-0.21.el7_2.1.x86_64 192/332 \n Verifying : authconfig-6.2.8-10.el7.x86_64 193/332 \n Verifying : nss-util-3.21.0-2.2.el7_2.x86_64 194/332 \n Verifying : 2:shadow-utils-4.1.5.1-18.el7.x86_64 195/332 \n Verifying : 32:bind-libs-lite-9.9.4-29.el7_2.3.x86_64 196/332 \n Verifying : kbd-1.15.5-11.el7.x86_64 197/332 \n Verifying : xz-libs-5.1.2-12alpha.el7.x86_64 198/332 \n Verifying : initscripts-9.49.30-1.el7_2.3.x86_64 199/332 \n Verifying : libnfsidmap-0.25-12.el7.x86_64 200/332 \n Verifying : iptables-1.4.21-16.el7.x86_64 201/332 \n Verifying : libcollection-0.6.2-25.el7.x86_64 202/332 \n Verifying : kernel-tools-3.10.0-327.28.3.el7.x86_64 203/332 \n Verifying : libss-1.42.9-7.el7.x86_64 204/332 \n Verifying : libselinux-python-2.2.2-6.el7.x86_64 205/332 \n Verifying : libpath_utils-0.2.1-25.el7.x86_64 206/332 \n Verifying : python-2.7.5-38.el7_2.x86_64 207/332 \n Verifying : libgomp-4.8.5-4.el7.x86_64 208/332 \n Verifying : rpm-libs-4.11.3-17.el7.x86_64 209/332 \n Verifying : checkpolicy-2.1.12-6.el7.x86_64 210/332 \n Verifying : 1:make-3.82-21.el7.x86_64 211/332 \n Verifying : policycoreutils-2.2.5-20.el7.x86_64 212/332 \n Verifying : audit-2.4.1-5.el7.x86_64 213/332 \n Verifying : kbd-legacy-1.15.5-11.el7.noarch 214/332 \n Verifying : kernel-tools-libs-3.10.0-327.28.3.el7.x86_64 215/332 \n Verifying : libselinux-2.2.2-6.el7.x86_64 216/332 \n Verifying : yum-plugin-fastestmirror-1.1.31-34.el7.noarch 217/332 \n Verifying : libnl3-3.2.21-10.el7.x86_64 218/332 \n Verifying : dracut-config-rescue-033-360.el7_2.1.x86_64 219/332 \n Verifying : libuuid-2.23.2-26.el7_2.3.x86_64 220/332 \n Verifying : virt-what-1.13-6.el7.x86_64 221/332 \n Verifying : libtasn1-3.8-2.el7.x86_64 222/332 \n Verifying : xz-5.1.2-12alpha.el7.x86_64 223/332 \n Verifying : 1:grub2-2.02-0.34.el7.centos.x86_64 224/332 \n Verifying : coreutils-8.22-15.el7_2.1.x86_64 225/332 \n Verifying : tzdata-2016f-1.el7.noarch 226/332 \n Verifying : python-urlgrabber-3.10-7.el7.noarch 227/332 \n Verifying : 1:mariadb-libs-5.5.50-1.el7_2.x86_64 228/332 \n Verifying : teamd-1.17-6.el7_2.x86_64 229/332 \n Verifying : openssh-6.6.1p1-25.el7_2.x86_64 230/332 \n Verifying : elfutils-libelf-0.163-3.el7.x86_64 231/332 \n Verifying : libini_config-1.2.0-25.el7.x86_64 232/332 \n Verifying : 7:device-mapper-1.02.107-5.el7_2.5.x86_64 233/332 \n Verifying : libsemanage-2.1.10-18.el7.x86_64 234/332 \n Verifying : 7:device-mapper-libs-1.02.107-5.el7_2.5.x86_64 235/332 \n Verifying : libtirpc-0.2.4-0.6.el7.x86_64 236/332 \n Verifying : 2:microcode_ctl-2.1-12.el7_2.1.x86_64 237/332 \n Verifying : cryptsetup-libs-1.6.7-1.el7.x86_64 238/332 \n Verifying : rpcbind-0.2.0-33.el7_2.1.x86_64 239/332 \n Verifying : pam-1.1.8-12.el7_1.1.x86_64 240/332 \n Verifying : python-libs-2.7.5-38.el7_2.x86_64 241/332 \n Verifying : nettle-2.7.1-4.el7.x86_64 242/332 \n Verifying : openldap-2.4.40-9.el7_2.x86_64 243/332 \n Verifying : iwl7265-firmware-22.0.7.0-43.el7.noarch 244/332 \n Verifying : libselinux-utils-2.2.2-6.el7.x86_64 245/332 \n Verifying : parted-3.1-23.el7.x86_64 246/332 \n Verifying : tuned-2.5.1-4.el7_2.3.noarch 247/332 \n Verifying : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 248/332 \n Verifying : glibc-2.17-106.el7_2.8.x86_64 249/332 \n Verifying : libref_array-0.1.5-25.el7.x86_64 250/332 \n Verifying : os-prober-1.58-5.el7.x86_64 251/332 \n Verifying : krb5-libs-1.13.2-12.el7_2.x86_64 252/332 \n Verifying : binutils-2.23.52.0.1-55.el7.x86_64 253/332 \n Verifying : bash-4.2.46-20.el7_2.x86_64 254/332 \n Verifying : glib2-2.42.2-5.el7.x86_64 255/332 \n Verifying : yum-3.4.3-132.el7.centos.0.1.noarch 256/332 \n Verifying : rpm-python-4.11.3-17.el7.x86_64 257/332 \n Verifying : elfutils-libs-0.163-3.el7.x86_64 258/332 \n Verifying : 2:vim-minimal-7.4.160-1.el7.x86_64 259/332 \n Verifying : 1:openssl-libs-1.0.1e-51.el7_2.5.x86_64 260/332 \n Verifying : logrotate-3.8.6-7.el7_2.x86_64 261/332 \n Verifying : dracut-config-generic-033-360.el7_2.1.x86_64 262/332 \n Verifying : libbasicobjects-0.1.1-25.el7.x86_64 263/332 \n Verifying : 12:dhcp-common-4.2.5-42.el7.centos.x86_64 264/332 \n Verifying : nss-tools-3.21.0-9.el7_2.x86_64 265/332 \n Verifying : file-5.11-31.el7.x86_64 266/332 \n Verifying : grubby-8.28-17.el7.x86_64 267/332 \n Verifying : selinux-policy-3.13.1-60.el7_2.7.noarch 268/332 \n Verifying : chkconfig-1.3.61-5.el7_2.1.x86_64 269/332 \n Verifying : procps-ng-3.3.10-5.el7_2.x86_64 270/332 \n Verifying : glibc-common-2.17-106.el7_2.8.x86_64 271/332 \n Verifying : openssh-clients-6.6.1p1-25.el7_2.x86_64 272/332 \n Verifying : libblkid-2.23.2-26.el7_2.3.x86_64 273/332 \n Verifying : chrony-2.1.1-1.el7.centos.x86_64 274/332 \n Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 275/332 \n Verifying : 1:wpa_supplicant-2.0-17.el7_1.x86_64 276/332 \n Verifying : nss-sysinit-3.21.0-9.el7_2.x86_64 277/332 \n Verifying : centos-release-7-2.1511.el7.centos.2.10.x86_64 278/332 \n Verifying : 1:quota-nls-4.01-11.el7_2.1.noarch 279/332 \n Verifying : 12:dhcp-libs-4.2.5-42.el7.centos.x86_64 280/332 \n Verifying : rpm-4.11.3-17.el7.x86_64 281/332 \n Verifying : gnutls-3.3.8-14.el7_2.x86_64 282/332 \n Verifying : btrfs-progs-3.19.1-1.el7.x86_64 283/332 \n Verifying : libtevent-0.9.26-1.el7_2.1.x86_64 284/332 \n Verifying : libsepol-2.1.9-3.el7.x86_64 285/332 \n Verifying : audit-libs-python-2.4.1-5.el7.x86_64 286/332 \n Verifying : libtalloc-2.1.5-1.el7_2.x86_64 287/332 \n Verifying : lua-5.1.4-14.el7.x86_64 288/332 \n Verifying : expat-2.1.0-8.el7.x86_64 289/332 \n Verifying : audit-libs-2.4.1-5.el7.x86_64 290/332 \n Verifying : yum-utils-1.1.31-34.el7.noarch 291/332 \n Verifying : selinux-policy-targeted-3.13.1-60.el7_2.7.noarch 292/332 \n Verifying : 1:grub2-tools-2.02-0.34.el7.centos.x86_64 293/332 \n Verifying : pciutils-libs-3.2.1-4.el7.x86_64 294/332 \n Verifying : systemd-libs-219-19.el7_2.12.x86_64 295/332 \n Verifying : rpm-build-libs-4.11.3-17.el7.x86_64 296/332 \n Verifying : policycoreutils-python-2.2.5-20.el7.x86_64 297/332 \n Verifying : libffi-3.0.13-16.el7.x86_64 298/332 \n Verifying : filesystem-3.2-20.el7.x86_64 299/332 \n Verifying : libnl3-cli-3.2.21-10.el7.x86_64 300/332 \n Verifying : 1:openssl-1.0.1e-51.el7_2.5.x86_64 301/332 \n Verifying : gssproxy-0.4.1-8.el7_2.x86_64 302/332 \n Verifying : dracut-network-033-360.el7_2.1.x86_64 303/332 \n Verifying : openssh-server-6.6.1p1-25.el7_2.x86_64 304/332 \n Verifying : nss-softokn-3.16.2.3-14.2.el7_2.x86_64 305/332 \n Verifying : freetype-2.4.11-11.el7.x86_64 306/332 \n Verifying : setup-2.8.71-6.el7.noarch 307/332 \n Verifying : nss-3.21.0-9.el7_2.x86_64 308/332 \n Verifying : file-libs-5.11-31.el7.x86_64 309/332 \n Verifying : kmod-20-5.el7.x86_64 310/332 \n Verifying : pinentry-0.8.1-14.el7.x86_64 311/332 \n Verifying : kmod-libs-20-5.el7.x86_64 312/332 \n Verifying : 2:ethtool-3.15-2.el7.x86_64 313/332 \n Verifying : zlib-1.2.7-15.el7.x86_64 314/332 \n Verifying : kpartx-0.4.9-85.el7_2.5.x86_64 315/332 \n Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 316/332 \n Verifying : polkit-0.112-7.el7_2.x86_64 317/332 \n Verifying : 1:quota-4.01-11.el7_2.1.x86_64 318/332 \n Verifying : libndp-1.2-6.el7_2.x86_64 319/332 \n Verifying : libcgroup-0.41-8.el7.x86_64 320/332 \n Verifying : rdma-7.2_4.1_rc6-2.el7.noarch 321/332 \n Verifying : python-perf-3.10.0-327.28.3.el7.x86_64 322/332 \n Verifying : 1:dbus-1.6.12-14.el7_2.x86_64 323/332 \n Verifying : mozjs17-17.0.0-12.el7.x86_64 324/332 \n Verifying : dnsmasq-2.66-14.el7_1.x86_64 325/332 \n Verifying : python-pycurl-7.19.0-17.el7.x86_64 326/332 \n Verifying : libgcc-4.8.5-4.el7.x86_64 327/332 \n Verifying : libcom_err-1.42.9-7.el7.x86_64 328/332 \n Verifying : 1:dmidecode-2.12-9.el7.x86_64 329/332 \n Verifying : 1:dbus-libs-1.6.12-14.el7_2.x86_64 330/332 \n Verifying : libgudev1-219-19.el7_2.12.x86_64 331/332 \n Verifying : libmount-2.23.2-26.el7_2.3.x86_64 332/332 \n\nInstalled:\n kernel.x86_64 0:3.10.0-514.6.1.el7 \n\nDependency Installed:\n GeoIP.x86_64 0:1.5.0-11.el7 \n hwdata.x86_64 0:0.252-8.4.el7 \n libxml2-python.x86_64 0:2.9.1-6.el7_2.3 \n linux-firmware.noarch 0:20160830-49.git7534e19.el7 \n pciutils.x86_64 0:3.5.1-1.el7 \n\nUpdated:\n audit.x86_64 0:2.6.5-3.el7 \n audit-libs.x86_64 0:2.6.5-3.el7 \n audit-libs-python.x86_64 0:2.6.5-3.el7 \n authconfig.x86_64 0:6.2.8-14.el7 \n bash.x86_64 0:4.2.46-21.el7_3 \n bind-libs-lite.x86_64 32:9.9.4-38.el7_3.1 \n bind-license.noarch 32:9.9.4-38.el7_3.1 \n binutils.x86_64 0:2.25.1-22.base.el7 \n btrfs-progs.x86_64 0:4.4.1-1.el7 \n ca-certificates.noarch 0:2015.2.6-73.el7 \n centos-release.x86_64 0:7-3.1611.el7.centos \n checkpolicy.x86_64 0:2.5-4.el7 \n chkconfig.x86_64 0:1.7.2-1.el7 \n chrony.x86_64 0:2.1.1-4.el7.centos \n coreutils.x86_64 0:8.22-18.el7 \n cryptsetup-libs.x86_64 0:1.7.2-1.el7 \n dbus.x86_64 1:1.6.12-17.el7 \n dbus-libs.x86_64 1:1.6.12-17.el7 \n device-mapper.x86_64 7:1.02.135-1.el7_3.2 \n device-mapper-libs.x86_64 7:1.02.135-1.el7_3.2 \n dhclient.x86_64 12:4.2.5-47.el7.centos \n dhcp-common.x86_64 12:4.2.5-47.el7.centos \n dhcp-libs.x86_64 12:4.2.5-47.el7.centos \n dmidecode.x86_64 1:3.0-2.el7 \n dnsmasq.x86_64 0:2.66-21.el7 \n dracut.x86_64 0:033-463.el7 \n dracut-config-generic.x86_64 0:033-463.el7 \n dracut-config-rescue.x86_64 0:033-463.el7 \n dracut-network.x86_64 0:033-463.el7 \n e2fsprogs.x86_64 0:1.42.9-9.el7 \n e2fsprogs-libs.x86_64 0:1.42.9-9.el7 \n elfutils-libelf.x86_64 0:0.166-2.el7 \n elfutils-libs.x86_64 0:0.166-2.el7 \n ethtool.x86_64 2:4.5-3.el7 \n expat.x86_64 0:2.1.0-10.el7_3 \n file.x86_64 0:5.11-33.el7 \n file-libs.x86_64 0:5.11-33.el7 \n filesystem.x86_64 0:3.2-21.el7 \n freetype.x86_64 0:2.4.11-12.el7 \n glib2.x86_64 0:2.46.2-4.el7 \n glibc.x86_64 0:2.17-157.el7_3.1 \n glibc-common.x86_64 0:2.17-157.el7_3.1 \n gnupg2.x86_64 0:2.0.22-4.el7 \n gnutls.x86_64 0:3.3.24-1.el7 \n grub2.x86_64 1:2.02-0.44.el7.centos \n grub2-tools.x86_64 1:2.02-0.44.el7.centos \n grubby.x86_64 0:8.28-18.el7 \n gssproxy.x86_64 0:0.4.1-13.el7 \n initscripts.x86_64 0:9.49.37-1.el7 \n iproute.x86_64 0:3.10.0-74.el7 \n iptables.x86_64 0:1.4.21-17.el7 \n irqbalance.x86_64 3:1.0.7-6.el7 \n iwl7265-firmware.noarch 0:22.0.7.0-49.el7 \n kbd.x86_64 0:1.15.5-12.el7 \n kbd-legacy.noarch 0:1.15.5-12.el7 \n kbd-misc.noarch 0:1.15.5-12.el7 \n kernel-tools.x86_64 0:3.10.0-514.6.1.el7 \n kernel-tools-libs.x86_64 0:3.10.0-514.6.1.el7 \n kexec-tools.x86_64 0:2.0.7-50.el7 \n kmod.x86_64 0:20-9.el7 \n kmod-libs.x86_64 0:20-9.el7 \n kpartx.x86_64 0:0.4.9-99.el7_3.1 \n krb5-libs.x86_64 0:1.14.1-27.el7_3 \n libbasicobjects.x86_64 0:0.1.1-27.el7 \n libblkid.x86_64 0:2.23.2-33.el7 \n libcgroup.x86_64 0:0.41-11.el7 \n libcollection.x86_64 0:0.6.2-27.el7 \n libcom_err.x86_64 0:1.42.9-9.el7 \n libffi.x86_64 0:3.0.13-18.el7 \n libgcc.x86_64 0:4.8.5-11.el7 \n libgcrypt.x86_64 0:1.5.3-13.el7_3.1 \n libgomp.x86_64 0:4.8.5-11.el7 \n libgudev1.x86_64 0:219-30.el7_3.6 \n libini_config.x86_64 0:1.3.0-27.el7 \n libmount.x86_64 0:2.23.2-33.el7 \n libndp.x86_64 0:1.2-7.el7 \n libnfsidmap.x86_64 0:0.25-15.el7 \n libnl3.x86_64 0:3.2.28-3.el7_3 \n libnl3-cli.x86_64 0:3.2.28-3.el7_3 \n libpath_utils.x86_64 0:0.2.1-27.el7 \n libproxy.x86_64 0:0.4.11-10.el7 \n libref_array.x86_64 0:0.1.5-27.el7 \n libselinux.x86_64 0:2.5-6.el7 \n libselinux-python.x86_64 0:2.5-6.el7 \n libselinux-utils.x86_64 0:2.5-6.el7 \n libsemanage.x86_64 0:2.5-5.1.el7_3 \n libsemanage-python.x86_64 0:2.5-5.1.el7_3 \n libsepol.x86_64 0:2.5-6.el7 \n libsoup.x86_64 0:2.48.1-6.el7 \n libss.x86_64 0:1.42.9-9.el7 \n libstdc++.x86_64 0:4.8.5-11.el7 \n libtalloc.x86_64 0:2.1.6-1.el7 \n libtasn1.x86_64 0:3.8-3.el7 \n libteam.x86_64 0:1.25-4.el7 \n libtevent.x86_64 0:0.9.28-1.el7 \n libtirpc.x86_64 0:0.2.4-0.8.el7 \n libuuid.x86_64 0:2.23.2-33.el7 \n logrotate.x86_64 0:3.8.6-12.el7 \n lua.x86_64 0:5.1.4-15.el7 \n make.x86_64 1:3.82-23.el7 \n mariadb-libs.x86_64 1:5.5.52-1.el7 \n microcode_ctl.x86_64 2:2.1-16.1.el7_3 \n mozjs17.x86_64 0:17.0.0-19.el7 \n nettle.x86_64 0:2.7.1-8.el7 \n nfs-utils.x86_64 1:1.3.0-0.33.el7 \n nss.x86_64 0:3.21.3-2.el7_3 \n nss-softokn.x86_64 0:3.16.2.3-14.4.el7 \n nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7 \n nss-sysinit.x86_64 0:3.21.3-2.el7_3 \n nss-tools.x86_64 0:3.21.3-2.el7_3 \n nss-util.x86_64 0:3.21.3-1.1.el7_3 \n openldap.x86_64 0:2.4.40-13.el7 \n openssh.x86_64 0:6.6.1p1-33.el7_3 \n openssh-clients.x86_64 0:6.6.1p1-33.el7_3 \n openssh-server.x86_64 0:6.6.1p1-33.el7_3 \n openssl.x86_64 1:1.0.1e-60.el7 \n openssl-libs.x86_64 1:1.0.1e-60.el7 \n os-prober.x86_64 0:1.58-9.el7 \n pam.x86_64 0:1.1.8-18.el7 \n parted.x86_64 0:3.1-28.el7 \n pciutils-libs.x86_64 0:3.5.1-1.el7 \n pinentry.x86_64 0:0.8.1-17.el7 \n policycoreutils.x86_64 0:2.5-11.el7_3 \n policycoreutils-python.x86_64 0:2.5-11.el7_3 \n polkit.x86_64 0:0.112-9.el7 \n procps-ng.x86_64 0:3.3.10-10.el7 \n python.x86_64 0:2.7.5-48.el7 \n python-libs.x86_64 0:2.7.5-48.el7 \n python-perf.x86_64 0:3.10.0-514.6.1.el7 \n python-pycurl.x86_64 0:7.19.0-19.el7 \n python-urlgrabber.noarch 0:3.10-8.el7 \n quota.x86_64 1:4.01-14.el7 \n quota-nls.noarch 1:4.01-14.el7 \n rdma.noarch 0:7.3_4.7_rc2-5.el7 \n rpcbind.x86_64 0:0.2.0-38.el7 \n rpm.x86_64 0:4.11.3-21.el7 \n rpm-build-libs.x86_64 0:4.11.3-21.el7 \n rpm-libs.x86_64 0:4.11.3-21.el7 \n rpm-python.x86_64 0:4.11.3-21.el7 \n selinux-policy.noarch 0:3.13.1-102.el7_3.13 \n selinux-policy-targeted.noarch 0:3.13.1-102.el7_3.13 \n setools-libs.x86_64 0:3.3.8-1.1.el7 \n setup.noarch 0:2.8.71-7.el7 \n shadow-utils.x86_64 2:4.1.5.1-24.el7 \n sudo.x86_64 0:1.8.6p7-21.el7_3 \n systemd.x86_64 0:219-30.el7_3.6 \n systemd-libs.x86_64 0:219-30.el7_3.6 \n systemd-sysv.x86_64 0:219-30.el7_3.6 \n tar.x86_64 2:1.26-31.el7 \n teamd.x86_64 0:1.25-4.el7 \n tuned.noarch 0:2.7.1-3.el7_3.1 \n tzdata.noarch 0:2016j-1.el7 \n util-linux.x86_64 0:2.23.2-33.el7 \n vim-minimal.x86_64 2:7.4.160-1.el7_3.1 \n virt-what.x86_64 0:1.13-8.el7 \n wpa_supplicant.x86_64 1:2.0-20.el7 \n xfsprogs.x86_64 0:4.5.0-9.el7_3 \n xz.x86_64 0:5.2.2-1.el7 \n xz-libs.x86_64 0:5.2.2-1.el7 \n yum.noarch 0:3.4.3-150.el7.centos \n yum-plugin-fastestmirror.noarch 0:1.1.31-40.el7 \n yum-utils.noarch 0:1.1.31-40.el7 \n zlib.x86_64 0:1.2.7-17.el7 \n\nComplete!\ninstalling dhcp-client from simple-init\ninstalling net-tools from simple-init\ninstalling ifupdown from simple-init\ninstalling dhcp-client from simple-init\ninstalling net-tools from simple-init\ninstalling ifupdown from simple-init\ninstalling growpart from growroot\ninstalling e2fsprogs from growroot\ninstalling growpart from growroot\ninstalling e2fsprogs from growroot\ninstalling git from source-repositories\ninstalling git from source-repositories\ninstalling rsync from install-static\ninstalling rsync from install-static\ninstalling openssh-server from openssh-server\ninstalling openssh-server from openssh-server\ninstalling ccache_package from base\ninstalling ccache_package from base\ninstalling bridge-utils from infra-cloud-bridge\ninstalling net-tools from infra-cloud-bridge\ninstalling tcpdump from redhat-common\ninstalling traceroute from redhat-common\ninstalling lsof from redhat-common\ninstalling which from redhat-common\ninstalling tcpdump from redhat-common\ninstalling traceroute from redhat-common\ninstalling lsof from redhat-common\ninstalling which from redhat-common\ninstalling openssh-client from runtime-ssh-host-keys\ninstalling openssh-client from runtime-ssh-host-keys\ninstalling python-dev from pip-and-virtualenv\ninstalling python-dev from pip-and-virtualenv\nRunning command: ['install-packages', u'', u'dhclient', u'rsync', u'git', u'traceroute', u'which', u'openssh-server', u'lsof', u'e2fsprogs', u'ccache', u'net-tools', u'openssh', u'cloud-utils-growpart', u'bridge-utils', u'tcpdump', u'python-dev']\n> The package is not available and will not be installed\n> Running install-packages install. Package list: dhclient\n> rsync\n> git\n> traceroute\n> which\n> openssh-server\n> lsof\n> e2fsprogs\n> ccache\n> net-tools\n> openssh\n> cloud-utils-growpart\n> bridge-utils\n> tcpdump\n> python-devel\n> Loading \"fastestmirror\" plugin\n> Config time: 0.007\n> Yum version: 3.4.3\n> rpmdb time: 0.000\n> Setting up Package Sacks\n> Loading mirror speeds from cached hostfile\n> * base: mirror.supremebytes.com\n> * extras: mirror.tocici.com\n> * updates: mirror.pac-12.org\n> pkgsack time: 0.237\n> Obs Init time: 0.107\n> Package 12:dhclient-4.2.5-47.el7.centos.x86_64 already installed and latest version\n> Package rsync-3.0.9-17.el7.x86_64 already installed and latest version\n> Package which-2.20-7.el7.x86_64 already installed and latest version\n> Package openssh-server-6.6.1p1-33.el7_3.x86_64 already installed and latest version\n> Package e2fsprogs-1.42.9-9.el7.x86_64 already installed and latest version\n> Checking for virtual provide or file-provide for ccache\n> No package ccache available.\n> Package net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version\n> Package openssh-6.6.1p1-33.el7_3.x86_64 already installed and latest version\n> Package cloud-utils-growpart-0.27-20.el7.centos.x86_64 already installed and latest version\n> Package bridge-utils-1.5-9.el7.x86_64 already installed and latest version\n> Resolving Dependencies\n> --> Running transaction check\n> ---> Package git.x86_64 0:1.8.3.1-6.el7_2.1 will be installed\n> Checking deps for git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl-Git', 'EQ', ('0', '1.8.3.1', '6.el7_2.1')) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('zlib', 'GE', ('0', '1.2', None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('rsync', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(warnings)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(vars)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(strict)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(lib)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Term::ReadKey)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Git)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::stat)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::Temp)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::Path)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::Find)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::Copy)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Error)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('openssh-clients', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libz.so.1(ZLIB_1.2.0)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libssl.so.10(libssl.so.10)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libc.so.6(GLIBC_2.16)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('less', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('/usr/bin/python', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('/bin/sh', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('/bin/bash', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libssl.so.10()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libpcre.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libgnome-keyring.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libglib-2.0.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libexpat.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libcurl.so.4()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl-Git = 1.8.3.1-6.el7_2.1\n> --> 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\n> Searching pkgSack for dep: perl-Git\n> Building updates object\n> up:simple updates time: 0.004\n> up:obs time: 0.002\n> up:condense time: 0.000\n> updates time: 0.087\n> TSINFO: Marking perl-Git-1.8.3.1-6.el7_2.1.noarch as install for git-1.8.3.1-6.el7_2.1.x86_64\n> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl(Term::ReadKey)\n> --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7_2.1.x86_64\n> Searching pkgSack for dep: perl(Term::ReadKey)\n> TSINFO: Marking perl-TermReadKey-2.30-20.el7.x86_64 as install for git-1.8.3.1-6.el7_2.1.x86_64\n> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl(Git)\n> --> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7_2.1.x86_64\n> Searching pkgSack for dep: perl(Git)\n> perl-Git-1.8.3.1-6.el7_2.1.noarch already in ts, skipping this one\n> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl(Error)\n> --> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7_2.1.x86_64\n> Searching pkgSack for dep: perl(Error)\n> TSINFO: Marking 1:perl-Error-0.17020-2.el7.noarch as install for git-1.8.3.1-6.el7_2.1.x86_64\n> git-1.8.3.1-6.el7_2.1.x86_64 requires: libgnome-keyring.so.0()(64bit)\n> --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7_2.1.x86_64\n> Searching pkgSack for dep: libgnome-keyring.so.0()(64bit)\n> TSINFO: Marking libgnome-keyring-3.8.0-3.el7.x86_64 as install for git-1.8.3.1-6.el7_2.1.x86_64\n> ---> Package lsof.x86_64 0:4.87-4.el7 will be installed\n> Checking deps for lsof.x86_64 0:4.87-4.el7 - u\n> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-4.el7 - u\n> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-4.el7 - u\n> looking for ('libselinux.so.1()(64bit)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-4.el7 - u\n> ---> Package python-devel.x86_64 0:2.7.5-48.el7 will be installed\n> Checking deps for python-devel.x86_64 0:2.7.5-48.el7 - u\n> looking for ('python(x86-64)', 'EQ', ('0', '2.7.5', '48.el7')) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u\n> looking for ('pkgconfig', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u\n> looking for ('/usr/bin/python2.7', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u\n> looking for ('/usr/bin/pkg-config', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u\n> looking for ('/bin/sh', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u\n> looking for ('libpython2.7.so.1.0()(64bit)', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u\n> ---> Package tcpdump.x86_64 14:4.5.1-3.el7 will be installed\n> Checking deps for tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('shadow-utils', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('/bin/sh', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('libpcap.so.1()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u\n> ---> Package traceroute.x86_64 3:2.0.22-2.el7 will be installed\n> Checking deps for traceroute.x86_64 3:2.0.22-2.el7 - u\n> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u\n> looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u\n> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u\n> looking for ('/bin/sh', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u\n> looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u\n> --> Running transaction check\n> ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed\n> Checking deps for libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libgcrypt.so.11(GCRYPT_1.2)(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libgobject-2.0.so.0()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libglib-2.0.so.0()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libgcrypt.so.11()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> looking for ('libdbus-1.so.3()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed\n> Checking deps for perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u\n> ---> Package perl-Git.noarch 0:1.8.3.1-6.el7_2.1 will be installed\n> Checking deps for perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('git', 'EQ', ('0', '1.8.3.1', '6.el7_2.1')) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(IPC::Open2)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Error)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed\n> Checking deps for perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('perl(AutoLoader)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> --> Finished Dependency Resolution\n> Dependency Process ending\n> Depsolve time: 0.547\n> \n> Dependencies Resolved\n> \n> ================================================================================\n> Package Arch Version Repository Size\n> ================================================================================\n> Installing:\n> git x86_64 1.8.3.1-6.el7_2.1 base 4.4 M\n> lsof x86_64 4.87-4.el7 base 331 k\n> python-devel x86_64 2.7.5-48.el7 base 393 k\n> tcpdump x86_64 14:4.5.1-3.el7 base 387 k\n> traceroute x86_64 3:2.0.22-2.el7 base 59 k\n> Installing for dependencies:\n> libgnome-keyring x86_64 3.8.0-3.el7 base 109 k\n> perl-Error noarch 1:0.17020-2.el7 base 32 k\n> perl-Git noarch 1.8.3.1-6.el7_2.1 base 53 k\n> perl-TermReadKey x86_64 2.30-20.el7 base 31 k\n> \n> Transaction Summary\n> ================================================================================\n> Install 5 Packages (+4 Dependent packages)\n> \n> Total size: 5.7 M\n> Installed size: 26 M\n> Downloading packages:\n> using local copy of 1:perl-Error-0.17020-2.el7.noarch\n> using local copy of 3:traceroute-2.0.22-2.el7.x86_64\n> using local copy of perl-TermReadKey-2.30-20.el7.x86_64\n> using local copy of perl-Git-1.8.3.1-6.el7_2.1.noarch\n> using local copy of lsof-4.87-4.el7.x86_64\n> using local copy of 14:tcpdump-4.5.1-3.el7.x86_64\n> using local copy of git-1.8.3.1-6.el7_2.1.x86_64\n> using local copy of libgnome-keyring-3.8.0-3.el7.x86_64\n> using local copy of python-devel-2.7.5-48.el7.x86_64\n> Member: perl-Error.noarch 1:0.17020-2.el7 - u\n> Adding Package 1:perl-Error-0.17020-2.el7.noarch in mode u\n> Member: traceroute.x86_64 3:2.0.22-2.el7 - u\n> Adding Package 3:traceroute-2.0.22-2.el7.x86_64 in mode u\n> Member: perl-TermReadKey.x86_64 0:2.30-20.el7 - u\n> Adding Package perl-TermReadKey-2.30-20.el7.x86_64 in mode u\n> Member: perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u\n> Adding Package perl-Git-1.8.3.1-6.el7_2.1.noarch in mode u\n> Member: lsof.x86_64 0:4.87-4.el7 - u\n> Adding Package lsof-4.87-4.el7.x86_64 in mode u\n> Member: tcpdump.x86_64 14:4.5.1-3.el7 - u\n> Adding Package 14:tcpdump-4.5.1-3.el7.x86_64 in mode u\n> Member: git.x86_64 0:1.8.3.1-6.el7_2.1 - u\n> Adding Package git-1.8.3.1-6.el7_2.1.x86_64 in mode u\n> Member: libgnome-keyring.x86_64 0:3.8.0-3.el7 - u\n> Adding Package libgnome-keyring-3.8.0-3.el7.x86_64 in mode u\n> Member: python-devel.x86_64 0:2.7.5-48.el7 - u\n> Adding Package python-devel-2.7.5-48.el7.x86_64 in mode u\n> Running transaction check\n> Transaction check time: 0.032\n> Running transaction test\n> Transaction test succeeded\n> Transaction test time: 0.032\n> Running transaction\n> Installing : 1:perl-Error-0.17020-2.el7.noarch 1/9\n> Installing : libgnome-keyring-3.8.0-3.el7.x86_64 2/9\n> Installing : perl-TermReadKey-2.30-20.el7.x86_64 3/9\n> Installing : perl-Git-1.8.3.1-6.el7_2.1.noarch 4/9\n> Installing : git-1.8.3.1-6.el7_2.1.x86_64 5/9\n> Installing : python-devel-2.7.5-48.el7.x86_64 6/9\n> Installing : 14:tcpdump-4.5.1-3.el7.x86_64 7/9\n> Installing : lsof-4.87-4.el7.x86_64 8/9\n> Installing : 3:traceroute-2.0.22-2.el7.x86_64 9/9\n> Verifying : 1:perl-Error-0.17020-2.el7.noarch 1/9\n> Verifying : 3:traceroute-2.0.22-2.el7.x86_64 2/9\n> Verifying : perl-TermReadKey-2.30-20.el7.x86_64 3/9\n> Verifying : perl-Git-1.8.3.1-6.el7_2.1.noarch 4/9\n> Verifying : lsof-4.87-4.el7.x86_64 5/9\n> Verifying : 14:tcpdump-4.5.1-3.el7.x86_64 6/9\n> Verifying : git-1.8.3.1-6.el7_2.1.x86_64 7/9\n> Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 8/9\n> Verifying : python-devel-2.7.5-48.el7.x86_64 9/9\n> VerifyTransaction time: 0.091\n> Transaction time: 1.094\n> \n> Installed:\n> git.x86_64 0:1.8.3.1-6.el7_2.1 lsof.x86_64 0:4.87-4.el7\n> python-devel.x86_64 0:2.7.5-48.el7 tcpdump.x86_64 14:4.5.1-3.el7\n> traceroute.x86_64 3:2.0.22-2.el7\n> \n> Dependency Installed:\n> libgnome-keyring.x86_64 0:3.8.0-3.el7 perl-Error.noarch 1:0.17020-2.el7\n> perl-Git.noarch 0:1.8.3.1-6.el7_2.1 perl-TermReadKey.x86_64 0:2.30-20.el7\n> \n> Complete!\n> -- done\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: mirror.supremebytes.com\n * extras: mirror.tocici.com\n * updates: mirror.pac-12.org\nNo package python-pip available.\nPackage python-setuptools-0.9.8-4.el7.noarch already installed and latest version\nResolving Dependencies\n--> Running transaction check\n---> Package python-virtualenv.noarch 0:1.10.1-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python-virtualenv noarch 1.10.1-3.el7 base 1.2 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 1.2 M\nInstalled size: 1.6 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python-virtualenv-1.10.1-3.el7.noarch 1/1 \n Verifying : python-virtualenv-1.10.1-3.el7.noarch 1/1 \n\nInstalled:\n python-virtualenv.noarch 0:1.10.1-3.el7 \n\nComplete!\nCollecting pip\n Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)\nCollecting wheel\n Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)\nInstalling collected packages: pip, wheel\nSuccessfully installed pip-9.0.1 wheel-0.29.0\nCollecting setuptools\n Downloading setuptools-34.0.2-py2.py3-none-any.whl (387kB)\nCollecting six>=1.10.0 (from setuptools)\n Downloading six-1.10.0-py2.py3-none-any.whl\nCollecting appdirs>=1.4.0 (from setuptools)\n Downloading appdirs-1.4.0-py2.py3-none-any.whl\nCollecting packaging>=16.8 (from setuptools)\n Downloading packaging-16.8-py2.py3-none-any.whl\nCollecting pyparsing (from packaging>=16.8->setuptools)\n Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)\nInstalling collected packages: six, appdirs, pyparsing, packaging, setuptools\n Found existing installation: six 1.9.0\n Uninstalling six-1.9.0:\n Successfully uninstalled six-1.9.0\nSuccessfully installed appdirs-1.4.0 packaging-16.8 pyparsing-2.1.10 setuptools-34.0.2 six-1.10.0\nCollecting virtualenv\n Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)\nInstalling collected packages: virtualenv\n Found existing installation: virtualenv 1.10.1\n Uninstalling virtualenv-1.10.1:\n Successfully uninstalled virtualenv-1.10.1\nSuccessfully installed virtualenv-15.1.0\nProcessing /tmp/glean.git\nInstalling collected packages: glean\n Running setup.py install for glean: started\n Running setup.py install for glean: finished with status 'done'\nSuccessfully installed glean-1.8.1.dev2\nSetting password.\n/etc/sudoers: parsed OK\n/etc/sudoers.d/devuser: parsed OK\nNothing to uninstall\nNothing to install\nNOZEROCONF=yes\nNothing to uninstall\nUnmount /tmp/dib_build.g3tuknu2/mnt/tmp/yum\nUnmount /tmp/dib_build.g3tuknu2/mnt/tmp/ccache\nUnmount /tmp/dib_build.g3tuknu2/mnt/sys\nUnmount /tmp/dib_build.g3tuknu2/mnt/proc\nUnmount /tmp/dib_build.g3tuknu2/mnt/dev/pts\nUnmount /tmp/dib_build.g3tuknu2/mnt/dev\nCalculating image size (this may take a minute)...\nIMAGE_BLOCK_DEVICE=/dev/loop0p1\nDiscarding device blocks: 4096/563200\b\b\b\b\b\b\b\b\b\b\b\b\b \b\b\b\b\b\b\b\b\b\b\b\b\bdone \nFilesystem label=cloudimg-rootfs\nOS type: Linux\nBlock size=4096 (log=2)\nFragment size=4096 (log=2)\nStride=0 blocks, Stripe width=0 blocks\n563328 inodes, 563200 blocks\n28160 blocks (5.00%) reserved for the super user\nFirst data block=0\nMaximum filesystem blocks=576716800\n18 block groups\n32768 blocks per group, 32768 fragments per group\n31296 inodes per group\nSuperblock backups stored on blocks: \n\t32768, 98304, 163840, 229376, 294912\n\nAllocating group tables: 0/18\b\b\b\b\b \b\b\b\b\bdone \nWriting inode tables: 0/18\b\b\b\b\b \b\b\b\b\bdone \nCreating journal (16384 blocks): done\nWriting superblocks and filesystem accounting information: 0/18\b\b\b\b\b \b\b\b\b\bdone\n\ntune2fs 1.42.9 (28-Dec-2013)\nRunning install-packages install. Package list: yum-utils\nLoading \"fastestmirror\" plugin\nConfig time: 0.007\nYum version: 3.4.3\nrpmdb time: 0.000\nSetting up Package Sacks\nDetermining fastest mirrors\n * base: mirror.supremebytes.com\n * extras: mirror.tocici.com\n * updates: mirror.pac-12.org\npkgsack time: 12.444\nObs Init time: 0.066\nPackage yum-utils-1.1.31-40.el7.noarch already installed and latest version\nNothing to do\nLoaded plugins: fastestmirror\n--> Running transaction check\n---> Package kernel.x86_64 0:3.10.0-327.28.3.el7 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n kernel x86_64 3.10.0-327.28.3.el7 installed 136 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 136 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\ngrubby fatal error: unable to find a suitable template\ngrubby: doing this would leave no kernel entries. Not writing out new config.\ngrubby fatal error: unable to find a suitable template\n Erasing : kernel-3.10.0-327.28.3.el7.x86_64 1/1 \n Verifying : kernel-3.10.0-327.28.3.el7.x86_64 1/1 \n\nRemoved:\n kernel.x86_64 0:3.10.0-327.28.3.el7 \n\nComplete!\nRunning install-packages install. Package list: grub2-tools grub2\nLoading \"fastestmirror\" plugin\nConfig time: 0.007\nYum version: 3.4.3\nrpmdb time: 0.000\nSetting up Package Sacks\nLoading mirror speeds from cached hostfile\n * base: mirror.supremebytes.com\n * extras: mirror.tocici.com\n * updates: mirror.pac-12.org\npkgsack time: 0.010\nObs Init time: 0.101\nPackage 1:grub2-tools-2.02-0.44.el7.centos.x86_64 already installed and latest version\nPackage 1:grub2-2.02-0.44.el7.centos.x86_64 already installed and latest version\nNothing to do\ntrying grub2-install\nInstalling GRUB2...\n'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests' -> '/httpboot/deployment_image.d/dib-manifests'\n'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests/dib_arguments' -> '/httpboot/deployment_image.d/dib-manifests/dib_arguments'\n'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests/dib-manifest-git-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-git-deployment_image'\n'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests/dib_environment' -> '/httpboot/deployment_image.d/dib-manifests/dib_environment'\nDIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up\nUnmount /tmp/dib_build.g3tuknu2/mnt/sys\nUnmount /tmp/dib_build.g3tuknu2/mnt/proc\nUnmount /tmp/dib_build.g3tuknu2/mnt/dev/pts\nUnmount /tmp/dib_build.g3tuknu2/mnt/dev\nUnmount /tmp/dib_build.g3tuknu2/mnt\n/dev/loop0: [0041]:62645040 (/tmp/dib_image.fPnbgPJw/image.raw)\nConverting image using qemu-img convert\nImage file /httpboot/deployment_image.qcow2 created...", "stdout_lines": ["Building elements: base centos7 vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server", "Expanded element dependencies to: rpm-distro install-bin dib-run-parts simple-init enable-serial-console vm manifests puppet growroot source-repositories package-installs dib-python devuser centos7 dib-init-system install-types install-static openssh-server base bootloader serial-console infra-cloud-bridge redhat-common runtime-ssh-host-keys pip-and-virtualenv cache-url pkg-map yum cloud-init-datasources", "Building in /tmp/dib_build.g3tuknu2", "Getting /root/.cache/image-create/CentOS-7-x86_64-GenericCloud.qcow2.xz.tgz.lock: Wed Jan 25 03:30:14 PST 2017", "Fetching Base Image", "Server copy has not changed. Using locally cached http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz", "Using cached tar from /root/.cache/image-create/CentOS-7-x86_64-GenericCloud.qcow2.xz.tgz", "Extracting base root image from /root/.cache/image-create/CentOS-7-x86_64-GenericCloud.qcow2.xz.tgz", "Use of serial-console element is deprecated, please use enable-serial-console instead.", "Getting /root/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:30:27 PST 2017 for /tmp/dib_build.g3tuknu2/hooks/source-repository-pip-and-virtualenv", "(0001 / 0001)", "Caching pip-and-virtualenv file from https://bootstrap.pypa.io/get-pip.py in /root/.cache/image-create/source-repositories/pip_and_virtualenv_50bbba586670cca2803e23f614374b482e595f6a", "Server copy has not changed. Using locally cached https://bootstrap.pypa.io/get-pip.py", "Getting /root/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:30:28 PST 2017 for /tmp/dib_build.g3tuknu2/hooks/source-repository-simple-init", "(0001 / 0001)", "Updating cache of https://git.openstack.org/openstack-infra/glean in /root/.cache/image-create/source-repositories/glean_89e8118b6e2d9cad0e48cd8b193a65abb9885e85 with ref master", "Cloning from glean cache and applying ref master", "HEAD is now at 63ea9ff Merge \"Fix SUSE based network configuration\"", "/tmp/dib_build.g3tuknu2/hooks/install.d /opt/bifrost/playbooks", "/opt/bifrost/playbooks", "/tmp/dib_build.g3tuknu2/hooks/install.d /opt/bifrost/playbooks", "/opt/bifrost/playbooks", "DIB_YUM_REPO_CONF is not set - no repo configuration will be copied in", "/etc/sudoers: parsed OK", "/etc/sudoers: parsed OK", "installing gettext from redhat-common", "installing gettext from redhat-common", "installing python-xml from pip-and-virtualenv", "installing python-xml from pip-and-virtualenv", "Running command: ['install-packages', u'', u'gettext']", "> The package is not available and will not be installed", "> Running install-packages install. Package list: gettext", "> Loading \"fastestmirror\" plugin", "> Config time: 0.021", "> Yum version: 3.4.3", "> rpmdb time: 0.000", "> Setting up Package Sacks", "> Loading mirror speeds from cached hostfile", "> * base: mirror.supremebytes.com", "> * extras: mirror.tocici.com", "> * updates: mirror.pac-12.org", "> pkgsack time: 1.409", "> Obs Init time: 0.100", "> Package gettext-0.18.2.1-4.el7.x86_64 already installed and latest version", "> Nothing to do", "> -- done", "Nothing to uninstall", "Running install-packages install. Package list: vim", "less", "bridge-utils", "iputils", "rsyslog", "curl", "Loading \"fastestmirror\" plugin", "Config time: 0.007", "Yum version: 3.4.3", "rpmdb time: 0.000", "Setting up Package Sacks", "Loading mirror speeds from cached hostfile", " * base: mirror.supremebytes.com", " * extras: mirror.tocici.com", " * updates: mirror.pac-12.org", "pkgsack time: 0.244", "Checking for virtual provide or file-provide for vim", "Obs Init time: 0.107", "Package less-458-9.el7.x86_64 already installed and latest version", "Building updates object", "up:simple updates time: 0.008", "up:obs time: 0.002", "up:condense time: 0.000", "updates time: 0.132", "Not Updating Package that is already updated: iputils.x86_64 0:20121221-7.el7", "Not Updating Package that is already updated: rsyslog.x86_64 0:7.4.7-12.el7", "Not Updating Package that is already updated: curl.x86_64 0:7.29.0-25.el7.centos", "Resolving Dependencies", "--> Running transaction check", "---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed", "Checking deps for bridge-utils.x86_64 0:1.5-9.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of bridge-utils.x86_64 0:1.5-9.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of bridge-utils.x86_64 0:1.5-9.el7 - u", "---> Package curl.x86_64 0:7.29.0-25.el7.centos will be updated", "Checking deps for curl.x86_64 0:7.29.0-25.el7.centos - ud", "---> Package curl.x86_64 0:7.29.0-35.el7.centos will be an update", "Checking deps for curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libcurl', 'EQ', ('0', '7.29.0', '35.el7.centos')) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libc.so.6(GLIBC_2.17)(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssl3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libsmime3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libplds4.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libplc4.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnssutil3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnspr4.so()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libcurl.so.4()(64bit)', None, (None, None, None)) as a requirement of curl.x86_64 0:7.29.0-35.el7.centos - u", "curl-7.29.0-35.el7.centos.x86_64 requires: libcurl = 7.29.0-35.el7.centos", "--> Processing Dependency: libcurl = 7.29.0-35.el7.centos for package: curl-7.29.0-35.el7.centos.x86_64", "Searching pkgSack for dep: libcurl", "Not Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos", "Not Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos", "Not Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos", "Not Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos", "Not Updating Package that is already updated: libcurl.x86_64 0:7.29.0-25.el7.centos", "---> Package iputils.x86_64 0:20121221-7.el7 will be updated", "Checking deps for iputils.x86_64 0:20121221-7.el7 - ud", "---> Package iputils.x86_64 0:20160308-8.el7 will be an update", "Checking deps for iputils.x86_64 0:20160308-8.el7 - u", "looking for ('filesystem', 'GE', ('0', '3', None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('systemd', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('systemd', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libresolv.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libidn.so.11(LIBIDN_1.0)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('/sbin/chkconfig', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('/sbin/chkconfig', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libidn.so.11()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "looking for ('libcap.so.2()(64bit)', None, (None, None, None)) as a requirement of iputils.x86_64 0:20160308-8.el7 - u", "---> Package rsyslog.x86_64 0:7.4.7-12.el7 will be updated", "Checking deps for rsyslog.x86_64 0:7.4.7-12.el7 - ud", "---> Package rsyslog.x86_64 0:7.4.7-16.el7 will be an update", "Checking deps for rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('logrotate', 'GE', ('0', '3.5.2', None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libestr', 'GE', ('0', '0.1.9', None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('bash', 'GE', ('0', '2.0', None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('systemd', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('systemd', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libuuid.so.1(UUID_1.0)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libsystemd.so.0(LIBSYSTEMD_209)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('librt.so.1(GLIBC_2.3.4)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libgcc_s.so.1(GCC_3.3.1)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libgcc_s.so.1(GCC_3.0)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libc.so.6(GLIBC_2.17)(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libuuid.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libsystemd.so.0()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libjson-c.so.2()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libgcc_s.so.1()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libestr.so.0()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of rsyslog.x86_64 0:7.4.7-16.el7 - u", "---> Package vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 will be installed", "Checking deps for vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('vim-common', 'EQ', ('2', '7.4.160', '1.el7_3.1')) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('which', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libc.so.6(GLIBC_2.7)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libacl.so.1(ACL_1.0)(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libtinfo.so.5()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libselinux.so.1()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libperl.so()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libgpm.so.2()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libacl.so.1()(64bit)', None, (None, None, None)) as a requirement of vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: vim-common = 2:7.4.160-1.el7_3.1", "--> Processing Dependency: vim-common = 2:7.4.160-1.el7_3.1 for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "Searching pkgSack for dep: vim-common", "TSINFO: Marking 2:vim-common-7.4.160-1.el7_3.1.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: perl(:MODULE_COMPAT_5.16.3)", "--> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "Searching pkgSack for dep: perl(:MODULE_COMPAT_5.16.3)", "TSINFO: Marking 4:perl-5.16.3-291.el7.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: libperl.so()(64bit)", "--> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "Searching pkgSack for dep: libperl.so()(64bit)", "TSINFO: Marking 4:perl-libs-5.16.3-291.el7.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 requires: libgpm.so.2()(64bit)", "--> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "Searching pkgSack for dep: libgpm.so.2()(64bit)", "TSINFO: Marking gpm-libs-1.20.7-5.el7.x86_64 as install for 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "--> Running transaction check", "---> Package gpm-libs.x86_64 0:1.20.7-5.el7 will be installed", "Checking deps for gpm-libs.x86_64 0:1.20.7-5.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u", "looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u", "looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u", "looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u", "looking for ('libtinfo.so.5()(64bit)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u", "looking for ('libncurses.so.5()(64bit)', None, (None, None, None)) as a requirement of gpm-libs.x86_64 0:1.20.7-5.el7 - u", "---> Package libcurl.x86_64 0:7.29.0-25.el7.centos will be updated", "Checking deps for libcurl.x86_64 0:7.29.0-25.el7.centos - ud", "---> Package libcurl.x86_64 0:7.29.0-35.el7.centos will be an update", "Checking deps for libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssh2(x86-64)', 'GE', ('0', '1.4.3', None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssl3.so(NSS_3.4)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssl3.so(NSS_3.2)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssl3.so(NSS_3.14)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssl3.so(NSS_3.11.4)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.9.3)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.9.2)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.5)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.4)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.3)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.2)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.12.5)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.12.1)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.12)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so(NSS_3.10)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libidn.so.11(LIBIDN_1.0)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libc.so.6(GLIBC_2.17)(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssl3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libssh2.so.1()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libsmime3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libplds4.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libplc4.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnssutil3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnss3.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libnspr4.so()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libldap-2.4.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('liblber-2.4.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libkrb5.so.3()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libk5crypto.so.3()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libidn.so.11()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libgssapi_krb5.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "looking for ('libcom_err.so.2()(64bit)', None, (None, None, None)) as a requirement of libcurl.x86_64 0:7.29.0-35.el7.centos - u", "---> Package perl.x86_64 4:5.16.3-291.el7 will be installed", "Checking deps for perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl-libs', 'EQ', ('4', '5.16.3', '291.el7')) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Socket)', 'GE', ('0', '1.3', None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Scalar::Util)', 'GE', ('0', '1.10', None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl-macros', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl-libs', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(threads::shared)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(threads)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Time::HiRes)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Storable)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Socket)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Pod::Simple::XHTML)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Pod::Simple::Search)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Filter::Util::Call)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(File::Temp)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(File::Spec::Unix)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(File::Spec::Functions)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(File::Path)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libutil.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libperl.so()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libnsl.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libgdbm_compat.so.4()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libgdbm.so.4()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "looking for ('libcrypt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl.x86_64 4:5.16.3-291.el7 - u", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Socket) >= 1.3", "--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Socket)", "TSINFO: Marking perl-Socket-2.010-4.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Scalar::Util) >= 1.10", "--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Scalar::Util)", "TSINFO: Marking perl-Scalar-List-Utils-1.27-248.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl-macros", "--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl-macros", "TSINFO: Marking 4:perl-macros-5.16.3-291.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(threads::shared)", "--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(threads::shared)", "TSINFO: Marking perl-threads-shared-1.43-6.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(threads)", "--> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(threads)", "TSINFO: Marking perl-threads-1.87-4.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(constant)", "--> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(constant)", "TSINFO: Marking perl-constant-1.27-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Time::Local)", "--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Time::Local)", "TSINFO: Marking perl-Time-Local-1.2300-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Time::HiRes)", "--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Time::HiRes)", "TSINFO: Marking 4:perl-Time-HiRes-1.9725-3.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Storable)", "--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Storable)", "TSINFO: Marking perl-Storable-2.45-3.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Socket)", "--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Socket)", "perl-Socket-2.010-4.el7.x86_64 already in ts, skipping this one", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Scalar::Util)", "--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Scalar::Util)", "perl-Scalar-List-Utils-1.27-248.el7.x86_64 already in ts, skipping this one", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Pod::Simple::XHTML)", "--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Pod::Simple::XHTML)", "TSINFO: Marking 1:perl-Pod-Simple-3.28-4.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Pod::Simple::Search)", "--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-291.el7.x86_64", "Quick matched 1:perl-Pod-Simple-3.28-4.el7.noarch to require for perl(Pod::Simple::Search)", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Getopt::Long)", "--> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Getopt::Long)", "TSINFO: Marking perl-Getopt-Long-2.40-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Filter::Util::Call)", "--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Filter::Util::Call)", "TSINFO: Marking perl-Filter-1.49-3.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Temp)", "--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(File::Temp)", "TSINFO: Marking perl-File-Temp-0.23.01-3.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Spec::Unix)", "--> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(File::Spec::Unix)", "TSINFO: Marking perl-PathTools-3.40-5.el7.x86_64 as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Spec::Functions)", "--> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-291.el7.x86_64", "Quick matched perl-PathTools-3.40-5.el7.x86_64 to require for perl(File::Spec::Functions)", "4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Spec)", "--> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-291.el7.x86_64", "Quick matched perl-PathTools-3.40-5.el7.x86_64 to require for perl(File::Spec)", "4:perl-5.16.3-291.el7.x86_64 requires: perl(File::Path)", "--> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(File::Path)", "TSINFO: Marking perl-File-Path-2.09-2.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Exporter)", "--> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Exporter)", "TSINFO: Marking perl-Exporter-5.68-3.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Cwd)", "--> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Cwd)", "perl-PathTools-3.40-5.el7.x86_64 already in ts, skipping this one", "4:perl-5.16.3-291.el7.x86_64 requires: perl(Carp)", "--> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-291.el7.x86_64", "Searching pkgSack for dep: perl(Carp)", "TSINFO: Marking perl-Carp-1.26-244.el7.noarch as install for 4:perl-5.16.3-291.el7.x86_64", "---> Package perl-libs.x86_64 4:5.16.3-291.el7 will be installed", "Checking deps for perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libcrypt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libutil.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libresolv.so.2()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libnsl.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "looking for ('libcrypt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-libs.x86_64 4:5.16.3-291.el7 - u", "---> Package vim-common.x86_64 2:7.4.160-1.el7_3.1 will be installed", "Checking deps for vim-common.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('vim-filesystem', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('libc.so.6(GLIBC_2.3.4)(64bit)', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of vim-common.x86_64 2:7.4.160-1.el7_3.1 - u", "2:vim-common-7.4.160-1.el7_3.1.x86_64 requires: vim-filesystem", "--> Processing Dependency: vim-filesystem for package: 2:vim-common-7.4.160-1.el7_3.1.x86_64", "Searching pkgSack for dep: vim-filesystem", "TSINFO: Marking 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 as install for 2:vim-common-7.4.160-1.el7_3.1.x86_64", "--> Running transaction check", "---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed", "Checking deps for perl-Carp.noarch 0:1.26-244.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Carp.noarch 0:1.26-244.el7 - u", "---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed", "Checking deps for perl-Exporter.noarch 0:5.68-3.el7 - u", "looking for ('perl(Carp)', 'GE', ('0', '1.05', None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Exporter.noarch 0:5.68-3.el7 - u", "---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed", "Checking deps for perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl', 'GE', ('0', '5.005_04', None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-File-Path.noarch 0:2.09-2.el7 - u", "---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed", "Checking deps for perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(File::Spec)', 'GE', ('0', '0.8', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(File::Path)', 'GE', ('0', '2.06', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(Fcntl)', 'GE', ('0', '1.03', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(base)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(POSIX)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(IO::Seekable)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(IO::Handle)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(Errno)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed", "Checking deps for perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.002', None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Filter.x86_64 0:1.49-3.el7 - u", "---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed", "Checking deps for perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(Pod::Usage)', 'GE', ('0', '1.14', None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(Text::ParseWords)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "perl-Getopt-Long-2.40-2.el7.noarch requires: perl(Pod::Usage) >= 1.14", "--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch", "Searching pkgSack for dep: perl(Pod::Usage)", "TSINFO: Marking perl-Pod-Usage-1.63-3.el7.noarch as install for perl-Getopt-Long-2.40-2.el7.noarch", "perl-Getopt-Long-2.40-2.el7.noarch requires: perl(Text::ParseWords)", "--> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch", "Searching pkgSack for dep: perl(Text::ParseWords)", "TSINFO: Marking perl-Text-ParseWords-3.29-4.el7.noarch as install for perl-Getopt-Long-2.40-2.el7.noarch", "---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed", "Checking deps for perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-PathTools.x86_64 0:3.40-5.el7 - u", "---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed", "Checking deps for perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Text::Wrap)', 'GE', ('0', '98.112902', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Pod::Escapes)', 'GE', ('0', '1.04', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(integer)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Symbol)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Pod::Escapes) >= 1.04", "--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch", "Searching pkgSack for dep: perl(Pod::Escapes)", "TSINFO: Marking 1:perl-Pod-Escapes-1.04-291.el7.noarch as install for 1:perl-Pod-Simple-3.28-4.el7.noarch", "1:perl-Pod-Simple-3.28-4.el7.noarch requires: perl(Encode)", "--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch", "Searching pkgSack for dep: perl(Encode)", "TSINFO: Marking perl-Encode-2.51-7.el7.x86_64 as install for 1:perl-Pod-Simple-3.28-4.el7.noarch", "---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed", "Checking deps for perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed", "Checking deps for perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('perl(warnings::register)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Socket.x86_64 0:2.010-4.el7 - u", "---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed", "Checking deps for perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(IO::File)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Storable.x86_64 0:2.45-3.el7 - u", "---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed", "Checking deps for perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed", "Checking deps for perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Time-Local.noarch 0:1.2300-2.el7 - u", "---> Package perl-constant.noarch 0:1.27-2.el7 will be installed", "Checking deps for perl-constant.noarch 0:1.27-2.el7 - u", "looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u", "looking for ('perl(warnings::register)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-constant.noarch 0:1.27-2.el7 - u", "---> Package perl-macros.x86_64 4:5.16.3-291.el7 will be installed", "Checking deps for perl-macros.x86_64 4:5.16.3-291.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-macros.x86_64 4:5.16.3-291.el7 - u", "---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed", "Checking deps for perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-threads.x86_64 0:1.87-4.el7 - u", "---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed", "Checking deps for perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(threads)', 'GE', ('0', '1.73', None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of perl-threads-shared.x86_64 0:1.43-6.el7 - u", "---> Package vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 will be installed", "Checking deps for vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 - u", "--> Running transaction check", "---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed", "Checking deps for perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl', 'GE', ('1', '5.8.0', None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(utf8)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(re)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(constant)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(bytes)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(base)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(XSLoader)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(MIME::Base64)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Encode.x86_64 0:2.51-7.el7 - u", "---> Package perl-Pod-Escapes.noarch 1:1.04-291.el7 will be installed", "Checking deps for perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "looking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed", "Checking deps for perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(Pod::Text)', 'GE', ('0', '3.15', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(File::Spec)', 'GE', ('0', '0.82', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl-Pod-Perldoc', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "perl-Pod-Usage-1.63-3.el7.noarch requires: perl(Pod::Text) >= 3.15", "--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch", "Searching pkgSack for dep: perl(Pod::Text)", "TSINFO: Marking perl-podlators-2.5.1-3.el7.noarch as install for perl-Pod-Usage-1.63-3.el7.noarch", "perl-Pod-Usage-1.63-3.el7.noarch requires: perl-Pod-Perldoc", "--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch", "Searching pkgSack for dep: perl-Pod-Perldoc", "TSINFO: Marking perl-Pod-Perldoc-3.20-4.el7.noarch as install for perl-Pod-Usage-1.63-3.el7.noarch", "---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed", "Checking deps for perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "--> Running transaction check", "---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed", "Checking deps for perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Simple::XMLOutStream)', 'GE', ('0', '3.16', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Simple::RTF)', 'GE', ('0', '3.16', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Man)', 'GE', ('0', '2.18', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(File::Temp)', 'GE', ('0', '0.22', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl', 'GE', ('1', '5', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl', 'GE', ('0', '5.006', None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(parent)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(lib)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Text::ParseWords)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Symbol)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Text::Termcap)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Text::Color)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Text)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Pod::Simple::Checker)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(IPC::Open3)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(IO::Select)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(IO::Handle)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(HTTP::Tiny)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(File::Spec::Functions)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Config)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('groff-base', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "perl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(parent)", "--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch", "Searching pkgSack for dep: perl(parent)", "TSINFO: Marking 1:perl-parent-0.225-244.el7.noarch as install for perl-Pod-Perldoc-3.20-4.el7.noarch", "perl-Pod-Perldoc-3.20-4.el7.noarch requires: perl(HTTP::Tiny)", "--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch", "Searching pkgSack for dep: perl(HTTP::Tiny)", "TSINFO: Marking perl-HTTP-Tiny-0.033-3.el7.noarch as install for perl-Pod-Perldoc-3.20-4.el7.noarch", "---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed", "Checking deps for perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Pod::Simple)', 'GE', ('0', '3.06', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(File::Spec)', 'GE', ('0', '0.8', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.005', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(subs)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Term::Cap)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Term::ANSIColor)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Pod::Usage)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(POSIX)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Encode)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of perl-podlators.noarch 0:2.5.1-3.el7 - u", "--> Running transaction check", "---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed", "Checking deps for perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(bytes)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(IO::Socket)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(Errno)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "---> Package perl-parent.noarch 1:0.225-244.el7 will be installed", "Checking deps for perl-parent.noarch 1:0.225-244.el7 - u", "looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u", "looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u", "looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-parent.noarch 1:0.225-244.el7 - u", "--> Finished Dependency Resolution", "Dependency Process ending", "Depsolve time: 0.557", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Installing:", " bridge-utils x86_64 1.5-9.el7 base 32 k", " vim-enhanced x86_64 2:7.4.160-1.el7_3.1 updates 1.0 M", "Updating:", " curl x86_64 7.29.0-35.el7.centos base 265 k", " iputils x86_64 20160308-8.el7 base 147 k", " rsyslog x86_64 7.4.7-16.el7 base 573 k", "Installing for dependencies:", " gpm-libs x86_64 1.20.7-5.el7 base 32 k", " perl x86_64 4:5.16.3-291.el7 base 8.0 M", " perl-Carp noarch 1.26-244.el7 base 19 k", " perl-Encode x86_64 2.51-7.el7 base 1.5 M", " perl-Exporter noarch 5.68-3.el7 base 28 k", " perl-File-Path noarch 2.09-2.el7 base 26 k", " perl-File-Temp noarch 0.23.01-3.el7 base 56 k", " perl-Filter x86_64 1.49-3.el7 base 76 k", " perl-Getopt-Long noarch 2.40-2.el7 base 56 k", " perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k", " perl-PathTools x86_64 3.40-5.el7 base 82 k", " perl-Pod-Escapes noarch 1:1.04-291.el7 base 51 k", " perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k", " perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k", " perl-Pod-Usage noarch 1.63-3.el7 base 27 k", " perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k", " perl-Socket x86_64 2.010-4.el7 base 49 k", " perl-Storable x86_64 2.45-3.el7 base 77 k", " perl-Text-ParseWords noarch 3.29-4.el7 base 14 k", " perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k", " perl-Time-Local noarch 1.2300-2.el7 base 24 k", " perl-constant noarch 1.27-2.el7 base 19 k", " perl-libs x86_64 4:5.16.3-291.el7 base 688 k", " perl-macros x86_64 4:5.16.3-291.el7 base 43 k", " perl-parent noarch 1:0.225-244.el7 base 12 k", " perl-podlators noarch 2.5.1-3.el7 base 112 k", " perl-threads x86_64 1.87-4.el7 base 49 k", " perl-threads-shared x86_64 1.43-6.el7 base 39 k", " vim-common x86_64 2:7.4.160-1.el7_3.1 updates 5.9 M", " vim-filesystem x86_64 2:7.4.160-1.el7_3.1 updates 9.7 k", "Updating for dependencies:", " libcurl x86_64 7.29.0-35.el7.centos base 218 k", "", "Transaction Summary", "================================================================================", "Install 2 Packages (+30 Dependent packages)", "Upgrade 3 Packages (+ 1 Dependent package)", "", "Total size: 20 M", "Downloading packages:", "using local copy of perl-HTTP-Tiny-0.033-3.el7.noarch", "using local copy of perl-threads-shared-1.43-6.el7.x86_64", "using local copy of 4:perl-Time-HiRes-1.9725-3.el7.x86_64", "using local copy of perl-Exporter-5.68-3.el7.noarch", "using local copy of perl-constant-1.27-2.el7.noarch", "using local copy of perl-PathTools-3.40-5.el7.x86_64", "using local copy of 1:perl-Pod-Escapes-1.04-291.el7.noarch", "using local copy of 1:perl-parent-0.225-244.el7.noarch", "using local copy of rsyslog-7.4.7-16.el7.x86_64", "using local copy of perl-File-Temp-0.23.01-3.el7.noarch", "using local copy of 1:perl-Pod-Simple-3.28-4.el7.noarch", "using local copy of perl-Time-Local-1.2300-2.el7.noarch", "using local copy of gpm-libs-1.20.7-5.el7.x86_64", "using local copy of perl-Pod-Perldoc-3.20-4.el7.noarch", "using local copy of 2:vim-common-7.4.160-1.el7_3.1.x86_64", "using local copy of perl-Socket-2.010-4.el7.x86_64", "using local copy of perl-Encode-2.51-7.el7.x86_64", "using local copy of perl-Carp-1.26-244.el7.noarch", "using local copy of bridge-utils-1.5-9.el7.x86_64", "using local copy of perl-Scalar-List-Utils-1.27-248.el7.x86_64", "using local copy of libcurl-7.29.0-35.el7.centos.x86_64", "using local copy of 4:perl-libs-5.16.3-291.el7.x86_64", "using local copy of 4:perl-macros-5.16.3-291.el7.x86_64", "using local copy of perl-Pod-Usage-1.63-3.el7.noarch", "using local copy of curl-7.29.0-35.el7.centos.x86_64", "using local copy of perl-Storable-2.45-3.el7.x86_64", "using local copy of perl-podlators-2.5.1-3.el7.noarch", "using local copy of perl-Getopt-Long-2.40-2.el7.noarch", "using local copy of perl-File-Path-2.09-2.el7.noarch", "using local copy of 4:perl-5.16.3-291.el7.x86_64", "using local copy of perl-threads-1.87-4.el7.x86_64", "using local copy of perl-Filter-1.49-3.el7.x86_64", "using local copy of perl-Text-ParseWords-3.29-4.el7.noarch", "using local copy of 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64", "using local copy of iputils-20160308-8.el7.x86_64", "using local copy of 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64", "Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7", "Member: perl-HTTP-Tiny.noarch 0:0.033-3.el7 - u", "Adding Package perl-HTTP-Tiny-0.033-3.el7.noarch in mode u", "Member: curl.x86_64 0:7.29.0-25.el7.centos - ud", "Member: perl-threads-shared.x86_64 0:1.43-6.el7 - u", "Adding Package perl-threads-shared-1.43-6.el7.x86_64 in mode u", "Member: perl-Time-HiRes.x86_64 4:1.9725-3.el7 - u", "Adding Package 4:perl-Time-HiRes-1.9725-3.el7.x86_64 in mode u", "Member: perl-Exporter.noarch 0:5.68-3.el7 - u", "Adding Package perl-Exporter-5.68-3.el7.noarch in mode u", "Member: perl-constant.noarch 0:1.27-2.el7 - u", "Adding Package perl-constant-1.27-2.el7.noarch in mode u", "Member: perl-PathTools.x86_64 0:3.40-5.el7 - u", "Adding Package perl-PathTools-3.40-5.el7.x86_64 in mode u", "Member: perl-Pod-Escapes.noarch 1:1.04-291.el7 - u", "Adding Package 1:perl-Pod-Escapes-1.04-291.el7.noarch in mode u", "Member: perl-parent.noarch 1:0.225-244.el7 - u", "Adding Package 1:perl-parent-0.225-244.el7.noarch in mode u", "Member: iputils.x86_64 0:20121221-7.el7 - ud", "Member: rsyslog.x86_64 0:7.4.7-16.el7 - u", "Adding Package rsyslog-7.4.7-16.el7.x86_64 in mode u", "Member: rsyslog.x86_64 0:7.4.7-12.el7 - ud", "Member: perl-File-Temp.noarch 0:0.23.01-3.el7 - u", "Adding Package perl-File-Temp-0.23.01-3.el7.noarch in mode u", "Member: perl-Pod-Simple.noarch 1:3.28-4.el7 - u", "Adding Package 1:perl-Pod-Simple-3.28-4.el7.noarch in mode u", "Member: perl-Time-Local.noarch 0:1.2300-2.el7 - u", "Adding Package perl-Time-Local-1.2300-2.el7.noarch in mode u", "Member: gpm-libs.x86_64 0:1.20.7-5.el7 - u", "Adding Package gpm-libs-1.20.7-5.el7.x86_64 in mode u", "Member: perl-Pod-Perldoc.noarch 0:3.20-4.el7 - u", "Adding Package perl-Pod-Perldoc-3.20-4.el7.noarch in mode u", "Member: vim-common.x86_64 2:7.4.160-1.el7_3.1 - u", "Adding Package 2:vim-common-7.4.160-1.el7_3.1.x86_64 in mode u", "Member: perl-Socket.x86_64 0:2.010-4.el7 - u", "Adding Package perl-Socket-2.010-4.el7.x86_64 in mode u", "Member: perl-Encode.x86_64 0:2.51-7.el7 - u", "Adding Package perl-Encode-2.51-7.el7.x86_64 in mode u", "Member: libcurl.x86_64 0:7.29.0-25.el7.centos - ud", "Member: perl-Carp.noarch 0:1.26-244.el7 - u", "Adding Package perl-Carp-1.26-244.el7.noarch in mode u", "Member: bridge-utils.x86_64 0:1.5-9.el7 - u", "Adding Package bridge-utils-1.5-9.el7.x86_64 in mode u", "Member: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 - u", "Adding Package perl-Scalar-List-Utils-1.27-248.el7.x86_64 in mode u", "Member: libcurl.x86_64 0:7.29.0-35.el7.centos - u", "Adding Package libcurl-7.29.0-35.el7.centos.x86_64 in mode u", "Member: perl-libs.x86_64 4:5.16.3-291.el7 - u", "Adding Package 4:perl-libs-5.16.3-291.el7.x86_64 in mode u", "Member: perl-macros.x86_64 4:5.16.3-291.el7 - u", "Adding Package 4:perl-macros-5.16.3-291.el7.x86_64 in mode u", "Member: perl-Pod-Usage.noarch 0:1.63-3.el7 - u", "Adding Package perl-Pod-Usage-1.63-3.el7.noarch in mode u", "Member: curl.x86_64 0:7.29.0-35.el7.centos - u", "Adding Package curl-7.29.0-35.el7.centos.x86_64 in mode u", "Member: perl-Storable.x86_64 0:2.45-3.el7 - u", "Adding Package perl-Storable-2.45-3.el7.x86_64 in mode u", "Member: perl-podlators.noarch 0:2.5.1-3.el7 - u", "Adding Package perl-podlators-2.5.1-3.el7.noarch in mode u", "Member: perl-Getopt-Long.noarch 0:2.40-2.el7 - u", "Adding Package perl-Getopt-Long-2.40-2.el7.noarch in mode u", "Member: perl-File-Path.noarch 0:2.09-2.el7 - u", "Adding Package perl-File-Path-2.09-2.el7.noarch in mode u", "Member: perl.x86_64 4:5.16.3-291.el7 - u", "Adding Package 4:perl-5.16.3-291.el7.x86_64 in mode u", "Member: perl-threads.x86_64 0:1.87-4.el7 - u", "Adding Package perl-threads-1.87-4.el7.x86_64 in mode u", "Member: perl-Filter.x86_64 0:1.49-3.el7 - u", "Adding Package perl-Filter-1.49-3.el7.x86_64 in mode u", "Member: perl-Text-ParseWords.noarch 0:3.29-4.el7 - u", "Adding Package perl-Text-ParseWords-3.29-4.el7.noarch in mode u", "Member: vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 - u", "Adding Package 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 in mode u", "Member: iputils.x86_64 0:20160308-8.el7 - u", "Adding Package iputils-20160308-8.el7.x86_64 in mode u", "Member: vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 - u", "Adding Package 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 in mode u", "Running transaction check", "Transaction check time: 0.031", "Running transaction test", "Transaction test succeeded", "Transaction test time: 0.039", "Running transaction", " Installing : 1:perl-parent-0.225-244.el7.noarch 1/40 ", " Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/40 ", " Installing : perl-podlators-2.5.1-3.el7.noarch 3/40 ", " Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/40 ", " Installing : 1:perl-Pod-Escapes-1.04-291.el7.noarch 5/40 ", " Installing : perl-Encode-2.51-7.el7.x86_64 6/40 ", " Installing : perl-Text-ParseWords-3.29-4.el7.noarch 7/40 ", " Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/40 ", " Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 9/40 ", " Installing : perl-Exporter-5.68-3.el7.noarch 10/40 ", " Installing : perl-constant-1.27-2.el7.noarch 11/40 ", " Installing : perl-Time-Local-1.2300-2.el7.noarch 12/40 ", " Installing : perl-Socket-2.010-4.el7.x86_64 13/40 ", " Installing : perl-Carp-1.26-244.el7.noarch 14/40 ", " Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 15/40 ", " Installing : perl-PathTools-3.40-5.el7.x86_64 16/40 ", " Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 17/40 ", " Installing : 4:perl-libs-5.16.3-291.el7.x86_64 18/40 ", " Installing : 4:perl-macros-5.16.3-291.el7.x86_64 19/40 ", " Installing : perl-Storable-2.45-3.el7.x86_64 20/40 ", " Installing : perl-File-Temp-0.23.01-3.el7.noarch 21/40 ", " Installing : perl-File-Path-2.09-2.el7.noarch 22/40 ", " Installing : perl-threads-shared-1.43-6.el7.x86_64 23/40 ", " Installing : perl-threads-1.87-4.el7.x86_64 24/40 ", " Installing : perl-Filter-1.49-3.el7.x86_64 25/40 ", " Installing : perl-Getopt-Long-2.40-2.el7.noarch 26/40 ", " Installing : 4:perl-5.16.3-291.el7.x86_64 27/40 ", " Installing : 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 28/40 ", " Installing : 2:vim-common-7.4.160-1.el7_3.1.x86_64 29/40 ", " Updating : libcurl-7.29.0-35.el7.centos.x86_64 30/40 ", " Installing : gpm-libs-1.20.7-5.el7.x86_64 31/40 ", " Installing : 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 32/40 ", " Updating : curl-7.29.0-35.el7.centos.x86_64 33/40 ", " Updating : iputils-20160308-8.el7.x86_64 34/40 ", " Installing : bridge-utils-1.5-9.el7.x86_64 35/40 ", " Updating : rsyslog-7.4.7-16.el7.x86_64 36/40 ", " Cleanup : curl-7.29.0-25.el7.centos.x86_64 37/40 ", " Cleanup : libcurl-7.29.0-25.el7.centos.x86_64 38/40 ", " Cleanup : iputils-20121221-7.el7.x86_64 39/40 ", " Cleanup : rsyslog-7.4.7-12.el7.x86_64 40/40 ", " Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/40 ", " Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/40 ", " Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 3/40 ", " Verifying : perl-Exporter-5.68-3.el7.noarch 4/40 ", " Verifying : perl-constant-1.27-2.el7.noarch 5/40 ", " Verifying : perl-PathTools-3.40-5.el7.x86_64 6/40 ", " Verifying : 1:perl-Pod-Escapes-1.04-291.el7.noarch 7/40 ", " Verifying : 1:perl-parent-0.225-244.el7.noarch 8/40 ", " Verifying : rsyslog-7.4.7-16.el7.x86_64 9/40 ", " Verifying : perl-File-Temp-0.23.01-3.el7.noarch 10/40 ", " Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 11/40 ", " Verifying : perl-Time-Local-1.2300-2.el7.noarch 12/40 ", " Verifying : gpm-libs-1.20.7-5.el7.x86_64 13/40 ", " Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 14/40 ", " Verifying : 2:vim-common-7.4.160-1.el7_3.1.x86_64 15/40 ", " Verifying : perl-Socket-2.010-4.el7.x86_64 16/40 ", " Verifying : perl-Encode-2.51-7.el7.x86_64 17/40 ", " Verifying : perl-Carp-1.26-244.el7.noarch 18/40 ", " Verifying : bridge-utils-1.5-9.el7.x86_64 19/40 ", " Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 20/40 ", " Verifying : libcurl-7.29.0-35.el7.centos.x86_64 21/40 ", " Verifying : 4:perl-libs-5.16.3-291.el7.x86_64 22/40 ", " Verifying : 4:perl-macros-5.16.3-291.el7.x86_64 23/40 ", " Verifying : perl-Pod-Usage-1.63-3.el7.noarch 24/40 ", " Verifying : curl-7.29.0-35.el7.centos.x86_64 25/40 ", " Verifying : perl-Storable-2.45-3.el7.x86_64 26/40 ", " Verifying : perl-podlators-2.5.1-3.el7.noarch 27/40 ", " Verifying : perl-Getopt-Long-2.40-2.el7.noarch 28/40 ", " Verifying : perl-File-Path-2.09-2.el7.noarch 29/40 ", " Verifying : 4:perl-5.16.3-291.el7.x86_64 30/40 ", " Verifying : perl-threads-1.87-4.el7.x86_64 31/40 ", " Verifying : perl-Filter-1.49-3.el7.x86_64 32/40 ", " Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 33/40 ", " Verifying : 2:vim-enhanced-7.4.160-1.el7_3.1.x86_64 34/40 ", " Verifying : iputils-20160308-8.el7.x86_64 35/40 ", " Verifying : 2:vim-filesystem-7.4.160-1.el7_3.1.x86_64 36/40 ", " Verifying : curl-7.29.0-25.el7.centos.x86_64 37/40 ", " Verifying : iputils-20121221-7.el7.x86_64 38/40 ", " Verifying : rsyslog-7.4.7-12.el7.x86_64 39/40 ", " Verifying : libcurl-7.29.0-25.el7.centos.x86_64 40/40 ", "VerifyTransaction time: 0.168", "Transaction time: 2.489", "", "Installed:", " bridge-utils.x86_64 0:1.5-9.el7 vim-enhanced.x86_64 2:7.4.160-1.el7_3.1 ", "", "Dependency Installed:", " gpm-libs.x86_64 0:1.20.7-5.el7 ", " perl.x86_64 4:5.16.3-291.el7 ", " perl-Carp.noarch 0:1.26-244.el7 ", " perl-Encode.x86_64 0:2.51-7.el7 ", " perl-Exporter.noarch 0:5.68-3.el7 ", " perl-File-Path.noarch 0:2.09-2.el7 ", " perl-File-Temp.noarch 0:0.23.01-3.el7 ", " perl-Filter.x86_64 0:1.49-3.el7 ", " perl-Getopt-Long.noarch 0:2.40-2.el7 ", " perl-HTTP-Tiny.noarch 0:0.033-3.el7 ", " perl-PathTools.x86_64 0:3.40-5.el7 ", " perl-Pod-Escapes.noarch 1:1.04-291.el7 ", " perl-Pod-Perldoc.noarch 0:3.20-4.el7 ", " perl-Pod-Simple.noarch 1:3.28-4.el7 ", " perl-Pod-Usage.noarch 0:1.63-3.el7 ", " perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 ", " perl-Socket.x86_64 0:2.010-4.el7 ", " perl-Storable.x86_64 0:2.45-3.el7 ", " perl-Text-ParseWords.noarch 0:3.29-4.el7 ", " perl-Time-HiRes.x86_64 4:1.9725-3.el7 ", " perl-Time-Local.noarch 0:1.2300-2.el7 ", " perl-constant.noarch 0:1.27-2.el7 ", " perl-libs.x86_64 4:5.16.3-291.el7 ", " perl-macros.x86_64 4:5.16.3-291.el7 ", " perl-parent.noarch 1:0.225-244.el7 ", " perl-podlators.noarch 0:2.5.1-3.el7 ", " perl-threads.x86_64 0:1.87-4.el7 ", " perl-threads-shared.x86_64 0:1.43-6.el7 ", " vim-common.x86_64 2:7.4.160-1.el7_3.1 ", " vim-filesystem.x86_64 2:7.4.160-1.el7_3.1 ", "", "Updated:", " curl.x86_64 0:7.29.0-35.el7.centos iputils.x86_64 0:20160308-8.el7 ", " rsyslog.x86_64 0:7.4.7-16.el7 ", "", "Dependency Updated:", " libcurl.x86_64 0:7.29.0-35.el7.centos ", "", "Complete!", "Running install-packages install. Package list: iscsi-initiator-utils", "Loading \"fastestmirror\" plugin", "Config time: 0.007", "Yum version: 3.4.3", "rpmdb time: 0.000", "Setting up Package Sacks", "Loading mirror speeds from cached hostfile", " * base: mirror.supremebytes.com", " * extras: mirror.tocici.com", " * updates: mirror.pac-12.org", "pkgsack time: 0.229", "Obs Init time: 0.092", "Resolving Dependencies", "--> Running transaction check", "---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 will be installed", "Checking deps for iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('python(abi)', 'EQ', ('0', '2.7', None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('iscsi-initiator-utils-iscsiuio', 'GE', ('0', '6.2.0.873', '35.el7')) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('systemd', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('systemd', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libmount.so.1(MOUNT_2.22)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libmount.so.1(MOUNT_2.19)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libkmod.so.2(LIBKMOD_5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('/bin/bash', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libpython2.7.so.1.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libmount.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libkmod.so.2()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 requires: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-35.el7", "--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.873-35.el7 for package: iscsi-initiator-utils-6.2.0.873-35.el7.x86_64", "Searching pkgSack for dep: iscsi-initiator-utils-iscsiuio", "Building updates object", "up:simple updates time: 0.008", "up:obs time: 0.002", "up:condense time: 0.000", "updates time: 0.094", "TSINFO: Marking iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 as install for iscsi-initiator-utils-6.2.0.873-35.el7.x86_64", "--> Running transaction check", "---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 will be installed", "Checking deps for iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('iscsi-initiator-utils', 'EQ', ('0', '6.2.0.873', '35.el7')) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libgcc_s.so.1(GCC_3.3.1)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libgcc_s.so.1(GCC_3.0)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('/bin/sh', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libgcc_s.so.1()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "--> Finished Dependency Resolution", "Dependency Process ending", "Depsolve time: 0.352", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version Repository", " Size", "================================================================================", "Installing:", " iscsi-initiator-utils x86_64 6.2.0.873-35.el7 base 417 k", "Installing for dependencies:", " iscsi-initiator-utils-iscsiuio x86_64 6.2.0.873-35.el7 base 85 k", "", "Transaction Summary", "================================================================================", "Install 1 Package (+1 Dependent package)", "", "Total size: 502 k", "Installed size: 2.5 M", "Downloading packages:", "using local copy of iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64", "using local copy of iscsi-initiator-utils-6.2.0.873-35.el7.x86_64", "Member: iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 - u", "Adding Package iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 in mode u", "Member: iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 - u", "Adding Package iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 in mode u", "Running transaction check", "Transaction check time: 0.015", "Running transaction test", "Transaction test succeeded", "Transaction test time: 0.017", "Running transaction", " Installing : iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 1/2 ", " Installing : iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 2/2 ", " Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-35.el7.x86_64 1/2 ", " Verifying : iscsi-initiator-utils-6.2.0.873-35.el7.x86_64 2/2 ", "VerifyTransaction time: 0.068", "Transaction time: 0.287", "", "Installed:", " iscsi-initiator-utils.x86_64 0:6.2.0.873-35.el7 ", "", "Dependency Installed:", " iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-35.el7 ", "", "Complete!", "Loaded plugins: fastestmirror", "Loading mirror speeds from cached hostfile", " * base: mirror.supremebytes.com", " * extras: mirror.tocici.com", " * updates: mirror.pac-12.org", "Resolving Dependencies", "--> Running transaction check", "---> Package audit.x86_64 0:2.4.1-5.el7 will be updated", "---> Package audit.x86_64 0:2.6.5-3.el7 will be an update", "---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be updated", "---> Package audit-libs.x86_64 0:2.6.5-3.el7 will be an update", "---> Package audit-libs-python.x86_64 0:2.4.1-5.el7 will be updated", "---> Package audit-libs-python.x86_64 0:2.6.5-3.el7 will be an update", "---> Package authconfig.x86_64 0:6.2.8-10.el7 will be updated", "---> Package authconfig.x86_64 0:6.2.8-14.el7 will be an update", "---> Package bash.x86_64 0:4.2.46-20.el7_2 will be updated", "---> Package bash.x86_64 0:4.2.46-21.el7_3 will be an update", "---> Package bind-libs-lite.x86_64 32:9.9.4-29.el7_2.3 will be updated", "---> Package bind-libs-lite.x86_64 32:9.9.4-38.el7_3.1 will be an update", "--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-libs-lite-9.9.4-38.el7_3.1.x86_64", "---> Package bind-license.noarch 32:9.9.4-29.el7_2.3 will be updated", "---> Package bind-license.noarch 32:9.9.4-38.el7_3.1 will be an update", "---> Package binutils.x86_64 0:2.23.52.0.1-55.el7 will be updated", "---> Package binutils.x86_64 0:2.25.1-22.base.el7 will be an update", "---> Package btrfs-progs.x86_64 0:3.19.1-1.el7 will be updated", "---> Package btrfs-progs.x86_64 0:4.4.1-1.el7 will be an update", "---> Package ca-certificates.noarch 0:2015.2.6-70.1.el7_2 will be updated", "---> Package ca-certificates.noarch 0:2015.2.6-73.el7 will be an update", "---> Package centos-release.x86_64 0:7-2.1511.el7.centos.2.10 will be updated", "---> Package centos-release.x86_64 0:7-3.1611.el7.centos will be an update", "---> Package checkpolicy.x86_64 0:2.1.12-6.el7 will be updated", "---> Package checkpolicy.x86_64 0:2.5-4.el7 will be an update", "---> Package chkconfig.x86_64 0:1.3.61-5.el7_2.1 will be updated", "---> Package chkconfig.x86_64 0:1.7.2-1.el7 will be an update", "---> Package chrony.x86_64 0:2.1.1-1.el7.centos will be updated", "---> Package chrony.x86_64 0:2.1.1-4.el7.centos will be an update", "---> Package coreutils.x86_64 0:8.22-15.el7_2.1 will be updated", "---> Package coreutils.x86_64 0:8.22-18.el7 will be an update", "---> Package cryptsetup-libs.x86_64 0:1.6.7-1.el7 will be updated", "---> Package cryptsetup-libs.x86_64 0:1.7.2-1.el7 will be an update", "---> Package dbus.x86_64 1:1.6.12-14.el7_2 will be updated", "---> Package dbus.x86_64 1:1.6.12-17.el7 will be an update", "---> Package dbus-libs.x86_64 1:1.6.12-14.el7_2 will be updated", "---> Package dbus-libs.x86_64 1:1.6.12-17.el7 will be an update", "---> Package device-mapper.x86_64 7:1.02.107-5.el7_2.5 will be updated", "---> Package device-mapper.x86_64 7:1.02.135-1.el7_3.2 will be an update", "---> Package device-mapper-libs.x86_64 7:1.02.107-5.el7_2.5 will be updated", "---> Package device-mapper-libs.x86_64 7:1.02.135-1.el7_3.2 will be an update", "---> Package dhclient.x86_64 12:4.2.5-42.el7.centos will be updated", "---> Package dhclient.x86_64 12:4.2.5-47.el7.centos will be an update", "---> Package dhcp-common.x86_64 12:4.2.5-42.el7.centos will be updated", "---> Package dhcp-common.x86_64 12:4.2.5-47.el7.centos will be an update", "---> Package dhcp-libs.x86_64 12:4.2.5-42.el7.centos will be updated", "---> Package dhcp-libs.x86_64 12:4.2.5-47.el7.centos will be an update", "---> Package dmidecode.x86_64 1:2.12-9.el7 will be updated", "---> Package dmidecode.x86_64 1:3.0-2.el7 will be an update", "---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be updated", "---> Package dnsmasq.x86_64 0:2.66-21.el7 will be an update", "---> Package dracut.x86_64 0:033-360.el7_2.1 will be updated", "---> Package dracut.x86_64 0:033-463.el7 will be an update", "---> Package dracut-config-generic.x86_64 0:033-360.el7_2.1 will be updated", "---> Package dracut-config-generic.x86_64 0:033-463.el7 will be an update", "---> Package dracut-config-rescue.x86_64 0:033-360.el7_2.1 will be updated", "---> Package dracut-config-rescue.x86_64 0:033-463.el7 will be an update", "---> Package dracut-network.x86_64 0:033-360.el7_2.1 will be updated", "---> Package dracut-network.x86_64 0:033-463.el7 will be an update", "---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be updated", "---> Package e2fsprogs.x86_64 0:1.42.9-9.el7 will be an update", "---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be updated", "---> Package e2fsprogs-libs.x86_64 0:1.42.9-9.el7 will be an update", "---> Package elfutils-libelf.x86_64 0:0.163-3.el7 will be updated", "---> Package elfutils-libelf.x86_64 0:0.166-2.el7 will be an update", "---> Package elfutils-libs.x86_64 0:0.163-3.el7 will be updated", "---> Package elfutils-libs.x86_64 0:0.166-2.el7 will be an update", "---> Package ethtool.x86_64 2:3.15-2.el7 will be updated", "---> Package ethtool.x86_64 2:4.5-3.el7 will be an update", "---> Package expat.x86_64 0:2.1.0-8.el7 will be updated", "---> Package expat.x86_64 0:2.1.0-10.el7_3 will be an update", "---> Package file.x86_64 0:5.11-31.el7 will be updated", "---> Package file.x86_64 0:5.11-33.el7 will be an update", "---> Package file-libs.x86_64 0:5.11-31.el7 will be updated", "---> Package file-libs.x86_64 0:5.11-33.el7 will be an update", "---> Package filesystem.x86_64 0:3.2-20.el7 will be updated", "---> Package filesystem.x86_64 0:3.2-21.el7 will be an update", "---> Package freetype.x86_64 0:2.4.11-11.el7 will be updated", "---> Package freetype.x86_64 0:2.4.11-12.el7 will be an update", "---> Package glib2.x86_64 0:2.42.2-5.el7 will be updated", "---> Package glib2.x86_64 0:2.46.2-4.el7 will be an update", "---> Package glibc.x86_64 0:2.17-106.el7_2.8 will be updated", "---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be an update", "---> Package glibc-common.x86_64 0:2.17-106.el7_2.8 will be updated", "---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be an update", "---> Package gnupg2.x86_64 0:2.0.22-3.el7 will be updated", "---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be an update", "---> Package gnutls.x86_64 0:3.3.8-14.el7_2 will be updated", "---> Package gnutls.x86_64 0:3.3.24-1.el7 will be an update", "---> Package grub2.x86_64 1:2.02-0.34.el7.centos will be updated", "---> Package grub2.x86_64 1:2.02-0.44.el7.centos will be an update", "---> Package grub2-tools.x86_64 1:2.02-0.34.el7.centos will be updated", "---> Package grub2-tools.x86_64 1:2.02-0.44.el7.centos will be an update", "---> Package grubby.x86_64 0:8.28-17.el7 will be updated", "---> Package grubby.x86_64 0:8.28-18.el7 will be an update", "---> Package gssproxy.x86_64 0:0.4.1-8.el7_2 will be updated", "---> Package gssproxy.x86_64 0:0.4.1-13.el7 will be an update", "---> Package initscripts.x86_64 0:9.49.30-1.el7_2.3 will be updated", "---> Package initscripts.x86_64 0:9.49.37-1.el7 will be an update", "---> Package iproute.x86_64 0:3.10.0-54.el7_2.1 will be updated", "---> Package iproute.x86_64 0:3.10.0-74.el7 will be an update", "---> Package iptables.x86_64 0:1.4.21-16.el7 will be updated", "---> Package iptables.x86_64 0:1.4.21-17.el7 will be an update", "---> Package irqbalance.x86_64 3:1.0.7-5.el7 will be updated", "---> Package irqbalance.x86_64 3:1.0.7-6.el7 will be an update", "---> Package iwl7265-firmware.noarch 0:22.0.7.0-43.el7 will be updated", "---> Package iwl7265-firmware.noarch 0:22.0.7.0-49.el7 will be an update", "---> Package kbd.x86_64 0:1.15.5-11.el7 will be updated", "---> Package kbd.x86_64 0:1.15.5-12.el7 will be an update", "---> Package kbd-legacy.noarch 0:1.15.5-11.el7 will be updated", "---> Package kbd-legacy.noarch 0:1.15.5-12.el7 will be an update", "---> Package kbd-misc.noarch 0:1.15.5-11.el7 will be updated", "---> Package kbd-misc.noarch 0:1.15.5-12.el7 will be an update", "---> Package kernel.x86_64 0:3.10.0-514.6.1.el7 will be installed", "--> Processing Dependency: linux-firmware >= 20160830-49 for package: kernel-3.10.0-514.6.1.el7.x86_64", "---> Package kernel-tools.x86_64 0:3.10.0-327.28.3.el7 will be updated", "---> Package kernel-tools.x86_64 0:3.10.0-514.6.1.el7 will be an update", "---> Package kernel-tools-libs.x86_64 0:3.10.0-327.28.3.el7 will be updated", "---> Package kernel-tools-libs.x86_64 0:3.10.0-514.6.1.el7 will be an update", "---> Package kexec-tools.x86_64 0:2.0.7-38.el7_2.1 will be updated", "---> Package kexec-tools.x86_64 0:2.0.7-50.el7 will be an update", "---> Package kmod.x86_64 0:20-5.el7 will be updated", "---> Package kmod.x86_64 0:20-9.el7 will be an update", "---> Package kmod-libs.x86_64 0:20-5.el7 will be updated", "---> Package kmod-libs.x86_64 0:20-9.el7 will be an update", "---> Package kpartx.x86_64 0:0.4.9-85.el7_2.5 will be updated", "---> Package kpartx.x86_64 0:0.4.9-99.el7_3.1 will be an update", "---> Package krb5-libs.x86_64 0:1.13.2-12.el7_2 will be updated", "---> Package krb5-libs.x86_64 0:1.14.1-27.el7_3 will be an update", "---> Package libbasicobjects.x86_64 0:0.1.1-25.el7 will be updated", "---> Package libbasicobjects.x86_64 0:0.1.1-27.el7 will be an update", "---> Package libblkid.x86_64 0:2.23.2-26.el7_2.3 will be updated", "---> Package libblkid.x86_64 0:2.23.2-33.el7 will be an update", "---> Package libcgroup.x86_64 0:0.41-8.el7 will be updated", "---> Package libcgroup.x86_64 0:0.41-11.el7 will be an update", "---> Package libcollection.x86_64 0:0.6.2-25.el7 will be updated", "---> Package libcollection.x86_64 0:0.6.2-27.el7 will be an update", "---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be updated", "---> Package libcom_err.x86_64 0:1.42.9-9.el7 will be an update", "---> Package libffi.x86_64 0:3.0.13-16.el7 will be updated", "---> Package libffi.x86_64 0:3.0.13-18.el7 will be an update", "---> Package libgcc.x86_64 0:4.8.5-4.el7 will be updated", "---> Package libgcc.x86_64 0:4.8.5-11.el7 will be an update", "---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be updated", "---> Package libgcrypt.x86_64 0:1.5.3-13.el7_3.1 will be an update", "---> Package libgomp.x86_64 0:4.8.5-4.el7 will be updated", "---> Package libgomp.x86_64 0:4.8.5-11.el7 will be an update", "---> Package libgudev1.x86_64 0:219-19.el7_2.12 will be updated", "---> Package libgudev1.x86_64 0:219-30.el7_3.6 will be an update", "---> Package libini_config.x86_64 0:1.2.0-25.el7 will be updated", "---> Package libini_config.x86_64 0:1.3.0-27.el7 will be an update", "---> Package libmount.x86_64 0:2.23.2-26.el7_2.3 will be updated", "---> Package libmount.x86_64 0:2.23.2-33.el7 will be an update", "---> Package libndp.x86_64 0:1.2-6.el7_2 will be updated", "---> Package libndp.x86_64 0:1.2-7.el7 will be an update", "---> Package libnfsidmap.x86_64 0:0.25-12.el7 will be updated", "---> Package libnfsidmap.x86_64 0:0.25-15.el7 will be an update", "---> Package libnl3.x86_64 0:3.2.21-10.el7 will be updated", "---> Package libnl3.x86_64 0:3.2.28-3.el7_3 will be an update", "---> Package libnl3-cli.x86_64 0:3.2.21-10.el7 will be updated", "---> Package libnl3-cli.x86_64 0:3.2.28-3.el7_3 will be an update", "---> Package libpath_utils.x86_64 0:0.2.1-25.el7 will be updated", "---> Package libpath_utils.x86_64 0:0.2.1-27.el7 will be an update", "---> Package libproxy.x86_64 0:0.4.11-8.el7 will be updated", "---> Package libproxy.x86_64 0:0.4.11-10.el7 will be an update", "---> Package libref_array.x86_64 0:0.1.5-25.el7 will be updated", "---> Package libref_array.x86_64 0:0.1.5-27.el7 will be an update", "---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated", "---> Package libselinux.x86_64 0:2.5-6.el7 will be an update", "---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated", "---> Package libselinux-python.x86_64 0:2.5-6.el7 will be an update", "---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated", "---> Package libselinux-utils.x86_64 0:2.5-6.el7 will be an update", "---> Package libsemanage.x86_64 0:2.1.10-18.el7 will be updated", "---> Package libsemanage.x86_64 0:2.5-5.1.el7_3 will be an update", "---> Package libsemanage-python.x86_64 0:2.1.10-18.el7 will be updated", "---> Package libsemanage-python.x86_64 0:2.5-5.1.el7_3 will be an update", "---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated", "---> Package libsepol.x86_64 0:2.5-6.el7 will be an update", "---> Package libsoup.x86_64 0:2.48.1-3.el7 will be updated", "---> Package libsoup.x86_64 0:2.48.1-6.el7 will be an update", "---> Package libss.x86_64 0:1.42.9-7.el7 will be updated", "---> Package libss.x86_64 0:1.42.9-9.el7 will be an update", "---> Package libstdc++.x86_64 0:4.8.5-4.el7 will be updated", "---> Package libstdc++.x86_64 0:4.8.5-11.el7 will be an update", "---> Package libtalloc.x86_64 0:2.1.5-1.el7_2 will be updated", "---> Package libtalloc.x86_64 0:2.1.6-1.el7 will be an update", "---> Package libtasn1.x86_64 0:3.8-2.el7 will be updated", "---> Package libtasn1.x86_64 0:3.8-3.el7 will be an update", "---> Package libteam.x86_64 0:1.17-6.el7_2 will be updated", "---> Package libteam.x86_64 0:1.25-4.el7 will be an update", "---> Package libtevent.x86_64 0:0.9.26-1.el7_2.1 will be updated", "---> Package libtevent.x86_64 0:0.9.28-1.el7 will be an update", "---> Package libtirpc.x86_64 0:0.2.4-0.6.el7 will be updated", "---> Package libtirpc.x86_64 0:0.2.4-0.8.el7 will be an update", "---> Package libuuid.x86_64 0:2.23.2-26.el7_2.3 will be updated", "---> Package libuuid.x86_64 0:2.23.2-33.el7 will be an update", "---> Package logrotate.x86_64 0:3.8.6-7.el7_2 will be updated", "---> Package logrotate.x86_64 0:3.8.6-12.el7 will be an update", "---> Package lua.x86_64 0:5.1.4-14.el7 will be updated", "---> Package lua.x86_64 0:5.1.4-15.el7 will be an update", "---> Package make.x86_64 1:3.82-21.el7 will be updated", "---> Package make.x86_64 1:3.82-23.el7 will be an update", "---> Package mariadb-libs.x86_64 1:5.5.50-1.el7_2 will be updated", "---> Package mariadb-libs.x86_64 1:5.5.52-1.el7 will be an update", "---> Package microcode_ctl.x86_64 2:2.1-12.el7_2.1 will be updated", "---> Package microcode_ctl.x86_64 2:2.1-16.1.el7_3 will be an update", "---> Package mozjs17.x86_64 0:17.0.0-12.el7 will be updated", "---> Package mozjs17.x86_64 0:17.0.0-19.el7 will be an update", "---> Package nettle.x86_64 0:2.7.1-4.el7 will be updated", "---> Package nettle.x86_64 0:2.7.1-8.el7 will be an update", "---> Package nfs-utils.x86_64 1:1.3.0-0.21.el7_2.1 will be updated", "---> Package nfs-utils.x86_64 1:1.3.0-0.33.el7 will be an update", "---> Package nss.x86_64 0:3.21.0-9.el7_2 will be updated", "---> Package nss.x86_64 0:3.21.3-2.el7_3 will be an update", "---> Package nss-softokn.x86_64 0:3.16.2.3-14.2.el7_2 will be updated", "---> Package nss-softokn.x86_64 0:3.16.2.3-14.4.el7 will be an update", "---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.2.el7_2 will be updated", "---> Package nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7 will be an update", "---> Package nss-sysinit.x86_64 0:3.21.0-9.el7_2 will be updated", "---> Package nss-sysinit.x86_64 0:3.21.3-2.el7_3 will be an update", "---> Package nss-tools.x86_64 0:3.21.0-9.el7_2 will be updated", "---> Package nss-tools.x86_64 0:3.21.3-2.el7_3 will be an update", "---> Package nss-util.x86_64 0:3.21.0-2.2.el7_2 will be updated", "---> Package nss-util.x86_64 0:3.21.3-1.1.el7_3 will be an update", "---> Package openldap.x86_64 0:2.4.40-9.el7_2 will be updated", "---> Package openldap.x86_64 0:2.4.40-13.el7 will be an update", "---> Package openssh.x86_64 0:6.6.1p1-25.el7_2 will be updated", "---> Package openssh.x86_64 0:6.6.1p1-33.el7_3 will be an update", "---> Package openssh-clients.x86_64 0:6.6.1p1-25.el7_2 will be updated", "---> Package openssh-clients.x86_64 0:6.6.1p1-33.el7_3 will be an update", "---> Package openssh-server.x86_64 0:6.6.1p1-25.el7_2 will be updated", "---> Package openssh-server.x86_64 0:6.6.1p1-33.el7_3 will be an update", "---> Package openssl.x86_64 1:1.0.1e-51.el7_2.5 will be updated", "---> Package openssl.x86_64 1:1.0.1e-60.el7 will be an update", "---> Package openssl-libs.x86_64 1:1.0.1e-51.el7_2.5 will be updated", "---> Package openssl-libs.x86_64 1:1.0.1e-60.el7 will be an update", "---> Package os-prober.x86_64 0:1.58-5.el7 will be updated", "---> Package os-prober.x86_64 0:1.58-9.el7 will be an update", "---> Package pam.x86_64 0:1.1.8-12.el7_1.1 will be updated", "---> Package pam.x86_64 0:1.1.8-18.el7 will be an update", "---> Package parted.x86_64 0:3.1-23.el7 will be updated", "---> Package parted.x86_64 0:3.1-28.el7 will be an update", "---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be updated", "---> Package pciutils-libs.x86_64 0:3.5.1-1.el7 will be an update", "---> Package pinentry.x86_64 0:0.8.1-14.el7 will be updated", "---> Package pinentry.x86_64 0:0.8.1-17.el7 will be an update", "---> Package policycoreutils.x86_64 0:2.2.5-20.el7 will be updated", "---> Package policycoreutils.x86_64 0:2.5-11.el7_3 will be an update", "---> Package policycoreutils-python.x86_64 0:2.2.5-20.el7 will be updated", "---> Package policycoreutils-python.x86_64 0:2.5-11.el7_3 will be an update", "---> Package polkit.x86_64 0:0.112-7.el7_2 will be updated", "---> Package polkit.x86_64 0:0.112-9.el7 will be an update", "---> Package procps-ng.x86_64 0:3.3.10-5.el7_2 will be updated", "---> Package procps-ng.x86_64 0:3.3.10-10.el7 will be an update", "---> Package python.x86_64 0:2.7.5-38.el7_2 will be updated", "---> Package python.x86_64 0:2.7.5-48.el7 will be an update", "---> Package python-libs.x86_64 0:2.7.5-38.el7_2 will be updated", "---> Package python-libs.x86_64 0:2.7.5-48.el7 will be an update", "---> Package python-perf.x86_64 0:3.10.0-327.28.3.el7 will be updated", "---> Package python-perf.x86_64 0:3.10.0-514.6.1.el7 will be an update", "---> Package python-pycurl.x86_64 0:7.19.0-17.el7 will be updated", "---> Package python-pycurl.x86_64 0:7.19.0-19.el7 will be an update", "---> Package python-urlgrabber.noarch 0:3.10-7.el7 will be updated", "---> Package python-urlgrabber.noarch 0:3.10-8.el7 will be an update", "---> Package quota.x86_64 1:4.01-11.el7_2.1 will be updated", "---> Package quota.x86_64 1:4.01-14.el7 will be an update", "---> Package quota-nls.noarch 1:4.01-11.el7_2.1 will be updated", "---> Package quota-nls.noarch 1:4.01-14.el7 will be an update", "---> Package rdma.noarch 0:7.2_4.1_rc6-2.el7 will be updated", "---> Package rdma.noarch 0:7.3_4.7_rc2-5.el7 will be an update", "--> Processing Dependency: pciutils for package: rdma-7.3_4.7_rc2-5.el7.noarch", "---> Package rpcbind.x86_64 0:0.2.0-33.el7_2.1 will be updated", "---> Package rpcbind.x86_64 0:0.2.0-38.el7 will be an update", "---> Package rpm.x86_64 0:4.11.3-17.el7 will be updated", "---> Package rpm.x86_64 0:4.11.3-21.el7 will be an update", "---> Package rpm-build-libs.x86_64 0:4.11.3-17.el7 will be updated", "---> Package rpm-build-libs.x86_64 0:4.11.3-21.el7 will be an update", "---> Package rpm-libs.x86_64 0:4.11.3-17.el7 will be updated", "---> Package rpm-libs.x86_64 0:4.11.3-21.el7 will be an update", "---> Package rpm-python.x86_64 0:4.11.3-17.el7 will be updated", "---> Package rpm-python.x86_64 0:4.11.3-21.el7 will be an update", "---> Package selinux-policy.noarch 0:3.13.1-60.el7_2.7 will be updated", "---> Package selinux-policy.noarch 0:3.13.1-102.el7_3.13 will be an update", "---> Package selinux-policy-targeted.noarch 0:3.13.1-60.el7_2.7 will be updated", "---> Package selinux-policy-targeted.noarch 0:3.13.1-102.el7_3.13 will be an update", "---> Package setools-libs.x86_64 0:3.3.7-46.el7 will be updated", "---> Package setools-libs.x86_64 0:3.3.8-1.1.el7 will be an update", "---> Package setup.noarch 0:2.8.71-6.el7 will be updated", "---> Package setup.noarch 0:2.8.71-7.el7 will be an update", "---> Package shadow-utils.x86_64 2:4.1.5.1-18.el7 will be updated", "---> Package shadow-utils.x86_64 2:4.1.5.1-24.el7 will be an update", "---> Package sudo.x86_64 0:1.8.6p7-17.el7_2 will be updated", "---> Package sudo.x86_64 0:1.8.6p7-21.el7_3 will be an update", "---> Package systemd.x86_64 0:219-19.el7_2.12 will be updated", "---> Package systemd.x86_64 0:219-30.el7_3.6 will be an update", "---> Package systemd-libs.x86_64 0:219-19.el7_2.12 will be updated", "---> Package systemd-libs.x86_64 0:219-30.el7_3.6 will be an update", "---> Package systemd-sysv.x86_64 0:219-19.el7_2.12 will be updated", "---> Package systemd-sysv.x86_64 0:219-30.el7_3.6 will be an update", "---> Package tar.x86_64 2:1.26-29.el7 will be updated", "---> Package tar.x86_64 2:1.26-31.el7 will be an update", "---> Package teamd.x86_64 0:1.17-6.el7_2 will be updated", "---> Package teamd.x86_64 0:1.25-4.el7 will be an update", "---> Package tuned.noarch 0:2.5.1-4.el7_2.3 will be updated", "---> Package tuned.noarch 0:2.7.1-3.el7_3.1 will be an update", "---> Package tzdata.noarch 0:2016f-1.el7 will be updated", "---> Package tzdata.noarch 0:2016j-1.el7 will be an update", "---> Package util-linux.x86_64 0:2.23.2-26.el7_2.3 will be updated", "---> Package util-linux.x86_64 0:2.23.2-33.el7 will be an update", "---> Package vim-minimal.x86_64 2:7.4.160-1.el7 will be updated", "---> Package vim-minimal.x86_64 2:7.4.160-1.el7_3.1 will be an update", "---> Package virt-what.x86_64 0:1.13-6.el7 will be updated", "---> Package virt-what.x86_64 0:1.13-8.el7 will be an update", "---> Package wpa_supplicant.x86_64 1:2.0-17.el7_1 will be updated", "---> Package wpa_supplicant.x86_64 1:2.0-20.el7 will be an update", "---> Package xfsprogs.x86_64 0:3.2.2-2.el7 will be updated", "---> Package xfsprogs.x86_64 0:4.5.0-9.el7_3 will be an update", "---> Package xz.x86_64 0:5.1.2-12alpha.el7 will be updated", "---> Package xz.x86_64 0:5.2.2-1.el7 will be an update", "---> Package xz-libs.x86_64 0:5.1.2-12alpha.el7 will be updated", "---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be an update", "---> Package yum.noarch 0:3.4.3-132.el7.centos.0.1 will be updated", "---> Package yum.noarch 0:3.4.3-150.el7.centos will be an update", "---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-34.el7 will be updated", "---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-40.el7 will be an update", "---> Package yum-utils.noarch 0:1.1.31-34.el7 will be updated", "---> Package yum-utils.noarch 0:1.1.31-40.el7 will be an update", "--> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-40.el7.noarch", "---> Package zlib.x86_64 0:1.2.7-15.el7 will be updated", "---> Package zlib.x86_64 0:1.2.7-17.el7 will be an update", "--> Running transaction check", "---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed", "---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be installed", "---> Package linux-firmware.noarch 0:20160830-49.git7534e19.el7 will be installed", "---> Package pciutils.x86_64 0:3.5.1-1.el7 will be installed", "--> Processing Dependency: hwdata for package: pciutils-3.5.1-1.el7.x86_64", "--> Running transaction check", "---> Package hwdata.x86_64 0:0.252-8.4.el7 will be installed", "--> Finished Dependency Resolution", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version Repository", " Size", "================================================================================", "Installing:", " kernel x86_64 3.10.0-514.6.1.el7 updates 37 M", "Updating:", " audit x86_64 2.6.5-3.el7 base 233 k", " audit-libs x86_64 2.6.5-3.el7 base 85 k", " audit-libs-python x86_64 2.6.5-3.el7 base 70 k", " authconfig x86_64 6.2.8-14.el7 base 419 k", " bash x86_64 4.2.46-21.el7_3 updates 1.0 M", " bind-libs-lite x86_64 32:9.9.4-38.el7_3.1 updates 729 k", " bind-license noarch 32:9.9.4-38.el7_3.1 updates 83 k", " binutils x86_64 2.25.1-22.base.el7 base 5.4 M", " btrfs-progs x86_64 4.4.1-1.el7 base 604 k", " ca-certificates noarch 2015.2.6-73.el7 base 429 k", " centos-release x86_64 7-3.1611.el7.centos base 23 k", " checkpolicy x86_64 2.5-4.el7 base 290 k", " chkconfig x86_64 1.7.2-1.el7 base 175 k", " chrony x86_64 2.1.1-4.el7.centos updates 281 k", " coreutils x86_64 8.22-18.el7 base 3.3 M", " cryptsetup-libs x86_64 1.7.2-1.el7 base 216 k", " dbus x86_64 1:1.6.12-17.el7 base 307 k", " dbus-libs x86_64 1:1.6.12-17.el7 base 151 k", " device-mapper x86_64 7:1.02.135-1.el7_3.2 updates 269 k", " device-mapper-libs x86_64 7:1.02.135-1.el7_3.2 updates 333 k", " dhclient x86_64 12:4.2.5-47.el7.centos base 280 k", " dhcp-common x86_64 12:4.2.5-47.el7.centos base 172 k", " dhcp-libs x86_64 12:4.2.5-47.el7.centos base 129 k", " dmidecode x86_64 1:3.0-2.el7 base 83 k", " dnsmasq x86_64 2.66-21.el7 base 229 k", " dracut x86_64 033-463.el7 base 317 k", " dracut-config-generic x86_64 033-463.el7 base 52 k", " dracut-config-rescue x86_64 033-463.el7 base 54 k", " dracut-network x86_64 033-463.el7 base 96 k", " e2fsprogs x86_64 1.42.9-9.el7 base 698 k", " e2fsprogs-libs x86_64 1.42.9-9.el7 base 166 k", " elfutils-libelf x86_64 0.166-2.el7 base 208 k", " elfutils-libs x86_64 0.166-2.el7 base 262 k", " ethtool x86_64 2:4.5-3.el7 base 121 k", " expat x86_64 2.1.0-10.el7_3 updates 81 k", " file x86_64 5.11-33.el7 base 57 k", " file-libs x86_64 5.11-33.el7 base 340 k", " filesystem x86_64 3.2-21.el7 base 1.0 M", " freetype x86_64 2.4.11-12.el7 base 391 k", " glib2 x86_64 2.46.2-4.el7 base 2.3 M", " glibc x86_64 2.17-157.el7_3.1 updates 3.6 M", " glibc-common x86_64 2.17-157.el7_3.1 updates 11 M", " gnupg2 x86_64 2.0.22-4.el7 base 1.5 M", " gnutls x86_64 3.3.24-1.el7 base 672 k", " grub2 x86_64 1:2.02-0.44.el7.centos base 1.5 M", " grub2-tools x86_64 1:2.02-0.44.el7.centos base 3.3 M", " grubby x86_64 8.28-18.el7 base 67 k", " gssproxy x86_64 0.4.1-13.el7 base 87 k", " initscripts x86_64 9.49.37-1.el7 base 431 k", " iproute x86_64 3.10.0-74.el7 base 618 k", " iptables x86_64 1.4.21-17.el7 base 426 k", " irqbalance x86_64 3:1.0.7-6.el7 base 44 k", " iwl7265-firmware noarch 22.0.7.0-49.el7 base 2.9 M", " kbd x86_64 1.15.5-12.el7 base 346 k", " kbd-legacy noarch 1.15.5-12.el7 base 465 k", " kbd-misc noarch 1.15.5-12.el7 base 1.4 M", " kernel-tools x86_64 3.10.0-514.6.1.el7 updates 4.0 M", " kernel-tools-libs x86_64 3.10.0-514.6.1.el7 updates 3.9 M", " kexec-tools x86_64 2.0.7-50.el7 base 326 k", " kmod x86_64 20-9.el7 base 115 k", " kmod-libs x86_64 20-9.el7 base 47 k", " kpartx x86_64 0.4.9-99.el7_3.1 updates 67 k", " krb5-libs x86_64 1.14.1-27.el7_3 updates 740 k", " libbasicobjects x86_64 0.1.1-27.el7 base 25 k", " libblkid x86_64 2.23.2-33.el7 base 170 k", " libcgroup x86_64 0.41-11.el7 base 65 k", " libcollection x86_64 0.6.2-27.el7 base 41 k", " libcom_err x86_64 1.42.9-9.el7 base 40 k", " libffi x86_64 3.0.13-18.el7 base 30 k", " libgcc x86_64 4.8.5-11.el7 base 97 k", " libgcrypt x86_64 1.5.3-13.el7_3.1 updates 263 k", " libgomp x86_64 4.8.5-11.el7 base 152 k", " libgudev1 x86_64 219-30.el7_3.6 updates 76 k", " libini_config x86_64 1.3.0-27.el7 base 63 k", " libmount x86_64 2.23.2-33.el7 base 172 k", " libndp x86_64 1.2-7.el7 base 31 k", " libnfsidmap x86_64 0.25-15.el7 base 47 k", " libnl3 x86_64 3.2.28-3.el7_3 updates 278 k", " libnl3-cli x86_64 3.2.28-3.el7_3 updates 160 k", " libpath_utils x86_64 0.2.1-27.el7 base 27 k", " libproxy x86_64 0.4.11-10.el7 base 64 k", " libref_array x86_64 0.1.5-27.el7 base 26 k", " libselinux x86_64 2.5-6.el7 base 161 k", " libselinux-python x86_64 2.5-6.el7 base 234 k", " libselinux-utils x86_64 2.5-6.el7 base 151 k", " libsemanage x86_64 2.5-5.1.el7_3 updates 144 k", " libsemanage-python x86_64 2.5-5.1.el7_3 updates 104 k", " libsepol x86_64 2.5-6.el7 base 288 k", " libsoup x86_64 2.48.1-6.el7 base 349 k", " libss x86_64 1.42.9-9.el7 base 45 k", " libstdc++ x86_64 4.8.5-11.el7 base 300 k", " libtalloc x86_64 2.1.6-1.el7 base 34 k", " libtasn1 x86_64 3.8-3.el7 base 320 k", " libteam x86_64 1.25-4.el7 base 46 k", " libtevent x86_64 0.9.28-1.el7 base 34 k", " libtirpc x86_64 0.2.4-0.8.el7 base 88 k", " libuuid x86_64 2.23.2-33.el7 base 76 k", " logrotate x86_64 3.8.6-12.el7 base 68 k", " lua x86_64 5.1.4-15.el7 base 201 k", " make x86_64 1:3.82-23.el7 base 420 k", " mariadb-libs x86_64 1:5.5.52-1.el7 base 761 k", " microcode_ctl x86_64 2:2.1-16.1.el7_3 updates 744 k", " mozjs17 x86_64 17.0.0-19.el7 base 1.4 M", " nettle x86_64 2.7.1-8.el7 base 327 k", " nfs-utils x86_64 1:1.3.0-0.33.el7 base 377 k", " nss x86_64 3.21.3-2.el7_3 updates 852 k", " nss-softokn x86_64 3.16.2.3-14.4.el7 base 306 k", " nss-softokn-freebl x86_64 3.16.2.3-14.4.el7 base 204 k", " nss-sysinit x86_64 3.21.3-2.el7_3 updates 56 k", " nss-tools x86_64 3.21.3-2.el7_3 updates 489 k", " nss-util x86_64 3.21.3-1.1.el7_3 updates 72 k", " openldap x86_64 2.4.40-13.el7 base 350 k", " openssh x86_64 6.6.1p1-33.el7_3 updates 438 k", " openssh-clients x86_64 6.6.1p1-33.el7_3 updates 642 k", " openssh-server x86_64 6.6.1p1-33.el7_3 updates 440 k", " openssl x86_64 1:1.0.1e-60.el7 base 713 k", " openssl-libs x86_64 1:1.0.1e-60.el7 base 958 k", " os-prober x86_64 1.58-9.el7 base 42 k", " pam x86_64 1.1.8-18.el7 base 717 k", " parted x86_64 3.1-28.el7 base 607 k", " pciutils-libs x86_64 3.5.1-1.el7 base 46 k", " pinentry x86_64 0.8.1-17.el7 base 73 k", " policycoreutils x86_64 2.5-11.el7_3 updates 841 k", " policycoreutils-python x86_64 2.5-11.el7_3 updates 445 k", " polkit x86_64 0.112-9.el7 base 166 k", " procps-ng x86_64 3.3.10-10.el7 base 288 k", " python x86_64 2.7.5-48.el7 base 90 k", " python-libs x86_64 2.7.5-48.el7 base 5.6 M", " python-perf x86_64 3.10.0-514.6.1.el7 updates 4.0 M", " python-pycurl x86_64 7.19.0-19.el7 base 80 k", " python-urlgrabber noarch 3.10-8.el7 base 108 k", " quota x86_64 1:4.01-14.el7 base 179 k", " quota-nls noarch 1:4.01-14.el7 base 90 k", " rdma noarch 7.3_4.7_rc2-5.el7 base 30 k", " rpcbind x86_64 0.2.0-38.el7 base 59 k", " rpm x86_64 4.11.3-21.el7 base 1.2 M", " rpm-build-libs x86_64 4.11.3-21.el7 base 104 k", " rpm-libs x86_64 4.11.3-21.el7 base 274 k", " rpm-python x86_64 4.11.3-21.el7 base 80 k", " selinux-policy noarch 3.13.1-102.el7_3.13 updates 414 k", " selinux-policy-targeted noarch 3.13.1-102.el7_3.13 updates 6.4 M", " setools-libs x86_64 3.3.8-1.1.el7 base 612 k", " setup noarch 2.8.71-7.el7 base 165 k", " shadow-utils x86_64 2:4.1.5.1-24.el7 base 1.1 M", " sudo x86_64 1.8.6p7-21.el7_3 updates 735 k", " systemd x86_64 219-30.el7_3.6 updates 5.2 M", " systemd-libs x86_64 219-30.el7_3.6 updates 368 k", " systemd-sysv x86_64 219-30.el7_3.6 updates 63 k", " tar x86_64 2:1.26-31.el7 base 843 k", " teamd x86_64 1.25-4.el7 base 111 k", " tuned noarch 2.7.1-3.el7_3.1 updates 210 k", " tzdata noarch 2016j-1.el7 updates 442 k", " util-linux x86_64 2.23.2-33.el7 base 1.9 M", " vim-minimal x86_64 2:7.4.160-1.el7_3.1 updates 436 k", " virt-what x86_64 1.13-8.el7 base 27 k", " wpa_supplicant x86_64 1:2.0-20.el7 base 803 k", " xfsprogs x86_64 4.5.0-9.el7_3 updates 895 k", " xz x86_64 5.2.2-1.el7 base 229 k", " xz-libs x86_64 5.2.2-1.el7 base 103 k", " yum noarch 3.4.3-150.el7.centos base 1.2 M", " yum-plugin-fastestmirror noarch 1.1.31-40.el7 base 32 k", " yum-utils noarch 1.1.31-40.el7 base 116 k", " zlib x86_64 1.2.7-17.el7 base 90 k", "Installing for dependencies:", " GeoIP x86_64 1.5.0-11.el7 base 1.1 M", " hwdata x86_64 0.252-8.4.el7 base 2.1 M", " libxml2-python x86_64 2.9.1-6.el7_2.3 base 247 k", " linux-firmware noarch 20160830-49.git7534e19.el7 base 31 M", " pciutils x86_64 3.5.1-1.el7 base 93 k", "", "Transaction Summary", "================================================================================", "Install 1 Package (+5 Dependent packages)", "Upgrade 163 Packages", "", "Total size: 182 M", "Downloading packages:", "Running transaction check", "Running transaction test", "Transaction test succeeded", "Running transaction", " Updating : libgcc-4.8.5-11.el7.x86_64 1/332 ", " Updating : centos-release-7-3.1611.el7.centos.x86_64 2/332 ", " Updating : setup-2.8.71-7.el7.noarch 3/332 ", "warning: /etc/shadow created as /etc/shadow.rpmnew", " Updating : filesystem-3.2-21.el7.x86_64 4/332 ", " Updating : kbd-misc-1.15.5-12.el7.noarch 5/332 ", " Updating : tzdata-2016j-1.el7.noarch 6/332 ", " Updating : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 7/332 ", " Updating : glibc-common-2.17-157.el7_3.1.x86_64 8/332 ", " Updating : glibc-2.17-157.el7_3.1.x86_64 9/332 ", "warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew", " Updating : bash-4.2.46-21.el7_3.x86_64 10/332 ", " Updating : libsepol-2.5-6.el7.x86_64 11/332 ", " Updating : libselinux-2.5-6.el7.x86_64 12/332 ", " Updating : zlib-1.2.7-17.el7.x86_64 13/332 ", " Updating : libcom_err-1.42.9-9.el7.x86_64 14/332 ", " Updating : xz-libs-5.2.2-1.el7.x86_64 15/332 ", " Updating : audit-libs-2.6.5-3.el7.x86_64 16/332 ", " Updating : chkconfig-1.7.2-1.el7.x86_64 17/332 ", " Updating : libuuid-2.23.2-33.el7.x86_64 18/332 ", " Updating : elfutils-libelf-0.166-2.el7.x86_64 19/332 ", " Updating : libgcrypt-1.5.3-13.el7_3.1.x86_64 20/332 ", " Updating : nss-util-3.21.3-1.1.el7_3.x86_64 21/332 ", " Updating : elfutils-libs-0.166-2.el7.x86_64 22/332 ", " Updating : libsemanage-2.5-5.1.el7_3.x86_64 23/332 ", " Updating : lua-5.1.4-15.el7.x86_64 24/332 ", " Updating : libnl3-3.2.28-3.el7_3.x86_64 25/332 ", " Updating : 1:dbus-libs-1.6.12-17.el7.x86_64 26/332 ", " Updating : libstdc++-4.8.5-11.el7.x86_64 27/332 ", " Updating : e2fsprogs-libs-1.42.9-9.el7.x86_64 28/332 ", " Updating : file-libs-5.11-33.el7.x86_64 29/332 ", " Updating : expat-2.1.0-10.el7_3.x86_64 30/332 ", " Updating : file-5.11-33.el7.x86_64 31/332 ", " Updating : libnl3-cli-3.2.28-3.el7_3.x86_64 32/332 ", " Updating : nss-softokn-3.16.2.3-14.4.el7.x86_64 33/332 ", " Updating : kmod-libs-20-9.el7.x86_64 34/332 ", " Updating : xz-5.2.2-1.el7.x86_64 35/332 ", " Updating : pciutils-libs-3.5.1-1.el7.x86_64 36/332 ", " Updating : libffi-3.0.13-18.el7.x86_64 37/332 ", " Updating : glib2-2.46.2-4.el7.x86_64 38/332 ", " Updating : libref_array-0.1.5-27.el7.x86_64 39/332 ", " Updating : libcollection-0.6.2-27.el7.x86_64 40/332 ", " Updating : libbasicobjects-0.1.1-27.el7.x86_64 41/332 ", " Updating : 2:ethtool-4.5-3.el7.x86_64 42/332 ", " Updating : libteam-1.25-4.el7.x86_64 43/332 ", " Updating : mozjs17-17.0.0-19.el7.x86_64 44/332 ", " Updating : setools-libs-3.3.8-1.1.el7.x86_64 45/332 ", " Updating : pinentry-0.8.1-17.el7.x86_64 46/332 ", " Updating : libss-1.42.9-9.el7.x86_64 47/332 ", " Installing : GeoIP-1.5.0-11.el7.x86_64 48/332 ", " Updating : 2:tar-1.26-31.el7.x86_64 49/332 ", " Updating : libselinux-utils-2.5-6.el7.x86_64 50/332 ", " Updating : 2:vim-minimal-7.4.160-1.el7_3.1.x86_64 51/332 ", " Updating : 1:make-3.82-23.el7.x86_64 52/332 ", " Updating : ca-certificates-2015.2.6-73.el7.noarch 53/332 ", " Updating : coreutils-8.22-18.el7.x86_64 54/332 ", " Updating : krb5-libs-1.14.1-27.el7_3.x86_64 55/332 ", " Updating : 1:openssl-libs-1.0.1e-60.el7.x86_64 56/332 ", " Updating : 2:shadow-utils-4.1.5.1-24.el7.x86_64 57/332 ", " Updating : libblkid-2.23.2-33.el7.x86_64 58/332 ", " Updating : pam-1.1.8-18.el7.x86_64 59/332 ", " Updating : systemd-libs-219-30.el7_3.6.x86_64 60/332 ", " Updating : python-libs-2.7.5-48.el7.x86_64 61/332 ", " Updating : python-2.7.5-48.el7.x86_64 62/332 ", " Updating : libmount-2.23.2-33.el7.x86_64 63/332 ", " Updating : util-linux-2.23.2-33.el7.x86_64 64/332 ", " Updating : procps-ng-3.3.10-10.el7.x86_64 65/332 ", " Updating : libtirpc-0.2.4-0.8.el7.x86_64 66/332 ", " Installing : libxml2-python-2.9.1-6.el7_2.3.x86_64 67/332 ", " Updating : audit-libs-python-2.6.5-3.el7.x86_64 68/332 ", " Updating : python-perf-3.10.0-514.6.1.el7.x86_64 69/332 ", " Updating : libselinux-python-2.5-6.el7.x86_64 70/332 ", " Updating : python-pycurl-7.19.0-19.el7.x86_64 71/332 ", " Updating : python-urlgrabber-3.10-8.el7.noarch 72/332 ", " Updating : libsemanage-python-2.5-5.1.el7_3.x86_64 73/332 ", " Updating : grubby-8.28-18.el7.x86_64 74/332 ", " Updating : 1:openssl-1.0.1e-60.el7.x86_64 75/332 ", " Updating : binutils-2.25.1-22.base.el7.x86_64 76/332 ", " Updating : kpartx-0.4.9-99.el7_3.1.x86_64 77/332 ", " Updating : 7:device-mapper-1.02.135-1.el7_3.2.x86_64 78/332 ", " Updating : 7:device-mapper-libs-1.02.135-1.el7_3.2.x86_64 79/332 ", " Updating : cryptsetup-libs-1.7.2-1.el7.x86_64 80/332 ", " Updating : dracut-033-463.el7.x86_64 81/332 ", " Updating : kmod-20-9.el7.x86_64 82/332 ", " Updating : systemd-219-30.el7_3.6.x86_64 83/332 ", " Updating : 1:dbus-1.6.12-17.el7.x86_64 84/332 ", " Updating : systemd-sysv-219-30.el7_3.6.x86_64 85/332 ", " Updating : rpcbind-0.2.0-38.el7.x86_64 86/332 ", " Updating : os-prober-1.58-9.el7.x86_64 87/332 ", " Updating : polkit-0.112-9.el7.x86_64 88/332 ", " Updating : libcgroup-0.41-11.el7.x86_64 89/332 ", " Installing : hwdata-0.252-8.4.el7.x86_64 90/332 ", " Installing : pciutils-3.5.1-1.el7.x86_64 91/332 ", " Updating : nss-3.21.3-2.el7_3.x86_64 92/332 ", " Updating : nss-sysinit-3.21.3-2.el7_3.x86_64 93/332 ", " Updating : rpm-4.11.3-21.el7.x86_64 94/332 ", " Updating : rpm-libs-4.11.3-21.el7.x86_64 95/332 ", " Updating : policycoreutils-2.5-11.el7_3.x86_64 96/332 ", " Updating : selinux-policy-3.13.1-102.el7_3.13.noarch 97/332 ", " Updating : nss-tools-3.21.3-2.el7_3.x86_64 98/332 ", " Updating : openldap-2.4.40-13.el7.x86_64 99/332 ", " Updating : openssh-6.6.1p1-33.el7_3.x86_64 100/332 ", " Updating : 12:dhcp-libs-4.2.5-47.el7.centos.x86_64 101/332 ", " Updating : 12:dhcp-common-4.2.5-47.el7.centos.x86_64 102/332 ", " Updating : libnfsidmap-0.25-15.el7.x86_64 103/332 ", " Updating : gnupg2-2.0.22-4.el7.x86_64 104/332 ", " Updating : rpm-build-libs-4.11.3-21.el7.x86_64 105/332 ", " Updating : rpm-python-4.11.3-21.el7.x86_64 106/332 ", " Updating : yum-plugin-fastestmirror-1.1.31-40.el7.noarch 107/332 ", " Updating : yum-3.4.3-150.el7.centos.noarch 108/332 ", " Updating : nettle-2.7.1-8.el7.x86_64 109/332 ", " Updating : iptables-1.4.21-17.el7.x86_64 110/332 ", " Updating : iproute-3.10.0-74.el7.x86_64 111/332 ", " Updating : initscripts-9.49.37-1.el7.x86_64 112/332 ", " Updating : freetype-2.4.11-12.el7.x86_64 113/332 ", " Updating : 1:grub2-tools-2.02-0.44.el7.centos.x86_64 114/332 ", " Updating : libtasn1-3.8-3.el7.x86_64 115/332 ", " Updating : checkpolicy-2.5-4.el7.x86_64 116/332 ", " Updating : libtalloc-2.1.6-1.el7.x86_64 117/332 ", " Updating : kernel-tools-libs-3.10.0-514.6.1.el7.x86_64 118/332 ", " Updating : libpath_utils-0.2.1-27.el7.x86_64 119/332 ", " Updating : libini_config-1.3.0-27.el7.x86_64 120/332 ", " Updating : gssproxy-0.4.1-13.el7.x86_64 121/332 ", " Updating : 1:dmidecode-3.0-2.el7.x86_64 122/332 ", " Updating : virt-what-1.13-8.el7.x86_64 123/332 ", " Updating : 32:bind-license-9.9.4-38.el7_3.1.noarch 124/332 ", " Updating : 32:bind-libs-lite-9.9.4-38.el7_3.1.x86_64 125/332 ", " Updating : 12:dhclient-4.2.5-47.el7.centos.x86_64 126/332 ", " Updating : dracut-network-033-463.el7.x86_64 127/332 ", " Updating : 1:quota-nls-4.01-14.el7.noarch 128/332 ", " Updating : 1:quota-4.01-14.el7.x86_64 129/332 ", " Installing : linux-firmware-20160830-49.git7534e19.el7.noarch 130/332 ", " Updating : kbd-legacy-1.15.5-12.el7.noarch 131/332 ", " Updating : kbd-1.15.5-12.el7.x86_64 132/332 ", " Installing : kernel-3.10.0-514.6.1.el7.x86_64 133/332 ", "grubby fatal error: unable to find a suitable template", "grubby fatal error: unable to find a suitable template", " Updating : 1:nfs-utils-1.3.0-0.33.el7.x86_64 134/332 ", " Updating : kexec-tools-2.0.7-50.el7.x86_64 135/332 ", " Updating : tuned-2.7.1-3.el7_3.1.noarch 136/332 ", " Updating : kernel-tools-3.10.0-514.6.1.el7.x86_64 137/332 ", " Updating : libtevent-0.9.28-1.el7.x86_64 138/332 ", " Updating : policycoreutils-python-2.5-11.el7_3.x86_64 139/332 ", " Updating : gnutls-3.3.24-1.el7.x86_64 140/332 ", " Updating : 1:grub2-2.02-0.44.el7.centos.x86_64 141/332 ", " Updating : yum-utils-1.1.31-40.el7.noarch 142/332 ", " Updating : openssh-server-6.6.1p1-33.el7_3.x86_64 143/332 ", " Updating : openssh-clients-6.6.1p1-33.el7_3.x86_64 144/332 ", " Updating : sudo-1.8.6p7-21.el7_3.x86_64 145/332 ", "warning: /etc/sudoers created as /etc/sudoers.rpmnew", " Updating : selinux-policy-targeted-3.13.1-102.el7_3.13.noarch 146/332 ", "Running in chroot, ignoring request.", " Updating : authconfig-6.2.8-14.el7.x86_64 147/332 ", " Updating : rdma-7.3_4.7_rc2-5.el7.noarch 148/332 ", " Updating : dnsmasq-2.66-21.el7.x86_64 149/332 ", " Updating : 1:wpa_supplicant-2.0-20.el7.x86_64 150/332 ", " Updating : audit-2.6.5-3.el7.x86_64 151/332 ", " Updating : 3:irqbalance-1.0.7-6.el7.x86_64 152/332 ", " Updating : 2:microcode_ctl-2.1-16.1.el7_3.x86_64 153/332 ", " Updating : chrony-2.1.1-4.el7.centos.x86_64 154/332 ", " Updating : dracut-config-generic-033-463.el7.x86_64 155/332 ", " Updating : dracut-config-rescue-033-463.el7.x86_64 156/332 ", " Updating : parted-3.1-28.el7.x86_64 157/332 ", " Updating : libgudev1-219-30.el7_3.6.x86_64 158/332 ", " Updating : btrfs-progs-4.4.1-1.el7.x86_64 159/332 ", " Updating : xfsprogs-4.5.0-9.el7_3.x86_64 160/332 ", " Updating : e2fsprogs-1.42.9-9.el7.x86_64 161/332 ", " Updating : 1:mariadb-libs-5.5.52-1.el7.x86_64 162/332 ", " Updating : logrotate-3.8.6-12.el7.x86_64 163/332 ", " Updating : teamd-1.25-4.el7.x86_64 164/332 ", " Updating : libsoup-2.48.1-6.el7.x86_64 165/332 ", " Updating : libproxy-0.4.11-10.el7.x86_64 166/332 ", " Updating : libgomp-4.8.5-11.el7.x86_64 167/332 ", " Updating : libndp-1.2-7.el7.x86_64 168/332 ", " Updating : iwl7265-firmware-22.0.7.0-49.el7.noarch 169/332 ", " Cleanup : 1:nfs-utils-1.3.0-0.21.el7_2.1.x86_64 170/332 ", " Cleanup : openssh-server-6.6.1p1-25.el7_2.x86_64 171/332 ", " Cleanup : policycoreutils-python-2.2.5-20.el7.x86_64 172/332 ", " Cleanup : gssproxy-0.4.1-8.el7_2.x86_64 173/332 ", " Cleanup : openssh-clients-6.6.1p1-25.el7_2.x86_64 174/332 ", " Cleanup : polkit-0.112-7.el7_2.x86_64 175/332 ", " Cleanup : openssh-6.6.1p1-25.el7_2.x86_64 176/332 ", " Cleanup : kexec-tools-2.0.7-38.el7_2.1.x86_64 177/332 ", " Cleanup : sudo-1.8.6p7-17.el7_2.x86_64 178/332 ", " Cleanup : audit-2.4.1-5.el7.x86_64 179/332 ", " Cleanup : parted-3.1-23.el7.x86_64 180/332 ", " Cleanup : 1:wpa_supplicant-2.0-17.el7_1.x86_64 181/332 ", " Cleanup : btrfs-progs-3.19.1-1.el7.x86_64 182/332 ", " Cleanup : tuned-2.5.1-4.el7_2.3.noarch 183/332 ", " Cleanup : 1:grub2-2.02-0.34.el7.centos.x86_64 184/332 ", " Cleanup : 1:grub2-tools-2.02-0.34.el7.centos.x86_64 185/332 ", " Cleanup : 1:quota-4.01-11.el7_2.1.x86_64 186/332 ", " Cleanup : rpcbind-0.2.0-33.el7_2.1.x86_64 187/332 ", " Cleanup : e2fsprogs-1.42.9-7.el7.x86_64 188/332 ", " Cleanup : teamd-1.17-6.el7_2.x86_64 189/332 ", " Cleanup : authconfig-6.2.8-10.el7.x86_64 190/332 ", " Cleanup : 1:openssl-1.0.1e-51.el7_2.5.x86_64 191/332 ", " Cleanup : libini_config-1.2.0-25.el7.x86_64 192/332 ", " Cleanup : setools-libs-3.3.7-46.el7.x86_64 193/332 ", " Cleanup : libgudev1-219-19.el7_2.12.x86_64 194/332 ", " Cleanup : 1:mariadb-libs-5.5.50-1.el7_2.x86_64 195/332 ", " Cleanup : kbd-1.15.5-11.el7.x86_64 196/332 ", " Cleanup : kernel-tools-3.10.0-327.28.3.el7.x86_64 197/332 ", " Cleanup : dnsmasq-2.66-14.el7_1.x86_64 198/332 ", " Cleanup : os-prober-1.58-5.el7.x86_64 199/332 ", " Cleanup : xfsprogs-3.2.2-2.el7.x86_64 200/332 ", " Cleanup : chrony-2.1.1-1.el7.centos.x86_64 201/332 ", " Cleanup : libteam-1.17-6.el7_2.x86_64 202/332 ", " Cleanup : file-5.11-31.el7.x86_64 203/332 ", " Cleanup : mozjs17-17.0.0-12.el7.x86_64 204/332 ", " Cleanup : logrotate-3.8.6-7.el7_2.x86_64 205/332 ", " Cleanup : libsoup-2.48.1-3.el7.x86_64 206/332 ", " Cleanup : gnutls-3.3.8-14.el7_2.x86_64 207/332 ", " Cleanup : libproxy-0.4.11-8.el7.x86_64 208/332 ", " Cleanup : 3:irqbalance-1.0.7-5.el7.x86_64 209/332 ", " Cleanup : dracut-network-033-360.el7_2.1.x86_64 210/332 ", " Cleanup : 12:dhclient-4.2.5-42.el7.centos.x86_64 211/332 ", " Cleanup : selinux-policy-targeted-3.13.1-60.el7_2.7.noarch 212/332 ", " Cleanup : initscripts-9.49.30-1.el7_2.3.x86_64 213/332 ", " Cleanup : 32:bind-libs-lite-9.9.4-29.el7_2.3.x86_64 214/332 ", " Cleanup : glib2-2.42.2-5.el7.x86_64 215/332 ", " Cleanup : iproute-3.10.0-54.el7_2.1.x86_64 216/332 ", " Cleanup : libtirpc-0.2.4-0.6.el7.x86_64 217/332 ", " Cleanup : python-perf-3.10.0-327.28.3.el7.x86_64 218/332 ", " Cleanup : virt-what-1.13-6.el7.x86_64 219/332 ", " Cleanup : audit-libs-python-2.4.1-5.el7.x86_64 220/332 ", " Cleanup : libcgroup-0.41-8.el7.x86_64 221/332 ", " Cleanup : libselinux-python-2.2.2-6.el7.x86_64 222/332 ", " Cleanup : libsemanage-python-2.1.10-18.el7.x86_64 223/332 ", " Cleanup : 2:tar-1.26-29.el7.x86_64 224/332 ", " Cleanup : selinux-policy-3.13.1-60.el7_2.7.noarch 225/332 ", " Cleanup : rdma-7.2_4.1_rc6-2.el7.noarch 226/332 ", " Cleanup : policycoreutils-2.2.5-20.el7.x86_64 227/332 ", " Cleanup : libselinux-utils-2.2.2-6.el7.x86_64 228/332 ", " Cleanup : libstdc++-4.8.5-4.el7.x86_64 229/332 ", " Cleanup : libnl3-cli-3.2.21-10.el7.x86_64 230/332 ", " Cleanup : e2fsprogs-libs-1.42.9-7.el7.x86_64 231/332 ", " Cleanup : libss-1.42.9-7.el7.x86_64 232/332 ", " Cleanup : 2:vim-minimal-7.4.160-1.el7.x86_64 233/332 ", " Cleanup : checkpolicy-2.1.12-6.el7.x86_64 234/332 ", " Cleanup : libnfsidmap-0.25-12.el7.x86_64 235/332 ", " Cleanup : libtevent-0.9.26-1.el7_2.1.x86_64 236/332 ", " Cleanup : grubby-8.28-17.el7.x86_64 237/332 ", " Cleanup : 2:microcode_ctl-2.1-12.el7_2.1.x86_64 238/332 ", " Cleanup : systemd-sysv-219-19.el7_2.12.x86_64 239/332 ", " Cleanup : yum-utils-1.1.31-34.el7.noarch 240/332 ", " Cleanup : yum-3.4.3-132.el7.centos.0.1.noarch 241/332 ", " Cleanup : yum-plugin-fastestmirror-1.1.31-34.el7.noarch 242/332 ", " Cleanup : python-urlgrabber-3.10-7.el7.noarch 243/332 ", " Cleanup : dracut-config-rescue-033-360.el7_2.1.x86_64 244/332 ", " Cleanup : 12:dhcp-common-4.2.5-42.el7.centos.x86_64 245/332 ", " Cleanup : 12:dhcp-libs-4.2.5-42.el7.centos.x86_64 246/332 ", " Cleanup : dracut-config-generic-033-360.el7_2.1.x86_64 247/332 ", " Cleanup : 32:bind-license-9.9.4-29.el7_2.3.noarch 248/332 ", " Cleanup : kbd-legacy-1.15.5-11.el7.noarch 249/332 ", " Cleanup : kbd-misc-1.15.5-11.el7.noarch 250/332 ", " Cleanup : 1:quota-nls-4.01-11.el7_2.1.noarch 251/332 ", " Cleanup : iwl7265-firmware-22.0.7.0-43.el7.noarch 252/332 ", " Cleanup : rpm-python-4.11.3-17.el7.x86_64 253/332 ", " Cleanup : rpm-build-libs-4.11.3-17.el7.x86_64 254/332 ", " Cleanup : kpartx-0.4.9-85.el7_2.5.x86_64 255/332 ", " Cleanup : cryptsetup-libs-1.6.7-1.el7.x86_64 256/332 ", " Cleanup : kmod-20-5.el7.x86_64 257/332 ", " Cleanup : dracut-033-360.el7_2.1.x86_64 258/332 ", " Cleanup : 7:device-mapper-libs-1.02.107-5.el7_2.5.x86_64 259/332 ", " Cleanup : 7:device-mapper-1.02.107-5.el7_2.5.x86_64 260/332 ", " Cleanup : 1:dbus-1.6.12-14.el7_2.x86_64 261/332 ", " Cleanup : systemd-219-19.el7_2.12.x86_64 262/332 ", " Cleanup : util-linux-2.23.2-26.el7_2.3.x86_64 263/332 ", " Cleanup : 2:shadow-utils-4.1.5.1-18.el7.x86_64 264/332 ", " Cleanup : gnupg2-2.0.22-3.el7.x86_64 265/332 ", " Cleanup : openldap-2.4.40-9.el7_2.x86_64 266/332 ", " Cleanup : rpm-libs-4.11.3-17.el7.x86_64 267/332 ", " Cleanup : rpm-4.11.3-17.el7.x86_64 268/332 ", " Cleanup : nss-tools-3.21.0-9.el7_2.x86_64 269/332 ", " Cleanup : nss-sysinit-3.21.0-9.el7_2.x86_64 270/332 ", " Cleanup : nss-3.21.0-9.el7_2.x86_64 271/332 ", " Cleanup : binutils-2.23.52.0.1-55.el7.x86_64 272/332 ", " Cleanup : nss-softokn-3.16.2.3-14.2.el7_2.x86_64 273/332 ", " Cleanup : libsemanage-2.1.10-18.el7.x86_64 274/332 ", " Cleanup : libmount-2.23.2-26.el7_2.3.x86_64 275/332 ", " Cleanup : libblkid-2.23.2-26.el7_2.3.x86_64 276/332 ", " Cleanup : kmod-libs-20-5.el7.x86_64 277/332 ", " Cleanup : xz-5.1.2-12alpha.el7.x86_64 278/332 ", " Cleanup : python-pycurl-7.19.0-17.el7.x86_64 279/332 ", " Cleanup : python-2.7.5-38.el7_2.x86_64 280/332 ", " Cleanup : python-libs-2.7.5-38.el7_2.x86_64 281/332 ", " Cleanup : pinentry-0.8.1-14.el7.x86_64 282/332 ", " Cleanup : chkconfig-1.3.61-5.el7_2.1.x86_64 283/332 ", " Cleanup : procps-ng-3.3.10-5.el7_2.x86_64 284/332 ", " Cleanup : systemd-libs-219-19.el7_2.12.x86_64 285/332 ", " Cleanup : pam-1.1.8-12.el7_1.1.x86_64 286/332 ", " Cleanup : elfutils-libs-0.163-3.el7.x86_64 287/332 ", " Cleanup : ca-certificates-2015.2.6-70.1.el7_2.noarch 288/332 ", " Cleanup : krb5-libs-1.13.2-12.el7_2.x86_64 289/332 ", " Cleanup : coreutils-8.22-15.el7_2.1.x86_64 290/332 ", " Cleanup : 1:openssl-libs-1.0.1e-51.el7_2.5.x86_64 291/332 ", " Cleanup : file-libs-5.11-31.el7.x86_64 292/332 ", " Cleanup : iptables-1.4.21-16.el7.x86_64 293/332 ", " Cleanup : nettle-2.7.1-4.el7.x86_64 294/332 ", " Cleanup : 1:make-3.82-21.el7.x86_64 295/332 ", " Cleanup : freetype-2.4.11-11.el7.x86_64 296/332 ", " Cleanup : libgomp-4.8.5-4.el7.x86_64 297/332 ", " Cleanup : filesystem-3.2-20.el7.x86_64 298/332 ", " Cleanup : setup-2.8.71-6.el7.noarch 299/332 ", " Cleanup : zlib-1.2.7-15.el7.x86_64 300/332 ", " Cleanup : libcom_err-1.42.9-7.el7.x86_64 301/332 ", " Cleanup : elfutils-libelf-0.163-3.el7.x86_64 302/332 ", " Cleanup : audit-libs-2.4.1-5.el7.x86_64 303/332 ", " Cleanup : libgcrypt-1.5.3-12.el7_1.1.x86_64 304/332 ", " Cleanup : expat-2.1.0-8.el7.x86_64 305/332 ", " Cleanup : libffi-3.0.13-16.el7.x86_64 306/332 ", " Cleanup : libuuid-2.23.2-26.el7_2.3.x86_64 307/332 ", " Cleanup : nss-util-3.21.0-2.2.el7_2.x86_64 308/332 ", " Cleanup : lua-5.1.4-14.el7.x86_64 309/332 ", " Cleanup : 1:dbus-libs-1.6.12-14.el7_2.x86_64 310/332 ", " Cleanup : libtalloc-2.1.5-1.el7_2.x86_64 311/332 ", " Cleanup : libnl3-3.2.21-10.el7.x86_64 312/332 ", " Cleanup : 1:dmidecode-2.12-9.el7.x86_64 313/332 ", " Cleanup : libtasn1-3.8-2.el7.x86_64 314/332 ", " Cleanup : kernel-tools-libs-3.10.0-327.28.3.el7.x86_64 315/332 ", " Cleanup : pciutils-libs-3.2.1-4.el7.x86_64 316/332 ", " Cleanup : libbasicobjects-0.1.1-25.el7.x86_64 317/332 ", " Cleanup : libcollection-0.6.2-25.el7.x86_64 318/332 ", " Cleanup : libpath_utils-0.2.1-25.el7.x86_64 319/332 ", " Cleanup : libref_array-0.1.5-25.el7.x86_64 320/332 ", " Cleanup : 2:ethtool-3.15-2.el7.x86_64 321/332 ", " Cleanup : libndp-1.2-6.el7_2.x86_64 322/332 ", " Cleanup : centos-release-7-2.1511.el7.centos.2.10.x86_64 323/332 ", " Cleanup : xz-libs-5.1.2-12alpha.el7.x86_64 324/332 ", " Cleanup : libsepol-2.1.9-3.el7.x86_64 325/332 ", " Cleanup : libselinux-2.2.2-6.el7.x86_64 326/332 ", " Cleanup : glibc-common-2.17-106.el7_2.8.x86_64 327/332 ", " Cleanup : bash-4.2.46-20.el7_2.x86_64 328/332 ", " Cleanup : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 329/332 ", " Cleanup : glibc-2.17-106.el7_2.8.x86_64 330/332 ", " Cleanup : tzdata-2016f-1.el7.noarch 331/332 ", " Cleanup : libgcc-4.8.5-4.el7.x86_64 332/332 ", " Verifying : kernel-3.10.0-514.6.1.el7.x86_64 1/332 ", " Verifying : 3:irqbalance-1.0.7-6.el7.x86_64 2/332 ", " Verifying : 1:quota-4.01-14.el7.x86_64 3/332 ", " Verifying : libnfsidmap-0.25-15.el7.x86_64 4/332 ", " Verifying : libnl3-cli-3.2.28-3.el7_3.x86_64 5/332 ", " Verifying : 1:openssl-libs-1.0.1e-60.el7.x86_64 6/332 ", " Verifying : python-urlgrabber-3.10-8.el7.noarch 7/332 ", " Verifying : btrfs-progs-4.4.1-1.el7.x86_64 8/332 ", " Verifying : 7:device-mapper-libs-1.02.135-1.el7_3.2.x86_64 9/332 ", " Verifying : kmod-20-9.el7.x86_64 10/332 ", " Verifying : dracut-033-463.el7.x86_64 11/332 ", " Verifying : 1:dbus-1.6.12-17.el7.x86_64 12/332 ", " Verifying : libproxy-0.4.11-10.el7.x86_64 13/332 ", " Verifying : libtasn1-3.8-3.el7.x86_64 14/332 ", " Verifying : bash-4.2.46-21.el7_3.x86_64 15/332 ", " Verifying : pciutils-libs-3.5.1-1.el7.x86_64 16/332 ", " Verifying : libffi-3.0.13-18.el7.x86_64 17/332 ", " Verifying : file-libs-5.11-33.el7.x86_64 18/332 ", " Verifying : libmount-2.23.2-33.el7.x86_64 19/332 ", " Verifying : zlib-1.2.7-17.el7.x86_64 20/332 ", " Verifying : kmod-libs-20-9.el7.x86_64 21/332 ", " Verifying : elfutils-libs-0.166-2.el7.x86_64 22/332 ", " Verifying : pciutils-3.5.1-1.el7.x86_64 23/332 ", " Verifying : dracut-network-033-463.el7.x86_64 24/332 ", " Verifying : 1:make-3.82-23.el7.x86_64 25/332 ", " Verifying : kpartx-0.4.9-99.el7_3.1.x86_64 26/332 ", " Verifying : 2:microcode_ctl-2.1-16.1.el7_3.x86_64 27/332 ", " Verifying : virt-what-1.13-8.el7.x86_64 28/332 ", " Verifying : rpcbind-0.2.0-38.el7.x86_64 29/332 ", " Verifying : 12:dhcp-common-4.2.5-47.el7.centos.x86_64 30/332 ", " Verifying : ca-certificates-2015.2.6-73.el7.noarch 31/332 ", " Verifying : libcgroup-0.41-11.el7.x86_64 32/332 ", " Verifying : iproute-3.10.0-74.el7.x86_64 33/332 ", " Verifying : 1:grub2-tools-2.02-0.44.el7.centos.x86_64 34/332 ", " Verifying : 1:grub2-2.02-0.44.el7.centos.x86_64 35/332 ", " Verifying : checkpolicy-2.5-4.el7.x86_64 36/332 ", " Verifying : dracut-config-generic-033-463.el7.x86_64 37/332 ", " Verifying : gssproxy-0.4.1-13.el7.x86_64 38/332 ", " Verifying : nettle-2.7.1-8.el7.x86_64 39/332 ", " Verifying : systemd-libs-219-30.el7_3.6.x86_64 40/332 ", " Verifying : kbd-legacy-1.15.5-12.el7.noarch 41/332 ", " Verifying : openssh-server-6.6.1p1-33.el7_3.x86_64 42/332 ", " Verifying : sudo-1.8.6p7-21.el7_3.x86_64 43/332 ", " Verifying : dnsmasq-2.66-21.el7.x86_64 44/332 ", " Verifying : chrony-2.1.1-4.el7.centos.x86_64 45/332 ", " Verifying : os-prober-1.58-9.el7.x86_64 46/332 ", " Verifying : libtalloc-2.1.6-1.el7.x86_64 47/332 ", " Verifying : kernel-tools-3.10.0-514.6.1.el7.x86_64 48/332 ", " Verifying : kernel-tools-libs-3.10.0-514.6.1.el7.x86_64 49/332 ", " Verifying : 2:tar-1.26-31.el7.x86_64 50/332 ", " Verifying : cryptsetup-libs-1.7.2-1.el7.x86_64 51/332 ", " Verifying : yum-plugin-fastestmirror-1.1.31-40.el7.noarch 52/332 ", " Verifying : lua-5.1.4-15.el7.x86_64 53/332 ", " Verifying : libini_config-1.3.0-27.el7.x86_64 54/332 ", " Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 55/332 ", " Verifying : rpm-4.11.3-21.el7.x86_64 56/332 ", " Verifying : gnutls-3.3.24-1.el7.x86_64 57/332 ", " Verifying : python-libs-2.7.5-48.el7.x86_64 58/332 ", " Verifying : iwl7265-firmware-22.0.7.0-49.el7.noarch 59/332 ", " Verifying : gnupg2-2.0.22-4.el7.x86_64 60/332 ", " Verifying : 2:shadow-utils-4.1.5.1-24.el7.x86_64 61/332 ", " Verifying : openssh-clients-6.6.1p1-33.el7_3.x86_64 62/332 ", " Verifying : policycoreutils-python-2.5-11.el7_3.x86_64 63/332 ", " Verifying : libselinux-2.5-6.el7.x86_64 64/332 ", " Verifying : libcom_err-1.42.9-9.el7.x86_64 65/332 ", " Verifying : libnl3-3.2.28-3.el7_3.x86_64 66/332 ", " Verifying : 32:bind-libs-lite-9.9.4-38.el7_3.1.x86_64 67/332 ", " Verifying : e2fsprogs-libs-1.42.9-9.el7.x86_64 68/332 ", " Verifying : linux-firmware-20160830-49.git7534e19.el7.noarch 69/332 ", " Verifying : centos-release-7-3.1611.el7.centos.x86_64 70/332 ", " Verifying : nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64 71/332 ", " Verifying : audit-libs-2.6.5-3.el7.x86_64 72/332 ", " Verifying : libref_array-0.1.5-27.el7.x86_64 73/332 ", " Verifying : polkit-0.112-9.el7.x86_64 74/332 ", " Verifying : audit-libs-python-2.6.5-3.el7.x86_64 75/332 ", " Verifying : libpath_utils-0.2.1-27.el7.x86_64 76/332 ", " Verifying : util-linux-2.23.2-33.el7.x86_64 77/332 ", " Verifying : openssh-6.6.1p1-33.el7_3.x86_64 78/332 ", " Verifying : 1:quota-nls-4.01-14.el7.noarch 79/332 ", " Verifying : libndp-1.2-7.el7.x86_64 80/332 ", " Verifying : libcollection-0.6.2-27.el7.x86_64 81/332 ", " Verifying : hwdata-0.252-8.4.el7.x86_64 82/332 ", " Verifying : filesystem-3.2-21.el7.x86_64 83/332 ", " Verifying : libteam-1.25-4.el7.x86_64 84/332 ", " Verifying : binutils-2.25.1-22.base.el7.x86_64 85/332 ", " Verifying : file-5.11-33.el7.x86_64 86/332 ", " Verifying : grubby-8.28-18.el7.x86_64 87/332 ", " Verifying : libsepol-2.5-6.el7.x86_64 88/332 ", " Verifying : 32:bind-license-9.9.4-38.el7_3.1.noarch 89/332 ", " Verifying : python-perf-3.10.0-514.6.1.el7.x86_64 90/332 ", " Verifying : glib2-2.46.2-4.el7.x86_64 91/332 ", " Verifying : systemd-219-30.el7_3.6.x86_64 92/332 ", " Verifying : coreutils-8.22-18.el7.x86_64 93/332 ", " Verifying : libselinux-python-2.5-6.el7.x86_64 94/332 ", " Verifying : kbd-1.15.5-12.el7.x86_64 95/332 ", " Verifying : procps-ng-3.3.10-10.el7.x86_64 96/332 ", " Verifying : authconfig-6.2.8-14.el7.x86_64 97/332 ", " Verifying : libsoup-2.48.1-6.el7.x86_64 98/332 ", " Verifying : policycoreutils-2.5-11.el7_3.x86_64 99/332 ", " Verifying : 7:device-mapper-1.02.135-1.el7_3.2.x86_64 100/332 ", " Verifying : 1:dmidecode-3.0-2.el7.x86_64 101/332 ", " Verifying : libbasicobjects-0.1.1-27.el7.x86_64 102/332 ", " Verifying : selinux-policy-3.13.1-102.el7_3.13.noarch 103/332 ", " Verifying : yum-3.4.3-150.el7.centos.noarch 104/332 ", " Verifying : pam-1.1.8-18.el7.x86_64 105/332 ", " Verifying : iptables-1.4.21-17.el7.x86_64 106/332 ", " Verifying : pinentry-0.8.1-17.el7.x86_64 107/332 ", " Verifying : glibc-2.17-157.el7_3.1.x86_64 108/332 ", " Verifying : systemd-sysv-219-30.el7_3.6.x86_64 109/332 ", " Verifying : dracut-config-rescue-033-463.el7.x86_64 110/332 ", " Verifying : libgcc-4.8.5-11.el7.x86_64 111/332 ", " Verifying : python-pycurl-7.19.0-19.el7.x86_64 112/332 ", " Verifying : xz-libs-5.2.2-1.el7.x86_64 113/332 ", " Verifying : nss-tools-3.21.3-2.el7_3.x86_64 114/332 ", " Verifying : freetype-2.4.11-12.el7.x86_64 115/332 ", " Verifying : rpm-python-4.11.3-21.el7.x86_64 116/332 ", " Verifying : selinux-policy-targeted-3.13.1-102.el7_3.13.noarch 117/332 ", " Verifying : python-2.7.5-48.el7.x86_64 118/332 ", " Verifying : tuned-2.7.1-3.el7_3.1.noarch 119/332 ", " Verifying : 1:openssl-1.0.1e-60.el7.x86_64 120/332 ", " Verifying : libtirpc-0.2.4-0.8.el7.x86_64 121/332 ", " Verifying : tzdata-2016j-1.el7.noarch 122/332 ", " Verifying : expat-2.1.0-10.el7_3.x86_64 123/332 ", " Verifying : kexec-tools-2.0.7-50.el7.x86_64 124/332 ", " Verifying : libss-1.42.9-9.el7.x86_64 125/332 ", " Verifying : initscripts-9.49.37-1.el7.x86_64 126/332 ", " Verifying : mozjs17-17.0.0-19.el7.x86_64 127/332 ", " Verifying : 1:wpa_supplicant-2.0-20.el7.x86_64 128/332 ", " Verifying : nss-softokn-3.16.2.3-14.4.el7.x86_64 129/332 ", " Verifying : 1:nfs-utils-1.3.0-0.33.el7.x86_64 130/332 ", " Verifying : kbd-misc-1.15.5-12.el7.noarch 131/332 ", " Verifying : libselinux-utils-2.5-6.el7.x86_64 132/332 ", " Verifying : 1:dbus-libs-1.6.12-17.el7.x86_64 133/332 ", " Verifying : libuuid-2.23.2-33.el7.x86_64 134/332 ", " Verifying : 2:vim-minimal-7.4.160-1.el7_3.1.x86_64 135/332 ", " Verifying : teamd-1.25-4.el7.x86_64 136/332 ", " Verifying : glibc-common-2.17-157.el7_3.1.x86_64 137/332 ", " Verifying : krb5-libs-1.14.1-27.el7_3.x86_64 138/332 ", " Verifying : 12:dhclient-4.2.5-47.el7.centos.x86_64 139/332 ", " Verifying : setup-2.8.71-7.el7.noarch 140/332 ", " Verifying : 2:ethtool-4.5-3.el7.x86_64 141/332 ", " Verifying : libgcrypt-1.5.3-13.el7_3.1.x86_64 142/332 ", " Verifying : xfsprogs-4.5.0-9.el7_3.x86_64 143/332 ", " Verifying : parted-3.1-28.el7.x86_64 144/332 ", " Verifying : audit-2.6.5-3.el7.x86_64 145/332 ", " Verifying : libsemanage-2.5-5.1.el7_3.x86_64 146/332 ", " Verifying : openldap-2.4.40-13.el7.x86_64 147/332 ", " Verifying : xz-5.2.2-1.el7.x86_64 148/332 ", " Verifying : logrotate-3.8.6-12.el7.x86_64 149/332 ", " Verifying : libtevent-0.9.28-1.el7.x86_64 150/332 ", " Verifying : chkconfig-1.7.2-1.el7.x86_64 151/332 ", " Verifying : 1:mariadb-libs-5.5.52-1.el7.x86_64 152/332 ", " Verifying : rdma-7.3_4.7_rc2-5.el7.noarch 153/332 ", " Verifying : libstdc++-4.8.5-11.el7.x86_64 154/332 ", " Verifying : nss-util-3.21.3-1.1.el7_3.x86_64 155/332 ", " Verifying : libgudev1-219-30.el7_3.6.x86_64 156/332 ", " Verifying : 12:dhcp-libs-4.2.5-47.el7.centos.x86_64 157/332 ", " Verifying : GeoIP-1.5.0-11.el7.x86_64 158/332 ", " Verifying : libblkid-2.23.2-33.el7.x86_64 159/332 ", " Verifying : nss-3.21.3-2.el7_3.x86_64 160/332 ", " Verifying : libsemanage-python-2.5-5.1.el7_3.x86_64 161/332 ", " Verifying : rpm-build-libs-4.11.3-21.el7.x86_64 162/332 ", " Verifying : rpm-libs-4.11.3-21.el7.x86_64 163/332 ", " Verifying : e2fsprogs-1.42.9-9.el7.x86_64 164/332 ", " Verifying : libgomp-4.8.5-11.el7.x86_64 165/332 ", " Verifying : yum-utils-1.1.31-40.el7.noarch 166/332 ", " Verifying : nss-sysinit-3.21.3-2.el7_3.x86_64 167/332 ", " Verifying : elfutils-libelf-0.166-2.el7.x86_64 168/332 ", " Verifying : setools-libs-3.3.8-1.1.el7.x86_64 169/332 ", " Verifying : 2:tar-1.26-29.el7.x86_64 170/332 ", " Verifying : kbd-misc-1.15.5-11.el7.noarch 171/332 ", " Verifying : systemd-sysv-219-19.el7_2.12.x86_64 172/332 ", " Verifying : iproute-3.10.0-54.el7_2.1.x86_64 173/332 ", " Verifying : kexec-tools-2.0.7-38.el7_2.1.x86_64 174/332 ", " Verifying : gnupg2-2.0.22-3.el7.x86_64 175/332 ", " Verifying : libsemanage-python-2.1.10-18.el7.x86_64 176/332 ", " Verifying : xfsprogs-3.2.2-2.el7.x86_64 177/332 ", " Verifying : systemd-219-19.el7_2.12.x86_64 178/332 ", " Verifying : libproxy-0.4.11-8.el7.x86_64 179/332 ", " Verifying : setools-libs-3.3.7-46.el7.x86_64 180/332 ", " Verifying : 32:bind-license-9.9.4-29.el7_2.3.noarch 181/332 ", " Verifying : libteam-1.17-6.el7_2.x86_64 182/332 ", " Verifying : util-linux-2.23.2-26.el7_2.3.x86_64 183/332 ", " Verifying : libsoup-2.48.1-3.el7.x86_64 184/332 ", " Verifying : dracut-033-360.el7_2.1.x86_64 185/332 ", " Verifying : e2fsprogs-1.42.9-7.el7.x86_64 186/332 ", " Verifying : sudo-1.8.6p7-17.el7_2.x86_64 187/332 ", " Verifying : ca-certificates-2015.2.6-70.1.el7_2.noarch 188/332 ", " Verifying : libstdc++-4.8.5-4.el7.x86_64 189/332 ", " Verifying : 12:dhclient-4.2.5-42.el7.centos.x86_64 190/332 ", " Verifying : 3:irqbalance-1.0.7-5.el7.x86_64 191/332 ", " Verifying : 1:nfs-utils-1.3.0-0.21.el7_2.1.x86_64 192/332 ", " Verifying : authconfig-6.2.8-10.el7.x86_64 193/332 ", " Verifying : nss-util-3.21.0-2.2.el7_2.x86_64 194/332 ", " Verifying : 2:shadow-utils-4.1.5.1-18.el7.x86_64 195/332 ", " Verifying : 32:bind-libs-lite-9.9.4-29.el7_2.3.x86_64 196/332 ", " Verifying : kbd-1.15.5-11.el7.x86_64 197/332 ", " Verifying : xz-libs-5.1.2-12alpha.el7.x86_64 198/332 ", " Verifying : initscripts-9.49.30-1.el7_2.3.x86_64 199/332 ", " Verifying : libnfsidmap-0.25-12.el7.x86_64 200/332 ", " Verifying : iptables-1.4.21-16.el7.x86_64 201/332 ", " Verifying : libcollection-0.6.2-25.el7.x86_64 202/332 ", " Verifying : kernel-tools-3.10.0-327.28.3.el7.x86_64 203/332 ", " Verifying : libss-1.42.9-7.el7.x86_64 204/332 ", " Verifying : libselinux-python-2.2.2-6.el7.x86_64 205/332 ", " Verifying : libpath_utils-0.2.1-25.el7.x86_64 206/332 ", " Verifying : python-2.7.5-38.el7_2.x86_64 207/332 ", " Verifying : libgomp-4.8.5-4.el7.x86_64 208/332 ", " Verifying : rpm-libs-4.11.3-17.el7.x86_64 209/332 ", " Verifying : checkpolicy-2.1.12-6.el7.x86_64 210/332 ", " Verifying : 1:make-3.82-21.el7.x86_64 211/332 ", " Verifying : policycoreutils-2.2.5-20.el7.x86_64 212/332 ", " Verifying : audit-2.4.1-5.el7.x86_64 213/332 ", " Verifying : kbd-legacy-1.15.5-11.el7.noarch 214/332 ", " Verifying : kernel-tools-libs-3.10.0-327.28.3.el7.x86_64 215/332 ", " Verifying : libselinux-2.2.2-6.el7.x86_64 216/332 ", " Verifying : yum-plugin-fastestmirror-1.1.31-34.el7.noarch 217/332 ", " Verifying : libnl3-3.2.21-10.el7.x86_64 218/332 ", " Verifying : dracut-config-rescue-033-360.el7_2.1.x86_64 219/332 ", " Verifying : libuuid-2.23.2-26.el7_2.3.x86_64 220/332 ", " Verifying : virt-what-1.13-6.el7.x86_64 221/332 ", " Verifying : libtasn1-3.8-2.el7.x86_64 222/332 ", " Verifying : xz-5.1.2-12alpha.el7.x86_64 223/332 ", " Verifying : 1:grub2-2.02-0.34.el7.centos.x86_64 224/332 ", " Verifying : coreutils-8.22-15.el7_2.1.x86_64 225/332 ", " Verifying : tzdata-2016f-1.el7.noarch 226/332 ", " Verifying : python-urlgrabber-3.10-7.el7.noarch 227/332 ", " Verifying : 1:mariadb-libs-5.5.50-1.el7_2.x86_64 228/332 ", " Verifying : teamd-1.17-6.el7_2.x86_64 229/332 ", " Verifying : openssh-6.6.1p1-25.el7_2.x86_64 230/332 ", " Verifying : elfutils-libelf-0.163-3.el7.x86_64 231/332 ", " Verifying : libini_config-1.2.0-25.el7.x86_64 232/332 ", " Verifying : 7:device-mapper-1.02.107-5.el7_2.5.x86_64 233/332 ", " Verifying : libsemanage-2.1.10-18.el7.x86_64 234/332 ", " Verifying : 7:device-mapper-libs-1.02.107-5.el7_2.5.x86_64 235/332 ", " Verifying : libtirpc-0.2.4-0.6.el7.x86_64 236/332 ", " Verifying : 2:microcode_ctl-2.1-12.el7_2.1.x86_64 237/332 ", " Verifying : cryptsetup-libs-1.6.7-1.el7.x86_64 238/332 ", " Verifying : rpcbind-0.2.0-33.el7_2.1.x86_64 239/332 ", " Verifying : pam-1.1.8-12.el7_1.1.x86_64 240/332 ", " Verifying : python-libs-2.7.5-38.el7_2.x86_64 241/332 ", " Verifying : nettle-2.7.1-4.el7.x86_64 242/332 ", " Verifying : openldap-2.4.40-9.el7_2.x86_64 243/332 ", " Verifying : iwl7265-firmware-22.0.7.0-43.el7.noarch 244/332 ", " Verifying : libselinux-utils-2.2.2-6.el7.x86_64 245/332 ", " Verifying : parted-3.1-23.el7.x86_64 246/332 ", " Verifying : tuned-2.5.1-4.el7_2.3.noarch 247/332 ", " Verifying : nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64 248/332 ", " Verifying : glibc-2.17-106.el7_2.8.x86_64 249/332 ", " Verifying : libref_array-0.1.5-25.el7.x86_64 250/332 ", " Verifying : os-prober-1.58-5.el7.x86_64 251/332 ", " Verifying : krb5-libs-1.13.2-12.el7_2.x86_64 252/332 ", " Verifying : binutils-2.23.52.0.1-55.el7.x86_64 253/332 ", " Verifying : bash-4.2.46-20.el7_2.x86_64 254/332 ", " Verifying : glib2-2.42.2-5.el7.x86_64 255/332 ", " Verifying : yum-3.4.3-132.el7.centos.0.1.noarch 256/332 ", " Verifying : rpm-python-4.11.3-17.el7.x86_64 257/332 ", " Verifying : elfutils-libs-0.163-3.el7.x86_64 258/332 ", " Verifying : 2:vim-minimal-7.4.160-1.el7.x86_64 259/332 ", " Verifying : 1:openssl-libs-1.0.1e-51.el7_2.5.x86_64 260/332 ", " Verifying : logrotate-3.8.6-7.el7_2.x86_64 261/332 ", " Verifying : dracut-config-generic-033-360.el7_2.1.x86_64 262/332 ", " Verifying : libbasicobjects-0.1.1-25.el7.x86_64 263/332 ", " Verifying : 12:dhcp-common-4.2.5-42.el7.centos.x86_64 264/332 ", " Verifying : nss-tools-3.21.0-9.el7_2.x86_64 265/332 ", " Verifying : file-5.11-31.el7.x86_64 266/332 ", " Verifying : grubby-8.28-17.el7.x86_64 267/332 ", " Verifying : selinux-policy-3.13.1-60.el7_2.7.noarch 268/332 ", " Verifying : chkconfig-1.3.61-5.el7_2.1.x86_64 269/332 ", " Verifying : procps-ng-3.3.10-5.el7_2.x86_64 270/332 ", " Verifying : glibc-common-2.17-106.el7_2.8.x86_64 271/332 ", " Verifying : openssh-clients-6.6.1p1-25.el7_2.x86_64 272/332 ", " Verifying : libblkid-2.23.2-26.el7_2.3.x86_64 273/332 ", " Verifying : chrony-2.1.1-1.el7.centos.x86_64 274/332 ", " Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 275/332 ", " Verifying : 1:wpa_supplicant-2.0-17.el7_1.x86_64 276/332 ", " Verifying : nss-sysinit-3.21.0-9.el7_2.x86_64 277/332 ", " Verifying : centos-release-7-2.1511.el7.centos.2.10.x86_64 278/332 ", " Verifying : 1:quota-nls-4.01-11.el7_2.1.noarch 279/332 ", " Verifying : 12:dhcp-libs-4.2.5-42.el7.centos.x86_64 280/332 ", " Verifying : rpm-4.11.3-17.el7.x86_64 281/332 ", " Verifying : gnutls-3.3.8-14.el7_2.x86_64 282/332 ", " Verifying : btrfs-progs-3.19.1-1.el7.x86_64 283/332 ", " Verifying : libtevent-0.9.26-1.el7_2.1.x86_64 284/332 ", " Verifying : libsepol-2.1.9-3.el7.x86_64 285/332 ", " Verifying : audit-libs-python-2.4.1-5.el7.x86_64 286/332 ", " Verifying : libtalloc-2.1.5-1.el7_2.x86_64 287/332 ", " Verifying : lua-5.1.4-14.el7.x86_64 288/332 ", " Verifying : expat-2.1.0-8.el7.x86_64 289/332 ", " Verifying : audit-libs-2.4.1-5.el7.x86_64 290/332 ", " Verifying : yum-utils-1.1.31-34.el7.noarch 291/332 ", " Verifying : selinux-policy-targeted-3.13.1-60.el7_2.7.noarch 292/332 ", " Verifying : 1:grub2-tools-2.02-0.34.el7.centos.x86_64 293/332 ", " Verifying : pciutils-libs-3.2.1-4.el7.x86_64 294/332 ", " Verifying : systemd-libs-219-19.el7_2.12.x86_64 295/332 ", " Verifying : rpm-build-libs-4.11.3-17.el7.x86_64 296/332 ", " Verifying : policycoreutils-python-2.2.5-20.el7.x86_64 297/332 ", " Verifying : libffi-3.0.13-16.el7.x86_64 298/332 ", " Verifying : filesystem-3.2-20.el7.x86_64 299/332 ", " Verifying : libnl3-cli-3.2.21-10.el7.x86_64 300/332 ", " Verifying : 1:openssl-1.0.1e-51.el7_2.5.x86_64 301/332 ", " Verifying : gssproxy-0.4.1-8.el7_2.x86_64 302/332 ", " Verifying : dracut-network-033-360.el7_2.1.x86_64 303/332 ", " Verifying : openssh-server-6.6.1p1-25.el7_2.x86_64 304/332 ", " Verifying : nss-softokn-3.16.2.3-14.2.el7_2.x86_64 305/332 ", " Verifying : freetype-2.4.11-11.el7.x86_64 306/332 ", " Verifying : setup-2.8.71-6.el7.noarch 307/332 ", " Verifying : nss-3.21.0-9.el7_2.x86_64 308/332 ", " Verifying : file-libs-5.11-31.el7.x86_64 309/332 ", " Verifying : kmod-20-5.el7.x86_64 310/332 ", " Verifying : pinentry-0.8.1-14.el7.x86_64 311/332 ", " Verifying : kmod-libs-20-5.el7.x86_64 312/332 ", " Verifying : 2:ethtool-3.15-2.el7.x86_64 313/332 ", " Verifying : zlib-1.2.7-15.el7.x86_64 314/332 ", " Verifying : kpartx-0.4.9-85.el7_2.5.x86_64 315/332 ", " Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 316/332 ", " Verifying : polkit-0.112-7.el7_2.x86_64 317/332 ", " Verifying : 1:quota-4.01-11.el7_2.1.x86_64 318/332 ", " Verifying : libndp-1.2-6.el7_2.x86_64 319/332 ", " Verifying : libcgroup-0.41-8.el7.x86_64 320/332 ", " Verifying : rdma-7.2_4.1_rc6-2.el7.noarch 321/332 ", " Verifying : python-perf-3.10.0-327.28.3.el7.x86_64 322/332 ", " Verifying : 1:dbus-1.6.12-14.el7_2.x86_64 323/332 ", " Verifying : mozjs17-17.0.0-12.el7.x86_64 324/332 ", " Verifying : dnsmasq-2.66-14.el7_1.x86_64 325/332 ", " Verifying : python-pycurl-7.19.0-17.el7.x86_64 326/332 ", " Verifying : libgcc-4.8.5-4.el7.x86_64 327/332 ", " Verifying : libcom_err-1.42.9-7.el7.x86_64 328/332 ", " Verifying : 1:dmidecode-2.12-9.el7.x86_64 329/332 ", " Verifying : 1:dbus-libs-1.6.12-14.el7_2.x86_64 330/332 ", " Verifying : libgudev1-219-19.el7_2.12.x86_64 331/332 ", " Verifying : libmount-2.23.2-26.el7_2.3.x86_64 332/332 ", "", "Installed:", " kernel.x86_64 0:3.10.0-514.6.1.el7 ", "", "Dependency Installed:", " GeoIP.x86_64 0:1.5.0-11.el7 ", " hwdata.x86_64 0:0.252-8.4.el7 ", " libxml2-python.x86_64 0:2.9.1-6.el7_2.3 ", " linux-firmware.noarch 0:20160830-49.git7534e19.el7 ", " pciutils.x86_64 0:3.5.1-1.el7 ", "", "Updated:", " audit.x86_64 0:2.6.5-3.el7 ", " audit-libs.x86_64 0:2.6.5-3.el7 ", " audit-libs-python.x86_64 0:2.6.5-3.el7 ", " authconfig.x86_64 0:6.2.8-14.el7 ", " bash.x86_64 0:4.2.46-21.el7_3 ", " bind-libs-lite.x86_64 32:9.9.4-38.el7_3.1 ", " bind-license.noarch 32:9.9.4-38.el7_3.1 ", " binutils.x86_64 0:2.25.1-22.base.el7 ", " btrfs-progs.x86_64 0:4.4.1-1.el7 ", " ca-certificates.noarch 0:2015.2.6-73.el7 ", " centos-release.x86_64 0:7-3.1611.el7.centos ", " checkpolicy.x86_64 0:2.5-4.el7 ", " chkconfig.x86_64 0:1.7.2-1.el7 ", " chrony.x86_64 0:2.1.1-4.el7.centos ", " coreutils.x86_64 0:8.22-18.el7 ", " cryptsetup-libs.x86_64 0:1.7.2-1.el7 ", " dbus.x86_64 1:1.6.12-17.el7 ", " dbus-libs.x86_64 1:1.6.12-17.el7 ", " device-mapper.x86_64 7:1.02.135-1.el7_3.2 ", " device-mapper-libs.x86_64 7:1.02.135-1.el7_3.2 ", " dhclient.x86_64 12:4.2.5-47.el7.centos ", " dhcp-common.x86_64 12:4.2.5-47.el7.centos ", " dhcp-libs.x86_64 12:4.2.5-47.el7.centos ", " dmidecode.x86_64 1:3.0-2.el7 ", " dnsmasq.x86_64 0:2.66-21.el7 ", " dracut.x86_64 0:033-463.el7 ", " dracut-config-generic.x86_64 0:033-463.el7 ", " dracut-config-rescue.x86_64 0:033-463.el7 ", " dracut-network.x86_64 0:033-463.el7 ", " e2fsprogs.x86_64 0:1.42.9-9.el7 ", " e2fsprogs-libs.x86_64 0:1.42.9-9.el7 ", " elfutils-libelf.x86_64 0:0.166-2.el7 ", " elfutils-libs.x86_64 0:0.166-2.el7 ", " ethtool.x86_64 2:4.5-3.el7 ", " expat.x86_64 0:2.1.0-10.el7_3 ", " file.x86_64 0:5.11-33.el7 ", " file-libs.x86_64 0:5.11-33.el7 ", " filesystem.x86_64 0:3.2-21.el7 ", " freetype.x86_64 0:2.4.11-12.el7 ", " glib2.x86_64 0:2.46.2-4.el7 ", " glibc.x86_64 0:2.17-157.el7_3.1 ", " glibc-common.x86_64 0:2.17-157.el7_3.1 ", " gnupg2.x86_64 0:2.0.22-4.el7 ", " gnutls.x86_64 0:3.3.24-1.el7 ", " grub2.x86_64 1:2.02-0.44.el7.centos ", " grub2-tools.x86_64 1:2.02-0.44.el7.centos ", " grubby.x86_64 0:8.28-18.el7 ", " gssproxy.x86_64 0:0.4.1-13.el7 ", " initscripts.x86_64 0:9.49.37-1.el7 ", " iproute.x86_64 0:3.10.0-74.el7 ", " iptables.x86_64 0:1.4.21-17.el7 ", " irqbalance.x86_64 3:1.0.7-6.el7 ", " iwl7265-firmware.noarch 0:22.0.7.0-49.el7 ", " kbd.x86_64 0:1.15.5-12.el7 ", " kbd-legacy.noarch 0:1.15.5-12.el7 ", " kbd-misc.noarch 0:1.15.5-12.el7 ", " kernel-tools.x86_64 0:3.10.0-514.6.1.el7 ", " kernel-tools-libs.x86_64 0:3.10.0-514.6.1.el7 ", " kexec-tools.x86_64 0:2.0.7-50.el7 ", " kmod.x86_64 0:20-9.el7 ", " kmod-libs.x86_64 0:20-9.el7 ", " kpartx.x86_64 0:0.4.9-99.el7_3.1 ", " krb5-libs.x86_64 0:1.14.1-27.el7_3 ", " libbasicobjects.x86_64 0:0.1.1-27.el7 ", " libblkid.x86_64 0:2.23.2-33.el7 ", " libcgroup.x86_64 0:0.41-11.el7 ", " libcollection.x86_64 0:0.6.2-27.el7 ", " libcom_err.x86_64 0:1.42.9-9.el7 ", " libffi.x86_64 0:3.0.13-18.el7 ", " libgcc.x86_64 0:4.8.5-11.el7 ", " libgcrypt.x86_64 0:1.5.3-13.el7_3.1 ", " libgomp.x86_64 0:4.8.5-11.el7 ", " libgudev1.x86_64 0:219-30.el7_3.6 ", " libini_config.x86_64 0:1.3.0-27.el7 ", " libmount.x86_64 0:2.23.2-33.el7 ", " libndp.x86_64 0:1.2-7.el7 ", " libnfsidmap.x86_64 0:0.25-15.el7 ", " libnl3.x86_64 0:3.2.28-3.el7_3 ", " libnl3-cli.x86_64 0:3.2.28-3.el7_3 ", " libpath_utils.x86_64 0:0.2.1-27.el7 ", " libproxy.x86_64 0:0.4.11-10.el7 ", " libref_array.x86_64 0:0.1.5-27.el7 ", " libselinux.x86_64 0:2.5-6.el7 ", " libselinux-python.x86_64 0:2.5-6.el7 ", " libselinux-utils.x86_64 0:2.5-6.el7 ", " libsemanage.x86_64 0:2.5-5.1.el7_3 ", " libsemanage-python.x86_64 0:2.5-5.1.el7_3 ", " libsepol.x86_64 0:2.5-6.el7 ", " libsoup.x86_64 0:2.48.1-6.el7 ", " libss.x86_64 0:1.42.9-9.el7 ", " libstdc++.x86_64 0:4.8.5-11.el7 ", " libtalloc.x86_64 0:2.1.6-1.el7 ", " libtasn1.x86_64 0:3.8-3.el7 ", " libteam.x86_64 0:1.25-4.el7 ", " libtevent.x86_64 0:0.9.28-1.el7 ", " libtirpc.x86_64 0:0.2.4-0.8.el7 ", " libuuid.x86_64 0:2.23.2-33.el7 ", " logrotate.x86_64 0:3.8.6-12.el7 ", " lua.x86_64 0:5.1.4-15.el7 ", " make.x86_64 1:3.82-23.el7 ", " mariadb-libs.x86_64 1:5.5.52-1.el7 ", " microcode_ctl.x86_64 2:2.1-16.1.el7_3 ", " mozjs17.x86_64 0:17.0.0-19.el7 ", " nettle.x86_64 0:2.7.1-8.el7 ", " nfs-utils.x86_64 1:1.3.0-0.33.el7 ", " nss.x86_64 0:3.21.3-2.el7_3 ", " nss-softokn.x86_64 0:3.16.2.3-14.4.el7 ", " nss-softokn-freebl.x86_64 0:3.16.2.3-14.4.el7 ", " nss-sysinit.x86_64 0:3.21.3-2.el7_3 ", " nss-tools.x86_64 0:3.21.3-2.el7_3 ", " nss-util.x86_64 0:3.21.3-1.1.el7_3 ", " openldap.x86_64 0:2.4.40-13.el7 ", " openssh.x86_64 0:6.6.1p1-33.el7_3 ", " openssh-clients.x86_64 0:6.6.1p1-33.el7_3 ", " openssh-server.x86_64 0:6.6.1p1-33.el7_3 ", " openssl.x86_64 1:1.0.1e-60.el7 ", " openssl-libs.x86_64 1:1.0.1e-60.el7 ", " os-prober.x86_64 0:1.58-9.el7 ", " pam.x86_64 0:1.1.8-18.el7 ", " parted.x86_64 0:3.1-28.el7 ", " pciutils-libs.x86_64 0:3.5.1-1.el7 ", " pinentry.x86_64 0:0.8.1-17.el7 ", " policycoreutils.x86_64 0:2.5-11.el7_3 ", " policycoreutils-python.x86_64 0:2.5-11.el7_3 ", " polkit.x86_64 0:0.112-9.el7 ", " procps-ng.x86_64 0:3.3.10-10.el7 ", " python.x86_64 0:2.7.5-48.el7 ", " python-libs.x86_64 0:2.7.5-48.el7 ", " python-perf.x86_64 0:3.10.0-514.6.1.el7 ", " python-pycurl.x86_64 0:7.19.0-19.el7 ", " python-urlgrabber.noarch 0:3.10-8.el7 ", " quota.x86_64 1:4.01-14.el7 ", " quota-nls.noarch 1:4.01-14.el7 ", " rdma.noarch 0:7.3_4.7_rc2-5.el7 ", " rpcbind.x86_64 0:0.2.0-38.el7 ", " rpm.x86_64 0:4.11.3-21.el7 ", " rpm-build-libs.x86_64 0:4.11.3-21.el7 ", " rpm-libs.x86_64 0:4.11.3-21.el7 ", " rpm-python.x86_64 0:4.11.3-21.el7 ", " selinux-policy.noarch 0:3.13.1-102.el7_3.13 ", " selinux-policy-targeted.noarch 0:3.13.1-102.el7_3.13 ", " setools-libs.x86_64 0:3.3.8-1.1.el7 ", " setup.noarch 0:2.8.71-7.el7 ", " shadow-utils.x86_64 2:4.1.5.1-24.el7 ", " sudo.x86_64 0:1.8.6p7-21.el7_3 ", " systemd.x86_64 0:219-30.el7_3.6 ", " systemd-libs.x86_64 0:219-30.el7_3.6 ", " systemd-sysv.x86_64 0:219-30.el7_3.6 ", " tar.x86_64 2:1.26-31.el7 ", " teamd.x86_64 0:1.25-4.el7 ", " tuned.noarch 0:2.7.1-3.el7_3.1 ", " tzdata.noarch 0:2016j-1.el7 ", " util-linux.x86_64 0:2.23.2-33.el7 ", " vim-minimal.x86_64 2:7.4.160-1.el7_3.1 ", " virt-what.x86_64 0:1.13-8.el7 ", " wpa_supplicant.x86_64 1:2.0-20.el7 ", " xfsprogs.x86_64 0:4.5.0-9.el7_3 ", " xz.x86_64 0:5.2.2-1.el7 ", " xz-libs.x86_64 0:5.2.2-1.el7 ", " yum.noarch 0:3.4.3-150.el7.centos ", " yum-plugin-fastestmirror.noarch 0:1.1.31-40.el7 ", " yum-utils.noarch 0:1.1.31-40.el7 ", " zlib.x86_64 0:1.2.7-17.el7 ", "", "Complete!", "installing dhcp-client from simple-init", "installing net-tools from simple-init", "installing ifupdown from simple-init", "installing dhcp-client from simple-init", "installing net-tools from simple-init", "installing ifupdown from simple-init", "installing growpart from growroot", "installing e2fsprogs from growroot", "installing growpart from growroot", "installing e2fsprogs from growroot", "installing git from source-repositories", "installing git from source-repositories", "installing rsync from install-static", "installing rsync from install-static", "installing openssh-server from openssh-server", "installing openssh-server from openssh-server", "installing ccache_package from base", "installing ccache_package from base", "installing bridge-utils from infra-cloud-bridge", "installing net-tools from infra-cloud-bridge", "installing tcpdump from redhat-common", "installing traceroute from redhat-common", "installing lsof from redhat-common", "installing which from redhat-common", "installing tcpdump from redhat-common", "installing traceroute from redhat-common", "installing lsof from redhat-common", "installing which from redhat-common", "installing openssh-client from runtime-ssh-host-keys", "installing openssh-client from runtime-ssh-host-keys", "installing python-dev from pip-and-virtualenv", "installing python-dev from pip-and-virtualenv", "Running command: ['install-packages', u'', u'dhclient', u'rsync', u'git', u'traceroute', u'which', u'openssh-server', u'lsof', u'e2fsprogs', u'ccache', u'net-tools', u'openssh', u'cloud-utils-growpart', u'bridge-utils', u'tcpdump', u'python-dev']", "> The package is not available and will not be installed", "> Running install-packages install. Package list: dhclient", "> rsync", "> git", "> traceroute", "> which", "> openssh-server", "> lsof", "> e2fsprogs", "> ccache", "> net-tools", "> openssh", "> cloud-utils-growpart", "> bridge-utils", "> tcpdump", "> python-devel", "> Loading \"fastestmirror\" plugin", "> Config time: 0.007", "> Yum version: 3.4.3", "> rpmdb time: 0.000", "> Setting up Package Sacks", "> Loading mirror speeds from cached hostfile", "> * base: mirror.supremebytes.com", "> * extras: mirror.tocici.com", "> * updates: mirror.pac-12.org", "> pkgsack time: 0.237", "> Obs Init time: 0.107", "> Package 12:dhclient-4.2.5-47.el7.centos.x86_64 already installed and latest version", "> Package rsync-3.0.9-17.el7.x86_64 already installed and latest version", "> Package which-2.20-7.el7.x86_64 already installed and latest version", "> Package openssh-server-6.6.1p1-33.el7_3.x86_64 already installed and latest version", "> Package e2fsprogs-1.42.9-9.el7.x86_64 already installed and latest version", "> Checking for virtual provide or file-provide for ccache", "> No package ccache available.", "> Package net-tools-2.0-0.17.20131004git.el7.x86_64 already installed and latest version", "> Package openssh-6.6.1p1-33.el7_3.x86_64 already installed and latest version", "> Package cloud-utils-growpart-0.27-20.el7.centos.x86_64 already installed and latest version", "> Package bridge-utils-1.5-9.el7.x86_64 already installed and latest version", "> Resolving Dependencies", "> --> Running transaction check", "> ---> Package git.x86_64 0:1.8.3.1-6.el7_2.1 will be installed", "> Checking deps for git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl-Git', 'EQ', ('0', '1.8.3.1', '6.el7_2.1')) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('zlib', 'GE', ('0', '1.2', None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('rsync', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(warnings)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(vars)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(strict)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(lib)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Term::ReadKey)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Git)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Getopt::Long)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::stat)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::Temp)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::Spec)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::Path)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::Find)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::Copy)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(File::Basename)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Error)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('openssh-clients', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libz.so.1(ZLIB_1.2.0)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libssl.so.10(libssl.so.10)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libc.so.6(GLIBC_2.16)(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('less', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('/usr/bin/python', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('/usr/bin/perl', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('/bin/sh', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('/bin/bash', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libz.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libssl.so.10()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libpcre.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libgnome-keyring.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libglib-2.0.so.0()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libexpat.so.1()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libcurl.so.4()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl-Git = 1.8.3.1-6.el7_2.1", "> --> 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", "> Searching pkgSack for dep: perl-Git", "> Building updates object", "> up:simple updates time: 0.004", "> up:obs time: 0.002", "> up:condense time: 0.000", "> updates time: 0.087", "> TSINFO: Marking perl-Git-1.8.3.1-6.el7_2.1.noarch as install for git-1.8.3.1-6.el7_2.1.x86_64", "> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl(Term::ReadKey)", "> --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7_2.1.x86_64", "> Searching pkgSack for dep: perl(Term::ReadKey)", "> TSINFO: Marking perl-TermReadKey-2.30-20.el7.x86_64 as install for git-1.8.3.1-6.el7_2.1.x86_64", "> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl(Git)", "> --> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7_2.1.x86_64", "> Searching pkgSack for dep: perl(Git)", "> perl-Git-1.8.3.1-6.el7_2.1.noarch already in ts, skipping this one", "> git-1.8.3.1-6.el7_2.1.x86_64 requires: perl(Error)", "> --> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7_2.1.x86_64", "> Searching pkgSack for dep: perl(Error)", "> TSINFO: Marking 1:perl-Error-0.17020-2.el7.noarch as install for git-1.8.3.1-6.el7_2.1.x86_64", "> git-1.8.3.1-6.el7_2.1.x86_64 requires: libgnome-keyring.so.0()(64bit)", "> --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7_2.1.x86_64", "> Searching pkgSack for dep: libgnome-keyring.so.0()(64bit)", "> TSINFO: Marking libgnome-keyring-3.8.0-3.el7.x86_64 as install for git-1.8.3.1-6.el7_2.1.x86_64", "> ---> Package lsof.x86_64 0:4.87-4.el7 will be installed", "> Checking deps for lsof.x86_64 0:4.87-4.el7 - u", "> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-4.el7 - u", "> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-4.el7 - u", "> looking for ('libselinux.so.1()(64bit)', None, (None, None, None)) as a requirement of lsof.x86_64 0:4.87-4.el7 - u", "> ---> Package python-devel.x86_64 0:2.7.5-48.el7 will be installed", "> Checking deps for python-devel.x86_64 0:2.7.5-48.el7 - u", "> looking for ('python(x86-64)', 'EQ', ('0', '2.7.5', '48.el7')) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u", "> looking for ('pkgconfig', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u", "> looking for ('/usr/bin/python2.7', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u", "> looking for ('/usr/bin/pkg-config', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u", "> looking for ('/bin/sh', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u", "> looking for ('libpython2.7.so.1.0()(64bit)', None, (None, None, None)) as a requirement of python-devel.x86_64 0:2.7.5-48.el7 - u", "> ---> Package tcpdump.x86_64 14:4.5.1-3.el7 will be installed", "> Checking deps for tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('shadow-utils', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('libcrypto.so.10(libcrypto.so.10)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('/bin/sh', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('libpcap.so.1()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> looking for ('libcrypto.so.10()(64bit)', None, (None, None, None)) as a requirement of tcpdump.x86_64 14:4.5.1-3.el7 - u", "> ---> Package traceroute.x86_64 3:2.0.22-2.el7 will be installed", "> Checking deps for traceroute.x86_64 3:2.0.22-2.el7 - u", "> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u", "> looking for ('libm.so.6(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u", "> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u", "> looking for ('/bin/sh', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u", "> looking for ('libm.so.6()(64bit)', None, (None, None, None)) as a requirement of traceroute.x86_64 3:2.0.22-2.el7 - u", "> --> Running transaction check", "> ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed", "> Checking deps for libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libgcrypt.so.11(GCRYPT_1.2)(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libc.so.6(GLIBC_2.14)(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libgobject-2.0.so.0()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libglib-2.0.so.0()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libgcrypt.so.11()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> looking for ('libdbus-1.so.3()(64bit)', None, (None, None, None)) as a requirement of libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed", "> Checking deps for perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl', 'GE', ('0', '5.004', None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(vars)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(overload)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(Scalar::Util)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Error.noarch 1:0.17020-2.el7 - u", "> ---> Package perl-Git.noarch 0:1.8.3.1-6.el7_2.1 will be installed", "> Checking deps for perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('git', 'EQ', ('0', '1.8.3.1', '6.el7_2.1')) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl', 'GE', ('0', '5.008', None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(warnings)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(strict)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Time::Local)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(IPC::Open2)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Fcntl)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Error)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Cwd)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed", "> Checking deps for perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('perl(Exporter)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('perl(DynaLoader)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('perl(Carp)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('perl(AutoLoader)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('perl(:MODULE_COMPAT_5.16.3)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> looking for ('libc.so.6(GLIBC_2.15)(64bit)', None, (None, None, None)) as a requirement of perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> --> Finished Dependency Resolution", "> Dependency Process ending", "> Depsolve time: 0.547", "> ", "> Dependencies Resolved", "> ", "> ================================================================================", "> Package Arch Version Repository Size", "> ================================================================================", "> Installing:", "> git x86_64 1.8.3.1-6.el7_2.1 base 4.4 M", "> lsof x86_64 4.87-4.el7 base 331 k", "> python-devel x86_64 2.7.5-48.el7 base 393 k", "> tcpdump x86_64 14:4.5.1-3.el7 base 387 k", "> traceroute x86_64 3:2.0.22-2.el7 base 59 k", "> Installing for dependencies:", "> libgnome-keyring x86_64 3.8.0-3.el7 base 109 k", "> perl-Error noarch 1:0.17020-2.el7 base 32 k", "> perl-Git noarch 1.8.3.1-6.el7_2.1 base 53 k", "> perl-TermReadKey x86_64 2.30-20.el7 base 31 k", "> ", "> Transaction Summary", "> ================================================================================", "> Install 5 Packages (+4 Dependent packages)", "> ", "> Total size: 5.7 M", "> Installed size: 26 M", "> Downloading packages:", "> using local copy of 1:perl-Error-0.17020-2.el7.noarch", "> using local copy of 3:traceroute-2.0.22-2.el7.x86_64", "> using local copy of perl-TermReadKey-2.30-20.el7.x86_64", "> using local copy of perl-Git-1.8.3.1-6.el7_2.1.noarch", "> using local copy of lsof-4.87-4.el7.x86_64", "> using local copy of 14:tcpdump-4.5.1-3.el7.x86_64", "> using local copy of git-1.8.3.1-6.el7_2.1.x86_64", "> using local copy of libgnome-keyring-3.8.0-3.el7.x86_64", "> using local copy of python-devel-2.7.5-48.el7.x86_64", "> Member: perl-Error.noarch 1:0.17020-2.el7 - u", "> Adding Package 1:perl-Error-0.17020-2.el7.noarch in mode u", "> Member: traceroute.x86_64 3:2.0.22-2.el7 - u", "> Adding Package 3:traceroute-2.0.22-2.el7.x86_64 in mode u", "> Member: perl-TermReadKey.x86_64 0:2.30-20.el7 - u", "> Adding Package perl-TermReadKey-2.30-20.el7.x86_64 in mode u", "> Member: perl-Git.noarch 0:1.8.3.1-6.el7_2.1 - u", "> Adding Package perl-Git-1.8.3.1-6.el7_2.1.noarch in mode u", "> Member: lsof.x86_64 0:4.87-4.el7 - u", "> Adding Package lsof-4.87-4.el7.x86_64 in mode u", "> Member: tcpdump.x86_64 14:4.5.1-3.el7 - u", "> Adding Package 14:tcpdump-4.5.1-3.el7.x86_64 in mode u", "> Member: git.x86_64 0:1.8.3.1-6.el7_2.1 - u", "> Adding Package git-1.8.3.1-6.el7_2.1.x86_64 in mode u", "> Member: libgnome-keyring.x86_64 0:3.8.0-3.el7 - u", "> Adding Package libgnome-keyring-3.8.0-3.el7.x86_64 in mode u", "> Member: python-devel.x86_64 0:2.7.5-48.el7 - u", "> Adding Package python-devel-2.7.5-48.el7.x86_64 in mode u", "> Running transaction check", "> Transaction check time: 0.032", "> Running transaction test", "> Transaction test succeeded", "> Transaction test time: 0.032", "> Running transaction", "> Installing : 1:perl-Error-0.17020-2.el7.noarch 1/9", "> Installing : libgnome-keyring-3.8.0-3.el7.x86_64 2/9", "> Installing : perl-TermReadKey-2.30-20.el7.x86_64 3/9", "> Installing : perl-Git-1.8.3.1-6.el7_2.1.noarch 4/9", "> Installing : git-1.8.3.1-6.el7_2.1.x86_64 5/9", "> Installing : python-devel-2.7.5-48.el7.x86_64 6/9", "> Installing : 14:tcpdump-4.5.1-3.el7.x86_64 7/9", "> Installing : lsof-4.87-4.el7.x86_64 8/9", "> Installing : 3:traceroute-2.0.22-2.el7.x86_64 9/9", "> Verifying : 1:perl-Error-0.17020-2.el7.noarch 1/9", "> Verifying : 3:traceroute-2.0.22-2.el7.x86_64 2/9", "> Verifying : perl-TermReadKey-2.30-20.el7.x86_64 3/9", "> Verifying : perl-Git-1.8.3.1-6.el7_2.1.noarch 4/9", "> Verifying : lsof-4.87-4.el7.x86_64 5/9", "> Verifying : 14:tcpdump-4.5.1-3.el7.x86_64 6/9", "> Verifying : git-1.8.3.1-6.el7_2.1.x86_64 7/9", "> Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 8/9", "> Verifying : python-devel-2.7.5-48.el7.x86_64 9/9", "> VerifyTransaction time: 0.091", "> Transaction time: 1.094", "> ", "> Installed:", "> git.x86_64 0:1.8.3.1-6.el7_2.1 lsof.x86_64 0:4.87-4.el7", "> python-devel.x86_64 0:2.7.5-48.el7 tcpdump.x86_64 14:4.5.1-3.el7", "> traceroute.x86_64 3:2.0.22-2.el7", "> ", "> Dependency Installed:", "> libgnome-keyring.x86_64 0:3.8.0-3.el7 perl-Error.noarch 1:0.17020-2.el7", "> perl-Git.noarch 0:1.8.3.1-6.el7_2.1 perl-TermReadKey.x86_64 0:2.30-20.el7", "> ", "> Complete!", "> -- done", "Loaded plugins: fastestmirror", "Loading mirror speeds from cached hostfile", " * base: mirror.supremebytes.com", " * extras: mirror.tocici.com", " * updates: mirror.pac-12.org", "No package python-pip available.", "Package python-setuptools-0.9.8-4.el7.noarch already installed and latest version", "Resolving Dependencies", "--> Running transaction check", "---> Package python-virtualenv.noarch 0:1.10.1-3.el7 will be installed", "--> Finished Dependency Resolution", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Installing:", " python-virtualenv noarch 1.10.1-3.el7 base 1.2 M", "", "Transaction Summary", "================================================================================", "Install 1 Package", "", "Total size: 1.2 M", "Installed size: 1.6 M", "Downloading packages:", "Running transaction check", "Running transaction test", "Transaction test succeeded", "Running transaction", " Installing : python-virtualenv-1.10.1-3.el7.noarch 1/1 ", " Verifying : python-virtualenv-1.10.1-3.el7.noarch 1/1 ", "", "Installed:", " python-virtualenv.noarch 0:1.10.1-3.el7 ", "", "Complete!", "Collecting pip", " Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)", "Collecting wheel", " Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)", "Installing collected packages: pip, wheel", "Successfully installed pip-9.0.1 wheel-0.29.0", "Collecting setuptools", " Downloading setuptools-34.0.2-py2.py3-none-any.whl (387kB)", "Collecting six>=1.10.0 (from setuptools)", " Downloading six-1.10.0-py2.py3-none-any.whl", "Collecting appdirs>=1.4.0 (from setuptools)", " Downloading appdirs-1.4.0-py2.py3-none-any.whl", "Collecting packaging>=16.8 (from setuptools)", " Downloading packaging-16.8-py2.py3-none-any.whl", "Collecting pyparsing (from packaging>=16.8->setuptools)", " Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)", "Installing collected packages: six, appdirs, pyparsing, packaging, setuptools", " Found existing installation: six 1.9.0", " Uninstalling six-1.9.0:", " Successfully uninstalled six-1.9.0", "Successfully installed appdirs-1.4.0 packaging-16.8 pyparsing-2.1.10 setuptools-34.0.2 six-1.10.0", "Collecting virtualenv", " Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)", "Installing collected packages: virtualenv", " Found existing installation: virtualenv 1.10.1", " Uninstalling virtualenv-1.10.1:", " Successfully uninstalled virtualenv-1.10.1", "Successfully installed virtualenv-15.1.0", "Processing /tmp/glean.git", "Installing collected packages: glean", " Running setup.py install for glean: started", " Running setup.py install for glean: finished with status 'done'", "Successfully installed glean-1.8.1.dev2", "Setting password.", "/etc/sudoers: parsed OK", "/etc/sudoers.d/devuser: parsed OK", "Nothing to uninstall", "Nothing to install", "NOZEROCONF=yes", "Nothing to uninstall", "Unmount /tmp/dib_build.g3tuknu2/mnt/tmp/yum", "Unmount /tmp/dib_build.g3tuknu2/mnt/tmp/ccache", "Unmount /tmp/dib_build.g3tuknu2/mnt/sys", "Unmount /tmp/dib_build.g3tuknu2/mnt/proc", "Unmount /tmp/dib_build.g3tuknu2/mnt/dev/pts", "Unmount /tmp/dib_build.g3tuknu2/mnt/dev", "Calculating image size (this may take a minute)...", "IMAGE_BLOCK_DEVICE=/dev/loop0p1", "Discarding device blocks: 4096/563200\b\b\b\b\b\b\b\b\b\b\b\b\b \b\b\b\b\b\b\b\b\b\b\b\b\bdone ", "Filesystem label=cloudimg-rootfs", "OS type: Linux", "Block size=4096 (log=2)", "Fragment size=4096 (log=2)", "Stride=0 blocks, Stripe width=0 blocks", "563328 inodes, 563200 blocks", "28160 blocks (5.00%) reserved for the super user", "First data block=0", "Maximum filesystem blocks=576716800", "18 block groups", "32768 blocks per group, 32768 fragments per group", "31296 inodes per group", "Superblock backups stored on blocks: ", "\t32768, 98304, 163840, 229376, 294912", "", "Allocating group tables: 0/18\b\b\b\b\b \b\b\b\b\bdone ", "Writing inode tables: 0/18\b\b\b\b\b \b\b\b\b\bdone ", "Creating journal (16384 blocks): done", "Writing superblocks and filesystem accounting information: 0/18\b\b\b\b\b \b\b\b\b\bdone", "", "tune2fs 1.42.9 (28-Dec-2013)", "Running install-packages install. Package list: yum-utils", "Loading \"fastestmirror\" plugin", "Config time: 0.007", "Yum version: 3.4.3", "rpmdb time: 0.000", "Setting up Package Sacks", "Determining fastest mirrors", " * base: mirror.supremebytes.com", " * extras: mirror.tocici.com", " * updates: mirror.pac-12.org", "pkgsack time: 12.444", "Obs Init time: 0.066", "Package yum-utils-1.1.31-40.el7.noarch already installed and latest version", "Nothing to do", "Loaded plugins: fastestmirror", "--> Running transaction check", "---> Package kernel.x86_64 0:3.10.0-327.28.3.el7 will be erased", "--> Finished Dependency Resolution", "", "Dependencies Resolved", "", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Removing:", " kernel x86_64 3.10.0-327.28.3.el7 installed 136 M", "", "Transaction Summary", "================================================================================", "Remove 1 Package", "", "Installed size: 136 M", "Downloading packages:", "Running transaction check", "Running transaction test", "Transaction test succeeded", "Running transaction", "grubby fatal error: unable to find a suitable template", "grubby: doing this would leave no kernel entries. Not writing out new config.", "grubby fatal error: unable to find a suitable template", " Erasing : kernel-3.10.0-327.28.3.el7.x86_64 1/1 ", " Verifying : kernel-3.10.0-327.28.3.el7.x86_64 1/1 ", "", "Removed:", " kernel.x86_64 0:3.10.0-327.28.3.el7 ", "", "Complete!", "Running install-packages install. Package list: grub2-tools grub2", "Loading \"fastestmirror\" plugin", "Config time: 0.007", "Yum version: 3.4.3", "rpmdb time: 0.000", "Setting up Package Sacks", "Loading mirror speeds from cached hostfile", " * base: mirror.supremebytes.com", " * extras: mirror.tocici.com", " * updates: mirror.pac-12.org", "pkgsack time: 0.010", "Obs Init time: 0.101", "Package 1:grub2-tools-2.02-0.44.el7.centos.x86_64 already installed and latest version", "Package 1:grub2-2.02-0.44.el7.centos.x86_64 already installed and latest version", "Nothing to do", "trying grub2-install", "Installing GRUB2...", "'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests' -> '/httpboot/deployment_image.d/dib-manifests'", "'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests/dib_arguments' -> '/httpboot/deployment_image.d/dib-manifests/dib_arguments'", "'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests/dib-manifest-git-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-git-deployment_image'", "'/tmp/dib_build.g3tuknu2/mnt//etc/dib-manifests/dib_environment' -> '/httpboot/deployment_image.d/dib-manifests/dib_environment'", "DIB_YUM_REPO_CONF is not set - no repo configurations will be cleaned up", "Unmount /tmp/dib_build.g3tuknu2/mnt/sys", "Unmount /tmp/dib_build.g3tuknu2/mnt/proc", "Unmount /tmp/dib_build.g3tuknu2/mnt/dev/pts", "Unmount /tmp/dib_build.g3tuknu2/mnt/dev", "Unmount /tmp/dib_build.g3tuknu2/mnt", "/dev/loop0: [0041]:62645040 (/tmp/dib_image.fPnbgPJw/image.raw)", "Converting image using qemu-img convert", "Image file /httpboot/deployment_image.qcow2 created..."], "warnings": []} TASK [bifrost-create-dib-image : Initiate ramdisk build] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:122 Wednesday 25 January 2017 03:35:59 -0800 (0:05:46.694) 0:11:26.343 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Update permission of generated image] ********* task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:126 Wednesday 25 January 2017 03:35:59 -0800 (0:00:00.079) 0:11:26.423 ***** <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872 `" && echo ansible-tmp-1485344159.66-88422627076872="` echo $HOME/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpvk6l_o TO /root/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872/ /root/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 http_proxy='"'"''"'"' LC_MESSAGES=en_US.UTF-8 https_proxy='"'"''"'"' /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872/file; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344159.66-88422627076872/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"path": "/httpboot"}, "before": {"path": "/httpboot"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "u=rwX,g=rX,o=rX", "original_basename": null, "owner": null, "path": "/httpboot", "recurse": true, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/httpboot", "secontext": "system_u:object_r:root_t:s0", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-create-dib-image : Restore proper context on created data for http_boot] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:133 Wednesday 25 January 2017 03:35:59 -0800 (0:00:00.323) 0:11:26.747 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} PLAY [Enroll node with Ironic] ************************************************* TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:36:00 -0800 (0:00:00.115) 0:11:26.862 ***** <192.168.122.2> ESTABLISH LOCAL CONNECTION FOR USER: root <192.168.122.2> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449 `" && echo ansible-tmp-1485344160.08-277127746508449="` echo $HOME/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449 `" ) && sleep 0' <192.168.122.4> ESTABLISH LOCAL CONNECTION FOR USER: root <192.168.122.4> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631 `" && echo ansible-tmp-1485344160.08-152171764857631="` echo $HOME/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631 `" ) && sleep 0' <192.168.122.3> ESTABLISH LOCAL CONNECTION FOR USER: root <192.168.122.3> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273 `" && echo ansible-tmp-1485344160.08-134160883050273="` echo $HOME/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpQcj79y TO /root/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449/ /root/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449/setup && sleep 0' <192.168.122.4> PUT /tmp/tmpgBNQwn TO /root/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631/ /root/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631/setup && sleep 0' <192.168.122.3> PUT /tmp/tmpOsZD3G TO /root/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273/ /root/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273/setup && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344160.08-277127746508449/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344160.08-152171764857631/" > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344160.08-134160883050273/" > /dev/null 2>&1 && sleep 0' ok: [compute00.opnfvlocal] ok: [jumphost.opnfvlocal] ok: [controller00.opnfvlocal] TASK [ironic-enroll-dynamic : If in noauth mode, unset authentication parameters.] *** task path: /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:15 Wednesday 25 January 2017 03:36:01 -0800 (0:00:01.049) 0:11:27.912 ***** ok: [jumphost.opnfvlocal] => {"ansible_facts": {"auth": {}, "auth_type": "None"}, "changed": false, "invocation": {"module_args": {"auth": {}, "auth_type": "None"}, "module_name": "set_fact"}} ok: [controller00.opnfvlocal] => {"ansible_facts": {"auth": {}, "auth_type": "None"}, "changed": false, "invocation": {"module_args": {"auth": {}, "auth_type": "None"}, "module_name": "set_fact"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"auth": {}, "auth_type": "None"}, "changed": false, "invocation": {"module_args": {"auth": {}, "auth_type": "None"}, "module_name": "set_fact"}} TASK [ironic-enroll-dynamic : Execute os_client_config to collect facts] ******* task path: /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:21 Wednesday 25 January 2017 03:36:01 -0800 (0:00:00.093) 0:11:28.005 ***** <192.168.122.2> ESTABLISH LOCAL CONNECTION FOR USER: root <192.168.122.2> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755 `" && echo ansible-tmp-1485344161.32-190295292882755="` echo $HOME/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755 `" ) && sleep 0' <192.168.122.4> ESTABLISH LOCAL CONNECTION FOR USER: root <192.168.122.3> ESTABLISH LOCAL CONNECTION FOR USER: root <192.168.122.4> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917 `" && echo ansible-tmp-1485344161.32-177202487541917="` echo $HOME/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917 `" ) && sleep 0' <192.168.122.3> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491 `" && echo ansible-tmp-1485344161.32-239972761295491="` echo $HOME/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpTwIVAh TO /root/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755/ /root/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755/os_client_config && sleep 0' <192.168.122.3> PUT /tmp/tmpw0tRSm TO /root/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491/os_client_config <192.168.122.4> PUT /tmp/tmpAY8cFs TO /root/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491/ /root/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491/os_client_config && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917/ /root/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917/os_client_config && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755/os_client_config; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344161.32-190295292882755/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917/os_client_config; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344161.32-177202487541917/" > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491/os_client_config; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344161.32-239972761295491/" > /dev/null 2>&1 && sleep 0' ok: [compute00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} ok: [controller00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} ok: [jumphost.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [ironic-enroll-dynamic : Set os_client_config's auth parameters if not already set.] *** task path: /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:28 Wednesday 25 January 2017 03:36:02 -0800 (0:00:01.453) 0:11:29.459 ***** skipping: [jumphost.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} skipping: [controller00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} skipping: [compute00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [ironic-enroll-dynamic : Dynamic enrollment] ****************************** task path: /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:35 Wednesday 25 January 2017 03:36:02 -0800 (0:00:00.069) 0:11:29.529 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914 `" && echo ansible-tmp-1485344162.87-73770996710914="` echo $HOME/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465 `" && echo ansible-tmp-1485344162.88-51285010314465="` echo $HOME/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465 `" ) && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911 `" && echo ansible-tmp-1485344162.88-260049768539911="` echo $HOME/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911 `" ) && sleep 0' PUT /tmp/tmpXno5kR TO /root/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914/os_ironic EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914/ /root/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914/os_ironic && sleep 0' PUT /tmp/tmpK6Dz3K TO /root/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465/os_ironic PUT /tmp/tmpxge8IK TO /root/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911/os_ironic EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465/ /root/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465/os_ironic && sleep 0' EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911/ /root/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911/os_ironic && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914/os_ironic; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344162.87-73770996710914/" > /dev/null 2>&1 && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465/os_ironic; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344162.88-51285010314465/" > /dev/null 2>&1 && sleep 0' EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911/os_ironic; rm -rf "/root/.ansible/tmp/ansible-tmp-1485344162.88-260049768539911/" > /dev/null 2>&1 && sleep 0' fatal: [jumphost.opnfvlocal -> localhost]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "os_ironic"}, "module_stderr": "No handlers could be found for logger \"ironicclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/ansible_vWvvCv/ansible_module_os_ironic.py\", line 349, in \n main()\n File \"/tmp/ansible_vWvvCv/ansible_module_os_ironic.py\", line 239, in main\n server = cloud.get_machine(node_id)\n File \"/usr/lib/python2.7/site-packages/shade/operatorcloud.py\", line 93, in get_machine\n _tasks.MachineNodeGet(node_id=name_or_id))\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 245, in submit_task\n return self.run_task(task=task, raw=raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 256, in run_task\n return self._run_task(task, raw=raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 270, in _run_task\n return task.wait(raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 124, in wait\n super(Task, self).wait()\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 99, in wait\n self._traceback)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 113, in run\n self.done(self.main(client))\n File \"/usr/lib/python2.7/site-packages/shade/_tasks.py\", line 578, in main\n return client.ironic_client.node.get(**self.args)\n File \"/usr/lib/python2.7/site-packages/ironicclient/v1/node.py\", line 195, in get\n return self._get(resource_id=node_id, fields=fields)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/base.py\", line 88, in _get\n return self._list(self._path(resource_id))[0]\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/base.py\", line 174, in _list\n resp, body = self.api.json_request('GET', url)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 552, in json_request\n resp = self._http_request(url, method, **kwargs)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 190, in wrapper\n return func(self, url, method, **kwargs)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 525, in _http_request\n raise_exc=False, **kwargs)\n File \"/usr/lib/python2.7/site-packages/positional/__init__.py\", line 101, in inner\n return wrapped(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/keystoneauth1/session.py\", line 616, in request\n resp = send(**kwargs)\n File \"/usr/lib/python2.7/site-packages/keystoneauth1/session.py\", line 690, in _send_request\n raise exceptions.ConnectFailure(msg)\nkeystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://localhost:6385/v1/nodes/a8cb6624-0d9f-c882-affc-046ebb96ec01: HTTPConnectionPool(host='localhost', port=6385): Max retries exceeded with url: /v1/nodes/a8cb6624-0d9f-c882-affc-046ebb96ec01 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\n", "module_stdout": "", "msg": "MODULE FAILURE"} fatal: [compute00.opnfvlocal -> localhost]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "os_ironic"}, "module_stderr": "No handlers could be found for logger \"ironicclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/ansible_nAOX3g/ansible_module_os_ironic.py\", line 349, in \n main()\n File \"/tmp/ansible_nAOX3g/ansible_module_os_ironic.py\", line 239, in main\n server = cloud.get_machine(node_id)\n File \"/usr/lib/python2.7/site-packages/shade/operatorcloud.py\", line 93, in get_machine\n _tasks.MachineNodeGet(node_id=name_or_id))\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 245, in submit_task\n return self.run_task(task=task, raw=raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 256, in run_task\n return self._run_task(task, raw=raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 270, in _run_task\n return task.wait(raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 124, in wait\n super(Task, self).wait()\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 99, in wait\n self._traceback)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 113, in run\n self.done(self.main(client))\n File \"/usr/lib/python2.7/site-packages/shade/_tasks.py\", line 578, in main\n return client.ironic_client.node.get(**self.args)\n File \"/usr/lib/python2.7/site-packages/ironicclient/v1/node.py\", line 195, in get\n return self._get(resource_id=node_id, fields=fields)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/base.py\", line 88, in _get\n return self._list(self._path(resource_id))[0]\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/base.py\", line 174, in _list\n resp, body = self.api.json_request('GET', url)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 552, in json_request\n resp = self._http_request(url, method, **kwargs)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 190, in wrapper\n return func(self, url, method, **kwargs)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 525, in _http_request\n raise_exc=False, **kwargs)\n File \"/usr/lib/python2.7/site-packages/positional/__init__.py\", line 101, in inner\n return wrapped(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/keystoneauth1/session.py\", line 616, in request\n resp = send(**kwargs)\n File \"/usr/lib/python2.7/site-packages/keystoneauth1/session.py\", line 690, in _send_request\n raise exceptions.ConnectFailure(msg)\nkeystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://localhost:6385/v1/nodes/a8cb6624-0d9f-c882-affc-046ebb96ec03: HTTPConnectionPool(host='localhost', port=6385): Max retries exceeded with url: /v1/nodes/a8cb6624-0d9f-c882-affc-046ebb96ec03 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\n", "module_stdout": "", "msg": "MODULE FAILURE"} fatal: [controller00.opnfvlocal -> localhost]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "os_ironic"}, "module_stderr": "No handlers could be found for logger \"ironicclient.common.http\"\nTraceback (most recent call last):\n File \"/tmp/ansible_hZpYJU/ansible_module_os_ironic.py\", line 349, in \n main()\n File \"/tmp/ansible_hZpYJU/ansible_module_os_ironic.py\", line 239, in main\n server = cloud.get_machine(node_id)\n File \"/usr/lib/python2.7/site-packages/shade/operatorcloud.py\", line 93, in get_machine\n _tasks.MachineNodeGet(node_id=name_or_id))\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 245, in submit_task\n return self.run_task(task=task, raw=raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 256, in run_task\n return self._run_task(task, raw=raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 270, in _run_task\n return task.wait(raw)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 124, in wait\n super(Task, self).wait()\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 99, in wait\n self._traceback)\n File \"/usr/lib/python2.7/site-packages/shade/task_manager.py\", line 113, in run\n self.done(self.main(client))\n File \"/usr/lib/python2.7/site-packages/shade/_tasks.py\", line 578, in main\n return client.ironic_client.node.get(**self.args)\n File \"/usr/lib/python2.7/site-packages/ironicclient/v1/node.py\", line 195, in get\n return self._get(resource_id=node_id, fields=fields)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/base.py\", line 88, in _get\n return self._list(self._path(resource_id))[0]\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/base.py\", line 174, in _list\n resp, body = self.api.json_request('GET', url)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 552, in json_request\n resp = self._http_request(url, method, **kwargs)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 190, in wrapper\n return func(self, url, method, **kwargs)\n File \"/usr/lib/python2.7/site-packages/ironicclient/common/http.py\", line 525, in _http_request\n raise_exc=False, **kwargs)\n File \"/usr/lib/python2.7/site-packages/positional/__init__.py\", line 101, in inner\n return wrapped(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/keystoneauth1/session.py\", line 616, in request\n resp = send(**kwargs)\n File \"/usr/lib/python2.7/site-packages/keystoneauth1/session.py\", line 690, in _send_request\n raise exceptions.ConnectFailure(msg)\nkeystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to http://localhost:6385/v1/nodes/a8cb6624-0d9f-c882-affc-046ebb96ec02: HTTPConnectionPool(host='localhost', port=6385): Max retries exceeded with url: /v1/nodes/a8cb6624-0d9f-c882-affc-046ebb96ec02 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))\n", "module_stdout": "", "msg": "MODULE FAILURE"} NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @/opt/bifrost/playbooks/test-bifrost-infracloud.retry PLAY RECAP ********************************************************************* 127.0.0.1 : ok=109 changed=48 unreachable=0 failed=0 compute00.opnfvlocal : ok=3 changed=0 unreachable=0 failed=1 controller00.opnfvlocal : ok=3 changed=0 unreachable=0 failed=1 jumphost.opnfvlocal : ok=3 changed=0 unreachable=0 failed=1 Wednesday 25 January 2017 03:36:24 -0800 (0:00:21.835) 0:11:51.364 ***** =============================================================================== bifrost-create-dib-image : Initiate image build ----------------------- 346.69s /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:118 ------ bifrost-ironic-install : Install from /opt/stack/ironic using pip ----- 129.79s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 -- bifrost-prep-for-install : Download via GIT ---------------------------- 63.16s /opt/bifrost/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:23 ------- ironic-enroll-dynamic : Dynamic enrollment ----------------------------- 21.84s /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:35 ---------- bifrost-ironic-install : Install ironic-inspector package from pip ----- 11.23s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 -- bifrost-ironic-install : Upgrade ironic DB Schema ----------------------- 7.66s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:155 --- bifrost-ironic-install : Install python-ironicclient package from pip --- 6.79s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 -- bifrost-ironic-install : Download IPA image ----------------------------- 6.34s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:30 setup ------------------------------------------------------------------- 6.13s None -------------------------------------------------------------------------- setup ------------------------------------------------------------------- 6.04s None -------------------------------------------------------------------------- bifrost-ironic-install : Install python-ironic-inspector-client package from pip --- 5.79s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 -- bifrost-ironic-install : Install from /opt/stack/diskimage-builder using pip --- 5.79s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 -- bifrost-ironic-install : Wait for rabbitmq ------------------------------ 5.47s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:62 ---- bifrost-ironic-install : Install from /opt/stack/shade using pip -------- 4.26s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 -- bifrost-ironic-install : Set up PXE and iPXE folders -------------------- 4.19s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:16 bifrost-ironic-install : Place ironic services -------------------------- 2.70s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:247 --- bifrost-ironic-install : Create ironic user in RabbitMQ ----------------- 2.66s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:69 ---- bifrost-ironic-install : Stop existing libvirt dnsmasq processes -------- 2.36s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:49 -------- bifrost-ironic-install : Set permissions for /var/lib/ironic for the ironic user --- 2.29s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:237 --- bifrost-ironic-install : Download IPA kernel ---------------------------- 2.12s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:22 Uploading build logs to http://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/review.openstack.org/415503/6/openstack-bifrost-verify-centos7-virtual-master Uploading console output