Triggered by Gerrit: https://review.openstack.org/415503 [EnvInject] - Loading node environment variables. Building remotely on intel-virtual7 (infra-virtual-trusty bifrost-verify-virtual) in workspace /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-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-trusty-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-virtual7 [openstack-bifrost-verify-trusty-virtual-master] $ /bin/bash /tmp/hudson4286119783246853844.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 Domain jumphost.opnfvlocal destroyed Domain controller00.opnfvlocal destroyed Domain compute00.opnfvlocal destroyed Domain jumphost.opnfvlocal has been undefined Domain controller00.opnfvlocal has been undefined Domain compute00.opnfvlocal has been undefined ironic-conductor stop/waiting removing from database removing leases removing logs restarting services * Restarting DNS forwarder and DHCP server dnsmasq ...done. libvirtd: unrecognized service ironic-api stop/waiting ironic-api start/running, process 194723 ironic-conductor start/running, process 194734 ironic-inspector stop/waiting ironic-inspector start/running, process 194747 + 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=trusty + DIB_OS_RELEASE=trusty + export DIB_OS_ELEMENT=ubuntu-minimal + DIB_OS_ELEMENT=ubuntu-minimal + export DIB_OS_PACKAGES=vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl + DIB_OS_PACKAGES=vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl + export EXTRA_DIB_ELEMENTS=openssh-server + EXTRA_DIB_ELEMENTS=openssh-server + set +x +o nounset NOTICE: Not using virtualenv for this installation. /usr/local/bin/pip Requirement already satisfied (use --upgrade to upgrade): pip>6.0 in /usr/local/lib/python2.7/dist-packages You are using pip version 8.1.2, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 4)) Requirement already satisfied (use --upgrade to upgrade): Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 5)) Requirement already satisfied (use --upgrade to upgrade): pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 6)) Requirement already satisfied (use --upgrade to upgrade): Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 7)) Requirement already satisfied (use --upgrade to upgrade): oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied (use --upgrade to upgrade): oslo.log>=3.11.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 10)) Requirement already satisfied (use --upgrade to upgrade): PyMySQL>=0.7.6 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 11)) Requirement already satisfied (use --upgrade to upgrade): pycrypto>=2.6 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 12)) Requirement already satisfied (use --upgrade to upgrade): MarkupSafe in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=2.3.4->-r /opt/bifrost/scripts/../requirements.txt (line 7)) Requirement already satisfied (use --upgrade to upgrade): oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied (use --upgrade to upgrade): rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied (use --upgrade to upgrade): stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied (use --upgrade to upgrade): netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied (use --upgrade to upgrade): debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 8)) Requirement already satisfied (use --upgrade to upgrade): python-dateutil>=2.4.2 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): oslo.context>=2.9.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): pyinotify>=0.9.6; sys_platform != "win32" and sys_platform != "darwin" and sys_platform != "sunos5" in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): funcsigs>=0.4; python_version == "2.7" or python_version == "2.6" in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from oslo.context>=2.9.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) Requirement already satisfied (use --upgrade to upgrade): msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 9)) You are using pip version 8.1.2, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. 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 02:52:38-- 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% 44.0M=0s 2017-01-25 02:52:38 (44.0 MB/s) - '/opt/stack/ansible/lib/ansible/modules/extras/cloud/openstack/os_keystone_service.py' saved [6224/6224] Processing /opt/stack/ansible /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Requirement already up-to-date: paramiko in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from ansible==2.1.4.0) Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages (from ansible==2.1.4.0) Requirement already up-to-date: pycrypto>=2.6 in /usr/local/lib/python2.7/dist-packages (from ansible==2.1.4.0) Requirement already up-to-date: cryptography>=1.1 in /usr/local/lib/python2.7/dist-packages (from paramiko->ansible==2.1.4.0) Requirement already up-to-date: pyasn1>=0.1.7 in /usr/local/lib/python2.7/dist-packages (from paramiko->ansible==2.1.4.0) Requirement already up-to-date: MarkupSafe>=0.23 in /usr/local/lib/python2.7/dist-packages (from jinja2->ansible==2.1.4.0) Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible==2.1.4.0) Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible==2.1.4.0) Requirement already up-to-date: six>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible==2.1.4.0) Requirement already up-to-date: idna>=2.0 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: ipaddress in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.1.4.0) Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->ansible==2.1.4.0) Requirement already up-to-date: pycparser in /usr/local/lib/python2.7/dist-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 You are using pip version 8.1.2, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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 02:52:52 -0800 (0:00:00.079) 0:00:00.079 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432 `" && echo ansible-tmp-1485341572.36-213953106329432="` echo $HOME/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432 `" ) && sleep 0' PUT /tmp/tmpdRTIdI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432/setup EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341572.36-213953106329432/" > /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 02:52:53 -0800 (0:00:01.510) 0:00:01.589 ***** 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 02:52:53 -0800 (0:00:00.086) 0:00:01.676 ***** 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 02:52:53 -0800 (0:00:00.070) 0:00:01.746 ***** 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 02:52:53 -0800 (0:00:00.064) 0:00:01.811 ***** 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 02:52:53 -0800 (0:00:00.065) 0:00:01.876 ***** 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 02:52:53 -0800 (0:00:00.055) 0:00:01.932 ***** 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 02:52:54 -0800 (0:00:00.056) 0:00:01.988 ***** 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 02:52:54 -0800 (0:00:00.072) 0:00:02.061 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929 `" && echo ansible-tmp-1485341574.3-30492533063929="` echo $HOME/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929 `" ) && sleep 0' PUT /tmp/tmpcvQD0l TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929/apt EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929/apt && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341574.3-30492533063929/" > /dev/null 2>&1 && sleep 0' ok: [localhost] => {"cache_update_time": 1485341575, "cache_updated": true, "changed": false, "invocation": {"module_args": {"allow_unauthenticated": false, "autoremove": false, "cache_valid_time": null, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "only_upgrade": false, "package": null, "purge": false, "state": "present", "update_cache": true, "upgrade": null}, "module_name": "apt"}} 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 02:53:33 -0800 (0:00:39.842) 0:00:41.903 ***** ok: [localhost] => (item=/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_Debian.yml) => {"ansible_facts": {"libvirt_service_name": "libvirt-bin", "required_packages": ["libvirt-bin", "qemu-utils", "qemu-kvm", "qemu-system-x86", "sgabios"]}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_Debian.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_Debian.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 02:53:34 -0800 (0:00:00.118) 0:00:42.022 ***** 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 02:53:34 -0800 (0:00:00.099) 0:00:42.122 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811 `" && echo ansible-tmp-1485341614.32-144867742614811="` echo $HOME/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811 `" ) && sleep 0' PUT /tmp/tmpY7SZH_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341614.32-144867742614811/" > /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 02:53:34 -0800 (0:00:00.305) 0:00:42.427 ***** 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 02:53:34 -0800 (0:00:00.072) 0:00:42.499 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125 `" && echo ansible-tmp-1485341614.62-154393782145125="` echo $HOME/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125 `" ) && sleep 0' PUT /tmp/tmplZXNEI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125/apt EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125/apt && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341614.62-154393782145125/" > /dev/null 2>&1 && sleep 0' ok: [localhost] => (item=[u'libvirt-bin', u'qemu-utils', u'qemu-kvm', u'qemu-system-x86', u'sgabios']) => {"cache_update_time": 0, "cache_updated": false, "changed": false, "invocation": {"module_args": {"allow_unauthenticated": false, "autoremove": false, "cache_valid_time": null, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "name": ["libvirt-bin", "qemu-utils", "qemu-kvm", "qemu-system-x86", "sgabios"], "only_upgrade": false, "package": ["libvirt-bin", "qemu-utils", "qemu-kvm", "qemu-system-x86", "sgabios"], "purge": false, "state": "present", "update_cache": false, "upgrade": null}, "module_name": "apt"}, "item": ["libvirt-bin", "qemu-utils", "qemu-kvm", "qemu-system-x86", "sgabios"]} 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 02:53:35 -0800 (0:00:00.928) 0:00:43.428 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402 `" && echo ansible-tmp-1485341615.66-16669555036402="` echo $HOME/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402 `" ) && sleep 0' PUT /tmp/tmp1w4yMb TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402/service EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341615.66-16669555036402/" > /dev/null 2>&1 && sleep 0' changed: [localhost] => {"changed": true, "invocation": {"module_args": {"arguments": "", "enabled": null, "name": "libvirt-bin", "pattern": null, "runlevel": "default", "sleep": null, "state": "restarted"}, "module_name": "service"}, "name": "libvirt-bin", "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 02:53:37 -0800 (0:00:02.459) 0:00:45.888 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026 `" && echo ansible-tmp-1485341618.07-237665383260026="` echo $HOME/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026 `" ) && sleep 0' PUT /tmp/tmpm9FTUU TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026/command EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341618.07-237665383260026/" > /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.024346", "end": "2017-01-25 02:53:38.229606", "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 02:53:38.205260", "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 02:53:38 -0800 (0:00:00.328) 0:00:46.217 ***** 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 02:53:38 -0800 (0:00:00.074) 0:00:46.292 ***** 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 02:53:38 -0800 (0:00:00.072) 0:00:46.364 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013 `" && echo ansible-tmp-1485341618.48-247995744822013="` echo $HOME/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013 `" ) && sleep 0' PUT /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/files/create_vm_nodes-for-role.sh TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013/create_vm_nodes-for-role.sh EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013/create_vm_nodes-for-role.sh && sleep 0' EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341618.48-247995744822013/ > /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 02:53:42 -0800 (0:00:03.621) 0:00:49.986 ***** 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 02:53:42 -0800 (0:00:00.076) 0:00:50.062 ***** 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 02:53:42 -0800 (0:00:00.072) 0:00:50.135 ***** 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 02:53:42 -0800 (0:00:00.072) 0:00:50.207 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337 `" && echo ansible-tmp-1485341622.42-114652601298337="` echo $HOME/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337 `" ) && sleep 0' PUT /tmp/tmpShbGpB TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337/file EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341622.42-114652601298337/" > /dev/null 2>&1 && sleep 0' changed: [localhost] => {"changed": true, "diff": {"after": {"owner": 1001, "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", "size": 428, "state": "file", "uid": 1001} PLAY RECAP ********************************************************************* localhost : ok=10 changed=4 unreachable=0 failed=0 Wednesday 25 January 2017 02:53:42 -0800 (0:00:00.323) 0:00:50.530 ***** =============================================================================== bifrost-create-vm-nodes : Update apt cache if Ubuntu/Debian ------------ 39.84s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:33 -------- bifrost-create-vm-nodes : Create virtual machines ----------------------- 3.62s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:91 -------- bifrost-create-vm-nodes : Restart libvirt service ----------------------- 2.46s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:67 -------- setup ------------------------------------------------------------------- 1.51s None -------------------------------------------------------------------------- bifrost-create-vm-nodes : Install required packages --------------------- 0.93s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:63 -------- bifrost-create-vm-nodes : Verify default network is running ------------- 0.33s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:70 -------- 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.32s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:118 ------- bifrost-create-vm-nodes : Check for dnf --------------------------------- 0.31s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:53 -------- bifrost-create-vm-nodes : Load distribution defaults -------------------- 0.12s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:38 -------- bifrost-create-vm-nodes : Include OS version-specific defaults ---------- 0.10s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:44 -------- Set default baremetal.csv file if not already defined ------------------- 0.09s /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:9 -------------------------- bifrost-create-vm-nodes : Execute `dmesg` to collect debugging output should VM creation fail. --- 0.08s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:102 ------- bifrost-create-vm-nodes : Start default network if not running ---------- 0.07s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:76 -------- bifrost-create-vm-nodes : Ensure openSUSE Leap has the correct family --- 0.07s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:27 -------- bifrost-create-vm-nodes : "Execute `virsh capabilities` to collect debugging output should VM creation fail." --- 0.07s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:106 ------- bifrost-create-vm-nodes : Fail if default network is not available ------ 0.07s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:83 -------- bifrost-create-vm-nodes : Abort due to failed VM creation --------------- 0.07s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:112 ------- bifrost-create-vm-nodes : Adjust ansible_pkg_mgr if dnf exists ---------- 0.07s /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:58 -------- Set ci_testing flag if a list of changes are found in the environment variables --- 0.07s /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:13 ------------------------- Collect process list if running in OpenStack CI ------------------------- 0.07s /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:21 ------------------------- + /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 02:53:44 -0800 (0:00:00.016) 0:00:00.016 ***** <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-1485341625.05-219175392994127 `" && echo ansible-tmp-1485341625.05-219175392994127="` echo $HOME/.ansible/tmp/ansible-tmp-1485341625.05-219175392994127 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpnOMyS5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341625.05-219175392994127/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341625.05-219175392994127/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341625.05-219175392994127/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341625.05-219175392994127/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341625.05-219175392994127/" > /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 02:53:46 -0800 (0:00:01.300) 0:00:01.316 ***** <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-1485341626.27-129185082138516 `" && echo ansible-tmp-1485341626.27-129185082138516="` echo $HOME/.ansible/tmp/ansible-tmp-1485341626.27-129185082138516 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpFZynCL TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.27-129185082138516/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.27-129185082138516/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.27-129185082138516/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.27-129185082138516/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341626.27-129185082138516/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"path": "/var/lib/misc/dnsmasq.leases", "state": "absent"}, "before": {"path": "/var/lib/misc/dnsmasq.leases", "state": "file"}}, "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 02:53:46 -0800 (0:00:00.285) 0:00:01.602 ***** <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-1485341626.51-150831730443655 `" && echo ansible-tmp-1485341626.51-150831730443655="` echo $HOME/.ansible/tmp/ansible-tmp-1485341626.51-150831730443655 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp6shIWQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.51-150831730443655/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.51-150831730443655/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.51-150831730443655/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341626.51-150831730443655/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341626.51-150831730443655/" > /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 02:53:47 -0800 (0:00:00.992) 0:00:02.594 ***** 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 02:53:47 -0800 (0:00:00.079) 0:00:02.673 ***** <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-1485341627.58-111398131905551 `" && echo ansible-tmp-1485341627.58-111398131905551="` echo $HOME/.ansible/tmp/ansible-tmp-1485341627.58-111398131905551 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpdSSiZD TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.58-111398131905551/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.58-111398131905551/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.58-111398131905551/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.58-111398131905551/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341627.58-111398131905551/" > /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", "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 02:53:47 -0800 (0:00:00.201) 0:00:02.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-1485341627.91-217835254793287 `" && echo ansible-tmp-1485341627.91-217835254793287="` echo $HOME/.ansible/tmp/ansible-tmp-1485341627.91-217835254793287 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpFR6bIs TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.91-217835254793287/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.91-217835254793287/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.91-217835254793287/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341627.91-217835254793287/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341627.91-217835254793287/" > /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-1485341636.99-117108006156505 `" && echo ansible-tmp-1485341636.99-117108006156505="` echo $HOME/.ansible/tmp/ansible-tmp-1485341636.99-117108006156505 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpL4X7im TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341636.99-117108006156505/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341636.99-117108006156505/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341636.99-117108006156505/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341636.99-117108006156505/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341636.99-117108006156505/" > /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-1485341641.1-136588638736429 `" && echo ansible-tmp-1485341641.1-136588638736429="` echo $HOME/.ansible/tmp/ansible-tmp-1485341641.1-136588638736429 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpM32vDG TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341641.1-136588638736429/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341641.1-136588638736429/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341641.1-136588638736429/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341641.1-136588638736429/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341641.1-136588638736429/" > /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-1485341645.48-268485670028620 `" && echo ansible-tmp-1485341645.48-268485670028620="` echo $HOME/.ansible/tmp/ansible-tmp-1485341645.48-268485670028620 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpsJbPaD TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341645.48-268485670028620/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341645.48-268485670028620/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341645.48-268485670028620/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341645.48-268485670028620/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341645.48-268485670028620/" > /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-1485341650.0-92522227305415 `" && echo ansible-tmp-1485341650.0-92522227305415="` echo $HOME/.ansible/tmp/ansible-tmp-1485341650.0-92522227305415 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpmealHQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341650.0-92522227305415/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341650.0-92522227305415/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341650.0-92522227305415/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341650.0-92522227305415/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341650.0-92522227305415/" > /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-1485341685.61-70085799179405 `" && echo ansible-tmp-1485341685.61-70085799179405="` echo $HOME/.ansible/tmp/ansible-tmp-1485341685.61-70085799179405 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHsqONy TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341685.61-70085799179405/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341685.61-70085799179405/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341685.61-70085799179405/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341685.61-70085799179405/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341685.61-70085799179405/" > /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-1485341688.74-72884180772645 `" && echo ansible-tmp-1485341688.74-72884180772645="` echo $HOME/.ansible/tmp/ansible-tmp-1485341688.74-72884180772645 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpgXJAEG TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341688.74-72884180772645/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341688.74-72884180772645/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341688.74-72884180772645/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341688.74-72884180772645/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341688.74-72884180772645/" > /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-1485341693.63-134352720152898 `" && echo ansible-tmp-1485341693.63-134352720152898="` echo $HOME/.ansible/tmp/ansible-tmp-1485341693.63-134352720152898 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp9ErFwK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341693.63-134352720152898/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341693.63-134352720152898/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341693.63-134352720152898/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341693.63-134352720152898/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341693.63-134352720152898/" > /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-1485341696.7-200398249792306 `" && echo ansible-tmp-1485341696.7-200398249792306="` echo $HOME/.ansible/tmp/ansible-tmp-1485341696.7-200398249792306 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp74mF4h TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341696.7-200398249792306/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341696.7-200398249792306/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341696.7-200398249792306/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341696.7-200398249792306/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341696.7-200398249792306/" > /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 02:55:09 -0800 (0:01:21.707) 0:01:24.582 ***** 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 02:55:10 -0800 (0:00:00.852) 0:01:25.435 ***** <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-1485341710.34-179029475780496 `" && echo ansible-tmp-1485341710.34-179029475780496="` echo $HOME/.ansible/tmp/ansible-tmp-1485341710.34-179029475780496 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpPUtjhn TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341710.34-179029475780496/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341710.34-179029475780496/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341710.34-179029475780496/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341710.34-179029475780496/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341710.34-179029475780496/" > /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 02:55:11 -0800 (0:00:01.264) 0:01:26.699 ***** 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 02:55:11 -0800 (0:00:00.084) 0:01:26.784 ***** 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 02:55:11 -0800 (0:00:00.079) 0:01:26.863 ***** ok: [127.0.0.1] => (item=/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/required_defaults_Debian_family.yml) => {"ansible_facts": {"init_dest_dir": "/etc/init/", "init_ext": ".conf", "init_template": "upstart_template.j2", "ipxe_dir": "/usr/lib/ipxe/", "ipxe_full_binary": "ipxe.pxe", "iscsi_client_package": "open-iscsi", "mysql_service_name": "mysql", "nginx_user": "www-data", "required_packages": ["mysql-server", "rabbitmq-server", "python-dev", "python-mysqldb", "python-configparser", "libffi-dev", "libxslt1-dev", "libssl-dev", "libxml2-dev", "ipxe", "tftpd-hpa", "tftp-hpa", "syslinux-common", "syslinux", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-utils", "python-openwsman", "amtterm", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "rsyslog", "logrotate"], "sgabios_dir": "/usr/share/qemu/", "syslinux_tftp_dir": "/usr/lib/syslinux/", "tftp_service_name": "tftpd-hpa", "virt_group": "libvirtd"}, "invocation": {"module_args": {"_raw_params": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/required_defaults_Debian_family.yml"}, "module_name": "include_vars"}, "item": "/opt/bifrost/playbooks/roles/bifrost-ironic-install/templates/../defaults/required_defaults_Debian_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 02:55:12 -0800 (0:00:00.558) 0:01:27.422 ***** 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 02:55:12 -0800 (0:00:00.513) 0:01:27.935 ***** 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 02:55:13 -0800 (0:00:00.509) 0:01:28.444 ***** <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-1485341713.45-193081199020612 `" && echo ansible-tmp-1485341713.45-193081199020612="` echo $HOME/.ansible/tmp/ansible-tmp-1485341713.45-193081199020612 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8ngdJz TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341713.45-193081199020612/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341713.45-193081199020612/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341713.45-193081199020612/apt && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341713.45-193081199020612/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341713.45-193081199020612/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"cache_update_time": 1485341714, "cache_updated": true, "changed": false, "invocation": {"module_args": {"allow_unauthenticated": false, "autoremove": false, "cache_valid_time": null, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "only_upgrade": false, "package": null, "purge": false, "state": "present", "update_cache": true, "upgrade": null}, "module_name": "apt"}} TASK [bifrost-ironic-install : Install packages] ******************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:19 Wednesday 25 January 2017 02:55:21 -0800 (0:00:07.937) 0:01:36.382 ***** <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-1485341721.99-71714834557008 `" && echo ansible-tmp-1485341721.99-71714834557008="` echo $HOME/.ansible/tmp/ansible-tmp-1485341721.99-71714834557008 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp2F0_LP TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341721.99-71714834557008/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341721.99-71714834557008/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341721.99-71714834557008/apt && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341721.99-71714834557008/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341721.99-71714834557008/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item=[u'mysql-server', u'rabbitmq-server', u'python-dev', u'python-mysqldb', u'python-configparser', u'libffi-dev', u'libxslt1-dev', u'libssl-dev', u'libxml2-dev', u'ipxe', u'tftpd-hpa', u'tftp-hpa', u'syslinux-common', u'syslinux', u'xinetd', u'parted', u'ipmitool', u'psmisc', u'nginx', u'wget', u'genisoimage', u'kpartx', u'qemu-utils', u'python-openwsman', u'amtterm', u'sgabios', u'libvirt-bin', u'debootstrap', u'uuid-runtime', u'curl', u'dnsmasq', u'socat', u'rsyslog', u'logrotate']) => {"cache_update_time": 0, "cache_updated": false, "changed": false, "invocation": {"module_args": {"allow_unauthenticated": false, "autoremove": false, "cache_valid_time": null, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "name": ["mysql-server", "rabbitmq-server", "python-dev", "python-mysqldb", "python-configparser", "libffi-dev", "libxslt1-dev", "libssl-dev", "libxml2-dev", "ipxe", "tftpd-hpa", "tftp-hpa", "syslinux-common", "syslinux", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-utils", "python-openwsman", "amtterm", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "rsyslog", "logrotate"], "only_upgrade": false, "package": ["mysql-server", "rabbitmq-server", "python-dev", "python-mysqldb", "python-configparser", "libffi-dev", "libxslt1-dev", "libssl-dev", "libxml2-dev", "ipxe", "tftpd-hpa", "tftp-hpa", "syslinux-common", "syslinux", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-utils", "python-openwsman", "amtterm", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "rsyslog", "logrotate"], "purge": false, "state": "present", "update_cache": false, "upgrade": null}, "module_name": "apt"}, "item": ["mysql-server", "rabbitmq-server", "python-dev", "python-mysqldb", "python-configparser", "libffi-dev", "libxslt1-dev", "libssl-dev", "libxml2-dev", "ipxe", "tftpd-hpa", "tftp-hpa", "syslinux-common", "syslinux", "xinetd", "parted", "ipmitool", "psmisc", "nginx", "wget", "genisoimage", "kpartx", "qemu-utils", "python-openwsman", "amtterm", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "rsyslog", "logrotate"]} 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 02:55:23 -0800 (0:00:01.791) 0:01:38.173 ***** 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 02:55:23 -0800 (0:00:00.646) 0:01:38.820 ***** 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 02:55:23 -0800 (0:00:00.097) 0:01:38.918 ***** 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 02:55:23 -0800 (0:00:00.086) 0:01:39.004 ***** <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-1485341723.9-229154220525378 `" && echo ansible-tmp-1485341723.9-229154220525378="` echo $HOME/.ansible/tmp/ansible-tmp-1485341723.9-229154220525378 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpuEuuTw TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341723.9-229154220525378/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341723.9-229154220525378/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341723.9-229154220525378/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341723.9-229154220525378/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341723.9-229154220525378/" > /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", "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 02:55:24 -0800 (0:00:00.221) 0:01:39.226 ***** 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 02:55:24 -0800 (0:00:00.112) 0:01:39.339 ***** 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 02:55:24 -0800 (0:00:00.110) 0:01:39.449 ***** 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 02:55:24 -0800 (0:00:00.114) 0:01:39.564 ***** 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 02:55:24 -0800 (0:00:00.105) 0:01:39.670 ***** <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-1485341724.57-115047403543844 `" && echo ansible-tmp-1485341724.57-115047403543844="` echo $HOME/.ansible/tmp/ansible-tmp-1485341724.57-115047403543844 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmplrWdEq TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341724.57-115047403543844/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341724.57-115047403543844/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341724.57-115047403543844/apt && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341724.57-115047403543844/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341724.57-115047403543844/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"cache_update_time": 0, "cache_updated": false, "changed": false, "invocation": {"module_args": {"allow_unauthenticated": false, "autoremove": false, "cache_valid_time": null, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "name": "open-iscsi", "only_upgrade": false, "package": ["open-iscsi"], "purge": false, "state": "present", "update_cache": false, "upgrade": null}, "module_name": "apt"}} 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 02:55:25 -0800 (0:00:00.989) 0:01:40.659 ***** 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 02:55:25 -0800 (0:00:00.125) 0:01:40.785 ***** <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-1485341725.78-55969912566742 `" && echo ansible-tmp-1485341725.78-55969912566742="` echo $HOME/.ansible/tmp/ansible-tmp-1485341725.78-55969912566742 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp1hTkLf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341725.78-55969912566742/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341725.78-55969912566742/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341725.78-55969912566742/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341725.78-55969912566742/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341725.78-55969912566742/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/shade"], "delta": "0:00:02.884600", "end": "2017-01-25 02:55:28.755706", "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 02:55:25.871106", "stderr": "The directory '/home/jenkins/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/jenkins/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.", "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/local/lib/python2.7/dist-packages\nRequirement already satisfied (use --upgrade to upgrade): pbr<2.0,>=0.11 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): munch in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): decorator in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): jmespath in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): jsonpatch in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): keystoneauth1>=2.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-novaclient!=2.27.0,!=2.32.0,>=2.21.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.3.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-neutronclient>=2.3.10 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-troveclient>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-ironicclient>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-heatclient>=1.0.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-designateclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-magnumclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): dogpile.cache>=0.5.3 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.9 in /usr/local/lib/python2.7/dist-packages (from jsonpatch->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): PyYAML>=3.1.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): requests!=2.12.2,>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): simplejson>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-swiftclient>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-mistralclient>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): cryptography!=1.3.0,>=1.0 in /usr/local/lib/python2.7/dist-packages (from python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): wrapt in /usr/local/lib/python2.7/dist-packages (from positional>=1.1.1->keystoneauth1>=2.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): monotonic>=0.6 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): pytz>=2013.6 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=0.11.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from python-swiftclient>=2.2.0->python-troveclient>=1.2.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): python-glanceclient>=2.5.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.8 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools>=11.3->cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)\nRequirement already satisfied (use --upgrade to upgrade): pycparser in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages", "Requirement already satisfied (use --upgrade to upgrade): pbr<2.0,>=0.11 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): munch in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): decorator in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): jmespath in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): jsonpatch in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): ipaddress in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): keystoneauth1>=2.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-novaclient!=2.27.0,!=2.32.0,>=2.21.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.3.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-neutronclient>=2.3.10 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-troveclient>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-ironicclient>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-heatclient>=1.0.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-designateclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-magnumclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): dogpile.cache>=0.5.3 in /usr/local/lib/python2.7/dist-packages (from shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): jsonpointer>=1.9 in /usr/local/lib/python2.7/dist-packages (from jsonpatch->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.1.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): requests!=2.12.2,>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): simplejson>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from python-novaclient!=2.27.0,!=2.32.0,>=2.21.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-swiftclient>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-mistralclient>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from python-troveclient>=1.2.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): cryptography!=1.3.0,>=1.0 in /usr/local/lib/python2.7/dist-packages (from python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): wrapt in /usr/local/lib/python2.7/dist-packages (from positional>=1.1.1->keystoneauth1>=2.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): monotonic>=0.6 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): pytz>=2013.6 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config!=3.18.0,>=3.14.0->python-keystoneclient>=0.11.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from python-swiftclient>=2.2.0->python-troveclient>=1.2.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=2.5.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): idna>=2.0 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): pyasn1>=0.1.8 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-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 (use --upgrade to upgrade): packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools>=11.3->cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.14.2.dev30)", "Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/local/lib/python2.7/dist-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 02:55:28 -0800 (0:00:03.236) 0:01:44.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-1485341729.02-23413068176090 `" && echo ansible-tmp-1485341729.02-23413068176090="` echo $HOME/.ansible/tmp/ansible-tmp-1485341729.02-23413068176090 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpDBx8DA TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341729.02-23413068176090/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341729.02-23413068176090/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341729.02-23413068176090/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341729.02-23413068176090/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341729.02-23413068176090/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "cmd": "/usr/local/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": "The directory '/home/jenkins/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/jenkins/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already satisfied (use --upgrade to upgrade): dib-utils in /usr/local/lib/python2.7/dist-packages\n", "stdout_lines": ["Requirement already satisfied (use --upgrade to upgrade): dib-utils in /usr/local/lib/python2.7/dist-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 02:55:30 -0800 (0:00:01.154) 0:01:45.177 ***** 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 02:55:30 -0800 (0:00:00.120) 0:01:45.297 ***** 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 02:55:30 -0800 (0:00:00.131) 0:01:45.429 ***** <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-1485341730.36-35146998610950 `" && echo ansible-tmp-1485341730.36-35146998610950="` echo $HOME/.ansible/tmp/ansible-tmp-1485341730.36-35146998610950 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUZpJXI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341730.36-35146998610950/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341730.36-35146998610950/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341730.36-35146998610950/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341730.36-35146998610950/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341730.36-35146998610950/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/diskimage-builder"], "delta": "0:00:07.344173", "end": "2017-01-25 02:55:37.824227", "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 02:55:30.480054", "stderr": "The directory '/home/jenkins/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/jenkins/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.", "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/local/lib/python2.7/dist-packages\nRequirement already satisfied (use --upgrade to upgrade): Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): dib-utils in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): oslosphinx>=4.7.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=2.3.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): pyflakes<1.1,>=0.8.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): mccabe<0.5,>=0.2.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): pep8!=1.6.0,!=1.6.1,!=1.6.2,>=1.5.7 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)\nRequirement already satisfied (use --upgrade to upgrade): requests>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from oslosphinx>=4.7.0->diskimage-builder==1.26.2.dev34)", "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/local/lib/python2.7/dist-packages", "Requirement already satisfied (use --upgrade to upgrade): Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): dib-utils in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): oslosphinx>=4.7.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=2.3.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): pyflakes<1.1,>=0.8.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): mccabe<0.5,>=0.2.1 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): pep8!=1.6.0,!=1.6.1,!=1.6.2,>=1.5.7 in /usr/local/lib/python2.7/dist-packages (from flake8<2.6.0,>=2.5.4->diskimage-builder==1.26.2.dev34)", "Requirement already satisfied (use --upgrade to upgrade): requests>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from oslosphinx>=4.7.0->diskimage-builder==1.26.2.dev34)"], "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 02:55:37 -0800 (0:00:07.655) 0:01:53.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-1485341738.01-155865065601078 `" && echo ansible-tmp-1485341738.01-155865065601078="` echo $HOME/.ansible/tmp/ansible-tmp-1485341738.01-155865065601078 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpW_E0Xb TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341738.01-155865065601078/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341738.01-155865065601078/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341738.01-155865065601078/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341738.01-155865065601078/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341738.01-155865065601078/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "cmd": "/usr/local/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": "The directory '/home/jenkins/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/jenkins/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already up-to-date: python-ironicclient in /usr/local/lib/python2.7/dist-packages\nRequirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: dogpile.cache>=0.6.2 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: requests!=2.12.2,>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: keystoneauth1>=2.17.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-ironicclient)\nRequirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from oslo.i18n>=2.1.0->python-ironicclient)\nRequirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.17.0->python-ironicclient)\nRequirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.17.0->python-ironicclient)\nRequirement already up-to-date: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: simplejson>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: python-glanceclient>=2.5.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->python-ironicclient)\nRequirement already up-to-date: wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.18.0->python-ironicclient)\nRequirement already up-to-date: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient)\nRequirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)\nRequirement already up-to-date: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-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: jsonpatch<2,>=0.10 in /usr/local/lib/python2.7/dist-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: jsonpointer>=1.9 in /usr/local/lib/python2.7/dist-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)\n", "stdout_lines": ["Requirement already up-to-date: python-ironicclient in /usr/local/lib/python2.7/dist-packages", "Requirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: dogpile.cache>=0.6.2 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: requests!=2.12.2,>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: keystoneauth1>=2.17.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->python-ironicclient)", "Requirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from oslo.i18n>=2.1.0->python-ironicclient)", "Requirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.17.0->python-ironicclient)", "Requirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.17.0->python-ironicclient)", "Requirement already up-to-date: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: simplejson>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: python-glanceclient>=2.5.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->python-ironicclient)", "Requirement already up-to-date: wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.18.0->python-ironicclient)", "Requirement already up-to-date: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient)", "Requirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient)", "Requirement already up-to-date: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-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: jsonpatch<2,>=0.10 in /usr/local/lib/python2.7/dist-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: jsonpointer>=1.9 in /usr/local/lib/python2.7/dist-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)"], "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 02:55:42 -0800 (0:00:05.068) 0:01:58.153 ***** 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 02:55:43 -0800 (0:00:00.133) 0:01:58.286 ***** 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 02:55:43 -0800 (0:00:00.110) 0:01:58.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 02:55:43 -0800 (0:00:00.110) 0:01:58.507 ***** 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 02:55:43 -0800 (0:00:00.109) 0:01:58.617 ***** 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 02:55:43 -0800 (0:00:00.109) 0:01:58.726 ***** 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 02:55:43 -0800 (0:00:00.126) 0:01:58.853 ***** <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-1485341743.78-193941336979747 `" && echo ansible-tmp-1485341743.78-193941336979747="` echo $HOME/.ansible/tmp/ansible-tmp-1485341743.78-193941336979747 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpKAjQ0e TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341743.78-193941336979747/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341743.78-193941336979747/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341743.78-193941336979747/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341743.78-193941336979747/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341743.78-193941336979747/" > /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:01:51.051011", "end": "2017-01-25 02:57:34.944455", "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 02:55:43.893444", "stderr": "Ignoring dnspython3: markers u\"python_version=='3.4'\" don't match your environment\nIgnoring dnspython3: markers u\"python_version=='3.5'\" don't match your environment\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.", "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 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 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 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 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 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 PyYAML===3.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 21))\n Downloading PyYAML-3.12.tar.gz (253kB)\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 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 logutils===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 188))\n Downloading logutils-0.3.3.tar.gz\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 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 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 Tempita===0.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 28))\n Downloading Tempita-0.5.2.tar.gz\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 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 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 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 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 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 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, simplegeneric, WebOb, netaddr, WSME, beautifulsoup4, waitress, WebTest, python-editor, alembic, amqp, anyjson, appdirs, prettytable, wrapt, funcsigs, pbr, debtcollector, automaton, cachetools, pycparser, cffi, pyparsing, unicodecsv, cmd2, stevedore, cliff, contextlib2, idna, pyasn1, packaging, setuptools, enum34, ipaddress, cryptography, decorator, greenlet, eventlet, monotonic, fasteners, functools32, futures, futurist, requests, oslo.i18n, iso8601, netifaces, oslo.utils, rfc3986, oslo.config, oslo.concurrency, python-dateutil, positional, oslo.context, pyinotify, msgpack-python, oslo.serialization, oslo.log, oslo.service, ironic-lib, jsonpointer, jsonpatch, jsonschema, keystoneauth1, python-keystoneclient, pycadf, keystonemiddleware, kombu, logutils, requestsexceptions, os-client-config, simplejson, osc-lib, sqlparse, sqlalchemy-migrate, oslo.db, statsd, oslo.middleware, pika, pika-pool, tenacity, 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: 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: WebOb 1.7.1\n Uninstalling WebOb-1.7.1:\n Successfully uninstalled WebOb-1.7.1\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: WSME 0.9.1\n Uninstalling WSME-0.9.1:\n Successfully uninstalled WSME-0.9.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: waitress 1.0.1\n Uninstalling waitress-1.0.1:\n Successfully uninstalled waitress-1.0.1\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: 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: 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: pbr 1.10.0\n Uninstalling pbr-1.10.0:\n Successfully uninstalled pbr-1.10.0\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: 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: pyparsing 2.1.10\n Uninstalling pyparsing-2.1.10:\n Successfully uninstalled pyparsing-2.1.10\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: 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: stevedore 1.20.0\n Uninstalling stevedore-1.20.0:\n Successfully uninstalled stevedore-1.20.0\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: requests 2.13.0\n Uninstalling requests-2.13.0:\n Successfully uninstalled requests-2.13.0\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: iso8601 0.1.11\n Uninstalling iso8601-0.1.11:\n Successfully uninstalled iso8601-0.1.11\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: oslo.utils 3.22.0\n Uninstalling oslo.utils-3.22.0:\n Successfully uninstalled oslo.utils-3.22.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.config 3.22.0\n Uninstalling oslo.config-3.22.0:\n Successfully uninstalled oslo.config-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: python-dateutil 2.6.0\n Uninstalling python-dateutil-2.6.0:\n Successfully uninstalled python-dateutil-2.6.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: 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: 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: 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: 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: 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: pika 0.10.0\n Uninstalling pika-0.10.0:\n Successfully uninstalled pika-0.10.0\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: 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: 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 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 enum34===1.1.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 131))", " Downloading enum34-1.1.6-py2-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 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 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 PyYAML===3.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 21))", " Downloading PyYAML-3.12.tar.gz (253kB)", "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 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 logutils===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 188))", " Downloading logutils-0.3.3.tar.gz", "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 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 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 Tempita===0.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 28))", " Downloading Tempita-0.5.2.tar.gz", "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 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 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 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 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 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 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, simplegeneric, WebOb, netaddr, WSME, beautifulsoup4, waitress, WebTest, python-editor, alembic, amqp, anyjson, appdirs, prettytable, wrapt, funcsigs, pbr, debtcollector, automaton, cachetools, pycparser, cffi, pyparsing, unicodecsv, cmd2, stevedore, cliff, contextlib2, idna, pyasn1, packaging, setuptools, enum34, ipaddress, cryptography, decorator, greenlet, eventlet, monotonic, fasteners, functools32, futures, futurist, requests, oslo.i18n, iso8601, netifaces, oslo.utils, rfc3986, oslo.config, oslo.concurrency, python-dateutil, positional, oslo.context, pyinotify, msgpack-python, oslo.serialization, oslo.log, oslo.service, ironic-lib, jsonpointer, jsonpatch, jsonschema, keystoneauth1, python-keystoneclient, pycadf, keystonemiddleware, kombu, logutils, requestsexceptions, os-client-config, simplejson, osc-lib, sqlparse, sqlalchemy-migrate, oslo.db, statsd, oslo.middleware, pika, pika-pool, tenacity, 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: 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: WebOb 1.7.1", " Uninstalling WebOb-1.7.1:", " Successfully uninstalled WebOb-1.7.1", " Found existing installation: netaddr 0.7.19", " Uninstalling netaddr-0.7.19:", " Successfully uninstalled netaddr-0.7.19", " Found existing installation: WSME 0.9.1", " Uninstalling WSME-0.9.1:", " Successfully uninstalled WSME-0.9.1", " Found existing installation: beautifulsoup4 4.5.3", " Uninstalling beautifulsoup4-4.5.3:", " Successfully uninstalled beautifulsoup4-4.5.3", " Found existing installation: waitress 1.0.1", " Uninstalling waitress-1.0.1:", " Successfully uninstalled waitress-1.0.1", " 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: 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: 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: pbr 1.10.0", " Uninstalling pbr-1.10.0:", " Successfully uninstalled pbr-1.10.0", " Found existing installation: debtcollector 1.11.0", " Uninstalling debtcollector-1.11.0:", " Successfully uninstalled debtcollector-1.11.0", " 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: pyparsing 2.1.10", " Uninstalling pyparsing-2.1.10:", " Successfully uninstalled pyparsing-2.1.10", " 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: 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: stevedore 1.20.0", " Uninstalling stevedore-1.20.0:", " Successfully uninstalled stevedore-1.20.0", " 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: requests 2.13.0", " Uninstalling requests-2.13.0:", " Successfully uninstalled requests-2.13.0", " Found existing installation: oslo.i18n 3.12.0", " Uninstalling oslo.i18n-3.12.0:", " Successfully uninstalled oslo.i18n-3.12.0", " Found existing installation: iso8601 0.1.11", " Uninstalling iso8601-0.1.11:", " Successfully uninstalled iso8601-0.1.11", " 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: oslo.utils 3.22.0", " Uninstalling oslo.utils-3.22.0:", " Successfully uninstalled oslo.utils-3.22.0", " Found existing installation: rfc3986 0.4.1", " Uninstalling rfc3986-0.4.1:", " Successfully uninstalled rfc3986-0.4.1", " Found existing installation: oslo.config 3.22.0", " Uninstalling oslo.config-3.22.0:", " Successfully uninstalled oslo.config-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: python-dateutil 2.6.0", " Uninstalling python-dateutil-2.6.0:", " Successfully uninstalled python-dateutil-2.6.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: 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: 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: 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: 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: 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: pika 0.10.0", " Uninstalling pika-0.10.0:", " Successfully uninstalled pika-0.10.0", " 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: 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: 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 02:57:35 -0800 (0:01:51.366) 0:03:50.219 ***** <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-1485341855.17-154948204809438 `" && echo ansible-tmp-1485341855.17-154948204809438="` echo $HOME/.ansible/tmp/ansible-tmp-1485341855.17-154948204809438 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpFkGJqh TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341855.17-154948204809438/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341855.17-154948204809438/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341855.17-154948204809438/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341855.17-154948204809438/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341855.17-154948204809438/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "/usr/local/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": "The directory '/home/jenkins/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/jenkins/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already up-to-date: ironic-inspector in /usr/local/lib/python2.7/dist-packages\nRequirement already up-to-date: oslo.utils>=3.16.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: alembic>=0.8.4 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.db!=4.13.1,!=4.13.2,>=4.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: futurist!=0.15.0,>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.middleware>=3.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nCollecting stevedore>=1.16.0 (from ironic-inspector)\n Downloading stevedore-1.20.0-py2.py3-none-any.whl\nRequirement already up-to-date: SQLAlchemy<1.1.0,>=1.0.10 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: jsonpath-rw<2.0,>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: python-ironicclient>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: pbr>=1.6 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.log>=1.14.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.concurrency>=3.8.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.config>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: python-swiftclient>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: keystoneauth1>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: Flask!=0.11,<1.0,>=0.10 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nCollecting eventlet!=0.18.3,>=0.18.2 (from ironic-inspector)\n Downloading eventlet-0.20.1-py2.py3-none-any.whl (387kB)\nRequirement already up-to-date: oslo.rootwrap>=5.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: Mako in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.4->ironic-inspector)\nRequirement already up-to-date: python-editor>=0.3 in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.4->ironic-inspector)\nRequirement already up-to-date: sqlalchemy-migrate>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)\nCollecting oslo.context>=2.9.0 (from oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)\n Downloading oslo.context-2.12.0-py2.py3-none-any.whl\nRequirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)\nRequirement already up-to-date: contextlib2>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)\nRequirement already up-to-date: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)\nRequirement already up-to-date: statsd>=3.2.1 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from oslo.middleware>=3.0.0->ironic-inspector)\nCollecting WebOb>=1.6.0 (from oslo.middleware>=3.0.0->ironic-inspector)\n Downloading WebOb-1.7.1-py2.py3-none-any.whl (83kB)\nRequirement already up-to-date: ply in /usr/local/lib/python2.7/dist-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)\nRequirement already up-to-date: decorator in /usr/local/lib/python2.7/dist-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)\nRequirement already up-to-date: dogpile.cache>=0.6.2 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nCollecting requests!=2.12.2,>=2.10.0 (from python-ironicclient>=1.6.0->ironic-inspector)\n Downloading requests-2.13.0-py2.py3-none-any.whl (584kB)\nRequirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: python-dateutil>=2.4.2 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from oslo.log>=1.14.0->ironic-inspector)\nRequirement already up-to-date: fasteners>=0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.concurrency>=3.8.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/local/lib/python2.7/dist-packages (from oslo.concurrency>=3.8.0->ironic-inspector)\nRequirement already up-to-date: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config>=3.14.0->ironic-inspector)\nRequirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.10.0->ironic-inspector)\nRequirement already up-to-date: itsdangerous>=0.21 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)\nRequirement already up-to-date: Werkzeug>=0.7 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)\nRequirement already up-to-date: click>=2.0 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)\nRequirement already up-to-date: functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->ironic-inspector)\nCollecting python-keystoneclient>=3.8.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\n Downloading python_keystoneclient-3.10.0-py2.py3-none-any.whl (369kB)\nRequirement already up-to-date: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)\nRequirement already up-to-date: greenlet>=0.3 in /usr/local/lib/python2.7/dist-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)\nRequirement already up-to-date: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)\nRequirement already up-to-date: wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.16.0->ironic-inspector)\nRequirement already up-to-date: MarkupSafe>=0.9.2 in /usr/local/lib/python2.7/dist-packages (from Mako->alembic>=0.8.4->ironic-inspector)\nRequirement already up-to-date: sqlparse in /usr/local/lib/python2.7/dist-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: Tempita>=0.4 in /usr/local/lib/python2.7/dist-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: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from osc-lib>=1.2.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/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-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: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)\nRequirement already up-to-date: jsonpatch<2,>=0.10 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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, oslo.context, WebOb, requests, python-keystoneclient\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: oslo.context 2.11.0\n Uninstalling oslo.context-2.11.0:\n Successfully uninstalled oslo.context-2.11.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: 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\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/local/lib/python2.7/dist-packages", "Requirement already up-to-date: oslo.utils>=3.16.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: alembic>=0.8.4 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.db!=4.13.1,!=4.13.2,>=4.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: futurist!=0.15.0,>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.middleware>=3.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Collecting stevedore>=1.16.0 (from ironic-inspector)", " Downloading stevedore-1.20.0-py2.py3-none-any.whl", "Requirement already up-to-date: SQLAlchemy<1.1.0,>=1.0.10 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: jsonpath-rw<2.0,>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: python-ironicclient>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: pbr>=1.6 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.log>=1.14.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.concurrency>=3.8.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.config>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: python-swiftclient>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: keystoneauth1>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: Flask!=0.11,<1.0,>=0.10 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: jsonschema!=2.5.0,<3.0.0,>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Collecting eventlet!=0.18.3,>=0.18.2 (from ironic-inspector)", " Downloading eventlet-0.20.1-py2.py3-none-any.whl (387kB)", "Requirement already up-to-date: oslo.rootwrap>=5.0.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: Mako in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.4->ironic-inspector)", "Requirement already up-to-date: python-editor>=0.3 in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.4->ironic-inspector)", "Requirement already up-to-date: sqlalchemy-migrate>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)", "Collecting oslo.context>=2.9.0 (from oslo.db!=4.13.1,!=4.13.2,>=4.10.0->ironic-inspector)", " Downloading oslo.context-2.12.0-py2.py3-none-any.whl", "Requirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)", "Requirement already up-to-date: contextlib2>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)", "Requirement already up-to-date: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from futurist!=0.15.0,>=0.11.0->ironic-inspector)", "Requirement already up-to-date: statsd>=3.2.1 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from oslo.middleware>=3.0.0->ironic-inspector)", "Collecting WebOb>=1.6.0 (from oslo.middleware>=3.0.0->ironic-inspector)", " Downloading WebOb-1.7.1-py2.py3-none-any.whl (83kB)", "Requirement already up-to-date: ply in /usr/local/lib/python2.7/dist-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)", "Requirement already up-to-date: decorator in /usr/local/lib/python2.7/dist-packages (from jsonpath-rw<2.0,>=1.2.0->ironic-inspector)", "Requirement already up-to-date: dogpile.cache>=0.6.2 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Collecting requests!=2.12.2,>=2.10.0 (from python-ironicclient>=1.6.0->ironic-inspector)", " Downloading requests-2.13.0-py2.py3-none-any.whl (584kB)", "Requirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: python-dateutil>=2.4.2 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from oslo.log>=1.14.0->ironic-inspector)", "Requirement already up-to-date: fasteners>=0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.concurrency>=3.8.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/local/lib/python2.7/dist-packages (from oslo.concurrency>=3.8.0->ironic-inspector)", "Requirement already up-to-date: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-packages (from oslo.config>=3.14.0->ironic-inspector)", "Requirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.10.0->ironic-inspector)", "Requirement already up-to-date: itsdangerous>=0.21 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)", "Requirement already up-to-date: Werkzeug>=0.7 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)", "Requirement already up-to-date: click>=2.0 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->ironic-inspector)", "Requirement already up-to-date: functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-packages (from jsonschema!=2.5.0,<3.0.0,>=2.0.0->ironic-inspector)", "Collecting python-keystoneclient>=3.8.0 (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", " Downloading python_keystoneclient-3.10.0-py2.py3-none-any.whl (369kB)", "Requirement already up-to-date: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0->ironic-inspector)", "Requirement already up-to-date: greenlet>=0.3 in /usr/local/lib/python2.7/dist-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)", "Requirement already up-to-date: enum-compat in /usr/local/lib/python2.7/dist-packages (from eventlet!=0.18.3,>=0.18.2->ironic-inspector)", "Requirement already up-to-date: wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.16.0->ironic-inspector)", "Requirement already up-to-date: MarkupSafe>=0.9.2 in /usr/local/lib/python2.7/dist-packages (from Mako->alembic>=0.8.4->ironic-inspector)", "Requirement already up-to-date: sqlparse in /usr/local/lib/python2.7/dist-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: Tempita>=0.4 in /usr/local/lib/python2.7/dist-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: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from osc-lib>=1.2.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/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: python-novaclient!=2.33.0,>=2.29.0 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: msgpack-python>=0.4.0 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-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: unicodecsv>=0.8.0; python_version < \"3.0\" in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=2.5.0->python-openstackclient>=3.3.0->python-ironicclient>=1.6.0->ironic-inspector)", "Requirement already up-to-date: jsonpatch<2,>=0.10 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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, oslo.context, WebOb, requests, python-keystoneclient", " 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: oslo.context 2.11.0", " Uninstalling oslo.context-2.11.0:", " Successfully uninstalled oslo.context-2.11.0", " Found existing installation: WebOb 1.6.3", " Uninstalling WebOb-1.6.3:", " Successfully uninstalled WebOb-1.6.3", " 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", "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 02:57:45 -0800 (0:00:10.547) 0:04:00.766 ***** 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 02:57:45 -0800 (0:00:00.200) 0:04:00.967 ***** <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-1485341865.92-196872482009509 `" && echo ansible-tmp-1485341865.92-196872482009509="` echo $HOME/.ansible/tmp/ansible-tmp-1485341865.92-196872482009509 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpb2owv1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341865.92-196872482009509/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341865.92-196872482009509/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341865.92-196872482009509/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341865.92-196872482009509/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341865.92-196872482009509/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "cmd": "/usr/local/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": "The directory '/home/jenkins/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/jenkins/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\nYou are using pip version 8.1.2, however version 9.0.1 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n", "stdout": "Requirement already up-to-date: python-ironic-inspector-client in /usr/local/lib/python2.7/dist-packages\nRequirement already up-to-date: osc-lib>=1.0.2 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: requests>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: python-openstackclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: pbr>=1.6 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: keystoneauth1>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: oslo.utils>=3.16.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: simplejson>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-glanceclient>=2.5.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)\nRequirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)\nRequirement already up-to-date: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)\nRequirement already up-to-date: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.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/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from 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/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)\nRequirement already up-to-date: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-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: jsonschema<3,>=0.7 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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: functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages", "Requirement already up-to-date: osc-lib>=1.0.2 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: requests>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: python-openstackclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: oslo.i18n>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: pbr>=1.6 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: keystoneauth1>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: oslo.utils>=3.16.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: simplejson>=2.2.0 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-glanceclient>=2.5.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.10.0->python-ironic-inspector-client)", "Requirement already up-to-date: funcsigs>=0.4; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: pyparsing>=2.0.7 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.16.0->python-ironic-inspector-client)", "Requirement already up-to-date: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.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/local/lib/python2.7/dist-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/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.0.2->python-ironic-inspector-client)", "Requirement already up-to-date: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.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/local/lib/python2.7/dist-packages (from python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: wrapt>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from python-glanceclient>=2.5.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: warlock!=1.3.0,<2,>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from 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/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.0->python-keystoneclient>=3.8.0->python-openstackclient>=2.1.0->python-ironic-inspector-client)", "Requirement already up-to-date: rfc3986>=0.3.1 in /usr/local/lib/python2.7/dist-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: jsonschema<3,>=0.7 in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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: functools32; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-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/local/lib/python2.7/dist-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 02:57:52 -0800 (0:00:07.020) 0:04:07.987 ***** 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 02:57:53 -0800 (0:00:00.204) 0:04:08.192 ***** 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 02:57:53 -0800 (0:00:00.164) 0:04:08.356 ***** 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 02:57:53 -0800 (0:00:00.154) 0:04:08.511 ***** 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 02:57:53 -0800 (0:00:00.084) 0:04:08.596 ***** 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 02:57:53 -0800 (0:00:00.077) 0:04:08.673 ***** 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 02:57:53 -0800 (0:00:00.077) 0:04:08.751 ***** <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-1485341873.77-226062815253479 `" && echo ansible-tmp-1485341873.77-226062815253479="` echo $HOME/.ansible/tmp/ansible-tmp-1485341873.77-226062815253479 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmphJG9ty TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341873.77-226062815253479/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341873.77-226062815253479/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341873.77-226062815253479/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341873.77-226062815253479/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341873.77-226062815253479/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "mysql", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "mysql", "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 02:57:53 -0800 (0:00:00.370) 0:04:09.121 ***** <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-1485341874.01-224098718153502 `" && echo ansible-tmp-1485341874.01-224098718153502="` echo $HOME/.ansible/tmp/ansible-tmp-1485341874.01-224098718153502 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpBKoBC0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341874.01-224098718153502/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341874.01-224098718153502/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341874.01-224098718153502/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341874.01-224098718153502/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341874.01-224098718153502/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["grep", "-i", "pod4-node1", "/etc/hosts"], "delta": "0:00:00.003147", "end": "2017-01-25 02:57:54.118793", "invocation": {"module_args": {"_raw_params": "grep -i \"pod4-node1\" /etc/hosts", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 02:57:54.115646", "stderr": "", "stdout": "127.0.0.1\tpod4-node1 localhost\n10.2.117.71\tpod4-node1.opnfv.local\tpod4-node1\n::1 pod4-node1 localhost ip6-localhost ip6-loopback", "stdout_lines": ["127.0.0.1\tpod4-node1 localhost", "10.2.117.71\tpod4-node1.opnfv.local\tpod4-node1", "::1 pod4-node1 localhost ip6-localhost ip6-loopback"], "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 02:57:54 -0800 (0:00:00.218) 0:04:09.340 ***** 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 02:57:54 -0800 (0:00:00.072) 0:04:09.412 ***** 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 02:57:55 -0800 (0:00:01.462) 0:04:10.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-1485341875.77-237884748351582 `" && echo ansible-tmp-1485341875.77-237884748351582="` echo $HOME/.ansible/tmp/ansible-tmp-1485341875.77-237884748351582 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpMPeKOX TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341875.77-237884748351582/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341875.77-237884748351582/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341875.77-237884748351582/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341875.77-237884748351582/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341875.77-237884748351582/" > /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 02:57:56 -0800 (0:00:00.566) 0:04:11.441 ***** <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-1485341876.44-266344493375204 `" && echo ansible-tmp-1485341876.44-266344493375204="` echo $HOME/.ansible/tmp/ansible-tmp-1485341876.44-266344493375204 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpH9HORK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341876.44-266344493375204/wait_for <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341876.44-266344493375204/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341876.44-266344493375204/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341876.44-266344493375204/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341876.44-266344493375204/" > /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 02:58:01 -0800 (0:00:05.370) 0:04:16.812 ***** <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-1485341881.81-24357219861186 `" && echo ansible-tmp-1485341881.81-24357219861186="` echo $HOME/.ansible/tmp/ansible-tmp-1485341881.81-24357219861186 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpO34nzQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341881.81-24357219861186/rabbitmq_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341881.81-24357219861186/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341881.81-24357219861186/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341881.81-24357219861186/rabbitmq_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341881.81-24357219861186/" > /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 02:58:02 -0800 (0:00:00.628) 0:04:17.441 ***** <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-1485341882.33-61470977169829 `" && echo ansible-tmp-1485341882.33-61470977169829="` echo $HOME/.ansible/tmp/ansible-tmp-1485341882.33-61470977169829 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmprKwyNQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341882.33-61470977169829/rabbitmq_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341882.33-61470977169829/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341882.33-61470977169829/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341882.33-61470977169829/rabbitmq_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341882.33-61470977169829/" > /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 02:58:04 -0800 (0:00:02.274) 0:04:19.716 ***** 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 02:58:04 -0800 (0:00:00.082) 0:04:19.799 ***** 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 02:58:04 -0800 (0:00:00.071) 0:04:19.871 ***** <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-1485341884.85-213147492631392 `" && echo ansible-tmp-1485341884.85-213147492631392="` echo $HOME/.ansible/tmp/ansible-tmp-1485341884.85-213147492631392 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4OgWUG TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341884.85-213147492631392/mysql_db <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341884.85-213147492631392/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341884.85-213147492631392/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341884.85-213147492631392/mysql_db; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341884.85-213147492631392/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "db": "ironic", "invocation": {"module_args": {"collation": "", "config_file": "/home/jenkins/.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 02:58:05 -0800 (0:00:00.296) 0:04:20.167 ***** <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-1485341885.17-175142857821842 `" && echo ansible-tmp-1485341885.17-175142857821842="` echo $HOME/.ansible/tmp/ansible-tmp-1485341885.17-175142857821842 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpx40H6z TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.17-175142857821842/mysql_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.17-175142857821842/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.17-175142857821842/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.17-175142857821842/mysql_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341885.17-175142857821842/" > /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": "/home/jenkins/.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 02:58:05 -0800 (0:00:00.404) 0:04:20.572 ***** <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-1485341885.54-187406390620255 `" && echo ansible-tmp-1485341885.54-187406390620255="` echo $HOME/.ansible/tmp/ansible-tmp-1485341885.54-187406390620255 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpH5DLg2 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.54-187406390620255/group <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.54-187406390620255/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.54-187406390620255/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.54-187406390620255/group; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341885.54-187406390620255/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "gid": 1002, "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 02:58:05 -0800 (0:00:00.303) 0:04:20.876 ***** <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-1485341885.88-113568777035157 `" && echo ansible-tmp-1485341885.88-113568777035157="` echo $HOME/.ansible/tmp/ansible-tmp-1485341885.88-113568777035157 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpumo7W0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.88-113568777035157/user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.88-113568777035157/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.88-113568777035157/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341885.88-113568777035157/user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341885.88-113568777035157/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"append": false, "changed": true, "comment": "", "group": 1002, "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-node1", "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": "", "state": "present", "uid": 1002} 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 02:58:06 -0800 (0:00:00.433) 0:04:21.309 ***** <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-1485341886.2-220428627484369 `" && echo ansible-tmp-1485341886.2-220428627484369="` echo $HOME/.ansible/tmp/ansible-tmp-1485341886.2-220428627484369 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_tbGsT TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.2-220428627484369/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.2-220428627484369/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.2-220428627484369/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.2-220428627484369/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341886.2-220428627484369/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic"}, "before": {"path": "/etc/ironic"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:06 -0800 (0:00:00.210) 0:04:21.520 ***** <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-1485341886.49-256771166900250 `" && echo ansible-tmp-1485341886.49-256771166900250="` echo $HOME/.ansible/tmp/ansible-tmp-1485341886.49-256771166900250 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpjCdapy TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.49-256771166900250/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.49-256771166900250/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.49-256771166900250/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.49-256771166900250/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", "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 02:58:06 -0800 (0:00:00.288) 0:04:21.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-1485341886.7-134245865968925 `" && echo ansible-tmp-1485341886.7-134245865968925="` echo $HOME/.ansible/tmp/ansible-tmp-1485341886.7-134245865968925 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp0A9yf1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.7-134245865968925/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.7-134245865968925/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.7-134245865968925/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341886.7-134245865968925/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341886.7-134245865968925/" > /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.003618", "end": "2017-01-25 02:58:06.806277", "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 02:58:06.802659", "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 02:58:06 -0800 (0:00:00.211) 0:04:22.020 ***** 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 02:58:06 -0800 (0:00:00.092) 0:04:22.113 ***** 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 02:58:07 -0800 (0:00:00.107) 0:04:22.221 ***** 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 02:58:07 -0800 (0:00:00.103) 0:04:22.324 ***** 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 02:58:07 -0800 (0:00:00.107) 0:04:22.431 ***** 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 02:58:07 -0800 (0:00:00.103) 0:04:22.535 ***** 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 02:58:07 -0800 (0:00:00.124) 0:04:22.659 ***** 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 02:58:07 -0800 (0:00:00.112) 0:04:22.772 ***** 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 02:58:07 -0800 (0:00:00.117) 0:04:22.889 ***** 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 02:58:07 -0800 (0:00:00.108) 0:04:22.997 ***** 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 02:58:07 -0800 (0:00:00.107) 0:04:23.105 ***** 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 02:58:08 -0800 (0:00:00.107) 0:04:23.213 ***** 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 02:58:08 -0800 (0:00:00.108) 0:04:23.321 ***** 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 02:58:08 -0800 (0:00:00.107) 0:04:23.429 ***** 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 02:58:08 -0800 (0:00:00.108) 0:04:23.538 ***** 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 02:58:08 -0800 (0:00:00.108) 0:04:23.646 ***** 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 02:58:08 -0800 (0:00:00.109) 0:04:23.756 ***** 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 02:58:08 -0800 (0:00:00.146) 0:04:23.902 ***** <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-1485341888.83-45127059856219 `" && echo ansible-tmp-1485341888.83-45127059856219="` echo $HOME/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpe347Fc TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpZbRkBE TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/source && sleep 0' <127.0.0.1> PUT /tmp/tmpeSTGOf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "9bc60427546f1ee318c3ae58f6d2e7b4c43de9c5", "dest": "/etc/ironic/ironic.conf", "gid": 1002, "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": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/source", "validate": null}}, "md5sum": "4c6284c6e805c154d20ebdc07ba72886", "mode": "0640", "owner": "ironic", "size": 1438, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341888.83-45127059856219/source", "state": "file", "uid": 1002} 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 02:58:09 -0800 (0:00:00.442) 0:04:24.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-1485341889.33-237808836050073 `" && echo ansible-tmp-1485341889.33-237808836050073="` echo $HOME/.ansible/tmp/ansible-tmp-1485341889.33-237808836050073 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpoNt1jq TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.33-237808836050073/lineinfile <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.33-237808836050073/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.33-237808836050073/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.33-237808836050073/lineinfile; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341889.33-237808836050073/" > /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 02:58:09 -0800 (0:00:00.355) 0:04:24.700 ***** <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-1485341889.59-264353039955061 `" && echo ansible-tmp-1485341889.59-264353039955061="` echo $HOME/.ansible/tmp/ansible-tmp-1485341889.59-264353039955061 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp3ky2oO TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.59-264353039955061/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.59-264353039955061/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.59-264353039955061/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.59-264353039955061/copy && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "c82c908c2f2cf73346d5b1258c67b3a570638d68", "dest": "/etc/ironic/policy.json", "gid": 1002, "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", "size": 113, "src": "/opt/stack/ironic/etc/ironic/policy.json", "state": "file", "uid": 1002} 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 02:58:09 -0800 (0:00:00.232) 0:04:24.932 ***** 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 02:58:09 -0800 (0:00:00.113) 0:04:25.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-1485341889.95-124787768565495 `" && echo ansible-tmp-1485341889.95-124787768565495="` echo $HOME/.ansible/tmp/ansible-tmp-1485341889.95-124787768565495 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYOgCf5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.95-124787768565495/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.95-124787768565495/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.95-124787768565495/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341889.95-124787768565495/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341889.95-124787768565495/" > /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:01.532431", "end": "2017-01-25 02:58:11.585661", "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 02:58:10.053230", "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 02:58:11 -0800 (0:00:01.775) 0:04:26.821 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 02:58:11 -0800 (0:00:00.112) 0:04:26.934 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 02:58:11 -0800 (0:00:00.107) 0:04:27.042 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 02:58:11 -0800 (0:00:00.101) 0:04:27.143 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 02:58:12 -0800 (0:00:00.107) 0:04:27.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-1485341892.15-71990291567043 `" && echo ansible-tmp-1485341892.15-71990291567043="` echo $HOME/.ansible/tmp/ansible-tmp-1485341892.15-71990291567043 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpC3yCmf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.15-71990291567043/user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.15-71990291567043/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.15-71990291567043/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.15-71990291567043/user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341892.15-71990291567043/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"append": true, "changed": true, "comment": "", "group": 115, "home": "/home/ironic", "invocation": {"module_args": {"append": true, "comment": null, "createhome": true, "expires": null, "force": false, "generate_ssh_key": null, "group": "libvirtd", "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-node1", "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": "", "state": "present", "uid": 1002} 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 02:58:12 -0800 (0:00:00.375) 0:04:27.627 ***** 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 02:58:12 -0800 (0:00:00.113) 0:04:27.741 ***** 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 02:58:12 -0800 (0:00:00.098) 0:04:27.839 ***** 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 02:58:12 -0800 (0:00:00.107) 0:04:27.947 ***** <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-1485341892.84-119775050878932 `" && echo ansible-tmp-1485341892.84-119775050878932="` echo $HOME/.ansible/tmp/ansible-tmp-1485341892.84-119775050878932 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpOCBH9L TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.84-119775050878932/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.84-119775050878932/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.84-119775050878932/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341892.84-119775050878932/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341892.84-119775050878932/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1002, "path": "/home/ironic/.ssh"}, "before": {"group": 115, "path": "/home/ironic/.ssh"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:13 -0800 (0:00:00.237) 0:04:28.185 ***** 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 02:58:13 -0800 (0:00:00.079) 0:04:28.264 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153 `" && echo ansible-tmp-1485341893.15-63519792666153="` echo $HOME/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153 `" ) && sleep 0' PUT /tmp/tmpYjVNum TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341893.15-63519792666153/" > /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": 1485339080.495057, "checksum": "54a5a964537c7d51e735ff7d0221007568b64f84", "ctime": 1485341892.3870187, "dev": 64512, "exists": true, "gid": 115, "gr_name": "libvirtd", "inode": 21496349, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "487c1f9b7b4bb2e09667ae0d86cfcbe5", "mode": "0600", "mtime": 1471526974.9536757, "nlink": 1, "path": "/home/ironic/.ssh/id_rsa", "pw_name": "ironic", "rgrp": false, "roth": false, "rusr": true, "size": 1679, "uid": 1002, "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 02:58:13 -0800 (0:00:00.235) 0:04:28.499 ***** 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 02:58:13 -0800 (0:00:00.079) 0:04:28.579 ***** 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 02:58:13 -0800 (0:00:00.084) 0:04:28.664 ***** 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 02:58:13 -0800 (0:00:00.082) 0:04:28.747 ***** <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-1485341893.64-184330870276437 `" && echo ansible-tmp-1485341893.64-184330870276437="` echo $HOME/.ansible/tmp/ansible-tmp-1485341893.64-184330870276437 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmppu6vH1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.64-184330870276437/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.64-184330870276437/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.64-184330870276437/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.64-184330870276437/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341893.64-184330870276437/" > /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.003750", "end": "2017-01-25 02:58:13.749647", "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 02:58:13.745897", "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 02:58:13 -0800 (0:00:00.212) 0:04:28.960 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 02:58:13 -0800 (0:00:00.072) 0:04:29.032 ***** <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-1485341893.94-143218268609251 `" && echo ansible-tmp-1485341893.94-143218268609251="` echo $HOME/.ansible/tmp/ansible-tmp-1485341893.94-143218268609251 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpgsme4z TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.94-143218268609251/mysql_db <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.94-143218268609251/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.94-143218268609251/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341893.94-143218268609251/mysql_db; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341893.94-143218268609251/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "db": "inspector", "invocation": {"module_args": {"collation": "", "config_file": "/home/jenkins/.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 02:58:14 -0800 (0:00:00.296) 0:04:29.329 ***** <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-1485341894.24-98278761527085 `" && echo ansible-tmp-1485341894.24-98278761527085="` echo $HOME/.ansible/tmp/ansible-tmp-1485341894.24-98278761527085 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpX6ebjh TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.24-98278761527085/mysql_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.24-98278761527085/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.24-98278761527085/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.24-98278761527085/mysql_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341894.24-98278761527085/" > /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": "/home/jenkins/.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 02:58:14 -0800 (0:00:00.286) 0:04:29.616 ***** <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-1485341894.52-95454485909940 `" && echo ansible-tmp-1485341894.52-95454485909940="` echo $HOME/.ansible/tmp/ansible-tmp-1485341894.52-95454485909940 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYThh1r TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.52-95454485909940/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.52-95454485909940/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.52-95454485909940/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341894.52-95454485909940/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341894.52-95454485909940/" > /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": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:14 -0800 (0:00:00.272) 0:04:29.889 ***** 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 02:58:14 -0800 (0:00:00.169) 0:04:30.058 ***** 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 02:58:15 -0800 (0:00:00.169) 0:04:30.227 ***** 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 02:58:15 -0800 (0:00:00.165) 0:04:30.392 ***** 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 02:58:15 -0800 (0:00:00.171) 0:04:30.564 ***** 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 02:58:15 -0800 (0:00:00.187) 0:04:30.752 ***** 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 02:58:15 -0800 (0:00:00.193) 0:04:30.945 ***** 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 02:58:15 -0800 (0:00:00.187) 0:04:31.132 ***** 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 02:58:16 -0800 (0:00:00.170) 0:04:31.303 ***** 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 02:58:16 -0800 (0:00:00.169) 0:04:31.472 ***** 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 02:58:16 -0800 (0:00:00.169) 0:04:31.642 ***** 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 02:58:16 -0800 (0:00:00.165) 0:04:31.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 : Inspector - Place Configuration] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:44 Wednesday 25 January 2017 02:58:16 -0800 (0:00:00.166) 0:04:31.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-1485341896.9-7085521465247 `" && echo ansible-tmp-1485341896.9-7085521465247="` echo $HOME/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpU6lcT_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpyaCbxp TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341896.9-7085521465247/ > /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": 1002, "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", "size": 428, "state": "file", "uid": 1002} 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 02:58:17 -0800 (0:00:00.430) 0:04:32.405 ***** <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-1485341897.32-173715017670029 `" && echo ansible-tmp-1485341897.32-173715017670029="` echo $HOME/.ansible/tmp/ansible-tmp-1485341897.32-173715017670029 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpCi9jrA TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.32-173715017670029/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.32-173715017670029/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.32-173715017670029/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.32-173715017670029/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341897.32-173715017670029/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/opt/stack/ironic-inspector/var", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/opt/stack/ironic-inspector/var", "state": "absent"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:17 -0800 (0:00:00.274) 0:04:32.679 ***** <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-1485341897.59-225150063094801 `" && echo ansible-tmp-1485341897.59-225150063094801="` echo $HOME/.ansible/tmp/ansible-tmp-1485341897.59-225150063094801 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpm_YGRa TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.59-225150063094801/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.59-225150063094801/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.59-225150063094801/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.59-225150063094801/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341897.59-225150063094801/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/opt/stack/ironic-inspector/var/log", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/opt/stack/ironic-inspector/var/log", "state": "absent"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:17 -0800 (0:00:00.265) 0:04:32.944 ***** <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-1485341897.86-176271644938714 `" && echo ansible-tmp-1485341897.86-176271644938714="` echo $HOME/.ansible/tmp/ansible-tmp-1485341897.86-176271644938714 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpprrLDI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.86-176271644938714/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.86-176271644938714/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.86-176271644938714/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341897.86-176271644938714/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341897.86-176271644938714/" > /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.677024", "end": "2017-01-25 02:58:18.656721", "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 02:58:17.979697", "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 02:58:18 -0800 (0:00:00.958) 0:04:33.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-1485341898.82-180761987027957 `" && echo ansible-tmp-1485341898.82-180761987027957="` echo $HOME/.ansible/tmp/ansible-tmp-1485341898.82-180761987027957 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQPv_sC TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341898.82-180761987027957/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341898.82-180761987027957/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341898.82-180761987027957/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341898.82-180761987027957/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341898.82-180761987027957/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "echo $(dirname $(which ironic-inspector))", "delta": "0:00:00.005713", "end": "2017-01-25 02:58:18.965362", "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 02:58:18.959649", "stderr": "", "stdout": "/usr/local/bin", "stdout_lines": ["/usr/local/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 02:58:19 -0800 (0:00:00.316) 0:04:34.220 ***** <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-1485341899.84-267531580558745 `" && echo ansible-tmp-1485341899.84-267531580558745="` echo $HOME/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptt1ZrS TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpeaShMb TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341899.84-267531580558745/ > /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'/usr/local/bin'}) => {"changed": false, "diff": {"after": {"path": "/etc/init/ironic-inspector.conf"}, "before": {"path": "/etc/init/ironic-inspector.conf"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/init/ironic-inspector.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": null, "original_basename": "upstart_template.j2", "owner": "root", "path": "/etc/init/ironic-inspector.conf", "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": "/usr/local/bin", "username": "ironic"}, "mode": "0644", "owner": "root", "path": "/etc/init/ironic-inspector.conf", "size": 306, "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 02:58:20 -0800 (0:00:01.170) 0:04:35.390 ***** <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-1485341900.3-277525616670232 `" && echo ansible-tmp-1485341900.3-277525616670232="` echo $HOME/.ansible/tmp/ansible-tmp-1485341900.3-277525616670232 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpXG1mEC TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.3-277525616670232/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.3-277525616670232/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.3-277525616670232/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.3-277525616670232/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341900.3-277525616670232/" > /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.019765", "end": "2017-01-25 02:58:20.456910", "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 02:58:20.437145", "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 02:58:20 -0800 (0:00:00.312) 0:04:35.703 ***** <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-1485341900.6-279597841285532 `" && echo ansible-tmp-1485341900.6-279597841285532="` echo $HOME/.ansible/tmp/ansible-tmp-1485341900.6-279597841285532 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpvfuqo9 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.6-279597841285532/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.6-279597841285532/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.6-279597841285532/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341900.6-279597841285532/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341900.6-279597841285532/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "echo $(dirname $(which ironic-api))", "delta": "0:00:00.005714", "end": "2017-01-25 02:58:20.740315", "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 02:58:20.734601", "stderr": "", "stdout": "/usr/local/bin", "stdout_lines": ["/usr/local/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 02:58:20 -0800 (0:00:00.265) 0:04:35.969 ***** <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-1485341901.52-158557735398686 `" && echo ansible-tmp-1485341901.52-158557735398686="` echo $HOME/.ansible/tmp/ansible-tmp-1485341901.52-158557735398686 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpNvKMyE TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341901.52-158557735398686/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341901.52-158557735398686/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341901.52-158557735398686/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341901.52-158557735398686/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341901.52-158557735398686/" > /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": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171 `" && echo ansible-tmp-1485341902.25-139986737991171="` echo $HOME/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmplfZE92 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341902.25-139986737991171/" > /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": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} TASK [bifrost-ironic-install : Place ironic services] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:247 Wednesday 25 January 2017 02:58:22 -0800 (0:00:01.630) 0:04:37.599 ***** <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-1485341903.15-114982404391171 `" && echo ansible-tmp-1485341903.15-114982404391171="` echo $HOME/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpzuJUaW TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpeJAyNd TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341903.15-114982404391171/ > /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'/usr/local/bin'}) => {"changed": false, "diff": {"after": {"path": "/etc/init/ironic-api.conf"}, "before": {"path": "/etc/init/ironic-api.conf"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/init/ironic-api.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": null, "original_basename": "upstart_template.j2", "owner": "root", "path": "/etc/init/ironic-api.conf", "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": "/usr/local/bin", "username": "ironic"}, "mode": "0644", "owner": "root", "path": "/etc/init/ironic-api.conf", "size": 287, "state": "file", "uid": 0} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919 `" && echo ansible-tmp-1485341904.13-201346284662919="` echo $HOME/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp51g3o4 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/stat && sleep 0' <127.0.0.1> PUT /tmp/tmp3CVfPg TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341904.13-201346284662919/ > /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'/usr/local/bin'}) => {"changed": false, "diff": {"after": {"path": "/etc/init/ironic-conductor.conf"}, "before": {"path": "/etc/init/ironic-conductor.conf"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/init/ironic-conductor.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "root", "mode": null, "original_basename": "upstart_template.j2", "owner": "root", "path": "/etc/init/ironic-conductor.conf", "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": "/usr/local/bin", "username": "ironic"}, "mode": "0644", "owner": "root", "path": "/etc/init/ironic-conductor.conf", "size": 293, "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 02:58:24 -0800 (0:00:02.046) 0:04:39.646 ***** <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-1485341905.25-41662093532529 `" && echo ansible-tmp-1485341905.25-41662093532529="` echo $HOME/.ansible/tmp/ansible-tmp-1485341905.25-41662093532529 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpgosN6j TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.25-41662093532529/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.25-41662093532529/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.25-41662093532529/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.25-41662093532529/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341905.25-41662093532529/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/tftpboot) => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/tftpboot"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597 `" && echo ansible-tmp-1485341905.88-67869882473597="` echo $HOME/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpyh7hc7 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341905.88-67869882473597/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/tftpboot/pxelinux.cfg) => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/tftpboot/pxelinux.cfg", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot/pxelinux.cfg", "state": "absent"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372 `" && echo ansible-tmp-1485341906.84-216365472576372="` echo $HOME/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp3GD4xk TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341906.84-216365472576372/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/httpboot) => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/httpboot"}, "before": {"group": 0, "owner": 0, "path": "/httpboot"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321 `" && echo ansible-tmp-1485341907.74-186911737772321="` echo $HOME/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp2DFCgt TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341907.74-186911737772321/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/httpboot/pxelinux.cfg) => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/httpboot/pxelinux.cfg", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/httpboot/pxelinux.cfg", "state": "absent"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:27 -0800 (0:00:03.497) 0:04:43.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-1485341908.05-98699632225655 `" && echo ansible-tmp-1485341908.05-98699632225655="` echo $HOME/.ansible/tmp/ansible-tmp-1485341908.05-98699632225655 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYSW3Tm TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.05-98699632225655/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.05-98699632225655/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.05-98699632225655/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.05-98699632225655/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341908.05-98699632225655/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762 `" && echo ansible-tmp-1485341908.19-172691992362762="` echo $HOME/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762 `" ) && sleep 0' <127.0.0.1> PUT /opt/bifrost/playbooks/roles/bifrost-ironic-install/files/tftpboot-map-file TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/source && sleep 0' <127.0.0.1> PUT /tmp/tmpHe8MzC TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/copy; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "f36706d01b2b48807ea7ff5f6b2de88d24b1084e", "dest": "/tftpboot/map-file", "gid": 1002, "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": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/source", "validate": null}}, "md5sum": "85c611da0829993174e39adff0c80cd8", "mode": "0644", "owner": "ironic", "size": 52, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341908.19-172691992362762/source", "state": "file", "uid": 1002} TASK [bifrost-ironic-install : Disable service tftpd-hpa] ********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:27 Wednesday 25 January 2017 02:58:28 -0800 (0:00:00.440) 0:04:43.584 ***** <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-1485341908.49-64552233850881 `" && echo ansible-tmp-1485341908.49-64552233850881="` echo $HOME/.ansible/tmp/ansible-tmp-1485341908.49-64552233850881 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUROjhC TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.49-64552233850881/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.49-64552233850881/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.49-64552233850881/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.49-64552233850881/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341908.49-64552233850881/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": false, "invocation": {"module_args": {"arguments": "", "enabled": false, "name": "tftpd-hpa", "pattern": null, "runlevel": "default", "sleep": null, "state": "stopped"}, "module_name": "service"}, "name": "tftpd-hpa", "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 02:58:28 -0800 (0:00:00.324) 0:04:43.908 ***** 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 02:58:28 -0800 (0:00:00.113) 0:04:44.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-1485341908.92-246488910976979 `" && echo ansible-tmp-1485341908.92-246488910976979="` echo $HOME/.ansible/tmp/ansible-tmp-1485341908.92-246488910976979 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8pApGp TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.92-246488910976979/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.92-246488910976979/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.92-246488910976979/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341908.92-246488910976979/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341908.92-246488910976979/" > /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 02:58:29 -0800 (0:00:00.281) 0:04:44.303 ***** <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-1485341909.21-185449333726194 `" && echo ansible-tmp-1485341909.21-185449333726194="` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.21-185449333726194 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpzm9s5x TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.21-185449333726194/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.21-185449333726194/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.21-185449333726194/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.21-185449333726194/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "623f445b210912fd33a33bb9790c1e53d28788ec", "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": "/usr/lib/syslinux//pxelinux.0", "validate": null}}, "md5sum": "776c71ee087963811cb35b438cd469a7", "mode": "0644", "owner": "root", "size": 26720, "src": "/usr/lib/syslinux//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 02:58:29 -0800 (0:00:00.272) 0:04:44.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-1485341909.48-251659919118187 `" && echo ansible-tmp-1485341909.48-251659919118187="` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.48-251659919118187 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpWLMx3x TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.48-251659919118187/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.48-251659919118187/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.48-251659919118187/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.48-251659919118187/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341909.48-251659919118187/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439 `" && echo ansible-tmp-1485341909.6-50824726728439="` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpPslYgy TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341909.6-50824726728439/" > /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": 1002, "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", "size": 395, "state": "file", "uid": 1002} 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 02:58:29 -0800 (0:00:00.350) 0:04:44.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-1485341909.83-6333079353903 `" && echo ansible-tmp-1485341909.83-6333079353903="` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.83-6333079353903 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmppHeKRx TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.83-6333079353903/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.83-6333079353903/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.83-6333079353903/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.83-6333079353903/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341909.83-6333079353903/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450 `" && echo ansible-tmp-1485341909.94-95617370125450="` echo $HOME/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450 `" ) && sleep 0' <127.0.0.1> PUT /opt/bifrost/playbooks/roles/bifrost-ironic-install/files/boot.ipxe TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/source && sleep 0' <127.0.0.1> PUT /tmp/tmpBdq8qr TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/copy; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "857e243677f7d26a01996189a635c97a6e8d38a3", "dest": "/httpboot/boot.ipxe", "gid": 1002, "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": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/source", "validate": null}}, "md5sum": "eb7b7622b93d2a7a40ce1576e2b0ea74", "mode": "0744", "owner": "ironic", "size": 395, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341909.94-95617370125450/source", "state": "file", "uid": 1002} 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 02:58:30 -0800 (0:00:00.375) 0:04:45.301 ***** <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-1485341910.2-250285300487552 `" && echo ansible-tmp-1485341910.2-250285300487552="` echo $HOME/.ansible/tmp/ansible-tmp-1485341910.2-250285300487552 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQC5nc1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.2-250285300487552/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.2-250285300487552/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.2-250285300487552/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.2-250285300487552/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341910.2-250285300487552/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121 `" && echo ansible-tmp-1485341910.31-263442861553121="` echo $HOME/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpj51bnp TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341910.31-263442861553121/" > /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", "size": 430, "state": "file", "uid": 0} TASK [bifrost-ironic-install : Create /usr/lib/ipxe/] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/get_ipxe.yml:16 Wednesday 25 January 2017 02:58:30 -0800 (0:00:00.332) 0:04:45.633 ***** 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 02:58:30 -0800 (0:00:00.156) 0:04:45.789 ***** 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 02:58:32 -0800 (0:00:01.516) 0:04:47.306 ***** <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-1485341912.21-206068049726280 `" && echo ansible-tmp-1485341912.21-206068049726280="` echo $HOME/.ansible/tmp/ansible-tmp-1485341912.21-206068049726280 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp6YKn6V TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.21-206068049726280/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.21-206068049726280/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.21-206068049726280/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.21-206068049726280/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "642a55db2de39af0217945293a32b707a945f9af", "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/lib/ipxe//undionly.kpxe", "validate": null}}, "md5sum": "e5964d707a58aabca18aa8e12a089ea3", "mode": "0644", "owner": "root", "size": 84028, "src": "/usr/lib/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 02:58:32 -0800 (0:00:00.277) 0:04:47.583 ***** <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-1485341912.49-139518878317640 `" && echo ansible-tmp-1485341912.49-139518878317640="` echo $HOME/.ansible/tmp/ansible-tmp-1485341912.49-139518878317640 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpFeoieb TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.49-139518878317640/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.49-139518878317640/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.49-139518878317640/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.49-139518878317640/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "620fa8d21ebf20371257f3a55b8365cbcb6e3d43", "dest": "/httpboot/ipxe.pxe", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/httpboot/ipxe.pxe", "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/lib/ipxe//ipxe.pxe", "validate": null}}, "md5sum": "e40524d932a8eae5e6c56e6718d8af1c", "mode": "0644", "owner": "root", "size": 341452, "src": "/usr/lib/ipxe//ipxe.pxe", "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 02:58:32 -0800 (0:00:00.279) 0:04:47.862 ***** <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-1485341912.77-72036685745495 `" && echo ansible-tmp-1485341912.77-72036685745495="` echo $HOME/.ansible/tmp/ansible-tmp-1485341912.77-72036685745495 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpNubtru TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.77-72036685745495/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.77-72036685745495/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.77-72036685745495/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341912.77-72036685745495/copy && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "620fa8d21ebf20371257f3a55b8365cbcb6e3d43", "dest": "/tftpboot/ipxe.pxe", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tftpboot/ipxe.pxe", "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/lib/ipxe//ipxe.pxe", "validate": null}}, "md5sum": "e40524d932a8eae5e6c56e6718d8af1c", "mode": "0644", "owner": "root", "size": 341452, "src": "/usr/lib/ipxe//ipxe.pxe", "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 02:58:32 -0800 (0:00:00.282) 0:04:48.145 ***** <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-1485341913.05-265827130612084 `" && echo ansible-tmp-1485341913.05-265827130612084="` echo $HOME/.ansible/tmp/ansible-tmp-1485341913.05-265827130612084 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpoOHJwK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.05-265827130612084/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.05-265827130612084/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.05-265827130612084/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.05-265827130612084/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341913.05-265827130612084/" > /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 02:58:33 -0800 (0:00:00.246) 0:04:48.392 ***** <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-1485341913.3-157321978440374 `" && echo ansible-tmp-1485341913.3-157321978440374="` echo $HOME/.ansible/tmp/ansible-tmp-1485341913.3-157321978440374 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQI_hbC TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.3-157321978440374/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.3-157321978440374/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.3-157321978440374/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.3-157321978440374/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341913.3-157321978440374/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1002, "owner": 1002, "path": "/tftpboot/master_images", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot/master_images", "state": "absent"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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 02:58:33 -0800 (0:00:00.281) 0:04:48.674 ***** <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-1485341913.6-243036430374587 `" && echo ansible-tmp-1485341913.6-243036430374587="` echo $HOME/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpvG2bFv TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpEkaCEW TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/source && sleep 0' <127.0.0.1> PUT /tmp/tmpJP7S9b TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "05054af99d8270420ee8cf7e21db9ef4cb05798d", "dest": "/httpboot/pxelinux.cfg/default", "gid": 1002, "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": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/source", "validate": null}}, "md5sum": "eb87511c036405f568359db52323aa22", "mode": "0644", "owner": "ironic", "size": 346, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485341913.6-243036430374587/source", "state": "file", "uid": 1002} 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 02:58:33 -0800 (0:00:00.453) 0:04:49.127 ***** 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 02:58:34 -0800 (0:00:00.078) 0:04:49.205 ***** 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 02:58:34 -0800 (0:00:00.073) 0:04:49.279 ***** <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-1485341914.19-254308516821081 `" && echo ansible-tmp-1485341914.19-254308516821081="` echo $HOME/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmppd9zSi TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/stat && sleep 0' <127.0.0.1> PUT /tmp/tmp5IScYU TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.19-254308516821081/ > /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", "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 02:58:34 -0800 (0:00:00.397) 0:04:49.676 ***** <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-1485341914.57-89415063530831 `" && echo ansible-tmp-1485341914.57-89415063530831="` echo $HOME/.ansible/tmp/ansible-tmp-1485341914.57-89415063530831 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptRIzcp TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.57-89415063530831/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.57-89415063530831/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.57-89415063530831/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.57-89415063530831/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341914.57-89415063530831/" > /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 02:58:34 -0800 (0:00:00.222) 0:04:49.899 ***** 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 02:58:34 -0800 (0:00:00.082) 0:04:49.981 ***** <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-1485341914.98-108644811292915 `" && echo ansible-tmp-1485341914.98-108644811292915="` echo $HOME/.ansible/tmp/ansible-tmp-1485341914.98-108644811292915 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpW5ursZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.98-108644811292915/sysctl <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.98-108644811292915/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.98-108644811292915/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341914.98-108644811292915/sysctl; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341914.98-108644811292915/" > /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/qemu/] *********** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:301 Wednesday 25 January 2017 02:58:35 -0800 (0:00:00.354) 0:04:50.336 ***** <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-1485341915.23-234312541317686 `" && echo ansible-tmp-1485341915.23-234312541317686="` echo $HOME/.ansible/tmp/ansible-tmp-1485341915.23-234312541317686 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpw7n2PB TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.23-234312541317686/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.23-234312541317686/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.23-234312541317686/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.23-234312541317686/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341915.23-234312541317686/" > /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/qemu//sgabios.bin"}, "module_name": "stat"}, "stat": {"atime": 1485333805.671129, "ctime": 1471523984.2457166, "dev": 64512, "exists": true, "gid": 0, "gr_name": "root", "inode": 37229967, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/usr/share/misc/sgabios.bin", "mode": "0777", "mtime": 1386457998.0, "nlink": 1, "path": "/usr/share/qemu//sgabios.bin", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 19, "uid": 0, "wgrp": true, "woth": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}} 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 02:58:35 -0800 (0:00:00.254) 0:04:50.591 ***** <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-1485341915.48-241158417773871 `" && echo ansible-tmp-1485341915.48-241158417773871="` echo $HOME/.ansible/tmp/ansible-tmp-1485341915.48-241158417773871 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4QUpKP TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.48-241158417773871/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.48-241158417773871/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.48-241158417773871/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.48-241158417773871/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341915.48-241158417773871/" > /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": {"atime": 1485333805.671129, "checksum": "4db09c1b5a6a9eae1a0fc2e3f125cea5e7761e17", "ctime": 1471523984.2457166, "dev": 64512, "exists": true, "gid": 0, "gr_name": "root", "inode": 35532637, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "dedab9673a42b66275e3e70188e8508c", "mode": "0644", "mtime": 1386457997.0, "nlink": 1, "path": "/usr/share/misc/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 : Place sgabios.bin] ****************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:307 Wednesday 25 January 2017 02:58:35 -0800 (0:00:00.222) 0:04:50.814 ***** 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 02:58:35 -0800 (0:00:00.077) 0:04:50.892 ***** <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-1485341915.78-124435576362923 `" && echo ansible-tmp-1485341915.78-124435576362923="` echo $HOME/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpGzogHi TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpG8xDOJ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485341915.78-124435576362923/ > /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", "size": 726, "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 02:58:36 -0800 (0:00:00.319) 0:04:51.212 ***** <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-1485341916.12-256501287456710 `" && echo ansible-tmp-1485341916.12-256501287456710="` echo $HOME/.ansible/tmp/ansible-tmp-1485341916.12-256501287456710 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpEOz182 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.12-256501287456710/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.12-256501287456710/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.12-256501287456710/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.12-256501287456710/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341916.12-256501287456710/" > /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 02:58:36 -0800 (0:00:00.250) 0:04:51.462 ***** <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-1485341916.48-77017069365622 `" && echo ansible-tmp-1485341916.48-77017069365622="` echo $HOME/.ansible/tmp/ansible-tmp-1485341916.48-77017069365622 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp7aQVYq TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.48-77017069365622/get_url <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.48-77017069365622/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.48-77017069365622/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341916.48-77017069365622/get_url; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341916.48-77017069365622/" > /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", "size": 3807184, "src": "/tmp/tmpoCjTe5", "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 02:58:38 -0800 (0:00:01.857) 0:04:53.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-1485341918.24-272922594557347 `" && echo ansible-tmp-1485341918.24-272922594557347="` echo $HOME/.ansible/tmp/ansible-tmp-1485341918.24-272922594557347 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmphGGf2o TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.24-272922594557347/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.24-272922594557347/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.24-272922594557347/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.24-272922594557347/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341918.24-272922594557347/" > /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 02:58:38 -0800 (0:00:00.266) 0:04:53.586 ***** <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-1485341918.51-257296024992533 `" && echo ansible-tmp-1485341918.51-257296024992533="` echo $HOME/.ansible/tmp/ansible-tmp-1485341918.51-257296024992533 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpE7aKjB TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.51-257296024992533/get_url <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.51-257296024992533/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.51-257296024992533/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341918.51-257296024992533/get_url; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341918.51-257296024992533/" > /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", "size": 39906386, "src": "/tmp/tmpCBTa4l", "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 02:58:44 -0800 (0:00:05.936) 0:04:59.523 ***** 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 02:58:44 -0800 (0:00:00.189) 0:04:59.712 ***** <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-1485341924.6-52493130380637 `" && echo ansible-tmp-1485341924.6-52493130380637="` echo $HOME/.ansible/tmp/ansible-tmp-1485341924.6-52493130380637 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpolrVcj TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.6-52493130380637/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.6-52493130380637/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.6-52493130380637/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.6-52493130380637/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341924.6-52493130380637/" > /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.012451", "end": "2017-01-25 02:58:44.721133", "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 02:58:44.708682", "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 02:58:44 -0800 (0:00:00.220) 0:04:59.933 ***** <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-1485341924.82-231176585010853 `" && echo ansible-tmp-1485341924.82-231176585010853="` echo $HOME/.ansible/tmp/ansible-tmp-1485341924.82-231176585010853 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpsdnWF5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.82-231176585010853/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.82-231176585010853/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.82-231176585010853/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341924.82-231176585010853/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341924.82-231176585010853/" > /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.012294", "end": "2017-01-25 02:58:44.920501", "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 02:58:44.908207", "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 02:58:44 -0800 (0:00:00.200) 0:05:00.133 ***** 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 02:58:45 -0800 (0:00:00.078) 0:05:00.211 ***** 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 02:58:45 -0800 (0:00:00.067) 0:05:00.279 ***** 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 02:58:45 -0800 (0:00:00.067) 0:05:00.347 ***** 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 02:58:45 -0800 (0:00:00.072) 0:05:00.419 ***** 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 02:58:45 -0800 (0:00:00.072) 0:05:00.492 ***** 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 02:58:45 -0800 (0:00:00.077) 0:05:00.570 ***** 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 02:58:45 -0800 (0:00:00.077) 0:05:00.647 ***** 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 02:58:45 -0800 (0:00:00.077) 0:05:00.724 ***** 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 02:58:45 -0800 (0:00:00.082) 0:05:00.807 ***** 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 02:58:45 -0800 (0:00:00.079) 0:05:00.886 ***** 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 02:58:45 -0800 (0:00:00.077) 0:05:00.964 ***** skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 02:58:45 -0800 (0:00:00.077) 0:05:01.042 ***** 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 02:58:45 -0800 (0:00:00.077) 0:05:01.119 ***** <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-1485341926.01-209114137521247 `" && echo ansible-tmp-1485341926.01-209114137521247="` echo $HOME/.ansible/tmp/ansible-tmp-1485341926.01-209114137521247 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHx57EW TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.01-209114137521247/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.01-209114137521247/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.01-209114137521247/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.01-209114137521247/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341926.01-209114137521247/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "mysql", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "mysql", "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 02:58:46 -0800 (0:00:00.267) 0:05:01.387 ***** <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-1485341926.28-77562025242969 `" && echo ansible-tmp-1485341926.28-77562025242969="` echo $HOME/.ansible/tmp/ansible-tmp-1485341926.28-77562025242969 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptf5myK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.28-77562025242969/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.28-77562025242969/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.28-77562025242969/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.28-77562025242969/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341926.28-77562025242969/" > /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 02:58:46 -0800 (0:00:00.607) 0:05:01.995 ***** <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-1485341926.91-85146270755976 `" && echo ansible-tmp-1485341926.91-85146270755976="` echo $HOME/.ansible/tmp/ansible-tmp-1485341926.91-85146270755976 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp3X9XNb TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.91-85146270755976/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.91-85146270755976/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.91-85146270755976/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341926.91-85146270755976/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341926.91-85146270755976/" > /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 02:58:47 -0800 (0:00:00.369) 0:05:02.364 ***** <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-1485341927.25-26033517953240 `" && echo ansible-tmp-1485341927.25-26033517953240="` echo $HOME/.ansible/tmp/ansible-tmp-1485341927.25-26033517953240 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpL2v8E1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.25-26033517953240/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.25-26033517953240/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.25-26033517953240/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.25-26033517953240/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341927.25-26033517953240/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "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 02:58:47 -0800 (0:00:00.271) 0:05:02.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-1485341927.53-60345585448826 `" && echo ansible-tmp-1485341927.53-60345585448826="` echo $HOME/.ansible/tmp/ansible-tmp-1485341927.53-60345585448826 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpH3Yo9V TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.53-60345585448826/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.53-60345585448826/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.53-60345585448826/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.53-60345585448826/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341927.53-60345585448826/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "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 02:58:47 -0800 (0:00:00.271) 0:05:02.908 ***** <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-1485341927.8-71975646132429 `" && echo ansible-tmp-1485341927.8-71975646132429="` echo $HOME/.ansible/tmp/ansible-tmp-1485341927.8-71975646132429 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptqsECo TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.8-71975646132429/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.8-71975646132429/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.8-71975646132429/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341927.8-71975646132429/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341927.8-71975646132429/" > /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 02:58:53 -0800 (0:00:05.992) 0:05:08.900 ***** <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-1485341933.79-185462317824542 `" && echo ansible-tmp-1485341933.79-185462317824542="` echo $HOME/.ansible/tmp/ansible-tmp-1485341933.79-185462317824542 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4yhqVK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341933.79-185462317824542/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341933.79-185462317824542/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341933.79-185462317824542/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341933.79-185462317824542/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341933.79-185462317824542/" > /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 02:58:54 -0800 (0:00:00.663) 0:05:09.564 ***** <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-1485341934.45-137770797708093 `" && echo ansible-tmp-1485341934.45-137770797708093="` echo $HOME/.ansible/tmp/ansible-tmp-1485341934.45-137770797708093 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHrefvu TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341934.45-137770797708093/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341934.45-137770797708093/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341934.45-137770797708093/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341934.45-137770797708093/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341934.45-137770797708093/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["killall", "-w", "dnsmasq"], "delta": "0:00:02.018565", "end": "2017-01-25 02:58:56.584309", "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 02:58:54.565744", "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 02:58:56 -0800 (0:00:02.253) 0:05:11.817 ***** <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-1485341937.15-4785550676968 `" && echo ansible-tmp-1485341937.15-4785550676968="` echo $HOME/.ansible/tmp/ansible-tmp-1485341937.15-4785550676968 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp3aO2wZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.15-4785550676968/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.15-4785550676968/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.15-4785550676968/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.15-4785550676968/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341937.15-4785550676968/" > /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-1485341937.87-248291366543 `" && echo ansible-tmp-1485341937.87-248291366543="` echo $HOME/.ansible/tmp/ansible-tmp-1485341937.87-248291366543 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpkNSQYQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.87-248291366543/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.87-248291366543/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.87-248291366543/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341937.87-248291366543/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341937.87-248291366543/" > /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 02:58:59 -0800 (0:00:02.513) 0:05:14.331 ***** <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-1485341939.66-271596026636141 `" && echo ansible-tmp-1485341939.66-271596026636141="` echo $HOME/.ansible/tmp/ansible-tmp-1485341939.66-271596026636141 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpvYVQi0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341939.66-271596026636141/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341939.66-271596026636141/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341939.66-271596026636141/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341939.66-271596026636141/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341939.66-271596026636141/" > /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 02:59:01 -0800 (0:00:01.855) 0:05:16.186 ***** <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-1485341941.53-275770116233356 `" && echo ansible-tmp-1485341941.53-275770116233356="` echo $HOME/.ansible/tmp/ansible-tmp-1485341941.53-275770116233356 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp3lTMYc TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341941.53-275770116233356/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341941.53-275770116233356/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341941.53-275770116233356/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341941.53-275770116233356/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341941.53-275770116233356/" > /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-1485341942.21-197435696187994 `" && echo ansible-tmp-1485341942.21-197435696187994="` echo $HOME/.ansible/tmp/ansible-tmp-1485341942.21-197435696187994 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpt8N4Io TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.21-197435696187994/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.21-197435696187994/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.21-197435696187994/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.21-197435696187994/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341942.21-197435696187994/" > /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 02:59:02 -0800 (0:00:01.455) 0:05:17.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-1485341942.54-207230526640785 `" && echo ansible-tmp-1485341942.54-207230526640785="` echo $HOME/.ansible/tmp/ansible-tmp-1485341942.54-207230526640785 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpZB7rRy TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.54-207230526640785/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.54-207230526640785/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.54-207230526640785/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341942.54-207230526640785/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341942.54-207230526640785/" > /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 02:59:03 -0800 (0:00:01.411) 0:05:19.053 ***** 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 02:59:03 -0800 (0:00:00.055) 0:05:19.109 ***** 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 02:59:03 -0800 (0:00:00.053) 0:05:19.163 ***** 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 02:59:04 -0800 (0:00:00.049) 0:05:19.213 ***** 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 02:59:04 -0800 (0:00:00.048) 0:05:19.261 ***** 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 02:59:04 -0800 (0:00:00.049) 0:05:19.310 ***** 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 02:59:04 -0800 (0:00:00.048) 0:05:19.359 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.406 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.454 ***** 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 02:59:04 -0800 (0:00:00.048) 0:05:19.502 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.550 ***** 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 02:59:04 -0800 (0:00:00.048) 0:05:19.599 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.646 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.694 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.742 ***** 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 02:59:04 -0800 (0:00:00.041) 0:05:19.784 ***** 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 02:59:04 -0800 (0:00:00.046) 0:05:19.831 ***** 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 02:59:04 -0800 (0:00:00.048) 0:05:19.879 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.926 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:19.974 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:20.021 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:20.068 ***** 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 02:59:04 -0800 (0:00:00.047) 0:05:20.115 ***** 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 02:59:04 -0800 (0:00:00.049) 0:05:20.164 ***** 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 02:59:05 -0800 (0:00:00.046) 0:05:20.211 ***** 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 02:59:05 -0800 (0:00:00.046) 0:05:20.258 ***** 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 02:59:05 -0800 (0:00:00.047) 0:05:20.306 ***** 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 02:59:05 -0800 (0:00:00.047) 0:05:20.353 ***** 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 02:59:05 -0800 (0:00:00.047) 0:05:20.401 ***** 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 02:59:05 -0800 (0:00:00.048) 0:05:20.450 ***** <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-1485341945.33-25618937776781 `" && echo ansible-tmp-1485341945.33-25618937776781="` echo $HOME/.ansible/tmp/ansible-tmp-1485341945.33-25618937776781 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIQPi2U TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.33-25618937776781/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.33-25618937776781/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.33-25618937776781/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.33-25618937776781/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341945.33-25618937776781/" > /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 02:59:05 -0800 (0:00:00.220) 0:05:20.671 ***** <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-1485341945.56-95658434984188 `" && echo ansible-tmp-1485341945.56-95658434984188="` echo $HOME/.ansible/tmp/ansible-tmp-1485341945.56-95658434984188 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8aejWa TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.56-95658434984188/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.56-95658434984188/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.56-95658434984188/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.56-95658434984188/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341945.56-95658434984188/" > /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 02:59:05 -0800 (0:00:00.184) 0:05:20.855 ***** <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-1485341945.75-144888226572007 `" && echo ansible-tmp-1485341945.75-144888226572007="` echo $HOME/.ansible/tmp/ansible-tmp-1485341945.75-144888226572007 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpyHUBIl TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.75-144888226572007/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.75-144888226572007/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.75-144888226572007/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485341945.75-144888226572007/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341945.75-144888226572007/" > /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 02:59:05 -0800 (0:00:00.205) 0:05:21.060 ***** 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 02:59:05 -0800 (0:00:00.052) 0:05:21.113 ***** 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 02:59:06 -0800 (0:00:00.053) 0:05:21.166 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.219 ***** 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 02:59:06 -0800 (0:00:00.053) 0:05:21.272 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.325 ***** 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 02:59:06 -0800 (0:00:00.054) 0:05:21.379 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.432 ***** 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 02:59:06 -0800 (0:00:00.070) 0:05:21.503 ***** 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 02:59:06 -0800 (0:00:00.071) 0:05:21.574 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.627 ***** 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 02:59:06 -0800 (0:00:00.053) 0:05:21.680 ***** 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 02:59:06 -0800 (0:00:00.054) 0:05:21.734 ***** 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 02:59:06 -0800 (0:00:00.047) 0:05:21.782 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.835 ***** 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 02:59:06 -0800 (0:00:00.053) 0:05:21.888 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.941 ***** 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 02:59:06 -0800 (0:00:00.052) 0:05:21.994 ***** 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 02:59:06 -0800 (0:00:00.054) 0:05:22.048 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_packages_arg": "-p vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl"}, "changed": false, "invocation": {"module_args": {"dib_packages_arg": "-p vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,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 02:59:06 -0800 (0:00:00.076) 0:05:22.124 ***** 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 02:59:07 -0800 (0:00:00.057) 0:05:22.182 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_env_vars_final": {"DIB_INSTALLTYPE_simple_init": "repo", "DIB_RELEASE": "trusty", "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": "trusty", "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 02:59:07 -0800 (0:00:00.076) 0:05:22.258 ***** ok: [127.0.0.1] => {"ansible_facts": {"dib_arglist": " -o /httpboot/deployment_image.qcow2 -t qcow2 -p vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl ubuntu-minimal 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 vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl ubuntu-minimal 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 02:59:07 -0800 (0:00:00.082) 0:05:22.340 ***** <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-1485341947.24-121994203781035 `" && echo ansible-tmp-1485341947.24-121994203781035="` echo $HOME/.ansible/tmp/ansible-tmp-1485341947.24-121994203781035 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpuM6vA9 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485341947.24-121994203781035/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485341947.24-121994203781035/ /home/jenkins/.ansible/tmp/ansible-tmp-1485341947.24-121994203781035/command && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'LANG=C LC_MESSAGES=C DIB_RELEASE=trusty http_proxy='"'"''"'"' https_proxy='"'"''"'"' LC_ALL=C DIB_INSTALLTYPE_simple_init=repo /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1485341947.24-121994203781035/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485341947.24-121994203781035/" > /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", "vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl", "ubuntu-minimal", "vm", "serial-console", "simple-init", "devuser", "infra-cloud-bridge", "puppet", "growroot", "openssh-server"], "delta": "0:10:49.246675", "end": "2017-01-25 03:09:56.614709", "invocation": {"module_args": {"_raw_params": "disk-image-create -o /httpboot/deployment_image.qcow2 -t qcow2 -p vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl ubuntu-minimal 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 02:59:07.368034", "stderr": "dib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-dib-init-system.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/..\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/14-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/50-devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/root.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/01-ccache\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 01-ccache completed\ndib-run-parts Wed Jan 25 02:59:08 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:20 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:21 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:23 : '[' -f /tmp/dib_build.hPQ9vbF0/mnt/.extra_settings ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:27 : '[' -n ubuntu ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:28 : '[' -n trusty ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:29 : '[' -n http://archive.ubuntu.com/ubuntu ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:31 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:32 : DIB_DEBOOTSTRAP_EXTRA_ARGS=\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:33 : DEBOOTSTRAP_TARBALL=/home/jenkins/.cache/image-create/debootstrap-ubuntu-trusty-amd64.tar.gz\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:34 : http_proxy=\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:35 : no_proxy=\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:37 : '[' -n '' -o -n '' ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:42 : KEYRING_OPT=\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:43 : '[' -n '' ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:50 : sudo sh -c 'http_proxy= no_proxy= debootstrap --verbose --variant=minbase --components=main,restricted,universe --arch=amd64 trusty /tmp/dib_build.hPQ9vbF0/mnt http://archive.ubuntu.com/ubuntu '\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:64 : sudo rm -fr /tmp/dib_build.hPQ9vbF0/mnt/etc/apt/sources.list /tmp/dib_build.hPQ9vbF0/mnt/etc/apt/sources.list.d\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:68 : echo Caching debootstrap result in /home/jenkins/.cache/image-create/debootstrap-ubuntu-trusty-amd64.tar.gz\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:69 : '[' 0 '!=' 0 ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/root.d/08-debootstrap:main:74 : sudo rm -f /tmp/dib_build.hPQ9vbF0/mnt/.extra_settings\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 08-debootstrap completed\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/50-block-apt-translations\n0+1 records in\n0+1 records out\n27 bytes (27 B) copied, 6.8228e-05 s, 396 kB/s\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 50-block-apt-translations completed\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/50-block-daemons\n0+1 records in\n0+1 records out\n76 bytes (76 B) copied, 6.9059e-05 s, 1.1 MB/s\n0+1 records in\n0+1 records out\n90 bytes (90 B) copied, 6.1259e-05 s, 1.5 MB/s\n0+1 records in\n0+1 records out\n143 bytes (143 B) copied, 7.5768e-05 s, 1.9 MB/s\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 50-block-daemons completed\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/50-build-with-http-cache\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 50-build-with-http-cache completed\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/50-shared-apt-cache\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 50-shared-apt-cache completed\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/50-trim-dpkg\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 50-trim-dpkg completed\ndib-run-parts Wed Jan 25 03:02:51 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/75-ubuntu-minimal-baseinstall\ndebconf: delaying package configuration, since apt-utils is not installed\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\n\nCurrent default time zone: 'Etc/UTC'\nLocal time is now: Wed Jan 25 11:03:30 UTC 2017.\nUniversal Time is now: Wed Jan 25 11:03:30 UTC 2017.\nRun 'dpkg-reconfigure tzdata' if you wish to change it.\n\ninvoke-rc.d: policy-rc.d denied execution of stop.\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\ninvoke-rc.d: policy-rc.d denied execution of start.\ninvoke-rc.d: policy-rc.d denied execution of restart.\ndebconf: delaying package configuration, since apt-utils is not installed\ndebconf: delaying package configuration, since apt-utils is not installed\ndebconf: unable to initialize frontend: Dialog\ndebconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)\ndebconf: falling back to frontend: Readline\ndebconf: unable to initialize frontend: Readline\ndebconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)\ndebconf: falling back to frontend: Teletype\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 75-ubuntu-minimal-baseinstall completed\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/root.d/90-base-dib-run-parts\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 90-base-dib-run-parts completed\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 \ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Target: root.d\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 \ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 \ndib-run-parts Wed Jan 25 03:03:45 PST 2017 01-ccache 0.036\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 08-debootstrap 223.015\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 50-block-apt-translations 0.019\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 50-block-daemons 0.107\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 50-build-with-http-cache 0.004\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 50-shared-apt-cache 0.019\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 50-trim-dpkg 0.031\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 75-ubuntu-minimal-baseinstall 53.351\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 90-base-dib-run-parts 0.021\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 \ndib-run-parts Wed Jan 25 03:03:45 PST 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/..\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/11-dib-install-type.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/14-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/50-devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/01-copy-apt-keys\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 01-copy-apt-keys completed\ndib-run-parts Wed Jan 25 03:03:45 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:6 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:7 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:9 : sudo mkdir -p /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/install-bin/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/dib-run-parts/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/simple-init/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/simple-init/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/simple-init\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/vm/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/vm/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/vm/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/manifests/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/manifests/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/manifests/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/puppet/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/puppet/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/puppet/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/growroot/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/growroot/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/growroot/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/growroot/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/growroot\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/source-repositories/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/source-repositories/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/source-repositories\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/package-installs/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/dib-python/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/devuser/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/devuser/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/devuser/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/dpkg/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/dpkg/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/dpkg/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/install-types/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/install-static/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/openssh-server/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/openssh-server/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/openssh-server\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/ubuntu-minimal/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/ubuntu-minimal/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/base/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/base/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/base/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/base/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/base\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/debootstrap/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/debootstrap/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/debootstrap/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/debootstrap/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/debootstrap\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/share/diskimage-builder/elements/bootloader/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /opt/puppet-infracloud/files/elements/bootloader/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/bootloader/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/bootloader/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/bootloader\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/serial-console/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/infra-cloud-bridge/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/runtime-ssh-host-keys\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:14 : sudo cp /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map /tmp/dib_build.hPQ9vbF0/mnt/usr/share/pkg-map/pip-and-virtualenv\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/cache-url/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/pkg-map/pkg-map ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:11 : for ELEMENT in '$IMAGE_ELEMENT'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/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.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:12 : for DIR in '${ELEMENTS_PATH//:/ }'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/10-create-pkg-map-dir:main:13 : '[' -f /usr/local/bin/../share/diskimage-builder/elements/cloud-init-datasources/pkg-map ']'\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 10-create-pkg-map-dir completed\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-manifest-dir\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-manifest-dir:main:21 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-manifest-dir:main:22 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-manifest-dir:main:24 : sudo mkdir -p /tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 20-manifest-dir completed\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-stty\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-stty:main:6 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/20-stty:main:7 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/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:03:46 PST 2017 20-stty completed\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/50-devuser\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 50-devuser completed\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/50-store-build-settings\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 50-store-build-settings completed\ndib-run-parts Wed Jan 25 03:03:46 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/98-source-repositories\n* Hostname was NOT found in DNS cache\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* Trying 151.101.192.175...\n* Connected to bootstrap.pypa.io (151.101.192.175) port 443 (#0)\n* successfully set certificate verify locations:\n* CAfile: none\n CApath: /etc/ssl/certs\n* SSLv3, TLS handshake, Client hello (1):\n} [data not shown]\n* SSLv3, TLS handshake, Server hello (2):\n{ [data not shown]\n* SSLv3, TLS handshake, CERT (11):\n{ [data not shown]\n* SSLv3, TLS handshake, Server key exchange (12):\n{ [data not shown]\n* SSLv3, TLS handshake, Server finished (14):\n{ [data not shown]\n* SSLv3, TLS handshake, Client key exchange (16):\n} [data not shown]\n* SSLv3, TLS change cipher, Client hello (1):\n} [data not shown]\n* SSLv3, TLS handshake, Finished (20):\n} [data not shown]\n* SSLv3, TLS change cipher, Client hello (1):\n{ [data not shown]\n* SSLv3, TLS handshake, Finished (20):\n{ [data not shown]\n* SSL connection using ECDHE-RSA-AES128-GCM-SHA256\n* Server certificate:\n* \t subject: C=US; ST=California; L=San Francisco; O=Fastly, Inc.; CN=*.c.ssl.fastly.net\n* \t start date: 2016-11-10 19:48:09 GMT\n* \t expire date: 2017-10-12 20:26:39 GMT\n* \t subjectAltName: bootstrap.pypa.io matched\n* \t issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign CloudSSL CA - SHA256 - G3\n* \t SSL certificate verify ok.\n> GET /get-pip.py HTTP/1.1\r\n> User-Agent: curl/7.35.0\r\n> Host: bootstrap.pypa.io\r\n> Accept: */*\r\n> If-Modified-Since: Mon, 07 Nov 2016 10:11:32 GMT\r\n> \r\n< HTTP/1.1 304 Not Modified\r\n< Date: Wed, 25 Jan 2017 11:03:17 GMT\r\n< Via: 1.1 varnish\r\n< ETag: \"581f84d8-185810\"\r\n< Age: 3865\r\n< Connection: keep-alive\r\n< X-Served-By: cache-den6025-DEN\r\n< X-Cache: HIT\r\n< X-Cache-Hits: 7\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:03:47 PST 2017 98-source-repositories completed\ndib-run-parts Wed Jan 25 03:03:47 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:19 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:20 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:22 : declare -a SPECIFIED_ELEMS\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:26 : SPECIFIED_ELEMS[0]=\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:29 : PREFIX=DIB_INSTALLTYPE_\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:30 : env\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:30 : grep '^DIB_INSTALLTYPE_'\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:30 : cut -d= -f1\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:30 : INSTALL_TYPE_VARS=DIB_INSTALLTYPE_simple_init\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:32 : for _install_type_var in '$INSTALL_TYPE_VARS'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:35 : INSTALLDIRPREFIX=simple_init\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:36 : INSTALLDIRPREFIX=simple-init\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:37 : eval 'INSTALLTYPE=$DIB_INSTALLTYPE_simple_init'\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:37 : INSTALLTYPE=repo\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:40 : pushd /tmp/dib_build.hPQ9vbF0/hooks/install.d\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:41 : '[' -d simple-init-repo-install ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:42 : ln -sf simple-init-repo-install/40-glean .\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:44 : popd\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:46 : SPECIFIED_ELEMS+=($INSTALLDIRPREFIX)\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:53 : find /tmp/dib_build.hPQ9vbF0/hooks/install.d -maxdepth 1 -name '*-source-install' -type d\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:53 : default_install_type_dirs='/tmp/dib_build.hPQ9vbF0/hooks/install.d/pip-and-virtualenv-source-install\n/tmp/dib_build.hPQ9vbF0/hooks/install.d/simple-init-source-install'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.hPQ9vbF0/hooks/install.d/pip-and-virtualenv-source-install\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=pip-and-virtualenv-source-install\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=pip-and-virtualenv\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:59 : found=0\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:60 : for specified in '${SPECIFIED_ELEMS[@]}'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:61 : '[' simple-init = pip-and-virtualenv ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 0 = 0 ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:69 : pushd /tmp/dib_build.hPQ9vbF0/hooks/install.d\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:70 : ln -sf pip-and-virtualenv-source-install/04-install-pip .\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:71 : popd\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:54 : for _install_dir in '$default_install_type_dirs'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:55 : SUFFIX=-source-install\n++ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:56 : basename /tmp/dib_build.hPQ9vbF0/hooks/install.d/simple-init-source-install\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:56 : _install_dir=simple-init-source-install\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:57 : INSTALLDIRPREFIX=simple-init\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:59 : found=0\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:60 : for specified in '${SPECIFIED_ELEMS[@]}'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:61 : '[' simple-init = simple-init ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:62 : found=1\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:63 : break\n+ /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-enable-install-types:main:68 : '[' 1 = 0 ']'\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 99-enable-install-types completed\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/extra-data.d/99-squash-package-install\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 99-squash-package-install completed\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 \ndib-run-parts Wed Jan 25 03:03:48 PST 2017 Target: extra-data.d\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 \ndib-run-parts Wed Jan 25 03:03:48 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 \ndib-run-parts Wed Jan 25 03:03:48 PST 2017 01-copy-apt-keys 0.004\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 10-create-pkg-map-dir 0.964\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 20-manifest-dir 0.029\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 20-stty 0.016\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 50-devuser 0.006\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 50-store-build-settings 0.004\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 98-source-repositories 1.120\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 99-enable-install-types 0.187\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 99-squash-package-install 0.097\ndib-run-parts Wed Jan 25 03:03:48 PST 2017 \ndib-run-parts Wed Jan 25 03:03:48 PST 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 11:03:48 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:03:48 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-debootstrap-default-locale\n+ source /tmp/in_target.d/pre-install.d/../environment.d/10-debootstrap-default-locale\n++ export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:03:48 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=upstart\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 Sourcing environment file /tmp/in_target.d/pre-install.d/../environment.d/10-ubuntu-distro-name.bash\n+ source /tmp/in_target.d/pre-install.d/../environment.d/10-ubuntu-distro-name.bash\n++ export DISTRO_NAME=ubuntu\n++ DISTRO_NAME=ubuntu\n++ export DIB_RELEASE=trusty\n++ DIB_RELEASE=trusty\n++ export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ '[' -n '' ']'\n++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:03:48 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:03:48 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:03:48 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:03:48 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++ '[' ubuntu == ubuntu ']'\n++ '[' trusty == precise ']'\n++ '[' trusty == trusty ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:03:48 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:03:48 UTC 2017 Running /tmp/in_target.d/pre-install.d/00-disable-apt-recommends\n0+1 records in\n0+1 records out\n56 bytes (56 B) copied, 6.7172e-05 s, 834 kB/s\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 00-disable-apt-recommends completed\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-dib-python\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 01-dib-python completed\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-install-bin\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 01-install-bin completed\ndib-run-parts Wed Jan 25 11:03:48 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-ubuntu-apt-update\ndib-run-parts Wed Jan 25 11:03:54 UTC 2017 01-ubuntu-apt-update completed\ndib-run-parts Wed Jan 25 11:03:54 UTC 2017 Running /tmp/in_target.d/pre-install.d/02-add-apt-keys\ndib-run-parts Wed Jan 25 11:03:54 UTC 2017 02-add-apt-keys completed\ndib-run-parts Wed Jan 25 11:03:54 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 '' ']'\nMissing package name for distro/element: ubuntu/debootstrap\ndebconf: delaying package configuration, since apt-utils is not installed\ndib-run-parts Wed Jan 25 11:04:04 UTC 2017 02-package-installs completed\ndib-run-parts Wed Jan 25 11:04:04 UTC 2017 Running /tmp/in_target.d/pre-install.d/03-baseline-tools\ndebconf: delaying package configuration, since apt-utils is not installed\nMoving old data out of the way\ndib-run-parts Wed Jan 25 11:04:41 UTC 2017 03-baseline-tools completed\ndib-run-parts Wed Jan 25 11:04:41 UTC 2017 Running /tmp/in_target.d/pre-install.d/04-dib-init-system\ndib-run-parts Wed Jan 25 11:04:41 UTC 2017 04-dib-init-system completed\ndib-run-parts Wed Jan 25 11:04:41 UTC 2017 Running /tmp/in_target.d/pre-install.d/99-apt-get-update\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 99-apt-get-update completed\ndib-run-parts Wed Jan 25 11:04:46 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:04:46 UTC 2017 99-package-uninstalls completed\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 \ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 Target: pre-install.d\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 \ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 \ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 00-disable-apt-recommends 0.006\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 01-dib-python 0.006\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 01-install-bin 0.008\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 01-ubuntu-apt-update 5.772\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 02-add-apt-keys 0.004\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 02-package-installs 10.240\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 03-baseline-tools 37.165\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 04-dib-init-system 0.009\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 99-apt-get-update 4.428\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 99-package-uninstalls 0.058\ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 \ndib-run-parts Wed Jan 25 11:04:46 UTC 2017 --------------------- END PROFILING ---------------------\n\nCreating config file /etc/rsyslog.d/50-default.conf with new version\ninvoke-rc.d: policy-rc.d denied execution of start.\ndib-run-parts Wed Jan 25 11:05:16 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:05:16 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-debootstrap-default-locale\n+ source /tmp/in_target.d/install.d/../environment.d/10-debootstrap-default-locale\n++ export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:05:16 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=upstart\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:05:16 UTC 2017 Sourcing environment file /tmp/in_target.d/install.d/../environment.d/10-ubuntu-distro-name.bash\n+ source /tmp/in_target.d/install.d/../environment.d/10-ubuntu-distro-name.bash\n++ export DISTRO_NAME=ubuntu\n++ DISTRO_NAME=ubuntu\n++ export DIB_RELEASE=trusty\n++ DIB_RELEASE=trusty\n++ export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ '[' -n '' ']'\n++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:05:16 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:05:16 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:05:16 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:05:16 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++ '[' ubuntu == ubuntu ']'\n++ '[' trusty == precise ']'\n++ '[' trusty == trusty ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:05:16 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:05:16 UTC 2017 Running /tmp/in_target.d/install.d/00-baseline-environment\ndib-run-parts Wed Jan 25 11:05:17 UTC 2017 00-baseline-environment completed\ndib-run-parts Wed Jan 25 11:05:17 UTC 2017 Running /tmp/in_target.d/install.d/00-up-to-date\ndib-run-parts Wed Jan 25 11:05:18 UTC 2017 00-up-to-date completed\ndib-run-parts Wed Jan 25 11:05:18 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: ubuntu/simple-init\nMissing package name for distro/element: ubuntu/openssh-server\nMissing package name for distro/element: ubuntu/debootstrap\nMissing package name for distro/element: ubuntu/debootstrap\nMissing package name for distro/element: ubuntu/debootstrap\nMissing package name for distro/element: ubuntu/runtime-ssh-host-keys\nMissing package name for distro/element: ubuntu/pip-and-virtualenv\n\rExtracting templates from packages: 53%\rExtracting templates from packages: 100%\nDone.\nRunning depmod.\nupdate-initramfs: deferring update (hook will be called later)\nExamining /etc/kernel/postinst.d.\nrun-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-107-generic /boot/vmlinuz-3.13.0-107-generic\nrun-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-107-generic /boot/vmlinuz-3.13.0-107-generic\nupdate-initramfs: Generating /boot/initrd.img-3.13.0-107-generic\nupdate-rc.d: warning: default stop runlevel arguments (0 1 6) do not match rsync Default-Stop values (none)\ninvoke-rc.d: policy-rc.d denied execution of restart.\nrun-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-107-generic /boot/vmlinuz-3.13.0-107-generic\nrun-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-107-generic /boot/vmlinuz-3.13.0-107-generic\nupdate-initramfs: Generating /boot/initrd.img-3.13.0-107-generic\nCreating SSH2 RSA key; this may take some time ...\nCreating SSH2 DSA key; this may take some time ...\nCreating SSH2 ECDSA key; this may take some time ...\nCreating SSH2 ED25519 key; this may take some time ...\ninvoke-rc.d: policy-rc.d denied execution of start.\ndib-run-parts Wed Jan 25 11:07:46 UTC 2017 01-package-installs completed\ndib-run-parts Wed Jan 25 11:07:46 UTC 2017 Running /tmp/in_target.d/install.d/04-install-pip\n/tmp/tmpUczNav/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.\n/tmp/tmpUczNav/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.\n/tmp/tmpUczNav/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\ndib-run-parts Wed Jan 25 11:07:50 UTC 2017 04-install-pip completed\ndib-run-parts Wed Jan 25 11:07:50 UTC 2017 Running /tmp/in_target.d/install.d/05-puppet\n--2017-01-25 11:07:50-- https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_puppet.sh\nResolving git.openstack.org (git.openstack.org)... 104.130.246.128, 2001:4800:7819:103:be76:4eff:fe06:63c\nConnecting to git.openstack.org (git.openstack.org)|104.130.246.128|:443... connected.\nHTTP request sent, awaiting response... 200 OK\nLength: 9808 (9.6K) [text/plain]\nSaving to: 'install_puppet.sh'\n\n 0K ......... 100% 95.4M=0s\n\n2017-01-25 11:07:51 (95.4 MB/s) - 'install_puppet.sh' saved [9808/9808]\n\n+ YUM=yum\n+ is_fedora\n+ '[' -f /usr/bin/yum ']'\n+ setup_pip\n+ local get_pip_url=https://bootstrap.pypa.io/get-pip.py\n+ local ret=1\n+ '[' -f ./get-pip.py ']'\n+ type curl\n+ curl -O https://bootstrap.pypa.io/get-pip.py\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\r 58 1558k 58 911k 0 0 1620k 0 --:--:-- --:--:-- --:--:-- 1619k\r100 1558k 100 1558k 0 0 1998k 0 --:--:-- --:--:-- --:--:-- 1997k\n+ ret=0\n+ '[' 0 -ne 0 ']'\n+ is_opensuse\n+ '[' -f /usr/bin/zypper ']'\n+ python get-pip.py\n+ rm get-pip.py\n+ is_rhel7\n+ '[' -f /usr/bin/yum ']'\n+ is_fedora\n+ '[' -f /usr/bin/yum ']'\n+ pip install -U setuptools\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.\n SNIMissingWarning\n/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.\n InsecurePlatformWarning\n DEPRECATION: Uninstalling a distutils installed project (six) 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.\n+ is_fedora\n+ '[' -f /usr/bin/yum ']'\n+ is_rhel7\n+ '[' -f /usr/bin/yum ']'\n+ is_ubuntu\n+ '[' -f /usr/bin/apt-get ']'\n+ setup_puppet_ubuntu\n+ which lsb_release\n++ lsb_release -c -s\n+ lsbdistcodename=trusty\n+ '[' trusty '!=' trusty ']'\n+ rubypkg=ruby\n+ PUPPET_VERSION='3.*'\n+ PUPPETDB_VERSION='2.*'\n+ FACTER_VERSION='2.*'\n+ cat\n+ '[' trusty '!=' xenial ']'\n+ puppet_deb=puppetlabs-release-trusty.deb\n+ type curl\n+ curl -O http://apt.puppetlabs.com/puppetlabs-release-trusty.deb\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\r 92 16944 92 15657 0 0 57893 0 --:--:-- --:--:-- --:--:-- 57774\r100 16944 100 16944 0 0 62613 0 --:--:-- --:--:-- --:--:-- 62523\n+ dpkg -i puppetlabs-release-trusty.deb\n+ rm puppetlabs-release-trusty.deb\n+ apt-get update\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get --option Dpkg::Options::=--force-confold --assume-yes dist-upgrade\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get --option Dpkg::Options::=--force-confold --assume-yes install -y --force-yes puppet git ruby\ninvoke-rc.d: policy-rc.d denied execution of start.\n+ sed -i /templatedir/d /etc/puppet/puppet.conf\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 05-puppet completed\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 Running /tmp/in_target.d/install.d/05-set-cloud-init-sources\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 05-set-cloud-init-sources completed\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 Running /tmp/in_target.d/install.d/10-cloud-init\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 10-cloud-init completed\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 Running /tmp/in_target.d/install.d/10-debian-networking\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 10-debian-networking completed\ndib-run-parts Wed Jan 25 11:08:08 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:08:08 UTC 2017 10-install-static-files completed\ndib-run-parts Wed Jan 25 11:08:08 UTC 2017 Running /tmp/in_target.d/install.d/12-debian-locale-gen\ndib-run-parts Wed Jan 25 11:08:09 UTC 2017 12-debian-locale-gen completed\ndib-run-parts Wed Jan 25 11:08:09 UTC 2017 Running /tmp/in_target.d/install.d/15-cleanup-debootstrap\ndib-run-parts Wed Jan 25 11:08:09 UTC 2017 15-cleanup-debootstrap completed\ndib-run-parts Wed Jan 25 11:08:09 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/upstart/\n+ '[' -d /tmp/in_target.d/install.d/../init-scripts/upstart/ ']'\n+ dest=\n+ case $DIB_INIT_SYSTEM in\n+ dest=/etc/init/\n+ '[' -z /etc/init/ ']'\n+ cp -RP /tmp/in_target.d/install.d/../init-scripts/upstart/. /etc/init/\ndib-run-parts Wed Jan 25 11:08:09 UTC 2017 20-install-init-scripts completed\ndib-run-parts Wed Jan 25 11:08:09 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+ '[' upstart == upstart ']'\n+ install -m 0644 -o root -g root /tmp/in_target.d/install.d/ttySx.conf /etc/init/ttySx.conf\ndib-run-parts Wed Jan 25 11:08:09 UTC 2017 20-stty completed\ndib-run-parts Wed Jan 25 11:08:09 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:08:12 UTC 2017 40-glean completed\ndib-run-parts Wed Jan 25 11:08:12 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:08:12 UTC 2017 50-devuser completed\ndib-run-parts Wed Jan 25 11:08:12 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 upstart services\nINFO:glean-install:Installing glean.conf -> /etc/init/glean.conf\nINFO:glean-install:install -D -g root -o root -m 0755 /usr/local/lib/python2.7/dist-packages/glean/init/glean.conf /etc/init/glean.conf\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 50-simple-init completed\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 Running /tmp/in_target.d/install.d/50-store-build-settings\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 50-store-build-settings completed\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 Running /tmp/in_target.d/install.d/60-simple-init-remove-interfaces\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 60-simple-init-remove-interfaces completed\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 Running /tmp/in_target.d/install.d/80-disable-rfc3041\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 80-disable-rfc3041 completed\ndib-run-parts Wed Jan 25 11:08:12 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:08:12 UTC 2017 99-package-uninstalls completed\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 Target: install.d\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 00-baseline-environment 1.529\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 00-up-to-date 0.304\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 01-package-installs 147.963\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 04-install-pip 4.605\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 05-puppet 17.792\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 05-set-cloud-init-sources 0.004\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 10-cloud-init 0.005\ndib-run-parts Wed Jan 25 11:08:12 UTC 2017 10-debian-networking 0.009\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 10-install-static-files 0.050\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 12-debian-locale-gen 1.191\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 15-cleanup-debootstrap 0.007\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 20-install-init-scripts 0.007\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 20-stty 0.007\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 40-glean 2.740\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 50-devuser 0.032\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 50-simple-init 0.049\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 50-store-build-settings 0.007\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 60-simple-init-remove-interfaces 0.010\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-disable-rfc3041 0.005\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 99-package-uninstalls 0.055\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 11:08:13 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:08:13 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-debootstrap-default-locale\n+ source /tmp/in_target.d/post-install.d/../environment.d/10-debootstrap-default-locale\n++ export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:13 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=upstart\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/10-ubuntu-distro-name.bash\n+ source /tmp/in_target.d/post-install.d/../environment.d/10-ubuntu-distro-name.bash\n++ export DISTRO_NAME=ubuntu\n++ DISTRO_NAME=ubuntu\n++ export DIB_RELEASE=trusty\n++ DIB_RELEASE=trusty\n++ export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ '[' -n '' ']'\n++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:13 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:08:13 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:08:13 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:08:13 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++ '[' ubuntu == ubuntu ']'\n++ '[' trusty == precise ']'\n++ '[' trusty == trusty ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:13 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:08:13 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:08:13 UTC 2017 00-package-installs completed\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Running /tmp/in_target.d/post-install.d/10-enable-init-scripts\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 10-enable-init-scripts completed\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Running /tmp/in_target.d/post-install.d/80-enable-sshd-service\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-enable-sshd-service completed\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Running /tmp/in_target.d/post-install.d/80-growroot\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-growroot completed\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Running /tmp/in_target.d/post-install.d/80-infra-cloud-bridge\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-infra-cloud-bridge completed\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Running /tmp/in_target.d/post-install.d/80-ssh-keygen\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-ssh-keygen completed\ndib-run-parts Wed Jan 25 11:08:13 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:08:13 UTC 2017 95-package-uninstalls completed\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Target: post-install.d\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 00-package-installs 0.056\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 10-enable-init-scripts 0.006\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-enable-sshd-service 0.004\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-growroot 0.004\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-infra-cloud-bridge 0.004\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 80-ssh-keygen 0.004\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 95-package-uninstalls 0.057\ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:13 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 03:08:13 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/..\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-ubuntu-distro-name.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/11-dib-install-type.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/14-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/50-devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:14 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/block-device.d/10-partition\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ninotify_init failed: Too many open files\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 10-partition completed\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 \ndib-run-parts Wed Jan 25 03:08:17 PST 2017 Target: block-device.d\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 \ndib-run-parts Wed Jan 25 03:08:17 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 \ndib-run-parts Wed Jan 25 03:08:17 PST 2017 10-partition 3.088\ndib-run-parts Wed Jan 25 03:08:17 PST 2017 \ndib-run-parts Wed Jan 25 03:08:17 PST 2017 --------------------- END PROFILING ---------------------\nmke2fs 1.42.9 (4-Feb-2014)\ndib-run-parts Wed Jan 25 11:08:20 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:08:20 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-debootstrap-default-locale\n+ source /tmp/in_target.d/finalise.d/../environment.d/10-debootstrap-default-locale\n++ export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:20 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=upstart\n++ export DIB_INIT_SYSTEM\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:20 UTC 2017 Sourcing environment file /tmp/in_target.d/finalise.d/../environment.d/10-ubuntu-distro-name.bash\n+ source /tmp/in_target.d/finalise.d/../environment.d/10-ubuntu-distro-name.bash\n++ export DISTRO_NAME=ubuntu\n++ DISTRO_NAME=ubuntu\n++ export DIB_RELEASE=trusty\n++ DIB_RELEASE=trusty\n++ export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ '[' -n '' ']'\n++ export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:20 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:08:20 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:08:20 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:08:20 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++ '[' ubuntu == ubuntu ']'\n++ '[' trusty == precise ']'\n++ '[' trusty == trusty ']'\n++ DIB_PYTHON_VERSION=2\n++ '[' -z 2 ']'\n++ export DIB_PYTHON_VERSION\n+ set +o xtrace\ndib-run-parts Wed Jan 25 11:08:20 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:08:20 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\ninvoke-rc.d: policy-rc.d denied execution of start.\n\nCreating config file /etc/default/grub with new version\n++ which grub-install\n+ GRUBNAME=/usr/sbin/grub-install\n+ '[' -z /usr/sbin/grub-install ']'\n+ '[' -z /usr/sbin/grub-install ']'\n++ /usr/sbin/grub-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/grub-install --version\n+ [[ /usr/sbin/grub-install (GRUB) 2.02~beta2-9ubuntu1.12 =~ 2\\. ]]\n+ '[' -d /sys/firmware/efi ']'\n+ [[ amd64 =~ ppc ]]\n+ /usr/sbin/grub-install '--modules=biosdisk part_msdos' --force /dev/loop0\nInstalling for i386-pc platform.\nInstallation finished. No error reported.\n+ '[' -d /boot/grub2 ']'\n+ '[' -d /boot/grub ']'\n+ GRUB_CFG=/boot/grub/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='grub-mkconfig -o /boot/grub/grub.cfg'\n+ DISTRO_NAME=ubuntu\n+ case $DISTRO_NAME in\n+ sed -i -e 's/\\(^GRUB_CMDLINE_LINUX.*\\)\"$/\\1 nofb nomodeset vga=normal\"/' /etc/default/grub\n+ GRUB_MKCONFIG=update-grub\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+ update-grub\nGenerating grub configuration file ...\nWarning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.\nFound linux image: /boot/vmlinuz-3.13.0-107-generic\nFound initrd image: /boot/initrd.img-3.13.0-107-generic\ndone\n+ '[' -n true ']'\n+ sed -i '$d' /etc/default/grub\n+ DIB_RELEASE=trusty\n+ '[' trusty = precise ']'\n+ '[' trusty = wheezy ']'\n+ '[' -d /sys/firmware/efi ']'\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 50-bootloader completed\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 Running /tmp/in_target.d/finalise.d/50-remove-bogus-udev-links\n+ set -eu\n+ set -o pipefail\n+ '[' ubuntu = opensuse ']'\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 50-remove-bogus-udev-links completed\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 Running /tmp/in_target.d/finalise.d/99-clean-up-cache\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 99-clean-up-cache completed\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 Running /tmp/in_target.d/finalise.d/99-write-dpkg-manifest\n+ set -eu\n+ set -o pipefail\n++ basename /httpboot/deployment_image\n+ DPKG_MANIFEST_NAME=dib-manifest-dpkg-deployment_image\n+ echo '{\"packages\": ['\n+ format='{\"package\": \"${binary:Package}\",\"arch\": \"${Architecture}\",\"version\": \"${Version}\",\"status\": \"${db:Status-Abbrev}\"},'\n+ dpkg-query --show '--showformat={\"package\": \"${binary:Package}\",\"arch\": \"${Architecture}\",\"version\": \"${Version}\",\"status\": \"${db:Status-Abbrev}\"},'\n+ tee -a /etc/dib-manifests/dib-manifest-dpkg-deployment_image\n+ sed -i -e 's/,$/\\n]}/g' -e 's/\\(},\\)/ \\1\\n/g' /etc/dib-manifests/dib-manifest-dpkg-deployment_image\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 99-write-dpkg-manifest completed\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 Target: finalise.d\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 Script Seconds\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 50-bootloader 33.887\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 50-remove-bogus-udev-links 0.004\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 99-clean-up-cache 0.030\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 99-write-dpkg-manifest 0.024\ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 \ndib-run-parts Wed Jan 25 11:08:54 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ccache.bash:source:7 : CCACHE_DIR=/tmp/ccache\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-debootstrap-default-locale:source:1 : DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/opt/stack/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/..\n+++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-dib-init-system.bash:source:2 : export DIB_INIT_SYSTEM\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-ubuntu-distro-name.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/11-dib-install-type.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/11-dib-install-type.bash:source:1 : DIB_DEFAULT_INSTALLTYPE=source\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/14-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/14-manifests:source:17 : DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/50-devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-devuser:source:5 : DIB_DEV_USER_PASSWORD=devuser\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-dib-python-version:source:30 : export DIB_PYTHON_VERSION\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Sourcing environment file /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.hPQ9vbF0/hooks/environment.d/50-disable-cloud-init:source:1 : DIB_CLOUD_INIT_DATASOURCES=None\n+ /usr/local/bin/dib-run-parts:source_environment:73 : set +o xtrace\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-ccache\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 01-ccache completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:21 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:22 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:24 : '[' -d /tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:26 : '[' -e /tmp/dib_build.hPQ9vbF0/mnt/etc/dib_arguments ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:27 : sudo mv /tmp/dib_build.hPQ9vbF0/mnt/etc/dib_arguments /tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:29 : '[' -e /tmp/dib_build.hPQ9vbF0/mnt/etc/dib_environment ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:30 : sudo mv /tmp/dib_build.hPQ9vbF0/mnt/etc/dib_environment /tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:32 : mkdir -p /httpboot/deployment_image.d/\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/01-copy-manifests-dir:main:33 : cp --no-preserve=ownership -rv /tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests /httpboot/deployment_image.d/\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 01-copy-manifests-dir completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/40-unblock-daemons\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 40-unblock-daemons completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/50-remove-img-build-proxy\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 50-remove-img-build-proxy completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:23 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:24 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:26 : '[' -n /tmp/dib_build.hPQ9vbF0/mnt ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:28 : source /usr/local/bin/../share/diskimage-builder/lib/img-functions\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:30 : '[' -d /tmp/dib_build.hPQ9vbF0/mnt/boot/extlinux ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:32 : '[' -d /tmp/dib_build.hPQ9vbF0/mnt/boot/syslinux ']'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/51-bootloader:main:35 : exit 0\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 51-bootloader completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/60-untrim-dpkg\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 60-untrim-dpkg completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/90-remove-ssh-host-keys\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 90-remove-ssh-host-keys completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Running /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/99-tidy-logs\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/99-tidy-logs:main:22 : set -eu\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/99-tidy-logs:main:23 : set -o pipefail\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/99-tidy-logs:main:26 : sudo find /tmp/dib_build.hPQ9vbF0/mnt/var/log -type f -exec cp /dev/null '{}' ';'\n+ /tmp/dib_build.hPQ9vbF0/hooks/cleanup.d/99-tidy-logs:main:29 : sudo find /tmp/dib_build.hPQ9vbF0/mnt/root -name '*.log' -type f -delete\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 99-tidy-logs completed\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 \ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Target: cleanup.d\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 \ndib-run-parts Wed Jan 25 03:08:54 PST 2017 Script Seconds\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 --------------------------------------- ----------\ndib-run-parts Wed Jan 25 03:08:54 PST 2017 \ndib-run-parts Wed Jan 25 03:08:54 PST 2017 01-ccache 0.017\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 01-copy-manifests-dir 0.071\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 40-unblock-daemons 0.043\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 50-remove-img-build-proxy 0.015\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 51-bootloader 0.033\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 60-untrim-dpkg 0.025\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 90-remove-ssh-host-keys 0.013\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 99-tidy-logs 0.052\ndib-run-parts Wed Jan 25 03:08:55 PST 2017 \ndib-run-parts Wed Jan 25 03:08:55 PST 2017 --------------------- END PROFILING ---------------------", "stdout": "Building elements: base ubuntu-minimal vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server\nExpanded element dependencies to: install-bin dib-run-parts simple-init enable-serial-console vm manifests puppet growroot source-repositories package-installs dib-python devuser dpkg dib-init-system install-types install-static openssh-server ubuntu-minimal base debootstrap bootloader serial-console infra-cloud-bridge runtime-ssh-host-keys pip-and-virtualenv cache-url pkg-map cloud-init-datasources\nBuilding in /tmp/dib_build.hPQ9vbF0\nI: Retrieving Release \nI: Retrieving Release.gpg \nI: Checking Release signature\nI: Valid Release signature (key id 790BC7277767219C42C86F933B4FE6ACC0B21F32)\nI: Retrieving Packages \nI: Validating Packages \nI: Retrieving Packages \nI: Validating Packages \nI: Retrieving Packages \nI: Validating Packages \nI: Resolving dependencies of required packages...\nI: Resolving dependencies of base packages...\nI: Found additional base dependencies: gcc-4.8-base gnupg gpgv libapt-pkg4.12 libreadline6 libstdc++6 libusb-0.1-4 readline-common ubuntu-keyring \nI: Checking component main on http://archive.ubuntu.com/ubuntu...\nI: Retrieving adduser 3.113+nmu3ubuntu3\nI: Validating adduser 3.113+nmu3ubuntu3\nI: Retrieving apt 1.0.1ubuntu2\nI: Validating apt 1.0.1ubuntu2\nI: Retrieving base-files 7.2ubuntu5\nI: Validating base-files 7.2ubuntu5\nI: Retrieving base-passwd 3.5.33\nI: Validating base-passwd 3.5.33\nI: Retrieving bash 4.3-6ubuntu1\nI: Validating bash 4.3-6ubuntu1\nI: Retrieving bsdutils 1%3a2.20.1-5.1ubuntu20\nI: Validating bsdutils 1%3a2.20.1-5.1ubuntu20\nI: Retrieving busybox-initramfs 1%3a1.21.0-1ubuntu1\nI: Validating busybox-initramfs 1%3a1.21.0-1ubuntu1\nI: Retrieving coreutils 8.21-1ubuntu5\nI: Validating coreutils 8.21-1ubuntu5\nI: Retrieving cpio 2.11+dfsg-1ubuntu1\nI: Validating cpio 2.11+dfsg-1ubuntu1\nI: Retrieving dash 0.5.7-4ubuntu1\nI: Validating dash 0.5.7-4ubuntu1\nI: Retrieving debconf 1.5.51ubuntu2\nI: Validating debconf 1.5.51ubuntu2\nI: Retrieving debianutils 4.4\nI: Validating debianutils 4.4\nI: Retrieving diffutils 1%3a3.3-1\nI: Validating diffutils 1%3a3.3-1\nI: Retrieving dpkg 1.17.5ubuntu5\nI: Validating dpkg 1.17.5ubuntu5\nI: Retrieving e2fslibs 1.42.9-3ubuntu1\nI: Validating e2fslibs 1.42.9-3ubuntu1\nI: Retrieving e2fsprogs 1.42.9-3ubuntu1\nI: Validating e2fsprogs 1.42.9-3ubuntu1\nI: Retrieving findutils 4.4.2-7\nI: Validating findutils 4.4.2-7\nI: Retrieving gcc-4.8-base 4.8.2-19ubuntu1\nI: Validating gcc-4.8-base 4.8.2-19ubuntu1\nI: Retrieving gcc-4.9-base 4.9-20140406-0ubuntu1\nI: Validating gcc-4.9-base 4.9-20140406-0ubuntu1\nI: Retrieving gnupg 1.4.16-1ubuntu2\nI: Validating gnupg 1.4.16-1ubuntu2\nI: Retrieving gpgv 1.4.16-1ubuntu2\nI: Validating gpgv 1.4.16-1ubuntu2\nI: Retrieving grep 2.16-1\nI: Validating grep 2.16-1\nI: Retrieving gzip 1.6-3ubuntu1\nI: Validating gzip 1.6-3ubuntu1\nI: Retrieving hostname 3.15ubuntu1\nI: Validating hostname 3.15ubuntu1\nI: Retrieving ifupdown 0.7.47.2ubuntu4\nI: Validating ifupdown 0.7.47.2ubuntu4\nI: Retrieving initramfs-tools 0.103ubuntu4\nI: Validating initramfs-tools 0.103ubuntu4\nI: Retrieving initramfs-tools-bin 0.103ubuntu4\nI: Validating initramfs-tools-bin 0.103ubuntu4\nI: Retrieving initscripts 2.88dsf-41ubuntu6\nI: Validating initscripts 2.88dsf-41ubuntu6\nI: Retrieving insserv 1.14.0-5ubuntu2\nI: Validating insserv 1.14.0-5ubuntu2\nI: Retrieving iproute2 3.12.0-2\nI: Validating iproute2 3.12.0-2\nI: Retrieving klibc-utils 2.0.3-0ubuntu1\nI: Validating klibc-utils 2.0.3-0ubuntu1\nI: Retrieving kmod 15-0ubuntu6\nI: Validating kmod 15-0ubuntu6\nI: Retrieving libacl1 2.2.52-1\nI: Validating libacl1 2.2.52-1\nI: Retrieving libapt-pkg4.12 1.0.1ubuntu2\nI: Validating libapt-pkg4.12 1.0.1ubuntu2\nI: Retrieving libattr1 1%3a2.4.47-1ubuntu1\nI: Validating libattr1 1%3a2.4.47-1ubuntu1\nI: Retrieving libaudit-common 1%3a2.3.2-2ubuntu1\nI: Validating libaudit-common 1%3a2.3.2-2ubuntu1\nI: Retrieving libaudit1 1%3a2.3.2-2ubuntu1\nI: Validating libaudit1 1%3a2.3.2-2ubuntu1\nI: Retrieving libblkid1 2.20.1-5.1ubuntu20\nI: Validating libblkid1 2.20.1-5.1ubuntu20\nI: Retrieving libbz2-1.0 1.0.6-5\nI: Validating libbz2-1.0 1.0.6-5\nI: Retrieving libc-bin 2.19-0ubuntu6\nI: Validating libc-bin 2.19-0ubuntu6\nI: Retrieving libc6 2.19-0ubuntu6\nI: Validating libc6 2.19-0ubuntu6\nI: Retrieving libcap2 1%3a2.24-0ubuntu2\nI: Validating libcap2 1%3a2.24-0ubuntu2\nI: Retrieving libcgmanager0 0.24-0ubuntu5\nI: Validating libcgmanager0 0.24-0ubuntu5\nI: Retrieving libcomerr2 1.42.9-3ubuntu1\nI: Validating libcomerr2 1.42.9-3ubuntu1\nI: Retrieving libdb5.3 5.3.28-3ubuntu3\nI: Validating libdb5.3 5.3.28-3ubuntu3\nI: Retrieving libdbus-1-3 1.6.18-0ubuntu4\nI: Validating libdbus-1-3 1.6.18-0ubuntu4\nI: Retrieving libdebconfclient0 0.187ubuntu1\nI: Validating libdebconfclient0 0.187ubuntu1\nI: Retrieving libdrm2 2.4.52-1\nI: Validating libdrm2 2.4.52-1\nI: Retrieving libgcc1 1%3a4.9-20140406-0ubuntu1\nI: Validating libgcc1 1%3a4.9-20140406-0ubuntu1\nI: Retrieving libjson-c2 0.11-3ubuntu1\nI: Validating libjson-c2 0.11-3ubuntu1\nI: Retrieving libjson0 0.11-3ubuntu1\nI: Validating libjson0 0.11-3ubuntu1\nI: Retrieving libklibc 2.0.3-0ubuntu1\nI: Validating libklibc 2.0.3-0ubuntu1\nI: Retrieving libkmod2 15-0ubuntu6\nI: Validating libkmod2 15-0ubuntu6\nI: Retrieving liblzma5 5.1.1alpha+20120614-2ubuntu2\nI: Validating liblzma5 5.1.1alpha+20120614-2ubuntu2\nI: Retrieving libmount1 2.20.1-5.1ubuntu20\nI: Validating libmount1 2.20.1-5.1ubuntu20\nI: Retrieving libncurses5 5.9+20140118-1ubuntu1\nI: Validating libncurses5 5.9+20140118-1ubuntu1\nI: Retrieving libncursesw5 5.9+20140118-1ubuntu1\nI: Validating libncursesw5 5.9+20140118-1ubuntu1\nI: Retrieving libnih-dbus1 1.0.3-4ubuntu25\nI: Validating libnih-dbus1 1.0.3-4ubuntu25\nI: Retrieving libnih1 1.0.3-4ubuntu25\nI: Validating libnih1 1.0.3-4ubuntu25\nI: Retrieving libpam-modules 1.1.8-1ubuntu2\nI: Validating libpam-modules 1.1.8-1ubuntu2\nI: Retrieving libpam-modules-bin 1.1.8-1ubuntu2\nI: Validating libpam-modules-bin 1.1.8-1ubuntu2\nI: Retrieving libpam-runtime 1.1.8-1ubuntu2\nI: Validating libpam-runtime 1.1.8-1ubuntu2\nI: Retrieving libpam0g 1.1.8-1ubuntu2\nI: Validating libpam0g 1.1.8-1ubuntu2\nI: Retrieving libpcre3 1%3a8.31-2ubuntu2\nI: Validating libpcre3 1%3a8.31-2ubuntu2\nI: Retrieving libplymouth2 0.8.8-0ubuntu17\nI: Validating libplymouth2 0.8.8-0ubuntu17\nI: Retrieving libpng12-0 1.2.50-1ubuntu2\nI: Validating libpng12-0 1.2.50-1ubuntu2\nI: Retrieving libprocps3 1%3a3.3.9-1ubuntu2\nI: Validating libprocps3 1%3a3.3.9-1ubuntu2\nI: Retrieving libreadline6 6.3-4ubuntu2\nI: Validating libreadline6 6.3-4ubuntu2\nI: Retrieving libselinux1 2.2.2-1\nI: Validating libselinux1 2.2.2-1\nI: Retrieving libsemanage-common 2.2-1\nI: Validating libsemanage-common 2.2-1\nI: Retrieving libsemanage1 2.2-1\nI: Validating libsemanage1 2.2-1\nI: Retrieving libsepol1 2.2-1\nI: Validating libsepol1 2.2-1\nI: Retrieving libslang2 2.2.4-15ubuntu1\nI: Validating libslang2 2.2.4-15ubuntu1\nI: Retrieving libss2 1.42.9-3ubuntu1\nI: Validating libss2 1.42.9-3ubuntu1\nI: Retrieving libstdc++6 4.8.2-19ubuntu1\nI: Validating libstdc++6 4.8.2-19ubuntu1\nI: Retrieving libtinfo5 5.9+20140118-1ubuntu1\nI: Validating libtinfo5 5.9+20140118-1ubuntu1\nI: Retrieving libudev1 204-5ubuntu20\nI: Validating libudev1 204-5ubuntu20\nI: Retrieving libusb-0.1-4 2%3a0.1.12-23.3ubuntu1\nI: Validating libusb-0.1-4 2%3a0.1.12-23.3ubuntu1\nI: Retrieving libustr-1.0-1 1.0.4-3ubuntu2\nI: Validating libustr-1.0-1 1.0.4-3ubuntu2\nI: Retrieving libuuid1 2.20.1-5.1ubuntu20\nI: Validating libuuid1 2.20.1-5.1ubuntu20\nI: Retrieving locales 2.13+git20120306-12\nI: Validating locales 2.13+git20120306-12\nI: Retrieving login 1%3a4.1.5.1-1ubuntu9\nI: Validating login 1%3a4.1.5.1-1ubuntu9\nI: Retrieving lsb-base 4.1+Debian11ubuntu6\nI: Validating lsb-base 4.1+Debian11ubuntu6\nI: Retrieving makedev 2.3.1-93ubuntu1\nI: Validating makedev 2.3.1-93ubuntu1\nI: Retrieving mawk 1.3.3-17ubuntu2\nI: Validating mawk 1.3.3-17ubuntu2\nI: Retrieving module-init-tools 15-0ubuntu6\nI: Validating module-init-tools 15-0ubuntu6\nI: Retrieving mount 2.20.1-5.1ubuntu20\nI: Validating mount 2.20.1-5.1ubuntu20\nI: Retrieving mountall 2.53\nI: Validating mountall 2.53\nI: Retrieving multiarch-support 2.19-0ubuntu6\nI: Validating multiarch-support 2.19-0ubuntu6\nI: Retrieving ncurses-base 5.9+20140118-1ubuntu1\nI: Validating ncurses-base 5.9+20140118-1ubuntu1\nI: Retrieving ncurses-bin 5.9+20140118-1ubuntu1\nI: Validating ncurses-bin 5.9+20140118-1ubuntu1\nI: Retrieving passwd 1%3a4.1.5.1-1ubuntu9\nI: Validating passwd 1%3a4.1.5.1-1ubuntu9\nI: Retrieving perl-base 5.18.2-2ubuntu1\nI: Validating perl-base 5.18.2-2ubuntu1\nI: Retrieving plymouth 0.8.8-0ubuntu17\nI: Validating plymouth 0.8.8-0ubuntu17\nI: Retrieving procps 1%3a3.3.9-1ubuntu2\nI: Validating procps 1%3a3.3.9-1ubuntu2\nI: Retrieving readline-common 6.3-4ubuntu2\nI: Validating readline-common 6.3-4ubuntu2\nI: Retrieving sed 4.2.2-4ubuntu1\nI: Validating sed 4.2.2-4ubuntu1\nI: Retrieving sensible-utils 0.0.9\nI: Validating sensible-utils 0.0.9\nI: Retrieving sysv-rc 2.88dsf-41ubuntu6\nI: Validating sysv-rc 2.88dsf-41ubuntu6\nI: Retrieving sysvinit-utils 2.88dsf-41ubuntu6\nI: Validating sysvinit-utils 2.88dsf-41ubuntu6\nI: Retrieving tar 1.27.1-1\nI: Validating tar 1.27.1-1\nI: Retrieving tzdata 2014b-1\nI: Validating tzdata 2014b-1\nI: Retrieving ubuntu-keyring 2012.05.19\nI: Validating ubuntu-keyring 2012.05.19\nI: Retrieving udev 204-5ubuntu20\nI: Validating udev 204-5ubuntu20\nI: Retrieving upstart 1.12.1-0ubuntu4\nI: Validating upstart 1.12.1-0ubuntu4\nI: Retrieving util-linux 2.20.1-5.1ubuntu20\nI: Validating util-linux 2.20.1-5.1ubuntu20\nI: Retrieving zlib1g 1%3a1.2.8.dfsg-1ubuntu1\nI: Validating zlib1g 1%3a1.2.8.dfsg-1ubuntu1\nI: Chosen extractor for .deb packages: dpkg-deb\nI: Extracting adduser...\nI: Extracting base-files...\nI: Extracting base-passwd...\nI: Extracting bash...\nI: Extracting bsdutils...\nI: Extracting busybox-initramfs...\nI: Extracting coreutils...\nI: Extracting cpio...\nI: Extracting dash...\nI: Extracting debconf...\nI: Extracting debianutils...\nI: Extracting diffutils...\nI: Extracting dpkg...\nI: Extracting e2fslibs...\nI: Extracting e2fsprogs...\nI: Extracting findutils...\nI: Extracting gcc-4.9-base...\nI: Extracting grep...\nI: Extracting gzip...\nI: Extracting hostname...\nI: Extracting ifupdown...\nI: Extracting initramfs-tools...\nI: Extracting initramfs-tools-bin...\nI: Extracting initscripts...\nI: Extracting insserv...\nI: Extracting iproute2...\nI: Extracting klibc-utils...\nI: Extracting kmod...\nI: Extracting libacl1...\nI: Extracting libattr1...\nI: Extracting libaudit-common...\nI: Extracting libaudit1...\nI: Extracting libblkid1...\nI: Extracting libbz2-1.0...\nI: Extracting libc-bin...\nI: Extracting libc6...\nI: Extracting libcap2...\nI: Extracting libcgmanager0...\nI: Extracting libcomerr2...\nI: Extracting libdb5.3...\nI: Extracting libdbus-1-3...\nI: Extracting libdebconfclient0...\nI: Extracting libdrm2...\nI: Extracting libgcc1...\nI: Extracting libjson-c2...\nI: Extracting libjson0...\nI: Extracting libklibc...\nI: Extracting libkmod2...\nI: Extracting liblzma5...\nI: Extracting libmount1...\nI: Extracting libncurses5...\nI: Extracting libncursesw5...\nI: Extracting libnih-dbus1...\nI: Extracting libnih1...\nI: Extracting libpam-modules...\nI: Extracting libpam-modules-bin...\nI: Extracting libpam-runtime...\nI: Extracting libpam0g...\nI: Extracting libpcre3...\nI: Extracting libplymouth2...\nI: Extracting libpng12-0...\nI: Extracting libprocps3...\nI: Extracting libselinux1...\nI: Extracting libsemanage-common...\nI: Extracting libsemanage1...\nI: Extracting libsepol1...\nI: Extracting libslang2...\nI: Extracting libss2...\nI: Extracting libtinfo5...\nI: Extracting libudev1...\nI: Extracting libustr-1.0-1...\nI: Extracting libuuid1...\nI: Extracting locales...\nI: Extracting login...\nI: Extracting lsb-base...\nI: Extracting makedev...\nI: Extracting mawk...\nI: Extracting module-init-tools...\nI: Extracting mount...\nI: Extracting mountall...\nI: Extracting multiarch-support...\nI: Extracting ncurses-base...\nI: Extracting ncurses-bin...\nI: Extracting passwd...\nI: Extracting perl-base...\nI: Extracting plymouth...\nI: Extracting procps...\nI: Extracting sed...\nI: Extracting sensible-utils...\nI: Extracting sysv-rc...\nI: Extracting sysvinit-utils...\nI: Extracting tar...\nI: Extracting tzdata...\nI: Extracting udev...\nI: Extracting upstart...\nI: Extracting util-linux...\nI: Extracting zlib1g...\nI: Installing core packages...\nI: Unpacking required packages...\nI: Unpacking adduser...\nI: Unpacking base-files...\nI: Unpacking base-passwd...\nI: Unpacking bash...\nI: Unpacking bsdutils...\nI: Unpacking busybox-initramfs...\nI: Unpacking coreutils...\nI: Unpacking cpio...\nI: Unpacking dash...\nI: Unpacking debconf...\nI: Unpacking debianutils...\nI: Unpacking diffutils...\nI: Unpacking dpkg...\nI: Unpacking e2fslibs:amd64...\nI: Unpacking e2fsprogs...\nI: Unpacking findutils...\nI: Unpacking gcc-4.9-base:amd64...\nI: Unpacking grep...\nI: Unpacking gzip...\nI: Unpacking hostname...\nI: Unpacking ifupdown...\nI: Unpacking initramfs-tools...\nI: Unpacking initramfs-tools-bin...\nI: Unpacking initscripts...\nI: Unpacking insserv...\nI: Unpacking iproute2...\nI: Unpacking klibc-utils...\nI: Unpacking kmod...\nI: Unpacking libacl1:amd64...\nI: Unpacking libattr1:amd64...\nI: Unpacking libaudit-common...\nI: Unpacking libaudit1:amd64...\nI: Unpacking libblkid1:amd64...\nI: Unpacking libbz2-1.0:amd64...\nI: Unpacking libc-bin...\nI: Unpacking libc6:amd64...\nI: Unpacking libcap2:amd64...\nI: Unpacking libcgmanager0:amd64...\nI: Unpacking libcomerr2:amd64...\nI: Unpacking libdb5.3:amd64...\nI: Unpacking libdbus-1-3:amd64...\nI: Unpacking libdebconfclient0:amd64...\nI: Unpacking libdrm2:amd64...\nI: Unpacking libgcc1:amd64...\nI: Unpacking libjson-c2:amd64...\nI: Unpacking libjson0:amd64...\nI: Unpacking libklibc...\nI: Unpacking libkmod2:amd64...\nI: Unpacking liblzma5:amd64...\nI: Unpacking libmount1:amd64...\nI: Unpacking libncurses5:amd64...\nI: Unpacking libncursesw5:amd64...\nI: Unpacking libnih-dbus1:amd64...\nI: Unpacking libnih1:amd64...\nI: Unpacking libpam-modules:amd64...\nI: Unpacking libpam-modules-bin...\nI: Unpacking libpam-runtime...\nI: Unpacking libpam0g:amd64...\nI: Unpacking libpcre3:amd64...\nI: Unpacking libplymouth2:amd64...\nI: Unpacking libpng12-0:amd64...\nI: Unpacking libprocps3:amd64...\nI: Unpacking libselinux1:amd64...\nI: Unpacking libsemanage-common...\nI: Unpacking libsemanage1:amd64...\nI: Unpacking libsepol1:amd64...\nI: Unpacking libslang2:amd64...\nI: Unpacking libss2:amd64...\nI: Unpacking libtinfo5:amd64...\nI: Unpacking libudev1:amd64...\nI: Unpacking libustr-1.0-1:amd64...\nI: Unpacking libuuid1:amd64...\nI: Unpacking locales...\nI: Unpacking login...\nI: Unpacking lsb-base...\nI: Unpacking makedev...\nI: Unpacking mawk...\nI: Unpacking module-init-tools...\nI: Unpacking mount...\nI: Unpacking mountall...\nI: Unpacking multiarch-support...\nI: Unpacking ncurses-base...\nI: Unpacking ncurses-bin...\nI: Unpacking passwd...\nI: Unpacking perl-base...\nI: Unpacking plymouth...\nI: Unpacking procps...\nI: Unpacking sed...\nI: Unpacking sensible-utils...\nI: Unpacking sysv-rc...\nI: Unpacking sysvinit-utils...\nI: Unpacking tar...\nI: Unpacking tzdata...\nI: Unpacking udev...\nI: Unpacking upstart...\nI: Unpacking util-linux...\nI: Unpacking zlib1g:amd64...\nI: Configuring required packages...\nI: Configuring lsb-base...\nI: Configuring ncurses-base...\nI: Configuring sensible-utils...\nI: Configuring libklibc...\nI: Configuring gcc-4.9-base:amd64...\nI: Configuring klibc-utils...\nI: Configuring libsemanage-common...\nI: Configuring libaudit-common...\nI: Configuring libc6:amd64...\nI: Configuring cpio...\nI: Configuring debianutils...\nI: Configuring bsdutils...\nI: Configuring diffutils...\nI: Configuring locales...\nI: Configuring mawk...\nI: Configuring hostname...\nI: Configuring findutils...\nI: Configuring insserv...\nI: Configuring busybox-initramfs...\nI: Configuring multiarch-support...\nI: Configuring libcap2:amd64...\nI: Configuring libustr-1.0-1:amd64...\nI: Configuring libdbus-1-3:amd64...\nI: Configuring libprocps3:amd64...\nI: Configuring libjson-c2:amd64...\nI: Configuring libdrm2:amd64...\nI: Configuring libsepol1:amd64...\nI: Configuring libkmod2:amd64...\nI: Configuring zlib1g:amd64...\nI: Configuring libgcc1:amd64...\nI: Configuring libdebconfclient0:amd64...\nI: Configuring base-files...\nI: Configuring libattr1:amd64...\nI: Configuring e2fslibs:amd64...\nI: Configuring base-passwd...\nI: Configuring libcomerr2:amd64...\nI: Configuring libacl1:amd64...\nI: Configuring libslang2:amd64...\nI: Configuring libss2:amd64...\nI: Configuring liblzma5:amd64...\nI: Configuring libnih1:amd64...\nI: Configuring libaudit1:amd64...\nI: Configuring libdb5.3:amd64...\nI: Configuring libpcre3:amd64...\nI: Configuring libbz2-1.0:amd64...\nI: Configuring libtinfo5:amd64...\nI: Configuring libc-bin...\nI: Configuring libjson0:amd64...\nI: Configuring libnih-dbus1:amd64...\nI: Configuring libselinux1:amd64...\nI: Configuring libpng12-0:amd64...\nI: Configuring iproute2...\nI: Configuring coreutils...\nI: Configuring makedev...\nI: Configuring ncurses-bin...\nI: Configuring libsemanage1:amd64...\nI: Configuring tar...\nI: Configuring libcgmanager0:amd64...\nI: Configuring libncurses5:amd64...\nI: Configuring libplymouth2:amd64...\nI: Configuring dpkg...\nI: Configuring libncursesw5:amd64...\nI: Configuring sysvinit-utils...\nI: Configuring dash...\nI: Configuring perl-base...\nI: Configuring libudev1:amd64...\nI: Configuring mountall...\nI: Configuring initramfs-tools-bin...\nI: Configuring sed...\nI: Configuring grep...\nI: Configuring gzip...\nI: Configuring bash...\nI: Configuring debconf...\nI: Configuring libpam0g:amd64...\nI: Configuring sysv-rc...\nI: Configuring tzdata...\nI: Configuring kmod...\nI: Configuring libpam-modules-bin...\nI: Configuring module-init-tools...\nI: Configuring libpam-modules:amd64...\nI: Configuring passwd...\nI: Configuring libpam-runtime...\nI: Configuring login...\nI: Configuring libuuid1:amd64...\nI: Configuring adduser...\nI: Configuring libblkid1:amd64...\nI: Configuring util-linux...\nI: Configuring libmount1:amd64...\nI: Configuring mount...\nI: Configuring initscripts...\nI: Configuring e2fsprogs...\nI: Configuring procps...\nI: Configuring ifupdown...\nI: Configuring upstart...\nI: Configuring udev...\nI: Configuring initramfs-tools...\nI: Configuring plymouth...\nI: Configuring libc-bin...\nI: Configuring initramfs-tools...\nI: Unpacking the base system...\nI: Unpacking apt...\nI: Unpacking gcc-4.8-base:amd64...\nI: Unpacking gnupg...\nI: Unpacking gpgv...\nI: Unpacking libapt-pkg4.12:amd64...\nI: Unpacking libreadline6:amd64...\nI: Unpacking libstdc++6:amd64...\nI: Unpacking libusb-0.1-4:amd64...\nI: Unpacking readline-common...\nI: Unpacking ubuntu-keyring...\nI: Configuring the base system...\nI: Configuring gpgv...\nI: Configuring libusb-0.1-4:amd64...\nI: Configuring gcc-4.8-base:amd64...\nI: Configuring ubuntu-keyring...\nI: Configuring libstdc++6:amd64...\nI: Configuring readline-common...\nI: Configuring libapt-pkg4.12:amd64...\nI: Configuring libreadline6:amd64...\nI: Configuring gnupg...\nI: Configuring apt...\nI: Configuring libc-bin...\nI: Base system installed successfully.\nCaching debootstrap result in /home/jenkins/.cache/image-create/debootstrap-ubuntu-trusty-amd64.tar.gz\nIgn http://archive.ubuntu.com trusty InRelease\nGet:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:2 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]\nGet:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]\nHit http://archive.ubuntu.com trusty Release.gpg\nGet:4 http://archive.ubuntu.com trusty-updates/main amd64 Packages [939 kB]\nGet:5 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [16.4 kB]\nGet:6 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [395 kB]\nGet:7 http://archive.ubuntu.com trusty-backports/main amd64 Packages [13.3 kB]\nGet:8 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]\nGet:9 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [43.2 kB]\nGet:10 http://archive.ubuntu.com trusty-security/main amd64 Packages [574 kB]\nGet:11 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [13.4 kB]\nGet:12 http://archive.ubuntu.com trusty-security/universe amd64 Packages [150 kB]\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nFetched 2342 kB in 5s (466 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nThe following packages will be upgraded:\n apt base-files bash bsdutils coreutils cpio dpkg e2fslibs e2fsprogs\n gcc-4.8-base gcc-4.9-base gnupg gpgv ifupdown initramfs-tools\n initramfs-tools-bin initscripts iproute2 klibc-utils libapt-pkg4.12\n libblkid1 libc-bin libc6 libcgmanager0 libcomerr2 libdbus-1-3 libdrm2\n libgcc1 libjson-c2 libjson0 libklibc libmount1 libpam-modules\n libpam-modules-bin libpam-runtime libpam0g libpcre3 libplymouth2 libpng12-0\n libprocps3 libselinux1 libsepol1 libss2 libstdc++6 libudev1 libuuid1 locales\n login lsb-base mount multiarch-support passwd perl-base plymouth procps\n sysv-rc sysvinit-utils tar tzdata udev upstart util-linux\n62 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 22.7 MB of archives.\nAfter this operation, 212 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main base-files amd64 7.2ubuntu5.5 [67.5 kB]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bash amd64 4.3-7ubuntu1.5 [576 kB]\nGet:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main coreutils amd64 8.21-1ubuntu5.4 [1091 kB]\nGet:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg amd64 1.17.5ubuntu5.7 [1956 kB]\nGet:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3 amd64 1:8.31-2ubuntu2.3 [144 kB]\nGet:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libselinux1 amd64 2.2.2-1ubuntu0.1 [58.7 kB]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sysv-rc all 2.88dsf-41ubuntu6.3 [36.6 kB]\nGet:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sysvinit-utils amd64 2.88dsf-41ubuntu6.3 [52.9 kB]\nGet:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mount amd64 2.20.1-5.1ubuntu20.9 [115 kB]\nGet:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main lsb-base all 4.1+Debian11ubuntu6.2 [13.3 kB]\nGet:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam0g amd64 1.1.8-1ubuntu2.2 [56.1 kB]\nGet:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-modules-bin amd64 1.1.8-1ubuntu2.2 [31.2 kB]\nGet:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-modules amd64 1.1.8-1ubuntu2.2 [234 kB]\nGet:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main passwd amd64 1:4.1.5.1-1ubuntu9.2 [759 kB]\nGet:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initscripts amd64 2.88dsf-41ubuntu6.3 [27.7 kB]\nGet:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdbus-1-3 amd64 1.6.18-0ubuntu4.5 [132 kB]\nGet:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjson-c2 amd64 0.11-3ubuntu1.2 [22.0 kB]\nGet:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libuuid1 amd64 2.20.1-5.1ubuntu20.9 [10.8 kB]\nGet:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libblkid1 amd64 2.20.1-5.1ubuntu20.9 [62.6 kB]\nGet:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcgmanager0 amd64 0.24-0ubuntu7.5 [28.9 kB]\nGet:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata all 2016j-0ubuntu0.14.04 [166 kB]\nGet:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main util-linux amd64 2.20.1-5.1ubuntu20.9 [458 kB]\nGet:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libprocps3 amd64 1:3.3.9-1ubuntu2.2 [31.4 kB]\nGet:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main procps amd64 1:3.3.9-1ubuntu2.2 [209 kB]\nGet:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main udev amd64 204-5ubuntu20.20 [735 kB]\nGet:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.20 [34.4 kB]\nGet:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iproute2 amd64 3.12.0-2ubuntu1 [401 kB]\nGet:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ifupdown amd64 0.7.47.2ubuntu4.4 [53.1 kB]\nGet:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjson0 amd64 0.11-3ubuntu1.2 [1080 B]\nGet:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main upstart amd64 1.12.1-0ubuntu4.2 [390 kB]\nGet:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-bin amd64 2.19-0ubuntu6.9 [1165 kB]\nGet:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.9-base amd64 4.9.3-0ubuntu4 [15.1 kB]\nGet:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc1 amd64 1:4.9.3-0ubuntu4 [39.2 kB]\nGet:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6 amd64 2.19-0ubuntu6.9 [4717 kB]\nGet:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main e2fslibs amd64 1.42.9-3ubuntu1.3 [182 kB]\nGet:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main e2fsprogs amd64 1.42.9-3ubuntu1.3 [667 kB]\nGet:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main login amd64 1:4.1.5.1-1ubuntu9.2 [301 kB]\nGet:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main perl-base amd64 5.18.2-2ubuntu1.1 [1146 kB]\nGet:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tar amd64 1.27.1-1ubuntu0.1 [196 kB]\nGet:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8-base amd64 4.8.4-2ubuntu1~14.04.3 [16.2 kB]\nGet:41 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++6 amd64 4.8.4-2ubuntu1~14.04.3 [259 kB]\nGet:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-pkg4.12 amd64 1.0.1ubuntu2.17 [639 kB]\nGet:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gpgv amd64 1.4.16-1ubuntu2.4 [161 kB]\nGet:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gnupg amd64 1.4.16-1ubuntu2.4 [611 kB]\nGet:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt amd64 1.0.1ubuntu2.17 [953 kB]\nGet:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bsdutils amd64 1:2.20.1-5.1ubuntu20.9 [33.9 kB]\nGet:47 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcomerr2 amd64 1.42.9-3ubuntu1.3 [62.9 kB]\nGet:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmount1 amd64 2.20.1-5.1ubuntu20.9 [60.3 kB]\nGet:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsepol1 amd64 2.2-1ubuntu0.1 [107 kB]\nGet:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libss2 amd64 1.42.9-3ubuntu1.3 [67.1 kB]\nGet:51 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm2 amd64 2.4.67-1ubuntu0.14.04.1 [27.1 kB]\nGet:52 http://archive.ubuntu.com/ubuntu/ trusty-updates/main klibc-utils amd64 2.0.3-0ubuntu1.14.04.2 [107 kB]\nGet:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libklibc amd64 2.0.3-0ubuntu1.14.04.2 [40.6 kB]\nGet:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initramfs-tools all 0.103ubuntu4.6 [44.5 kB]\nGet:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initramfs-tools-bin amd64 0.103ubuntu4.6 [9134 B]\nGet:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpio amd64 2.11+dfsg-1ubuntu1.2 [73.8 kB]\nGet:57 http://archive.ubuntu.com/ubuntu/ trusty-updates/main plymouth amd64 0.8.8-0ubuntu17.1 [98.6 kB]\nGet:58 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpng12-0 amd64 1.2.50-1ubuntu2.14.04.2 [118 kB]\nGet:59 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libplymouth2 amd64 0.8.8-0ubuntu17.1 [76.8 kB]\nGet:60 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-runtime all 1.1.8-1ubuntu2.2 [37.8 kB]\nGet:61 http://archive.ubuntu.com/ubuntu/ trusty-updates/main multiarch-support amd64 2.19-0ubuntu6.9 [4484 B]\nGet:62 http://archive.ubuntu.com/ubuntu/ trusty-updates/main locales all 2.13+git20120306-12.1 [2695 kB]\nFetched 22.7 MB in 29s (780 kB/s)\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../base-files_7.2ubuntu5.5_amd64.deb ...\nUnpacking base-files (7.2ubuntu5.5) over (7.2ubuntu5) ...\nSetting up base-files (7.2ubuntu5.5) ...\nInstalling new version of config file /etc/issue ...\nInstalling new version of config file /etc/issue.net ...\nInstalling new version of config file /etc/lsb-release ...\nInstalling new version of config file /etc/os-release ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../bash_4.3-7ubuntu1.5_amd64.deb ...\nUnpacking bash (4.3-7ubuntu1.5) over (4.3-6ubuntu1) ...\nSetting up bash (4.3-7ubuntu1.5) ...\nupdate-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../coreutils_8.21-1ubuntu5.4_amd64.deb ...\nUnpacking coreutils (8.21-1ubuntu5.4) over (8.21-1ubuntu5) ...\nSetting up coreutils (8.21-1ubuntu5.4) ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../dpkg_1.17.5ubuntu5.7_amd64.deb ...\nUnpacking dpkg (1.17.5ubuntu5.7) over (1.17.5ubuntu5) ...\nSetting up dpkg (1.17.5ubuntu5.7) ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../libpcre3_1%3a8.31-2ubuntu2.3_amd64.deb ...\nUnpacking libpcre3:amd64 (1:8.31-2ubuntu2.3) over (1:8.31-2ubuntu2) ...\nPreparing to unpack .../libc6_2.19-0ubuntu6.9_amd64.deb ...\nUnpacking libc6:amd64 (2.19-0ubuntu6.9) over (2.19-0ubuntu6) ...\nPreparing to unpack .../libgcc1_1%3a4.9.3-0ubuntu4_amd64.deb ...\nUnpacking libgcc1:amd64 (1:4.9.3-0ubuntu4) over (1:4.9-20140406-0ubuntu1) ...\nPreparing to unpack .../gcc-4.9-base_4.9.3-0ubuntu4_amd64.deb ...\nUnpacking gcc-4.9-base:amd64 (4.9.3-0ubuntu4) over (4.9-20140406-0ubuntu1) ...\nSetting up gcc-4.9-base:amd64 (4.9.3-0ubuntu4) ...\nSetting up libgcc1:amd64 (1:4.9.3-0ubuntu4) ...\nSetting up libc6:amd64 (2.19-0ubuntu6.9) ...\nSetting up libpcre3:amd64 (1:8.31-2ubuntu2.3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6) ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../libselinux1_2.2.2-1ubuntu0.1_amd64.deb ...\nUnpacking libselinux1:amd64 (2.2.2-1ubuntu0.1) over (2.2.2-1) ...\nSetting up libselinux1:amd64 (2.2.2-1ubuntu0.1) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6) ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../sysv-rc_2.88dsf-41ubuntu6.3_all.deb ...\nUnpacking sysv-rc (2.88dsf-41ubuntu6.3) over (2.88dsf-41ubuntu6) ...\nPreparing to unpack .../sysvinit-utils_2.88dsf-41ubuntu6.3_amd64.deb ...\nUnpacking sysvinit-utils (2.88dsf-41ubuntu6.3) over (2.88dsf-41ubuntu6) ...\nSetting up sysvinit-utils (2.88dsf-41ubuntu6.3) ...\nSetting up sysv-rc (2.88dsf-41ubuntu6.3) ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../mount_2.20.1-5.1ubuntu20.9_amd64.deb ...\nUnpacking mount (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...\nSetting up mount (2.20.1-5.1ubuntu20.9) ...\n(Reading database ... 7401 files and directories currently installed.)\nPreparing to unpack .../lsb-base_4.1+Debian11ubuntu6.2_all.deb ...\nUnpacking lsb-base (4.1+Debian11ubuntu6.2) over (4.1+Debian11ubuntu6) ...\nSetting up lsb-base (4.1+Debian11ubuntu6.2) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../libpam0g_1.1.8-1ubuntu2.2_amd64.deb ...\nUnpacking libpam0g:amd64 (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...\nSetting up libpam0g:amd64 (1.1.8-1ubuntu2.2) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../libpam-modules-bin_1.1.8-1ubuntu2.2_amd64.deb ...\nUnpacking libpam-modules-bin (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...\nSetting up libpam-modules-bin (1.1.8-1ubuntu2.2) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../libpam-modules_1.1.8-1ubuntu2.2_amd64.deb ...\nUnpacking libpam-modules:amd64 (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...\nSetting up libpam-modules:amd64 (1.1.8-1ubuntu2.2) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../passwd_1%3a4.1.5.1-1ubuntu9.2_amd64.deb ...\nUnpacking passwd (1:4.1.5.1-1ubuntu9.2) over (1:4.1.5.1-1ubuntu9) ...\nSetting up passwd (1:4.1.5.1-1ubuntu9.2) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../initscripts_2.88dsf-41ubuntu6.3_amd64.deb ...\nUnpacking initscripts (2.88dsf-41ubuntu6.3) over (2.88dsf-41ubuntu6) ...\nPreparing to unpack .../libdbus-1-3_1.6.18-0ubuntu4.5_amd64.deb ...\nUnpacking libdbus-1-3:amd64 (1.6.18-0ubuntu4.5) over (1.6.18-0ubuntu4) ...\nPreparing to unpack .../libjson-c2_0.11-3ubuntu1.2_amd64.deb ...\nUnpacking libjson-c2:amd64 (0.11-3ubuntu1.2) over (0.11-3ubuntu1) ...\nPreparing to unpack .../libuuid1_2.20.1-5.1ubuntu20.9_amd64.deb ...\nUnpacking libuuid1:amd64 (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...\nSetting up libuuid1:amd64 (2.20.1-5.1ubuntu20.9) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../libblkid1_2.20.1-5.1ubuntu20.9_amd64.deb ...\nUnpacking libblkid1:amd64 (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...\nSetting up libblkid1:amd64 (2.20.1-5.1ubuntu20.9) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6) ...\n(Reading database ... 7402 files and directories currently installed.)\nPreparing to unpack .../libcgmanager0_0.24-0ubuntu7.5_amd64.deb ...\nUnpacking libcgmanager0:amd64 (0.24-0ubuntu7.5) over (0.24-0ubuntu5) ...\nPreparing to unpack .../tzdata_2016j-0ubuntu0.14.04_all.deb ...\nUnpacking tzdata (2016j-0ubuntu0.14.04) over (2014b-1) ...\nSetting up tzdata (2016j-0ubuntu0.14.04) ...\n(Reading database ... 7442 files and directories currently installed.)\nPreparing to unpack .../util-linux_2.20.1-5.1ubuntu20.9_amd64.deb ...\nUnpacking util-linux (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...\nSetting up util-linux (2.20.1-5.1ubuntu20.9) ...\n(Reading database ... 7442 files and directories currently installed.)\nPreparing to unpack .../libprocps3_1%3a3.3.9-1ubuntu2.2_amd64.deb ...\nUnpacking libprocps3:amd64 (1:3.3.9-1ubuntu2.2) over (1:3.3.9-1ubuntu2) ...\nPreparing to unpack .../procps_1%3a3.3.9-1ubuntu2.2_amd64.deb ...\nUnpacking procps (1:3.3.9-1ubuntu2.2) over (1:3.3.9-1ubuntu2) ...\nPreparing to unpack .../udev_204-5ubuntu20.20_amd64.deb ...\nAdding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'\nUnpacking udev (204-5ubuntu20.20) over (204-5ubuntu20) ...\nPreparing to unpack .../libudev1_204-5ubuntu20.20_amd64.deb ...\nUnpacking libudev1:amd64 (204-5ubuntu20.20) over (204-5ubuntu20) ...\nPreparing to unpack .../iproute2_3.12.0-2ubuntu1_amd64.deb ...\nUnpacking iproute2 (3.12.0-2ubuntu1) over (3.12.0-2) ...\nPreparing to unpack .../ifupdown_0.7.47.2ubuntu4.4_amd64.deb ...\nUnpacking ifupdown (0.7.47.2ubuntu4.4) over (0.7.47.2ubuntu4) ...\nPreparing to unpack .../libjson0_0.11-3ubuntu1.2_amd64.deb ...\nUnpacking libjson0:amd64 (0.11-3ubuntu1.2) over (0.11-3ubuntu1) ...\nPreparing to unpack .../upstart_1.12.1-0ubuntu4.2_amd64.deb ...\nUnpacking upstart (1.12.1-0ubuntu4.2) over (1.12.1-0ubuntu4) ...\nPreparing to unpack .../libc-bin_2.19-0ubuntu6.9_amd64.deb ...\nUnpacking libc-bin (2.19-0ubuntu6.9) over (2.19-0ubuntu6) ...\nSetting up libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../e2fslibs_1.42.9-3ubuntu1.3_amd64.deb ...\nUnpacking e2fslibs:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...\nSetting up e2fslibs:amd64 (1.42.9-3ubuntu1.3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../e2fsprogs_1.42.9-3ubuntu1.3_amd64.deb ...\nUnpacking e2fsprogs (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...\nSetting up e2fsprogs (1.42.9-3ubuntu1.3) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../login_1%3a4.1.5.1-1ubuntu9.2_amd64.deb ...\nUnpacking login (1:4.1.5.1-1ubuntu9.2) over (1:4.1.5.1-1ubuntu9) ...\nSetting up login (1:4.1.5.1-1ubuntu9.2) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../perl-base_5.18.2-2ubuntu1.1_amd64.deb ...\nUnpacking perl-base (5.18.2-2ubuntu1.1) over (5.18.2-2ubuntu1) ...\nSetting up perl-base (5.18.2-2ubuntu1.1) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../tar_1.27.1-1ubuntu0.1_amd64.deb ...\nUnpacking tar (1.27.1-1ubuntu0.1) over (1.27.1-1) ...\nSetting up tar (1.27.1-1ubuntu0.1) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../gcc-4.8-base_4.8.4-2ubuntu1~14.04.3_amd64.deb ...\nUnpacking gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.3) over (4.8.2-19ubuntu1) ...\nSetting up gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.3) ...\n(Reading database ... 7443 files and directories currently installed.)\nPreparing to unpack .../libstdc++6_4.8.4-2ubuntu1~14.04.3_amd64.deb ...\nUnpacking libstdc++6:amd64 (4.8.4-2ubuntu1~14.04.3) over (4.8.2-19ubuntu1) ...\nSetting up libstdc++6:amd64 (4.8.4-2ubuntu1~14.04.3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../libapt-pkg4.12_1.0.1ubuntu2.17_amd64.deb ...\nUnpacking libapt-pkg4.12:amd64 (1.0.1ubuntu2.17) over (1.0.1ubuntu2) ...\nSetting up libapt-pkg4.12:amd64 (1.0.1ubuntu2.17) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../gpgv_1.4.16-1ubuntu2.4_amd64.deb ...\nUnpacking gpgv (1.4.16-1ubuntu2.4) over (1.4.16-1ubuntu2) ...\nSetting up gpgv (1.4.16-1ubuntu2.4) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../gnupg_1.4.16-1ubuntu2.4_amd64.deb ...\nUnpacking gnupg (1.4.16-1ubuntu2.4) over (1.4.16-1ubuntu2) ...\nSetting up gnupg (1.4.16-1ubuntu2.4) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../apt_1.0.1ubuntu2.17_amd64.deb ...\nUnpacking apt (1.0.1ubuntu2.17) over (1.0.1ubuntu2) ...\nSetting up apt (1.0.1ubuntu2.17) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../bsdutils_1%3a2.20.1-5.1ubuntu20.9_amd64.deb ...\nUnpacking bsdutils (1:2.20.1-5.1ubuntu20.9) over (1:2.20.1-5.1ubuntu20) ...\nSetting up bsdutils (1:2.20.1-5.1ubuntu20.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../libcomerr2_1.42.9-3ubuntu1.3_amd64.deb ...\nUnpacking libcomerr2:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...\nSetting up libcomerr2:amd64 (1.42.9-3ubuntu1.3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../libmount1_2.20.1-5.1ubuntu20.9_amd64.deb ...\nUnpacking libmount1:amd64 (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...\nSetting up libmount1:amd64 (2.20.1-5.1ubuntu20.9) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../libsepol1_2.2-1ubuntu0.1_amd64.deb ...\nUnpacking libsepol1:amd64 (2.2-1ubuntu0.1) over (2.2-1) ...\nSetting up libsepol1:amd64 (2.2-1ubuntu0.1) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../libss2_1.42.9-3ubuntu1.3_amd64.deb ...\nUnpacking libss2:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...\nSetting up libss2:amd64 (1.42.9-3ubuntu1.3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../libdrm2_2.4.67-1ubuntu0.14.04.1_amd64.deb ...\nUnpacking libdrm2:amd64 (2.4.67-1ubuntu0.14.04.1) over (2.4.52-1) ...\nPreparing to unpack .../klibc-utils_2.0.3-0ubuntu1.14.04.2_amd64.deb ...\nUnpacking klibc-utils (2.0.3-0ubuntu1.14.04.2) over (2.0.3-0ubuntu1) ...\nPreparing to unpack .../libklibc_2.0.3-0ubuntu1.14.04.2_amd64.deb ...\nUnpacking libklibc (2.0.3-0ubuntu1.14.04.2) over (2.0.3-0ubuntu1) ...\nPreparing to unpack .../initramfs-tools_0.103ubuntu4.6_all.deb ...\nUnpacking initramfs-tools (0.103ubuntu4.6) over (0.103ubuntu4) ...\nPreparing to unpack .../initramfs-tools-bin_0.103ubuntu4.6_amd64.deb ...\nUnpacking initramfs-tools-bin (0.103ubuntu4.6) over (0.103ubuntu4) ...\nPreparing to unpack .../cpio_2.11+dfsg-1ubuntu1.2_amd64.deb ...\nUnpacking cpio (2.11+dfsg-1ubuntu1.2) over (2.11+dfsg-1ubuntu1) ...\nPreparing to unpack .../plymouth_0.8.8-0ubuntu17.1_amd64.deb ...\nUnpacking plymouth (0.8.8-0ubuntu17.1) over (0.8.8-0ubuntu17) ...\nPreparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...\nUnpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...\nPreparing to unpack .../libplymouth2_0.8.8-0ubuntu17.1_amd64.deb ...\nUnpacking libplymouth2:amd64 (0.8.8-0ubuntu17.1) over (0.8.8-0ubuntu17) ...\nPreparing to unpack .../libpam-runtime_1.1.8-1ubuntu2.2_all.deb ...\nUnpacking libpam-runtime (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...\nSetting up libpam-runtime (1.1.8-1ubuntu2.2) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../multiarch-support_2.19-0ubuntu6.9_amd64.deb ...\nUnpacking multiarch-support (2.19-0ubuntu6.9) over (2.19-0ubuntu6) ...\nSetting up multiarch-support (2.19-0ubuntu6.9) ...\n(Reading database ... 7456 files and directories currently installed.)\nPreparing to unpack .../locales_2.13+git20120306-12.1_all.deb ...\nUnpacking locales (2.13+git20120306-12.1) over (2.13+git20120306-12) ...\nSetting up initscripts (2.88dsf-41ubuntu6.3) ...\nInstalling new version of config file /etc/init.d/ondemand ...\nSetting up libdbus-1-3:amd64 (1.6.18-0ubuntu4.5) ...\nSetting up libjson-c2:amd64 (0.11-3ubuntu1.2) ...\nSetting up libcgmanager0:amd64 (0.24-0ubuntu7.5) ...\nSetting up libprocps3:amd64 (1:3.3.9-1ubuntu2.2) ...\nSetting up procps (1:3.3.9-1ubuntu2.2) ...\nSetting up libudev1:amd64 (204-5ubuntu20.20) ...\nSetting up udev (204-5ubuntu20.20) ...\nInstalling new version of config file /etc/init/udev-fallback-graphics.conf ...\nRemoving 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'\nupdate-initramfs: deferring update (trigger activated)\nSetting up iproute2 (3.12.0-2ubuntu1) ...\nSetting up ifupdown (0.7.47.2ubuntu4.4) ...\nInstalling new version of config file /etc/init/network-interface.conf ...\nSetting up libjson0:amd64 (0.11-3ubuntu1.2) ...\nSetting up upstart (1.12.1-0ubuntu4.2) ...\nInstalling new version of config file /etc/cron.daily/upstart ...\nSetting up libdrm2:amd64 (2.4.67-1ubuntu0.14.04.1) ...\nSetting up libklibc (2.0.3-0ubuntu1.14.04.2) ...\nSetting up klibc-utils (2.0.3-0ubuntu1.14.04.2) ...\nSetting up initramfs-tools-bin (0.103ubuntu4.6) ...\nSetting up cpio (2.11+dfsg-1ubuntu1.2) ...\nSetting up initramfs-tools (0.103ubuntu4.6) ...\nupdate-initramfs: deferring update (trigger activated)\nSetting up libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) ...\nSetting up libplymouth2:amd64 (0.8.8-0ubuntu17.1) ...\nSetting up plymouth (0.8.8-0ubuntu17.1) ...\nupdate-initramfs: deferring update (trigger activated)\nSetting up locales (2.13+git20120306-12.1) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\nProcessing triggers for initramfs-tools (0.103ubuntu4.6) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following NEW packages will be installed:\n busybox sudo\n0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 752 kB of archives.\nAfter this operation, 2272 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sudo amd64 1.8.9p5-1ubuntu1.3 [342 kB]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty/universe busybox amd64 1:1.21.0-1ubuntu1 [410 kB]\nFetched 752 kB in 2s (304 kB/s)\nSelecting previously unselected package sudo.\n(Reading database ... 7455 files and directories currently installed.)\nPreparing to unpack .../sudo_1.8.9p5-1ubuntu1.3_amd64.deb ...\nUnpacking sudo (1.8.9p5-1ubuntu1.3) ...\nSelecting previously unselected package busybox.\nPreparing to unpack .../busybox_1%3a1.21.0-1ubuntu1_amd64.deb ...\nUnpacking busybox (1:1.21.0-1ubuntu1) ...\nSetting up sudo (1.8.9p5-1ubuntu1.3) ...\nSetting up busybox (1:1.21.0-1ubuntu1) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n file libexpat1 libffi6 libmagic1 libpython-stdlib libpython2.7-minimal\n libpython2.7-stdlib libsqlite3-0 libssl1.0.0 mime-support python-minimal\n python2.7 python2.7-minimal\nSuggested packages:\n python-doc python-tk python2.7-doc binutils binfmt-support\nThe following NEW packages will be installed:\n file libexpat1 libffi6 libmagic1 libpython-stdlib libpython2.7-minimal\n libpython2.7-stdlib libsqlite3-0 libssl1.0.0 mime-support python\n python-minimal python2.7 python2.7-minimal\n0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 5225 kB of archives.\nAfter this operation, 23.4 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1 amd64 2.1.0-4ubuntu1.3 [71.1 kB]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libffi6 amd64 3.1~rc1+r3.0.13-12ubuntu0.1 [17.5 kB]\nGet:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagic1 amd64 1:5.14-2ubuntu3.3 [185 kB]\nGet:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsqlite3-0 amd64 3.8.2-1ubuntu2.1 [342 kB]\nGet:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl1.0.0 amd64 1.0.1f-1ubuntu2.21 [830 kB]\nGet:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.3 [307 kB]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.3 [1187 kB]\nGet:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main file amd64 1:5.14-2ubuntu3.3 [18.9 kB]\nGet:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mime-support all 3.54ubuntu1.1 [29.3 kB]\nGet:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.3 [1873 kB]\nGet:11 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B]\nGet:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.3 [197 kB]\nGet:13 http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB]\nGet:14 http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB]\nFetched 5225 kB in 4s (1168 kB/s)\nSelecting previously unselected package libexpat1:amd64.\n(Reading database ... 7518 files and directories currently installed.)\nPreparing to unpack .../libexpat1_2.1.0-4ubuntu1.3_amd64.deb ...\nUnpacking libexpat1:amd64 (2.1.0-4ubuntu1.3) ...\nSelecting previously unselected package libffi6:amd64.\nPreparing to unpack .../libffi6_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ...\nUnpacking libffi6:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...\nSelecting previously unselected package libmagic1:amd64.\nPreparing to unpack .../libmagic1_1%3a5.14-2ubuntu3.3_amd64.deb ...\nUnpacking libmagic1:amd64 (1:5.14-2ubuntu3.3) ...\nSelecting previously unselected package libsqlite3-0:amd64.\nPreparing to unpack .../libsqlite3-0_3.8.2-1ubuntu2.1_amd64.deb ...\nUnpacking libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) ...\nSelecting previously unselected package libssl1.0.0:amd64.\nPreparing to unpack .../libssl1.0.0_1.0.1f-1ubuntu2.21_amd64.deb ...\nUnpacking libssl1.0.0:amd64 (1.0.1f-1ubuntu2.21) ...\nSelecting previously unselected package libpython2.7-minimal:amd64.\nPreparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ...\nUnpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.3) ...\nSelecting previously unselected package python2.7-minimal.\nPreparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ...\nUnpacking python2.7-minimal (2.7.6-8ubuntu0.3) ...\nSelecting previously unselected package file.\nPreparing to unpack .../file_1%3a5.14-2ubuntu3.3_amd64.deb ...\nUnpacking file (1:5.14-2ubuntu3.3) ...\nSelecting previously unselected package mime-support.\nPreparing to unpack .../mime-support_3.54ubuntu1.1_all.deb ...\nUnpacking mime-support (3.54ubuntu1.1) ...\nSelecting previously unselected package libpython2.7-stdlib:amd64.\nPreparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.3_amd64.deb ...\nUnpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.3) ...\nSelecting previously unselected package libpython-stdlib:amd64.\nPreparing to unpack .../libpython-stdlib_2.7.5-5ubuntu3_amd64.deb ...\nUnpacking libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...\nSelecting previously unselected package python2.7.\nPreparing to unpack .../python2.7_2.7.6-8ubuntu0.3_amd64.deb ...\nUnpacking python2.7 (2.7.6-8ubuntu0.3) ...\nSelecting previously unselected package python-minimal.\nPreparing to unpack .../python-minimal_2.7.5-5ubuntu3_amd64.deb ...\nUnpacking python-minimal (2.7.5-5ubuntu3) ...\nSelecting previously unselected package python.\nPreparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ...\nUnpacking python (2.7.5-5ubuntu3) ...\nSetting up libexpat1:amd64 (2.1.0-4ubuntu1.3) ...\nSetting up libffi6:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...\nSetting up libmagic1:amd64 (1:5.14-2ubuntu3.3) ...\nSetting up libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) ...\nSetting up libssl1.0.0:amd64 (1.0.1f-1ubuntu2.21) ...\nSetting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.3) ...\nSetting up python2.7-minimal (2.7.6-8ubuntu0.3) ...\nLinking and byte-compiling packages for runtime python2.7...\nSetting up file (1:5.14-2ubuntu3.3) ...\nSetting up mime-support (3.54ubuntu1.1) ...\nupdate-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode\nSetting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.3) ...\nSetting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...\nSetting up python2.7 (2.7.6-8ubuntu0.3) ...\nSetting up python-minimal (2.7.5-5ubuntu3) ...\nSetting up python (2.7.5-5ubuntu3) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\nDIB_ADD_APT_KEYS is not set - not importing keys\nUse of serial-console element is deprecated, please use enable-serial-console instead.\nGetting /home/jenkins/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:03:46 PST 2017 for /tmp/dib_build.hPQ9vbF0/hooks/source-repository-pip-and-virtualenv\n(0001 / 0001)\nCaching pip-and-virtualenv file from https://bootstrap.pypa.io/get-pip.py in /home/jenkins/.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 /home/jenkins/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:03:47 PST 2017 for /tmp/dib_build.hPQ9vbF0/hooks/source-repository-simple-init\n(0001 / 0001)\nUpdating cache of https://git.openstack.org/openstack-infra/glean in /home/jenkins/.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.hPQ9vbF0/hooks/install.d /opt/bifrost/playbooks\n/opt/bifrost/playbooks\n/tmp/dib_build.hPQ9vbF0/hooks/install.d /opt/bifrost/playbooks\n/opt/bifrost/playbooks\nIgn http://archive.ubuntu.com trusty InRelease\nHit http://archive.ubuntu.com trusty-updates InRelease\nHit http://archive.ubuntu.com trusty-backports InRelease\nHit http://archive.ubuntu.com trusty-security InRelease\nHit http://archive.ubuntu.com trusty Release.gpg\nHit http://archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-security/main amd64 Packages\nHit http://archive.ubuntu.com trusty-security/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-security/universe amd64 Packages\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\ninstalling lsb-release from debootstrap\ninstalling python-xml from pip-and-virtualenv\nRunning command: ['install-packages', u'', u'lsb-release']\n> Reading package lists...\n> Building dependency tree...\n> Reading state information...\n> The following extra packages will be installed:\n> dh-python libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib python3\n> python3-minimal python3.4 python3.4-minimal\n> Suggested packages:\n> lsb python3-doc python3-tk python3.4-venv python3.4-doc binutils\n> binfmt-support\n> The following NEW packages will be installed:\n> dh-python libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib\n> lsb-release python3 python3-minimal python3.4 python3.4-minimal\n> 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.\n> Need to get 3946 kB of archives.\n> After this operation, 17.8 MB of additional disk space will be used.\n> Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4-minimal amd64 3.4.3-1ubuntu1~14.04.5 [462 kB]\n> Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4-stdlib amd64 3.4.3-1ubuntu1~14.04.5 [1985 kB]\n> Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3.4-minimal amd64 3.4.3-1ubuntu1~14.04.5 [1220 kB]\n> Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3.4 amd64 3.4.3-1ubuntu1~14.04.5 [178 kB]\n> Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main python3-minimal amd64 3.4.0-0ubuntu2 [23.2 kB]\n> Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libpython3-stdlib amd64 3.4.0-0ubuntu2 [6912 B]\n> Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main python3 amd64 3.4.0-0ubuntu2 [8666 B]\n> Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dh-python all 1.20140128-1ubuntu8.2 [51.1 kB]\n> Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main lsb-release all 4.1+Debian11ubuntu6.2 [11.6 kB]\n> Fetched 3946 kB in 6s (639 kB/s)\n> Selecting previously unselected package libpython3.4-minimal:amd64.\n> (Reading database ... 8412 files and directories currently installed.)\n> Preparing to unpack .../libpython3.4-minimal_3.4.3-1ubuntu1~14.04.5_amd64.deb ...\n> Unpacking libpython3.4-minimal:amd64 (3.4.3-1ubuntu1~14.04.5) ...\n> Selecting previously unselected package libpython3.4-stdlib:amd64.\n> Preparing to unpack .../libpython3.4-stdlib_3.4.3-1ubuntu1~14.04.5_amd64.deb ...\n> Unpacking libpython3.4-stdlib:amd64 (3.4.3-1ubuntu1~14.04.5) ...\n> Selecting previously unselected package python3.4-minimal.\n> Preparing to unpack .../python3.4-minimal_3.4.3-1ubuntu1~14.04.5_amd64.deb ...\n> Unpacking python3.4-minimal (3.4.3-1ubuntu1~14.04.5) ...\n> Selecting previously unselected package python3.4.\n> Preparing to unpack .../python3.4_3.4.3-1ubuntu1~14.04.5_amd64.deb ...\n> Unpacking python3.4 (3.4.3-1ubuntu1~14.04.5) ...\n> Selecting previously unselected package python3-minimal.\n> Preparing to unpack .../python3-minimal_3.4.0-0ubuntu2_amd64.deb ...\n> Unpacking python3-minimal (3.4.0-0ubuntu2) ...\n> Selecting previously unselected package libpython3-stdlib:amd64.\n> Preparing to unpack .../libpython3-stdlib_3.4.0-0ubuntu2_amd64.deb ...\n> Unpacking libpython3-stdlib:amd64 (3.4.0-0ubuntu2) ...\n> Selecting previously unselected package python3.\n> Preparing to unpack .../python3_3.4.0-0ubuntu2_amd64.deb ...\n> Unpacking python3 (3.4.0-0ubuntu2) ...\n> Selecting previously unselected package dh-python.\n> Preparing to unpack .../dh-python_1.20140128-1ubuntu8.2_all.deb ...\n> Unpacking dh-python (1.20140128-1ubuntu8.2) ...\n> Selecting previously unselected package lsb-release.\n> Preparing to unpack .../lsb-release_4.1+Debian11ubuntu6.2_all.deb ...\n> Unpacking lsb-release (4.1+Debian11ubuntu6.2) ...\n> Processing triggers for mime-support (3.54ubuntu1.1) ...\n> Setting up libpython3.4-minimal:amd64 (3.4.3-1ubuntu1~14.04.5) ...\n> Setting up libpython3.4-stdlib:amd64 (3.4.3-1ubuntu1~14.04.5) ...\n> Setting up python3.4-minimal (3.4.3-1ubuntu1~14.04.5) ...\n> Setting up python3.4 (3.4.3-1ubuntu1~14.04.5) ...\n> Setting up python3-minimal (3.4.0-0ubuntu2) ...\n> Setting up libpython3-stdlib:amd64 (3.4.0-0ubuntu2) ...\n> Setting up dh-python (1.20140128-1ubuntu8.2) ...\n> Setting up python3 (3.4.0-0ubuntu2) ...\n> Setting up lsb-release (4.1+Debian11ubuntu6.2) ...\n> -- done\nIgn http://archive.ubuntu.com trusty InRelease\nHit http://archive.ubuntu.com trusty-updates InRelease\nHit http://archive.ubuntu.com trusty-backports InRelease\nHit http://archive.ubuntu.com trusty-security InRelease\nHit http://archive.ubuntu.com trusty Release.gpg\nHit http://archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-security/main amd64 Packages\nHit http://archive.ubuntu.com trusty-security/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-security/universe amd64 Packages\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n apt-utils ca-certificates gir1.2-glib-2.0 iso-codes libapt-inst1.5\n libasn1-8-heimdal libcurl3-gnutls libdbus-glib-1-2 libgcrypt11\n libgirepository-1.0-1 libglib2.0-0 libgnutls26 libgpg-error0\n libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal\n libheimntlm0-heimdal libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1\n libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0\n libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules-db libtasn1-6\n libwind0-heimdal openssl python-apt-common python3-apt python3-dbus\n python3-gi python3-pycurl python3-software-properties ucf\n unattended-upgrades xz-utils\nSuggested packages:\n isoquery rng-tools gnutls-bin krb5-doc krb5-user python3-apt-dbg\n python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev\n python3-pycurl-dbg bsd-mailx mail-transport-agent\nRecommended packages:\n libglib2.0-data shared-mime-info krb5-locales libsasl2-modules\nThe following NEW packages will be installed:\n apt-utils ca-certificates gir1.2-glib-2.0 iso-codes libapt-inst1.5\n libasn1-8-heimdal libcurl3-gnutls libdbus-glib-1-2 libgcrypt11\n libgirepository-1.0-1 libglib2.0-0 libgnutls26 libgpg-error0\n libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal\n libheimntlm0-heimdal libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1\n libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0\n libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules-db libtasn1-6\n libwind0-heimdal openssl python-apt-common python3-apt python3-dbus\n python3-gi python3-pycurl python3-software-properties\n software-properties-common ucf unattended-upgrades xz-utils\n0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 7517 kB of archives.\nAfter this operation, 36.8 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-inst1.5 amd64 1.0.1ubuntu2.17 [58.8 kB]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty/main libgpg-error0 amd64 1.12-0.2ubuntu1 [10.9 kB]\nGet:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11 amd64 1.5.3-2ubuntu4.4 [238 kB]\nGet:4 http://archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0 amd64 0.20.2-2ubuntu2 [76.5 kB]\nGet:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6 amd64 3.4-3ubuntu0.4 [43.6 kB]\nGet:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgnutls26 amd64 2.12.23-12ubuntu2.5 [393 kB]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libroken18-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [40.0 kB]\nGet:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasn1-8-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [161 kB]\nGet:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5support0 amd64 1.12+dfsg-2ubuntu5.3 [30.7 kB]\nGet:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libk5crypto3 amd64 1.12+dfsg-2ubuntu5.3 [79.6 kB]\nGet:11 http://archive.ubuntu.com/ubuntu/ trusty/main libkeyutils1 amd64 1.5.6-1 [7318 B]\nGet:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-3 amd64 1.12+dfsg-2ubuntu5.3 [262 kB]\nGet:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi-krb5-2 amd64 1.12+dfsg-2ubuntu5.3 [114 kB]\nGet:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11 amd64 1.28-1ubuntu2.1 [94.4 kB]\nGet:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhcrypto4-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [83.9 kB]\nGet:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimbase1-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [28.9 kB]\nGet:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libwind0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [47.8 kB]\nGet:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhx509-5-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [104 kB]\nGet:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-26-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [196 kB]\nGet:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimntlm0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [15.2 kB]\nGet:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi3-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [89.8 kB]\nGet:22 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-modules-db amd64 2.1.25.dfsg1-17build1 [14.9 kB]\nGet:23 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-2 amd64 2.1.25.dfsg1-17build1 [56.5 kB]\nGet:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libldap-2.4-2 amd64 2.4.31-1+nmu2ubuntu8.3 [153 kB]\nGet:25 http://archive.ubuntu.com/ubuntu/ trusty/main librtmp0 amd64 2.4+20121230.gitdf6c518-1 [57.5 kB]\nGet:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3-gnutls amd64 7.35.0-1ubuntu2.10 [166 kB]\nGet:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libglib2.0-0 amd64 2.40.2-0ubuntu1 [1058 kB]\nGet:28 http://archive.ubuntu.com/ubuntu/ trusty/main libdbus-glib-1-2 amd64 0.100.2-1 [74.1 kB]\nGet:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt-utils amd64 1.0.1ubuntu2.17 [171 kB]\nGet:30 http://archive.ubuntu.com/ubuntu/ trusty/main ucf all 3.0027+nmu1 [56.3 kB]\nGet:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssl amd64 1.0.1f-1ubuntu2.21 [489 kB]\nGet:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ca-certificates all 20160104ubuntu0.14.04.1 [190 kB]\nGet:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgirepository-1.0-1 amd64 1.40.0-1ubuntu0.2 [85.6 kB]\nGet:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gir1.2-glib-2.0 amd64 1.40.0-1ubuntu0.2 [124 kB]\nGet:35 http://archive.ubuntu.com/ubuntu/ trusty/main iso-codes all 3.52-1 [2073 kB]\nGet:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-apt-common all 0.9.3.5ubuntu2 [16.6 kB]\nGet:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-apt amd64 0.9.3.5ubuntu2 [139 kB]\nGet:38 http://archive.ubuntu.com/ubuntu/ trusty/main python3-dbus amd64 1.2.0-2build2 [82.1 kB]\nGet:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-gi amd64 3.12.0-1ubuntu1 [154 kB]\nGet:40 http://archive.ubuntu.com/ubuntu/ trusty/main python3-pycurl amd64 7.19.3-0ubuntu3 [47.5 kB]\nGet:41 http://archive.ubuntu.com/ubuntu/ trusty/main xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]\nGet:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.4 [25.9 kB]\nGet:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.7 [19.1 kB]\nGet:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.7 [9356 B]\nFetched 7517 kB in 24s (306 kB/s)\nSelecting previously unselected package libapt-inst1.5:amd64.\n(Reading database ... 9331 files and directories currently installed.)\nPreparing to unpack .../libapt-inst1.5_1.0.1ubuntu2.17_amd64.deb ...\nUnpacking libapt-inst1.5:amd64 (1.0.1ubuntu2.17) ...\nSelecting previously unselected package libgpg-error0:amd64.\nPreparing to unpack .../libgpg-error0_1.12-0.2ubuntu1_amd64.deb ...\nUnpacking libgpg-error0:amd64 (1.12-0.2ubuntu1) ...\nSelecting previously unselected package libgcrypt11:amd64.\nPreparing to unpack .../libgcrypt11_1.5.3-2ubuntu4.4_amd64.deb ...\nUnpacking libgcrypt11:amd64 (1.5.3-2ubuntu4.4) ...\nSelecting previously unselected package libp11-kit0:amd64.\nPreparing to unpack .../libp11-kit0_0.20.2-2ubuntu2_amd64.deb ...\nUnpacking libp11-kit0:amd64 (0.20.2-2ubuntu2) ...\nSelecting previously unselected package libtasn1-6:amd64.\nPreparing to unpack .../libtasn1-6_3.4-3ubuntu0.4_amd64.deb ...\nUnpacking libtasn1-6:amd64 (3.4-3ubuntu0.4) ...\nSelecting previously unselected package libgnutls26:amd64.\nPreparing to unpack .../libgnutls26_2.12.23-12ubuntu2.5_amd64.deb ...\nUnpacking libgnutls26:amd64 (2.12.23-12ubuntu2.5) ...\nSelecting previously unselected package libroken18-heimdal:amd64.\nPreparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libasn1-8-heimdal:amd64.\nPreparing to unpack .../libasn1-8-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libkrb5support0:amd64.\nPreparing to unpack .../libkrb5support0_1.12+dfsg-2ubuntu5.3_amd64.deb ...\nUnpacking libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSelecting previously unselected package libk5crypto3:amd64.\nPreparing to unpack .../libk5crypto3_1.12+dfsg-2ubuntu5.3_amd64.deb ...\nUnpacking libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSelecting previously unselected package libkeyutils1:amd64.\nPreparing to unpack .../libkeyutils1_1.5.6-1_amd64.deb ...\nUnpacking libkeyutils1:amd64 (1.5.6-1) ...\nSelecting previously unselected package libkrb5-3:amd64.\nPreparing to unpack .../libkrb5-3_1.12+dfsg-2ubuntu5.3_amd64.deb ...\nUnpacking libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSelecting previously unselected package libgssapi-krb5-2:amd64.\nPreparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2ubuntu5.3_amd64.deb ...\nUnpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSelecting previously unselected package libidn11:amd64.\nPreparing to unpack .../libidn11_1.28-1ubuntu2.1_amd64.deb ...\nUnpacking libidn11:amd64 (1.28-1ubuntu2.1) ...\nSelecting previously unselected package libhcrypto4-heimdal:amd64.\nPreparing to unpack .../libhcrypto4-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libheimbase1-heimdal:amd64.\nPreparing to unpack .../libheimbase1-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libwind0-heimdal:amd64.\nPreparing to unpack .../libwind0-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libhx509-5-heimdal:amd64.\nPreparing to unpack .../libhx509-5-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libkrb5-26-heimdal:amd64.\nPreparing to unpack .../libkrb5-26-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libheimntlm0-heimdal:amd64.\nPreparing to unpack .../libheimntlm0-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libgssapi3-heimdal:amd64.\nPreparing to unpack .../libgssapi3-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...\nUnpacking libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSelecting previously unselected package libsasl2-modules-db:amd64.\nPreparing to unpack .../libsasl2-modules-db_2.1.25.dfsg1-17build1_amd64.deb ...\nUnpacking libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ...\nSelecting previously unselected package libsasl2-2:amd64.\nPreparing to unpack .../libsasl2-2_2.1.25.dfsg1-17build1_amd64.deb ...\nUnpacking libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ...\nSelecting previously unselected package libldap-2.4-2:amd64.\nPreparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2ubuntu8.3_amd64.deb ...\nUnpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.3) ...\nSelecting previously unselected package librtmp0:amd64.\nPreparing to unpack .../librtmp0_2.4+20121230.gitdf6c518-1_amd64.deb ...\nUnpacking librtmp0:amd64 (2.4+20121230.gitdf6c518-1) ...\nSelecting previously unselected package libcurl3-gnutls:amd64.\nPreparing to unpack .../libcurl3-gnutls_7.35.0-1ubuntu2.10_amd64.deb ...\nUnpacking libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.10) ...\nSelecting previously unselected package libglib2.0-0:amd64.\nPreparing to unpack .../libglib2.0-0_2.40.2-0ubuntu1_amd64.deb ...\nUnpacking libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...\nSelecting previously unselected package libdbus-glib-1-2:amd64.\nPreparing to unpack .../libdbus-glib-1-2_0.100.2-1_amd64.deb ...\nUnpacking libdbus-glib-1-2:amd64 (0.100.2-1) ...\nSelecting previously unselected package apt-utils.\nPreparing to unpack .../apt-utils_1.0.1ubuntu2.17_amd64.deb ...\nUnpacking apt-utils (1.0.1ubuntu2.17) ...\nSelecting previously unselected package ucf.\nPreparing to unpack .../ucf_3.0027+nmu1_all.deb ...\nUnpacking ucf (3.0027+nmu1) ...\nSelecting previously unselected package openssl.\nPreparing to unpack .../openssl_1.0.1f-1ubuntu2.21_amd64.deb ...\nUnpacking openssl (1.0.1f-1ubuntu2.21) ...\nSelecting previously unselected package ca-certificates.\nPreparing to unpack .../ca-certificates_20160104ubuntu0.14.04.1_all.deb ...\nUnpacking ca-certificates (20160104ubuntu0.14.04.1) ...\nSelecting previously unselected package libgirepository-1.0-1.\nPreparing to unpack .../libgirepository-1.0-1_1.40.0-1ubuntu0.2_amd64.deb ...\nUnpacking libgirepository-1.0-1 (1.40.0-1ubuntu0.2) ...\nSelecting previously unselected package gir1.2-glib-2.0.\nPreparing to unpack .../gir1.2-glib-2.0_1.40.0-1ubuntu0.2_amd64.deb ...\nUnpacking gir1.2-glib-2.0 (1.40.0-1ubuntu0.2) ...\nSelecting previously unselected package iso-codes.\nPreparing to unpack .../iso-codes_3.52-1_all.deb ...\nUnpacking iso-codes (3.52-1) ...\nSelecting previously unselected package python-apt-common.\nPreparing to unpack .../python-apt-common_0.9.3.5ubuntu2_all.deb ...\nUnpacking python-apt-common (0.9.3.5ubuntu2) ...\nSelecting previously unselected package python3-apt.\nPreparing to unpack .../python3-apt_0.9.3.5ubuntu2_amd64.deb ...\nUnpacking python3-apt (0.9.3.5ubuntu2) ...\nSelecting previously unselected package python3-dbus.\nPreparing to unpack .../python3-dbus_1.2.0-2build2_amd64.deb ...\nUnpacking python3-dbus (1.2.0-2build2) ...\nSelecting previously unselected package python3-gi.\nPreparing to unpack .../python3-gi_3.12.0-1ubuntu1_amd64.deb ...\nUnpacking python3-gi (3.12.0-1ubuntu1) ...\nSelecting previously unselected package python3-pycurl.\nPreparing to unpack .../python3-pycurl_7.19.3-0ubuntu3_amd64.deb ...\nUnpacking python3-pycurl (7.19.3-0ubuntu3) ...\nSelecting previously unselected package xz-utils.\nPreparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...\nUnpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...\nSelecting previously unselected package unattended-upgrades.\nPreparing to unpack .../unattended-upgrades_0.82.1ubuntu2.4_all.deb ...\nUnpacking unattended-upgrades (0.82.1ubuntu2.4) ...\nSelecting previously unselected package python3-software-properties.\nPreparing to unpack .../python3-software-properties_0.92.37.7_all.deb ...\nUnpacking python3-software-properties (0.92.37.7) ...\nSelecting previously unselected package software-properties-common.\nPreparing to unpack .../software-properties-common_0.92.37.7_all.deb ...\nUnpacking software-properties-common (0.92.37.7) ...\nSetting up libapt-inst1.5:amd64 (1.0.1ubuntu2.17) ...\nSetting up libgpg-error0:amd64 (1.12-0.2ubuntu1) ...\nSetting up libgcrypt11:amd64 (1.5.3-2ubuntu4.4) ...\nSetting up libp11-kit0:amd64 (0.20.2-2ubuntu2) ...\nSetting up libtasn1-6:amd64 (3.4-3ubuntu0.4) ...\nSetting up libgnutls26:amd64 (2.12.23-12ubuntu2.5) ...\nSetting up libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSetting up libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSetting up libkeyutils1:amd64 (1.5.6-1) ...\nSetting up libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSetting up libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ...\nSetting up libidn11:amd64 (1.28-1ubuntu2.1) ...\nSetting up libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...\nSetting up libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ...\nSetting up libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ...\nSetting up libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.3) ...\nSetting up librtmp0:amd64 (2.4+20121230.gitdf6c518-1) ...\nSetting up libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.10) ...\nSetting up libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...\nNo schema files found: doing nothing.\nSetting up libdbus-glib-1-2:amd64 (0.100.2-1) ...\nSetting up apt-utils (1.0.1ubuntu2.17) ...\nSetting up ucf (3.0027+nmu1) ...\nSetting up openssl (1.0.1f-1ubuntu2.21) ...\nSetting up ca-certificates (20160104ubuntu0.14.04.1) ...\nSetting up libgirepository-1.0-1 (1.40.0-1ubuntu0.2) ...\nSetting up gir1.2-glib-2.0 (1.40.0-1ubuntu0.2) ...\nSetting up iso-codes (3.52-1) ...\nSetting up python-apt-common (0.9.3.5ubuntu2) ...\nSetting up python3-apt (0.9.3.5ubuntu2) ...\nSetting up python3-dbus (1.2.0-2build2) ...\nSetting up python3-gi (3.12.0-1ubuntu1) ...\nSetting up python3-pycurl (7.19.3-0ubuntu3) ...\nSetting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...\nupdate-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode\nSetting up unattended-upgrades (0.82.1ubuntu2.4) ...\nSetting up python3-software-properties (0.92.37.7) ...\nSetting up software-properties-common (0.92.37.7) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\nProcessing triggers for ca-certificates (20160104ubuntu0.14.04.1) ...\nUpdating certificates in /etc/ssl/certs... 173 added, 0 removed; done.\nRunning hooks in /etc/ca-certificates/update.d....done.\nIgn http://archive.ubuntu.com trusty InRelease\nHit http://archive.ubuntu.com trusty-updates InRelease\nHit http://archive.ubuntu.com trusty-backports InRelease\nHit http://archive.ubuntu.com trusty-security InRelease\nHit http://archive.ubuntu.com trusty Release.gpg\nHit http://archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-security/main amd64 Packages\nHit http://archive.ubuntu.com trusty-security/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-security/universe amd64 Packages\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nReading package lists...\nNot running install-packages remove with empty packages list\nNothing to uninstall\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n init-system-helpers language-pack-en-base libcurl3 libestr0 libgdbm3\n libgnutls-openssl27 libgpm2 libpython2.7 perl perl-modules vim-common\n vim-runtime\nSuggested packages:\n net-tools gpm perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl\n make libb-lint-perl libcpanplus-dist-build-perl libcpanplus-perl\n libfile-checktree-perl liblog-message-simple-perl liblog-message-perl\n libobject-accessor-perl rsyslog-mysql rsyslog-pgsql rsyslog-doc\n rsyslog-gnutls rsyslog-gssapi rsyslog-relp apparmor ctags vim-doc\n vim-scripts\nRecommended packages:\n libcap2-bin netbase libarchive-extract-perl libmodule-pluggable-perl\n libpod-latex-perl libterm-ui-perl libtext-soundex-perl logrotate\nThe following NEW packages will be installed:\n bridge-utils curl init-system-helpers iputils-ping language-pack-en\n language-pack-en-base less libcurl3 libestr0 libgdbm3 libgnutls-openssl27\n libgpm2 libpython2.7 perl perl-modules rsyslog vim vim-common vim-runtime\n vlan\n0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 13.7 MB of archives.\nAfter this operation, 74.5 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty/main libestr0 amd64 0.1.9-0ubuntu2 [7220 B]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty/main libgdbm3 amd64 1.8.3-12build1 [33.5 kB]\nGet:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgnutls-openssl27 amd64 2.12.23-12ubuntu2.5 [18.4 kB]\nGet:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main language-pack-en-base all 1:14.04+20160720 [484 kB]\nGet:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main language-pack-en all 1:14.04+20160720 [1820 B]\nGet:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3 amd64 7.35.0-1ubuntu2.10 [173 kB]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty/main libgpm2 amd64 1.20.4-6.1 [16.5 kB]\nGet:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.3 [1039 kB]\nGet:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main perl-modules all 5.18.2-2ubuntu1.1 [2673 kB]\nGet:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main perl amd64 5.18.2-2ubuntu1.1 [2648 kB]\nGet:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main init-system-helpers all 1.14ubuntu1 [10.7 kB]\nGet:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iputils-ping amd64 3:20121221-4ubuntu1.1 [52.6 kB]\nGet:13 http://archive.ubuntu.com/ubuntu/ trusty/main less amd64 458-2 [116 kB]\nGet:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsyslog amd64 7.4.4-1ubuntu2.6 [355 kB]\nGet:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vim-common amd64 2:7.4.052-1ubuntu3.1 [95.2 kB]\nGet:16 http://archive.ubuntu.com/ubuntu/ trusty/main bridge-utils amd64 1.5-6ubuntu2 [29.2 kB]\nGet:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main curl amd64 7.35.0-1ubuntu2.10 [123 kB]\nGet:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vim-runtime all 2:7.4.052-1ubuntu3.1 [4882 kB]\nGet:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vim amd64 2:7.4.052-1ubuntu3.1 [955 kB]\nGet:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vlan amd64 1.9-3ubuntu10.1 [30.6 kB]\nFetched 13.7 MB in 15s (859 kB/s)\nSelecting previously unselected package libestr0.\n(Reading database ... 10727 files and directories currently installed.)\nPreparing to unpack .../libestr0_0.1.9-0ubuntu2_amd64.deb ...\nUnpacking libestr0 (0.1.9-0ubuntu2) ...\nSelecting previously unselected package libgdbm3:amd64.\nPreparing to unpack .../libgdbm3_1.8.3-12build1_amd64.deb ...\nUnpacking libgdbm3:amd64 (1.8.3-12build1) ...\nSelecting previously unselected package libgnutls-openssl27:amd64.\nPreparing to unpack .../libgnutls-openssl27_2.12.23-12ubuntu2.5_amd64.deb ...\nUnpacking libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.5) ...\nSelecting previously unselected package language-pack-en-base.\nPreparing to unpack .../language-pack-en-base_1%3a14.04+20160720_all.deb ...\nUnpacking language-pack-en-base (1:14.04+20160720) ...\nSelecting previously unselected package language-pack-en.\nPreparing to unpack .../language-pack-en_1%3a14.04+20160720_all.deb ...\nUnpacking language-pack-en (1:14.04+20160720) ...\nSelecting previously unselected package libcurl3:amd64.\nPreparing to unpack .../libcurl3_7.35.0-1ubuntu2.10_amd64.deb ...\nUnpacking libcurl3:amd64 (7.35.0-1ubuntu2.10) ...\nSelecting previously unselected package libgpm2:amd64.\nPreparing to unpack .../libgpm2_1.20.4-6.1_amd64.deb ...\nUnpacking libgpm2:amd64 (1.20.4-6.1) ...\nSelecting previously unselected package libpython2.7:amd64.\nPreparing to unpack .../libpython2.7_2.7.6-8ubuntu0.3_amd64.deb ...\nUnpacking libpython2.7:amd64 (2.7.6-8ubuntu0.3) ...\nSelecting previously unselected package perl-modules.\nPreparing to unpack .../perl-modules_5.18.2-2ubuntu1.1_all.deb ...\nUnpacking perl-modules (5.18.2-2ubuntu1.1) ...\nSelecting previously unselected package perl.\nPreparing to unpack .../perl_5.18.2-2ubuntu1.1_amd64.deb ...\nUnpacking perl (5.18.2-2ubuntu1.1) ...\nSelecting previously unselected package init-system-helpers.\nPreparing to unpack .../init-system-helpers_1.14ubuntu1_all.deb ...\nUnpacking init-system-helpers (1.14ubuntu1) ...\nSelecting previously unselected package iputils-ping.\nPreparing to unpack .../iputils-ping_3%3a20121221-4ubuntu1.1_amd64.deb ...\nUnpacking iputils-ping (3:20121221-4ubuntu1.1) ...\nSelecting previously unselected package less.\nPreparing to unpack .../archives/less_458-2_amd64.deb ...\nUnpacking less (458-2) ...\nSelecting previously unselected package rsyslog.\nPreparing to unpack .../rsyslog_7.4.4-1ubuntu2.6_amd64.deb ...\nUnpacking rsyslog (7.4.4-1ubuntu2.6) ...\nSelecting previously unselected package vim-common.\nPreparing to unpack .../vim-common_2%3a7.4.052-1ubuntu3.1_amd64.deb ...\nUnpacking vim-common (2:7.4.052-1ubuntu3.1) ...\nSelecting previously unselected package bridge-utils.\nPreparing to unpack .../bridge-utils_1.5-6ubuntu2_amd64.deb ...\nUnpacking bridge-utils (1.5-6ubuntu2) ...\nSelecting previously unselected package curl.\nPreparing to unpack .../curl_7.35.0-1ubuntu2.10_amd64.deb ...\nUnpacking curl (7.35.0-1ubuntu2.10) ...\nSelecting previously unselected package vim-runtime.\nPreparing to unpack .../vim-runtime_2%3a7.4.052-1ubuntu3.1_all.deb ...\nAdding 'diversion of /usr/share/vim/vim74/doc/help.txt to /usr/share/vim/vim74/doc/help.txt.vim-tiny by vim-runtime'\nAdding 'diversion of /usr/share/vim/vim74/doc/tags to /usr/share/vim/vim74/doc/tags.vim-tiny by vim-runtime'\nUnpacking vim-runtime (2:7.4.052-1ubuntu3.1) ...\nSelecting previously unselected package vim.\nPreparing to unpack .../vim_2%3a7.4.052-1ubuntu3.1_amd64.deb ...\nUnpacking vim (2:7.4.052-1ubuntu3.1) ...\nSelecting previously unselected package vlan.\nPreparing to unpack .../vlan_1.9-3ubuntu10.1_amd64.deb ...\nUnpacking vlan (1.9-3ubuntu10.1) ...\nProcessing triggers for mime-support (3.54ubuntu1.1) ...\nSetting up libestr0 (0.1.9-0ubuntu2) ...\nSetting up libgdbm3:amd64 (1.8.3-12build1) ...\nSetting up libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.5) ...\nSetting up libcurl3:amd64 (7.35.0-1ubuntu2.10) ...\nSetting up libgpm2:amd64 (1.20.4-6.1) ...\nSetting up libpython2.7:amd64 (2.7.6-8ubuntu0.3) ...\nSetting up iputils-ping (3:20121221-4ubuntu1.1) ...\nSetting up less (458-2) ...\nSetting up vim-common (2:7.4.052-1ubuntu3.1) ...\nSetting up bridge-utils (1.5-6ubuntu2) ...\nSetting up curl (7.35.0-1ubuntu2.10) ...\nSetting up vim-runtime (2:7.4.052-1ubuntu3.1) ...\nProcessing /usr/share/vim/addons/doc\nSetting up vim (2:7.4.052-1ubuntu3.1) ...\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode\nupdate-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode\nSetting up vlan (1.9-3ubuntu10.1) ...\nSetting up language-pack-en (1:14.04+20160720) ...\nSetting up perl-modules (5.18.2-2ubuntu1.1) ...\nSetting up perl (5.18.2-2ubuntu1.1) ...\nupdate-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode\nSetting up init-system-helpers (1.14ubuntu1) ...\nSetting up rsyslog (7.4.4-1ubuntu2.6) ...\nAdding user `syslog' to group `adm' ...\nAdding user syslog to group adm\nDone.\nSetting up language-pack-en-base (1:14.04+20160720) ...\nGenerating locales...\n en_AG.UTF-8... done\n en_AU.UTF-8... done\n en_BW.UTF-8... done\n en_CA.UTF-8... done\n en_DK.UTF-8... done\n en_GB.UTF-8... done\n en_HK.UTF-8... done\n en_IE.UTF-8... done\n en_IN.UTF-8... done\n en_NG.UTF-8... done\n en_NZ.UTF-8... done\n en_PH.UTF-8... done\n en_SG.UTF-8... done\n en_US.UTF-8... done\n en_ZA.UTF-8... done\n en_ZM.UTF-8... done\n en_ZW.UTF-8... done\nGeneration complete.\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following NEW packages will be installed:\n open-iscsi\n0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 268 kB of archives.\nAfter this operation, 2221 kB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty/main open-iscsi amd64 2.0.873-3ubuntu9 [268 kB]\nFetched 268 kB in 0s (303 kB/s)\nSelecting previously unselected package open-iscsi.\n(Reading database ... 14580 files and directories currently installed.)\nPreparing to unpack .../open-iscsi_2.0.873-3ubuntu9_amd64.deb ...\nUnpacking open-iscsi (2.0.873-3ubuntu9) ...\nSetting up open-iscsi (2.0.873-3ubuntu9) ...\nReading package lists...\nBuilding dependency tree...\nReading state information...\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\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 git from source-repositories\ninstalling rsync from install-static\ninstalling openssh-server from openssh-server\ninstalling linux-image-generic from ubuntu-minimal\ninstalling ccache_package from base\ninstalling cloud-initramfs-growroot from debootstrap\ninstalling ca-certificates from debootstrap\ninstalling locales from debootstrap\ninstalling adduser from debootstrap\ninstalling bridge-utils from infra-cloud-bridge\ninstalling net-tools from infra-cloud-bridge\ninstalling openssh-client from runtime-ssh-host-keys\ninstalling python-dev from pip-and-virtualenv\nRunning command: ['install-packages', u'cloud-utils', u'', u'rsync', u'git', u'openssh-client', u'ifupdown', u'adduser', u'openssh-server', u'linux-image-generic', u'isc-dhcp-client', u'e2fsprogs', u'ca-certificates', u'ccache', u'net-tools', u'python-dev', u'bridge-utils', u'locales']\n> Reading package lists...\n> Building dependency tree...\n> Reading state information...\n> adduser is already the newest version.\n> bridge-utils is already the newest version.\n> ca-certificates is already the newest version.\n> ca-certificates set to manually installed.\n> e2fsprogs is already the newest version.\n> ifupdown is already the newest version.\n> locales is already the newest version.\n> The following extra packages will be installed:\n> cloud-guest-utils cloud-image-utils crda euca2ools genisoimage git-man\n> isc-dhcp-common libaio1 libboost-system1.54.0 libboost-thread1.54.0\n> libc-dev-bin libc6-dev libck-connector0 libedit2 liberror-perl libexpat1-dev\n> libnl-3-200 libnl-genl-3-200 libnspr4 libnss3 libnss3-nssdb libpopt0\n> libpython-dev libpython2.7-dev librados2 librbd1 libwrap0 libxml2 libxslt1.1\n> linux-firmware linux-image-3.13.0-107-generic\n> linux-image-extra-3.13.0-107-generic linux-libc-dev openssh-sftp-server\n> python-chardet python-lxml python-pkg-resources python-requestbuilder\n> python-requests python-setuptools python-six python-urllib3 python2.7-dev\n> qemu-utils wget wireless-regdb\n> Suggested packages:\n> distcc wodim cdrkit-doc gettext-base git-daemon-run git-daemon-sysvinit\n> git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs\n> git-mediawiki git-svn resolvconf avahi-autoipd apparmor glibc-doc fdutils\n> linux-doc-3.13.0 linux-source-3.13.0 linux-tools\n> linux-headers-3.13.0-107-generic ssh-askpass libpam-ssh keychain\n> monkeysphere rssh molly-guard ufw python-lxml-dbg python-distribute\n> python-distribute-doc debootstrap\n> Recommended packages:\n> gdisk distro-info python-distro-info iw patch ssh-client manpages-dev gcc\n> c-compiler tcpd xml-core grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo\n> xauth ncurses-term ssh-import-id sharutils\n> The following NEW packages will be installed:\n> ccache cloud-guest-utils cloud-image-utils cloud-utils crda euca2ools\n> genisoimage git git-man isc-dhcp-client isc-dhcp-common libaio1\n> libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n> libck-connector0 libedit2 liberror-perl libexpat1-dev libnl-3-200\n> libnl-genl-3-200 libnspr4 libnss3 libnss3-nssdb libpopt0 libpython-dev\n> libpython2.7-dev librados2 librbd1 libwrap0 libxml2 libxslt1.1\n> linux-firmware linux-image-3.13.0-107-generic\n> linux-image-extra-3.13.0-107-generic linux-image-generic linux-libc-dev\n> net-tools openssh-client openssh-server openssh-sftp-server python-chardet\n> python-dev python-lxml python-pkg-resources python-requestbuilder\n> python-requests python-setuptools python-six python-urllib3 python2.7-dev\n> qemu-utils rsync wget wireless-regdb\n> 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.\n> Need to get 123 MB of archives.\n> After this operation, 428 MB of additional disk space will be used.\n> Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libpopt0 amd64 1.16-8ubuntu1 [25.5 kB]\n> Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libedit2 amd64 3.1-20130712-2 [86.7 kB]\n> Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.8 [573 kB]\n> Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]\n> Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\n> Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\n> Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libck-connector0 amd64 0.4.5-3.1ubuntu2 [10.5 kB]\n> Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnl-3-200 amd64 3.2.21-1ubuntu4 [45.6 kB]\n> Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnl-genl-3-200 amd64 3.2.21-1ubuntu4 [10.2 kB]\n> Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.12-0ubuntu0.14.04.1 [110 kB]\n> Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.26.2-0ubuntu0.14.04.3 [10.6 kB]\n> Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.26.2-0ubuntu0.14.04.3 [1126 kB]\n> Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.9 [69.0 kB]\n> Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-107.154 [772 kB]\n> Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.9 [1910 kB]\n> Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.3 [115 kB]\n> Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.3 [22.0 MB]\n> Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main librados2 amd64 0.80.11-0ubuntu1.14.04.1 [1431 kB]\n> Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main librbd1 amd64 0.80.11-0ubuntu1.14.04.1 [323 kB]\n> Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main libwrap0 amd64 7.6.q-25 [46.2 kB]\n> Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB]\n> Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-3.13.0-107-generic amd64 3.13.0-107.154 [15.4 MB]\n> Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main python-chardet all 2.0.1-2build2 [106 kB]\n> Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-six all 1.5.2-1ubuntu1 [8238 B]\n> Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3 all 1.7.1-1ubuntu4 [39.5 kB]\n> Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests all 2.2.1-1ubuntu0.3 [43.1 kB]\n> Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main python-requestbuilder all 0.1.0~beta2-1build1 [25.4 kB]\n> Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main isc-dhcp-common amd64 4.2.4-7ubuntu12.8 [708 kB]\n> Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main isc-dhcp-client amd64 4.2.4-7ubuntu12.8 [640 kB]\n> Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main net-tools amd64 1.60-25ubuntu2.1 [175 kB]\n> Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-client amd64 1:6.6p1-2ubuntu2.8 [564 kB]\n> Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.2 [284 kB]\n> Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main wget amd64 1.15-1ubuntu1.14.04.2 [271 kB]\n> Get:34 http://archive.ubuntu.com/ubuntu/ trusty/main ccache amd64 3.1.9-1 [77.8 kB]\n> Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main wireless-regdb all 2013.02.13-1ubuntu1 [6456 B]\n> Get:36 http://archive.ubuntu.com/ubuntu/ trusty/main crda amd64 1.1.2-1ubuntu2 [15.2 kB]\n> Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-lxml amd64 3.3.3-1ubuntu0.1 [629 kB]\n> Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-pkg-resources all 3.3-1ubuntu2 [61.9 kB]\n> Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\n> Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main euca2ools all 3.0.2-1ubuntu1 [251 kB]\n> Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main genisoimage amd64 9:1.1.11-2ubuntu3 [587 kB]\n> Get:42 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]\n> Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.3 [699 kB]\n> Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.3 [2586 kB]\n> Get:45 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B]\n> Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-firmware all 1.127.23 [33.1 MB]\n> Get:47 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-extra-3.13.0-107-generic amd64 3.13.0-107.154 [36.7 MB]\n> Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-generic amd64 3.13.0.107.115 [2292 B]\n> Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-sftp-server amd64 1:6.6p1-2ubuntu2.8 [34.2 kB]\n> Get:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-server amd64 1:6.6p1-2ubuntu2.8 [322 kB]\n> Get:51 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.3 [269 kB]\n> Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B]\n> Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main qemu-utils amd64 2.0.0+dfsg-2ubuntu1.30 [416 kB]\n> Get:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cloud-guest-utils all 0.27-0ubuntu9.2 [13.8 kB]\n> Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cloud-image-utils all 0.27-0ubuntu9.2 [25.7 kB]\n> Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cloud-utils all 0.27-0ubuntu9.2 [1510 B]\n> Preconfiguring packages ...\n> Fetched 123 MB in 1min 42s (1196 kB/s)\n> Selecting previously unselected package libpopt0:amd64.\n> (Reading database ... 14605 files and directories currently installed.)\n> Preparing to unpack .../libpopt0_1.16-8ubuntu1_amd64.deb ...\n> Unpacking libpopt0:amd64 (1.16-8ubuntu1) ...\n> Selecting previously unselected package libedit2:amd64.\n> Preparing to unpack .../libedit2_3.1-20130712-2_amd64.deb ...\n> Unpacking libedit2:amd64 (3.1-20130712-2) ...\n> Selecting previously unselected package libxml2:amd64.\n> Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.8_amd64.deb ...\n> Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.8) ...\n> Selecting previously unselected package libaio1:amd64.\n> Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\n> Unpacking libaio1:amd64 (0.3.109-4) ...\n> Selecting previously unselected package libboost-system1.54.0:amd64.\n> Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\n> Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\n> Selecting previously unselected package libboost-thread1.54.0:amd64.\n> Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\n> Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\n> Selecting previously unselected package libck-connector0:amd64.\n> Preparing to unpack .../libck-connector0_0.4.5-3.1ubuntu2_amd64.deb ...\n> Unpacking libck-connector0:amd64 (0.4.5-3.1ubuntu2) ...\n> Selecting previously unselected package libnl-3-200:amd64.\n> Preparing to unpack .../libnl-3-200_3.2.21-1ubuntu4_amd64.deb ...\n> Unpacking libnl-3-200:amd64 (3.2.21-1ubuntu4) ...\n> Selecting previously unselected package libnl-genl-3-200:amd64.\n> Preparing to unpack .../libnl-genl-3-200_3.2.21-1ubuntu4_amd64.deb ...\n> Unpacking libnl-genl-3-200:amd64 (3.2.21-1ubuntu4) ...\n> Selecting previously unselected package libnspr4:amd64.\n> Preparing to unpack .../libnspr4_2%3a4.12-0ubuntu0.14.04.1_amd64.deb ...\n> Unpacking libnspr4:amd64 (2:4.12-0ubuntu0.14.04.1) ...\n> Selecting previously unselected package libnss3-nssdb.\n> Preparing to unpack .../libnss3-nssdb_2%3a3.26.2-0ubuntu0.14.04.3_all.deb ...\n> Unpacking libnss3-nssdb (2:3.26.2-0ubuntu0.14.04.3) ...\n> Selecting previously unselected package libnss3:amd64.\n> Preparing to unpack .../libnss3_2%3a3.26.2-0ubuntu0.14.04.3_amd64.deb ...\n> Unpacking libnss3:amd64 (2:3.26.2-0ubuntu0.14.04.3) ...\n> Selecting previously unselected package libc-dev-bin.\n> Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.9_amd64.deb ...\n> Unpacking libc-dev-bin (2.19-0ubuntu6.9) ...\n> Selecting previously unselected package linux-libc-dev:amd64.\n> Preparing to unpack .../linux-libc-dev_3.13.0-107.154_amd64.deb ...\n> Unpacking linux-libc-dev:amd64 (3.13.0-107.154) ...\n> Selecting previously unselected package libc6-dev:amd64.\n> Preparing to unpack .../libc6-dev_2.19-0ubuntu6.9_amd64.deb ...\n> Unpacking libc6-dev:amd64 (2.19-0ubuntu6.9) ...\n> Selecting previously unselected package libexpat1-dev:amd64.\n> Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.3_amd64.deb ...\n> Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.3) ...\n> Selecting previously unselected package libpython2.7-dev:amd64.\n> Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.3_amd64.deb ...\n> Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.3) ...\n> Selecting previously unselected package librados2.\n> Preparing to unpack .../librados2_0.80.11-0ubuntu1.14.04.1_amd64.deb ...\n> Unpacking librados2 (0.80.11-0ubuntu1.14.04.1) ...\n> Selecting previously unselected package librbd1.\n> Preparing to unpack .../librbd1_0.80.11-0ubuntu1.14.04.1_amd64.deb ...\n> Unpacking librbd1 (0.80.11-0ubuntu1.14.04.1) ...\n> Selecting previously unselected package libwrap0:amd64.\n> Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...\n> Unpacking libwrap0:amd64 (7.6.q-25) ...\n> Selecting previously unselected package libxslt1.1:amd64.\n> Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ...\n> Unpacking libxslt1.1:amd64 (1.1.28-2build1) ...\n> Selecting previously unselected package linux-image-3.13.0-107-generic.\n> Preparing to unpack .../linux-image-3.13.0-107-generic_3.13.0-107.154_amd64.deb ...\n> Unpacking linux-image-3.13.0-107-generic (3.13.0-107.154) ...\n> Selecting previously unselected package python-chardet.\n> Preparing to unpack .../python-chardet_2.0.1-2build2_all.deb ...\n> Unpacking python-chardet (2.0.1-2build2) ...\n> Selecting previously unselected package python-six.\n> Preparing to unpack .../python-six_1.5.2-1ubuntu1_all.deb ...\n> Unpacking python-six (1.5.2-1ubuntu1) ...\n> Selecting previously unselected package python-urllib3.\n> Preparing to unpack .../python-urllib3_1.7.1-1ubuntu4_all.deb ...\n> Unpacking python-urllib3 (1.7.1-1ubuntu4) ...\n> Selecting previously unselected package python-requests.\n> Preparing to unpack .../python-requests_2.2.1-1ubuntu0.3_all.deb ...\n> Unpacking python-requests (2.2.1-1ubuntu0.3) ...\n> Selecting previously unselected package python-requestbuilder.\n> Preparing to unpack .../python-requestbuilder_0.1.0~beta2-1build1_all.deb ...\n> Unpacking python-requestbuilder (0.1.0~beta2-1build1) ...\n> Selecting previously unselected package isc-dhcp-common.\n> Preparing to unpack .../isc-dhcp-common_4.2.4-7ubuntu12.8_amd64.deb ...\n> Unpacking isc-dhcp-common (4.2.4-7ubuntu12.8) ...\n> Selecting previously unselected package isc-dhcp-client.\n> Preparing to unpack .../isc-dhcp-client_4.2.4-7ubuntu12.8_amd64.deb ...\n> Unpacking isc-dhcp-client (4.2.4-7ubuntu12.8) ...\n> Selecting previously unselected package net-tools.\n> Preparing to unpack .../net-tools_1.60-25ubuntu2.1_amd64.deb ...\n> Unpacking net-tools (1.60-25ubuntu2.1) ...\n> Selecting previously unselected package openssh-client.\n> Preparing to unpack .../openssh-client_1%3a6.6p1-2ubuntu2.8_amd64.deb ...\n> Unpacking openssh-client (1:6.6p1-2ubuntu2.8) ...\n> Selecting previously unselected package rsync.\n> Preparing to unpack .../rsync_3.1.0-2ubuntu0.2_amd64.deb ...\n> Unpacking rsync (3.1.0-2ubuntu0.2) ...\n> Selecting previously unselected package wget.\n> Preparing to unpack .../wget_1.15-1ubuntu1.14.04.2_amd64.deb ...\n> Unpacking wget (1.15-1ubuntu1.14.04.2) ...\n> Selecting previously unselected package ccache.\n> Preparing to unpack .../ccache_3.1.9-1_amd64.deb ...\n> Unpacking ccache (3.1.9-1) ...\n> Selecting previously unselected package wireless-regdb.\n> Preparing to unpack .../wireless-regdb_2013.02.13-1ubuntu1_all.deb ...\n> Unpacking wireless-regdb (2013.02.13-1ubuntu1) ...\n> Selecting previously unselected package crda.\n> Preparing to unpack .../crda_1.1.2-1ubuntu2_amd64.deb ...\n> Unpacking crda (1.1.2-1ubuntu2) ...\n> Selecting previously unselected package python-lxml.\n> Preparing to unpack .../python-lxml_3.3.3-1ubuntu0.1_amd64.deb ...\n> Unpacking python-lxml (3.3.3-1ubuntu0.1) ...\n> Selecting previously unselected package python-pkg-resources.\n> Preparing to unpack .../python-pkg-resources_3.3-1ubuntu2_all.deb ...\n> Unpacking python-pkg-resources (3.3-1ubuntu2) ...\n> Selecting previously unselected package python-setuptools.\n> Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\n> Unpacking python-setuptools (3.3-1ubuntu2) ...\n> Selecting previously unselected package euca2ools.\n> Preparing to unpack .../euca2ools_3.0.2-1ubuntu1_all.deb ...\n> Unpacking euca2ools (3.0.2-1ubuntu1) ...\n> Selecting previously unselected package genisoimage.\n> Preparing to unpack .../genisoimage_9%3a1.1.11-2ubuntu3_amd64.deb ...\n> Unpacking genisoimage (9:1.1.11-2ubuntu3) ...\n> Selecting previously unselected package liberror-perl.\n> Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...\n> Unpacking liberror-perl (0.17-1.1) ...\n> Selecting previously unselected package git-man.\n> Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.3_all.deb ...\n> Unpacking git-man (1:1.9.1-1ubuntu0.3) ...\n> Selecting previously unselected package git.\n> Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.3_amd64.deb ...\n> Unpacking git (1:1.9.1-1ubuntu0.3) ...\n> Selecting previously unselected package libpython-dev:amd64.\n> Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ...\n> Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ...\n> Selecting previously unselected package linux-firmware.\n> Preparing to unpack .../linux-firmware_1.127.23_all.deb ...\n> Unpacking linux-firmware (1.127.23) ...\n> Selecting previously unselected package linux-image-extra-3.13.0-107-generic.\n> Preparing to unpack .../linux-image-extra-3.13.0-107-generic_3.13.0-107.154_amd64.deb ...\n> Unpacking linux-image-extra-3.13.0-107-generic (3.13.0-107.154) ...\n> Selecting previously unselected package linux-image-generic.\n> Preparing to unpack .../linux-image-generic_3.13.0.107.115_amd64.deb ...\n> Unpacking linux-image-generic (3.13.0.107.115) ...\n> Selecting previously unselected package openssh-sftp-server.\n> Preparing to unpack .../openssh-sftp-server_1%3a6.6p1-2ubuntu2.8_amd64.deb ...\n> Unpacking openssh-sftp-server (1:6.6p1-2ubuntu2.8) ...\n> Selecting previously unselected package openssh-server.\n> Preparing to unpack .../openssh-server_1%3a6.6p1-2ubuntu2.8_amd64.deb ...\n> Unpacking openssh-server (1:6.6p1-2ubuntu2.8) ...\n> Selecting previously unselected package python2.7-dev.\n> Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.3_amd64.deb ...\n> Unpacking python2.7-dev (2.7.6-8ubuntu0.3) ...\n> Selecting previously unselected package python-dev.\n> Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ...\n> Unpacking python-dev (2.7.5-5ubuntu3) ...\n> Selecting previously unselected package qemu-utils.\n> Preparing to unpack .../qemu-utils_2.0.0+dfsg-2ubuntu1.30_amd64.deb ...\n> Unpacking qemu-utils (2.0.0+dfsg-2ubuntu1.30) ...\n> Selecting previously unselected package cloud-guest-utils.\n> Preparing to unpack .../cloud-guest-utils_0.27-0ubuntu9.2_all.deb ...\n> Unpacking cloud-guest-utils (0.27-0ubuntu9.2) ...\n> Selecting previously unselected package cloud-image-utils.\n> Preparing to unpack .../cloud-image-utils_0.27-0ubuntu9.2_all.deb ...\n> Unpacking cloud-image-utils (0.27-0ubuntu9.2) ...\n> Selecting previously unselected package cloud-utils.\n> Preparing to unpack .../cloud-utils_0.27-0ubuntu9.2_all.deb ...\n> Unpacking cloud-utils (0.27-0ubuntu9.2) ...\n> Setting up libpopt0:amd64 (1.16-8ubuntu1) ...\n> Setting up libedit2:amd64 (3.1-20130712-2) ...\n> Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.8) ...\n> Setting up libaio1:amd64 (0.3.109-4) ...\n> Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\n> Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\n> Setting up libck-connector0:amd64 (0.4.5-3.1ubuntu2) ...\n> Setting up libnl-3-200:amd64 (3.2.21-1ubuntu4) ...\n> Setting up libnl-genl-3-200:amd64 (3.2.21-1ubuntu4) ...\n> Setting up libnspr4:amd64 (2:4.12-0ubuntu0.14.04.1) ...\n> Setting up libc-dev-bin (2.19-0ubuntu6.9) ...\n> Setting up linux-libc-dev:amd64 (3.13.0-107.154) ...\n> Setting up libc6-dev:amd64 (2.19-0ubuntu6.9) ...\n> Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.3) ...\n> Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.3) ...\n> Setting up libwrap0:amd64 (7.6.q-25) ...\n> Setting up libxslt1.1:amd64 (1.1.28-2build1) ...\n> Setting up linux-image-3.13.0-107-generic (3.13.0-107.154) ...\n> Setting up python-chardet (2.0.1-2build2) ...\n> Setting up python-six (1.5.2-1ubuntu1) ...\n> Setting up python-urllib3 (1.7.1-1ubuntu4) ...\n> Setting up python-requests (2.2.1-1ubuntu0.3) ...\n> Setting up python-requestbuilder (0.1.0~beta2-1build1) ...\n> Setting up isc-dhcp-common (4.2.4-7ubuntu12.8) ...\n> Setting up isc-dhcp-client (4.2.4-7ubuntu12.8) ...\n> Setting up net-tools (1.60-25ubuntu2.1) ...\n> Setting up openssh-client (1:6.6p1-2ubuntu2.8) ...\n> Setting up rsync (3.1.0-2ubuntu0.2) ...\n> Removing any system startup links for /etc/init.d/rsync ...\n> Adding system startup for /etc/init.d/rsync ...\n> /etc/rc0.d/K20rsync -> ../init.d/rsync\n> /etc/rc1.d/K20rsync -> ../init.d/rsync\n> /etc/rc6.d/K20rsync -> ../init.d/rsync\n> /etc/rc2.d/S20rsync -> ../init.d/rsync\n> /etc/rc3.d/S20rsync -> ../init.d/rsync\n> /etc/rc4.d/S20rsync -> ../init.d/rsync\n> /etc/rc5.d/S20rsync -> ../init.d/rsync\n> Setting up wget (1.15-1ubuntu1.14.04.2) ...\n> Setting up ccache (3.1.9-1) ...\n> Updating symlinks in /usr/lib/ccache ...\n> Setting up wireless-regdb (2013.02.13-1ubuntu1) ...\n> Setting up crda (1.1.2-1ubuntu2) ...\n> Setting up python-lxml (3.3.3-1ubuntu0.1) ...\n> Setting up python-pkg-resources (3.3-1ubuntu2) ...\n> Setting up python-setuptools (3.3-1ubuntu2) ...\n> Setting up euca2ools (3.0.2-1ubuntu1) ...\n> Setting up genisoimage (9:1.1.11-2ubuntu3) ...\n> Setting up liberror-perl (0.17-1.1) ...\n> Setting up git-man (1:1.9.1-1ubuntu0.3) ...\n> Setting up git (1:1.9.1-1ubuntu0.3) ...\n> Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ...\n> Setting up linux-firmware (1.127.23) ...\n> update-initramfs: Generating /boot/initrd.img-3.13.0-107-generic\n> Setting up linux-image-extra-3.13.0-107-generic (3.13.0-107.154) ...\n> Setting up linux-image-generic (3.13.0.107.115) ...\n> Setting up openssh-sftp-server (1:6.6p1-2ubuntu2.8) ...\n> Setting up openssh-server (1:6.6p1-2ubuntu2.8) ...\n> Setting up python2.7-dev (2.7.6-8ubuntu0.3) ...\n> Setting up python-dev (2.7.5-5ubuntu3) ...\n> Setting up cloud-guest-utils (0.27-0ubuntu9.2) ...\n> Setting up libnss3-nssdb (2:3.26.2-0ubuntu0.14.04.3) ...\n> Setting up libnss3:amd64 (2:3.26.2-0ubuntu0.14.04.3) ...\n> Setting up librados2 (0.80.11-0ubuntu1.14.04.1) ...\n> Setting up librbd1 (0.80.11-0ubuntu1.14.04.1) ...\n> Setting up qemu-utils (2.0.0+dfsg-2ubuntu1.30) ...\n> Setting up cloud-image-utils (0.27-0ubuntu9.2) ...\n> Setting up cloud-utils (0.27-0ubuntu9.2) ...\n> Processing triggers for libc-bin (2.19-0ubuntu6.9) ...\n> -- done\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 virtualenv\n Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)\nInstalling collected packages: virtualenv\nSuccessfully installed virtualenv-15.1.0\nRequirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages\nCollecting setuptools\n Downloading setuptools-34.0.2-py2.py3-none-any.whl (387kB)\nCollecting appdirs>=1.4.0 (from setuptools)\n Downloading appdirs-1.4.0-py2.py3-none-any.whl\nCollecting six>=1.10.0 (from setuptools)\n Downloading six-1.10.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: appdirs, six, pyparsing, packaging, setuptools\n Found existing installation: six 1.5.2\n Uninstalling six-1.5.2:\n Successfully uninstalled six-1.5.2\n Found existing installation: setuptools 3.3\n Uninstalling setuptools-3.3:\n Successfully uninstalled setuptools-3.3\nSuccessfully installed appdirs-1.4.0 packaging-16.8 pyparsing-2.1.10 setuptools-34.0.2 six-1.10.0\nSelecting previously unselected package puppetlabs-release.\n(Reading database ... 24206 files and directories currently installed.)\nPreparing to unpack puppetlabs-release-trusty.deb ...\nUnpacking puppetlabs-release (1.1-1) ...\nSetting up puppetlabs-release (1.1-1) ...\nIgn http://apt.puppetlabs.com trusty InRelease\nGet:1 http://apt.puppetlabs.com trusty Release.gpg [836 B]\nIgn http://archive.ubuntu.com trusty InRelease\nGet:2 http://apt.puppetlabs.com trusty Release [54.2 kB]\nHit http://archive.ubuntu.com trusty-updates InRelease\nGet:3 http://apt.puppetlabs.com trusty/main Sources [30.1 kB]\nHit http://archive.ubuntu.com trusty-backports InRelease\nGet:4 http://apt.puppetlabs.com trusty/dependencies Sources [1418 B]\nHit http://archive.ubuntu.com trusty-security InRelease\nGet:5 http://apt.puppetlabs.com trusty/main amd64 Packages [44.4 kB]\nHit http://archive.ubuntu.com trusty Release.gpg\nGet:6 http://apt.puppetlabs.com trusty/dependencies amd64 Packages [932 B]\nHit http://archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://archive.ubuntu.com trusty-security/main amd64 Packages\nHit http://archive.ubuntu.com trusty-security/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty-security/universe amd64 Packages\nHit http://archive.ubuntu.com trusty Release\nHit http://archive.ubuntu.com trusty/main amd64 Packages\nHit http://archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://archive.ubuntu.com trusty/universe amd64 Packages\nFetched 132 kB in 3s (38.3 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\n0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.\nReading package lists...\nBuilding dependency tree...\nReading state information...\ngit is already the newest version.\nThe following extra packages will be installed:\n augeas-lenses dmidecode facter hiera libaugeas-ruby libaugeas0 libpci3\n libruby1.9.1 libyaml-0-2 pciutils puppet-common ruby-augeas ruby-json\n ruby-shadow ruby1.9.1 virt-what\nSuggested packages:\n augeas-doc augeas-tools bzip2 puppet-el vim-puppet ruby-selinux\n libselinux-ruby1.8 librrd-ruby1.9.1 librrd-ruby1.8 ri ruby-dev\n ruby1.9.1-examples ri1.9.1 graphviz ruby1.9.1-dev ruby-switch\nRecommended packages:\n rdoc debconf-utils\nThe following NEW packages will be installed:\n augeas-lenses dmidecode facter hiera libaugeas-ruby libaugeas0 libpci3\n libruby1.9.1 libyaml-0-2 pciutils puppet puppet-common ruby ruby-augeas\n ruby-json ruby-shadow ruby1.9.1 virt-what\n0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 4904 kB of archives.\nAfter this operation, 25.3 MB of additional disk space will be used.\nGet:1 http://apt.puppetlabs.com/ trusty/main facter all 2.4.6-1puppetlabs1 [73.3 kB]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpci3 amd64 1:3.2.1-1ubuntu5.1 [26.3 kB]\nGet:3 http://apt.puppetlabs.com/ trusty/main hiera all 1.3.4-1puppetlabs1 [12.0 kB]\nGet:4 http://apt.puppetlabs.com/ trusty/main puppet-common all 3.8.7-1puppetlabs1 [1269 kB]\nGet:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-0-2 amd64 0.1.4-3ubuntu3.1 [48.1 kB]\nGet:6 http://apt.puppetlabs.com/ trusty/main puppet all 3.8.7-1puppetlabs1 [9308 B]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty/main dmidecode amd64 2.12-2 [45.9 kB]\nGet:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pciutils amd64 1:3.2.1-1ubuntu5.1 [282 kB]\nGet:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main augeas-lenses all 1.2.0-0ubuntu1.2 [229 kB]\nGet:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [2645 kB]\nGet:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [35.6 kB]\nGet:12 http://archive.ubuntu.com/ubuntu/ trusty/main ruby all 1:1.9.3.4 [5334 B]\nGet:13 http://archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB]\nGet:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libaugeas0 amd64 1.2.0-0ubuntu1.2 [135 kB]\nGet:15 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-augeas amd64 0.5.0-2 [13.2 kB]\nGet:16 http://archive.ubuntu.com/ubuntu/ trusty/universe libaugeas-ruby all 0.5.0-2 [1394 B]\nGet:17 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-shadow amd64 2.2.0-1 [11.2 kB]\nGet:18 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-json amd64 1.8.0-1build1 [49.0 kB]\nFetched 4904 kB in 6s (804 kB/s)\nSelecting previously unselected package libpci3:amd64.\n(Reading database ... 24213 files and directories currently installed.)\nPreparing to unpack .../libpci3_1%3a3.2.1-1ubuntu5.1_amd64.deb ...\nUnpacking libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...\nSelecting previously unselected package libyaml-0-2:amd64.\nPreparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3.1_amd64.deb ...\nUnpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...\nSelecting previously unselected package dmidecode.\nPreparing to unpack .../dmidecode_2.12-2_amd64.deb ...\nUnpacking dmidecode (2.12-2) ...\nSelecting previously unselected package pciutils.\nPreparing to unpack .../pciutils_1%3a3.2.1-1ubuntu5.1_amd64.deb ...\nUnpacking pciutils (1:3.2.1-1ubuntu5.1) ...\nSelecting previously unselected package augeas-lenses.\nPreparing to unpack .../augeas-lenses_1.2.0-0ubuntu1.2_all.deb ...\nUnpacking augeas-lenses (1.2.0-0ubuntu1.2) ...\nSelecting previously unselected package libruby1.9.1.\nPreparing to unpack .../libruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...\nUnpacking libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...\nSelecting previously unselected package ruby1.9.1.\nPreparing to unpack .../ruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...\nUnpacking ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...\nSelecting previously unselected package ruby.\nPreparing to unpack .../ruby_1%3a1.9.3.4_all.deb ...\nUnpacking ruby (1:1.9.3.4) ...\nSelecting previously unselected package virt-what.\nPreparing to unpack .../virt-what_1.13-1_amd64.deb ...\nUnpacking virt-what (1.13-1) ...\nSelecting previously unselected package facter.\nPreparing to unpack .../facter_2.4.6-1puppetlabs1_all.deb ...\nUnpacking facter (2.4.6-1puppetlabs1) ...\nSelecting previously unselected package libaugeas0.\nPreparing to unpack .../libaugeas0_1.2.0-0ubuntu1.2_amd64.deb ...\nUnpacking libaugeas0 (1.2.0-0ubuntu1.2) ...\nSelecting previously unselected package ruby-augeas.\nPreparing to unpack .../ruby-augeas_0.5.0-2_amd64.deb ...\nUnpacking ruby-augeas (0.5.0-2) ...\nSelecting previously unselected package libaugeas-ruby.\nPreparing to unpack .../libaugeas-ruby_0.5.0-2_all.deb ...\nUnpacking libaugeas-ruby (0.5.0-2) ...\nSelecting previously unselected package ruby-shadow.\nPreparing to unpack .../ruby-shadow_2.2.0-1_amd64.deb ...\nUnpacking ruby-shadow (2.2.0-1) ...\nSelecting previously unselected package ruby-json.\nPreparing to unpack .../ruby-json_1.8.0-1build1_amd64.deb ...\nUnpacking ruby-json (1.8.0-1build1) ...\nSelecting previously unselected package hiera.\nPreparing to unpack .../hiera_1.3.4-1puppetlabs1_all.deb ...\nUnpacking hiera (1.3.4-1puppetlabs1) ...\nSelecting previously unselected package puppet-common.\nPreparing to unpack .../puppet-common_3.8.7-1puppetlabs1_all.deb ...\nUnpacking puppet-common (3.8.7-1puppetlabs1) ...\nSelecting previously unselected package puppet.\nPreparing to unpack .../puppet_3.8.7-1puppetlabs1_all.deb ...\nUnpacking puppet (3.8.7-1puppetlabs1) ...\nSetting up libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...\nSetting up libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...\nSetting up dmidecode (2.12-2) ...\nSetting up pciutils (1:3.2.1-1ubuntu5.1) ...\nSetting up augeas-lenses (1.2.0-0ubuntu1.2) ...\nSetting up virt-what (1.13-1) ...\nSetting up libaugeas0 (1.2.0-0ubuntu1.2) ...\nSetting up ruby (1:1.9.3.4) ...\nSetting up facter (2.4.6-1puppetlabs1) ...\nSetting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...\nSetting up libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...\nSetting up ruby-augeas (0.5.0-2) ...\nSetting up libaugeas-ruby (0.5.0-2) ...\nSetting up ruby-shadow (2.2.0-1) ...\nSetting up ruby-json (1.8.0-1build1) ...\nSetting up hiera (1.3.4-1puppetlabs1) ...\nSetting up puppet-common (3.8.7-1puppetlabs1) ...\nSetting up puppet (3.8.7-1puppetlabs1) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\nauto eth0\niface eth0 inet dhcp\nauto eth1\niface eth1 inet dhcp\nGenerating locales...\n en_AG.UTF-8... up-to-date\n en_AU.UTF-8... up-to-date\n en_BW.UTF-8... up-to-date\n en_CA.UTF-8... up-to-date\n en_DK.UTF-8... up-to-date\n en_GB.UTF-8... up-to-date\n en_HK.UTF-8... up-to-date\n en_IE.UTF-8... up-to-date\n en_IN.UTF-8... up-to-date\n en_NG.UTF-8... up-to-date\n en_NZ.UTF-8... up-to-date\n en_PH.UTF-8... up-to-date\n en_SG.UTF-8... up-to-date\n en_US.UTF-8... up-to-date\n en_ZA.UTF-8... up-to-date\n en_ZM.UTF-8... up-to-date\n en_ZW.UTF-8... up-to-date\nGeneration complete.\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/README: parsed OK\n/etc/sudoers.d/devuser: parsed OK\nNot running install-packages remove with empty packages list\nNothing to uninstall\nNothing to install\nNot running install-packages remove with empty packages list\nNothing to uninstall\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/var/cache/apt/archives\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/tmp/ccache\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/sys\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/proc\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/dev/pts\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/dev\nCalculating image size (this may take a minute)...\nIMAGE_BLOCK_DEVICE=/dev/loop0p1\nDiscarding device blocks: 4096/396288\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\n396448 inodes, 396288 blocks\n19814 blocks (5.00%) reserved for the super user\nFirst data block=0\nMaximum filesystem blocks=406847488\n13 block groups\n32768 blocks per group, 32768 fragments per group\n30496 inodes per group\nSuperblock backups stored on blocks: \n\t32768, 98304, 163840, 229376, 294912\n\nAllocating group tables: 0/13\b\b\b\b\b \b\b\b\b\bdone \nWriting inode tables: 0/13\b\b\b\b\b \b\b\b\b\bdone \nCreating journal (16384 blocks): done\nWriting superblocks and filesystem accounting information: 0/13\b\b\b\b\b \b\b\b\b\bdone\n\ntune2fs 1.42.9 (4-Feb-2014)\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n dmsetup gettext-base grub-common grub-gfxpayload-lists grub-pc-bin\n grub2-common libasprintf0c2 libdevmapper1.02.1 libfreetype6 libfuse2\nSuggested packages:\n multiboot-doc grub-emu xorriso desktop-base console-setup fuse\nRecommended packages:\n os-prober\nThe following NEW packages will be installed:\n dmsetup gettext-base grub-common grub-gfxpayload-lists grub-pc grub-pc-bin\n grub2-common libasprintf0c2 libdevmapper1.02.1 libfreetype6 libfuse2\n0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 3816 kB of archives.\nAfter this operation, 18.6 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu/ trusty/main dmsetup amd64 2:1.02.77-6ubuntu2 [37.6 kB]\nGet:2 http://archive.ubuntu.com/ubuntu/ trusty/main libdevmapper1.02.1 amd64 2:1.02.77-6ubuntu2 [93.3 kB]\nGet:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf0c2 amd64 0.18.3.1-1ubuntu3 [6712 B]\nGet:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfuse2 amd64 2.9.2-4ubuntu4.14.04.1 [87.4 kB]\nGet:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfreetype6 amd64 2.5.2-1ubuntu2.5 [304 kB]\nGet:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gettext-base amd64 0.18.3.1-1ubuntu3 [48.8 kB]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub-common amd64 2.02~beta2-9ubuntu1.12 [1681 kB]\nGet:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub2-common amd64 2.02~beta2-9ubuntu1.12 [501 kB]\nGet:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub-pc-bin amd64 2.02~beta2-9ubuntu1.12 [880 kB]\nGet:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub-pc amd64 2.02~beta2-9ubuntu1.12 [173 kB]\nGet:11 http://archive.ubuntu.com/ubuntu/ trusty/main grub-gfxpayload-lists amd64 0.6 [3506 B]\nPreconfiguring packages ...\nFetched 3816 kB in 21s (175 kB/s)\nSelecting previously unselected package dmsetup.\n(Reading database ... 27447 files and directories currently installed.)\nPreparing to unpack .../dmsetup_2%3a1.02.77-6ubuntu2_amd64.deb ...\nUnpacking dmsetup (2:1.02.77-6ubuntu2) ...\nSelecting previously unselected package libdevmapper1.02.1:amd64.\nPreparing to unpack .../libdevmapper1.02.1_2%3a1.02.77-6ubuntu2_amd64.deb ...\nUnpacking libdevmapper1.02.1:amd64 (2:1.02.77-6ubuntu2) ...\nSelecting previously unselected package libasprintf0c2:amd64.\nPreparing to unpack .../libasprintf0c2_0.18.3.1-1ubuntu3_amd64.deb ...\nUnpacking libasprintf0c2:amd64 (0.18.3.1-1ubuntu3) ...\nSelecting previously unselected package libfuse2:amd64.\nPreparing to unpack .../libfuse2_2.9.2-4ubuntu4.14.04.1_amd64.deb ...\nUnpacking libfuse2:amd64 (2.9.2-4ubuntu4.14.04.1) ...\nSelecting previously unselected package libfreetype6:amd64.\nPreparing to unpack .../libfreetype6_2.5.2-1ubuntu2.5_amd64.deb ...\nUnpacking libfreetype6:amd64 (2.5.2-1ubuntu2.5) ...\nSelecting previously unselected package gettext-base.\nPreparing to unpack .../gettext-base_0.18.3.1-1ubuntu3_amd64.deb ...\nUnpacking gettext-base (0.18.3.1-1ubuntu3) ...\nSelecting previously unselected package grub-common.\nPreparing to unpack .../grub-common_2.02~beta2-9ubuntu1.12_amd64.deb ...\nUnpacking grub-common (2.02~beta2-9ubuntu1.12) ...\nSelecting previously unselected package grub2-common.\nPreparing to unpack .../grub2-common_2.02~beta2-9ubuntu1.12_amd64.deb ...\nUnpacking grub2-common (2.02~beta2-9ubuntu1.12) ...\nSelecting previously unselected package grub-pc-bin.\nPreparing to unpack .../grub-pc-bin_2.02~beta2-9ubuntu1.12_amd64.deb ...\nUnpacking grub-pc-bin (2.02~beta2-9ubuntu1.12) ...\nSelecting previously unselected package grub-pc.\nPreparing to unpack .../grub-pc_2.02~beta2-9ubuntu1.12_amd64.deb ...\nUnpacking grub-pc (2.02~beta2-9ubuntu1.12) ...\nSelecting previously unselected package grub-gfxpayload-lists.\nPreparing to unpack .../grub-gfxpayload-lists_0.6_amd64.deb ...\nUnpacking grub-gfxpayload-lists (0.6) ...\nSetting up libasprintf0c2:amd64 (0.18.3.1-1ubuntu3) ...\nSetting up libfuse2:amd64 (2.9.2-4ubuntu4.14.04.1) ...\nSetting up libfreetype6:amd64 (2.5.2-1ubuntu2.5) ...\nSetting up gettext-base (0.18.3.1-1ubuntu3) ...\nSetting up libdevmapper1.02.1:amd64 (2:1.02.77-6ubuntu2) ...\nSetting up grub-common (2.02~beta2-9ubuntu1.12) ...\nSetting up grub2-common (2.02~beta2-9ubuntu1.12) ...\nSetting up grub-pc-bin (2.02~beta2-9ubuntu1.12) ...\nSetting up grub-pc (2.02~beta2-9ubuntu1.12) ...\nSetting up grub-gfxpayload-lists (0.6) ...\nSetting up dmsetup (2:1.02.77-6ubuntu2) ...\nupdate-initramfs: deferring update (trigger activated)\nProcessing triggers for libc-bin (2.19-0ubuntu6.9) ...\nProcessing triggers for initramfs-tools (0.103ubuntu4.6) ...\nupdate-initramfs: Generating /boot/initrd.img-3.13.0-107-generic\nInstalling GRUB2...\n{\"package\": \"adduser\",\"arch\": \"all\",\"version\": \"3.113+nmu3ubuntu3\",\"status\": \"ii \"},{\"package\": \"apt\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"apt-utils\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"augeas-lenses\",\"arch\": \"all\",\"version\": \"1.2.0-0ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"base-files\",\"arch\": \"amd64\",\"version\": \"7.2ubuntu5.5\",\"status\": \"ii \"},{\"package\": \"base-passwd\",\"arch\": \"amd64\",\"version\": \"3.5.33\",\"status\": \"ii \"},{\"package\": \"bash\",\"arch\": \"amd64\",\"version\": \"4.3-7ubuntu1.5\",\"status\": \"ii \"},{\"package\": \"bridge-utils\",\"arch\": \"amd64\",\"version\": \"1.5-6ubuntu2\",\"status\": \"ii \"},{\"package\": \"bsdutils\",\"arch\": \"amd64\",\"version\": \"1:2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"busybox\",\"arch\": \"amd64\",\"version\": \"1:1.21.0-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"busybox-initramfs\",\"arch\": \"amd64\",\"version\": \"1:1.21.0-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"ca-certificates\",\"arch\": \"all\",\"version\": \"20160104ubuntu0.14.04.1\",\"status\": \"ii \"},{\"package\": \"ccache\",\"arch\": \"amd64\",\"version\": \"3.1.9-1\",\"status\": \"ii \"},{\"package\": \"cloud-guest-utils\",\"arch\": \"all\",\"version\": \"0.27-0ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"cloud-image-utils\",\"arch\": \"all\",\"version\": \"0.27-0ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"cloud-utils\",\"arch\": \"all\",\"version\": \"0.27-0ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"coreutils\",\"arch\": \"amd64\",\"version\": \"8.21-1ubuntu5.4\",\"status\": \"ii \"},{\"package\": \"cpio\",\"arch\": \"amd64\",\"version\": \"2.11+dfsg-1ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"crda\",\"arch\": \"amd64\",\"version\": \"1.1.2-1ubuntu2\",\"status\": \"ii \"},{\"package\": \"curl\",\"arch\": \"amd64\",\"version\": \"7.35.0-1ubuntu2.10\",\"status\": \"ii \"},{\"package\": \"dash\",\"arch\": \"amd64\",\"version\": \"0.5.7-4ubuntu1\",\"status\": \"ii \"},{\"package\": \"debconf\",\"arch\": \"all\",\"version\": \"1.5.51ubuntu2\",\"status\": \"ii \"},{\"package\": \"debianutils\",\"arch\": \"amd64\",\"version\": \"4.4\",\"status\": \"ii \"},{\"package\": \"dh-python\",\"arch\": \"all\",\"version\": \"1.20140128-1ubuntu8.2\",\"status\": \"ii \"},{\"package\": \"diffutils\",\"arch\": \"amd64\",\"version\": \"1:3.3-1\",\"status\": \"ii \"},{\"package\": \"dmidecode\",\"arch\": \"amd64\",\"version\": \"2.12-2\",\"status\": \"ii \"},{\"package\": \"dmsetup\",\"arch\": \"amd64\",\"version\": \"2:1.02.77-6ubuntu2\",\"status\": \"ii \"},{\"package\": \"dpkg\",\"arch\": \"amd64\",\"version\": \"1.17.5ubuntu5.7\",\"status\": \"ii \"},{\"package\": \"e2fslibs:amd64\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"e2fsprogs\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"euca2ools\",\"arch\": \"all\",\"version\": \"3.0.2-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"facter\",\"arch\": \"all\",\"version\": \"2.4.6-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"file\",\"arch\": \"amd64\",\"version\": \"1:5.14-2ubuntu3.3\",\"status\": \"ii \"},{\"package\": \"findutils\",\"arch\": \"amd64\",\"version\": \"4.4.2-7\",\"status\": \"ii \"},{\"package\": \"gcc-4.8-base:amd64\",\"arch\": \"amd64\",\"version\": \"4.8.4-2ubuntu1~14.04.3\",\"status\": \"ii \"},{\"package\": \"gcc-4.9-base:amd64\",\"arch\": \"amd64\",\"version\": \"4.9.3-0ubuntu4\",\"status\": \"ii \"},{\"package\": \"genisoimage\",\"arch\": \"amd64\",\"version\": \"9:1.1.11-2ubuntu3\",\"status\": \"ii \"},{\"package\": \"gettext-base\",\"arch\": \"amd64\",\"version\": \"0.18.3.1-1ubuntu3\",\"status\": \"ii \"},{\"package\": \"gir1.2-glib-2.0\",\"arch\": \"amd64\",\"version\": \"1.40.0-1ubuntu0.2\",\"status\": \"ii \"},{\"package\": \"git\",\"arch\": \"amd64\",\"version\": \"1:1.9.1-1ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"git-man\",\"arch\": \"all\",\"version\": \"1:1.9.1-1ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"gnupg\",\"arch\": \"amd64\",\"version\": \"1.4.16-1ubuntu2.4\",\"status\": \"ii \"},{\"package\": \"gpgv\",\"arch\": \"amd64\",\"version\": \"1.4.16-1ubuntu2.4\",\"status\": \"ii \"},{\"package\": \"grep\",\"arch\": \"amd64\",\"version\": \"2.16-1\",\"status\": \"ii \"},{\"package\": \"grub-common\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"grub-gfxpayload-lists\",\"arch\": \"amd64\",\"version\": \"0.6\",\"status\": \"ii \"},{\"package\": \"grub-pc\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"grub-pc-bin\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"grub2-common\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"gzip\",\"arch\": \"amd64\",\"version\": \"1.6-3ubuntu1\",\"status\": \"ii \"},{\"package\": \"hiera\",\"arch\": \"all\",\"version\": \"1.3.4-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"hostname\",\"arch\": \"amd64\",\"version\": \"3.15ubuntu1\",\"status\": \"ii \"},{\"package\": \"ifupdown\",\"arch\": \"amd64\",\"version\": \"0.7.47.2ubuntu4.4\",\"status\": \"ii \"},{\"package\": \"init-system-helpers\",\"arch\": \"all\",\"version\": \"1.14ubuntu1\",\"status\": \"ii \"},{\"package\": \"initramfs-tools\",\"arch\": \"all\",\"version\": \"0.103ubuntu4.6\",\"status\": \"ii \"},{\"package\": \"initramfs-tools-bin\",\"arch\": \"amd64\",\"version\": \"0.103ubuntu4.6\",\"status\": \"ii \"},{\"package\": \"initscripts\",\"arch\": \"amd64\",\"version\": \"2.88dsf-41ubuntu6.3\",\"status\": \"ii \"},{\"package\": \"insserv\",\"arch\": \"amd64\",\"version\": \"1.14.0-5ubuntu2\",\"status\": \"ii \"},{\"package\": \"iproute2\",\"arch\": \"amd64\",\"version\": \"3.12.0-2ubuntu1\",\"status\": \"ii \"},{\"package\": \"iputils-ping\",\"arch\": \"amd64\",\"version\": \"3:20121221-4ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"isc-dhcp-client\",\"arch\": \"amd64\",\"version\": \"4.2.4-7ubuntu12.8\",\"status\": \"ii \"},{\"package\": \"isc-dhcp-common\",\"arch\": \"amd64\",\"version\": \"4.2.4-7ubuntu12.8\",\"status\": \"ii \"},{\"package\": \"iso-codes\",\"arch\": \"all\",\"version\": \"3.52-1\",\"status\": \"ii \"},{\"package\": \"klibc-utils\",\"arch\": \"amd64\",\"version\": \"2.0.3-0ubuntu1.14.04.2\",\"status\": \"ii \"},{\"package\": \"kmod\",\"arch\": \"amd64\",\"version\": \"15-0ubuntu6\",\"status\": \"ii \"},{\"package\": \"language-pack-en\",\"arch\": \"all\",\"version\": \"1:14.04+20160720\",\"status\": \"ii \"},{\"package\": \"language-pack-en-base\",\"arch\": \"all\",\"version\": \"1:14.04+20160720\",\"status\": \"ii \"},{\"package\": \"less\",\"arch\": \"amd64\",\"version\": \"458-2\",\"status\": \"ii \"},{\"package\": \"libacl1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2.52-1\",\"status\": \"ii \"},{\"package\": \"libaio1:amd64\",\"arch\": \"amd64\",\"version\": \"0.3.109-4\",\"status\": \"ii \"},{\"package\": \"libapt-inst1.5:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"libapt-pkg4.12:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"libasn1-8-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libasprintf0c2:amd64\",\"arch\": \"amd64\",\"version\": \"0.18.3.1-1ubuntu3\",\"status\": \"ii \"},{\"package\": \"libattr1:amd64\",\"arch\": \"amd64\",\"version\": \"1:2.4.47-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libaudit-common\",\"arch\": \"all\",\"version\": \"1:2.3.2-2ubuntu1\",\"status\": \"ii \"},{\"package\": \"libaudit1:amd64\",\"arch\": \"amd64\",\"version\": \"1:2.3.2-2ubuntu1\",\"status\": \"ii \"},{\"package\": \"libaugeas-ruby\",\"arch\": \"all\",\"version\": \"0.5.0-2\",\"status\": \"ii \"},{\"package\": \"libaugeas0\",\"arch\": \"amd64\",\"version\": \"1.2.0-0ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libblkid1:amd64\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"libboost-system1.54.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.54.0-4ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"libboost-thread1.54.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.54.0-4ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"libbz2-1.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.6-5\",\"status\": \"ii \"},{\"package\": \"libc-bin\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libc-dev-bin\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libc6:amd64\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libc6-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libcap2:amd64\",\"arch\": \"amd64\",\"version\": \"1:2.24-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"libcgmanager0:amd64\",\"arch\": \"amd64\",\"version\": \"0.24-0ubuntu7.5\",\"status\": \"ii \"},{\"package\": \"libck-connector0:amd64\",\"arch\": \"amd64\",\"version\": \"0.4.5-3.1ubuntu2\",\"status\": \"ii \"},{\"package\": \"libcomerr2:amd64\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libcurl3:amd64\",\"arch\": \"amd64\",\"version\": \"7.35.0-1ubuntu2.10\",\"status\": \"ii \"},{\"package\": \"libcurl3-gnutls:amd64\",\"arch\": \"amd64\",\"version\": \"7.35.0-1ubuntu2.10\",\"status\": \"ii \"},{\"package\": \"libdb5.3:amd64\",\"arch\": \"amd64\",\"version\": \"5.3.28-3ubuntu3\",\"status\": \"ii \"},{\"package\": \"libdbus-1-3:amd64\",\"arch\": \"amd64\",\"version\": \"1.6.18-0ubuntu4.5\",\"status\": \"ii \"},{\"package\": \"libdbus-glib-1-2:amd64\",\"arch\": \"amd64\",\"version\": \"0.100.2-1\",\"status\": \"ii \"},{\"package\": \"libdebconfclient0:amd64\",\"arch\": \"amd64\",\"version\": \"0.187ubuntu1\",\"status\": \"ii \"},{\"package\": \"libdevmapper1.02.1:amd64\",\"arch\": \"amd64\",\"version\": \"2:1.02.77-6ubuntu2\",\"status\": \"ii \"},{\"package\": \"libdrm2:amd64\",\"arch\": \"amd64\",\"version\": \"2.4.67-1ubuntu0.14.04.1\",\"status\": \"ii \"},{\"package\": \"libedit2:amd64\",\"arch\": \"amd64\",\"version\": \"3.1-20130712-2\",\"status\": \"ii \"},{\"package\": \"liberror-perl\",\"arch\": \"all\",\"version\": \"0.17-1.1\",\"status\": \"ii \"},{\"package\": \"libestr0\",\"arch\": \"amd64\",\"version\": \"0.1.9-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"libexpat1:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.0-4ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libexpat1-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.0-4ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libffi6:amd64\",\"arch\": \"amd64\",\"version\": \"3.1~rc1+r3.0.13-12ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"libfreetype6:amd64\",\"arch\": \"amd64\",\"version\": \"2.5.2-1ubuntu2.5\",\"status\": \"ii \"},{\"package\": \"libfuse2:amd64\",\"arch\": \"amd64\",\"version\": \"2.9.2-4ubuntu4.14.04.1\",\"status\": \"ii \"},{\"package\": \"libgcc1:amd64\",\"arch\": \"amd64\",\"version\": \"1:4.9.3-0ubuntu4\",\"status\": \"ii \"},{\"package\": \"libgcrypt11:amd64\",\"arch\": \"amd64\",\"version\": \"1.5.3-2ubuntu4.4\",\"status\": \"ii \"},{\"package\": \"libgdbm3:amd64\",\"arch\": \"amd64\",\"version\": \"1.8.3-12build1\",\"status\": \"ii \"},{\"package\": \"libgirepository-1.0-1\",\"arch\": \"amd64\",\"version\": \"1.40.0-1ubuntu0.2\",\"status\": \"ii \"},{\"package\": \"libglib2.0-0:amd64\",\"arch\": \"amd64\",\"version\": \"2.40.2-0ubuntu1\",\"status\": \"ii \"},{\"package\": \"libgnutls-openssl27:amd64\",\"arch\": \"amd64\",\"version\": \"2.12.23-12ubuntu2.5\",\"status\": \"ii \"},{\"package\": \"libgnutls26:amd64\",\"arch\": \"amd64\",\"version\": \"2.12.23-12ubuntu2.5\",\"status\": \"ii \"},{\"package\": \"libgpg-error0:amd64\",\"arch\": \"amd64\",\"version\": \"1.12-0.2ubuntu1\",\"status\": \"ii \"},{\"package\": \"libgpm2:amd64\",\"arch\": \"amd64\",\"version\": \"1.20.4-6.1\",\"status\": \"ii \"},{\"package\": \"libgssapi-krb5-2:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libgssapi3-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libhcrypto4-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libheimbase1-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libheimntlm0-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libhx509-5-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libidn11:amd64\",\"arch\": \"amd64\",\"version\": \"1.28-1ubuntu2.1\",\"status\": \"ii \"},{\"package\": \"libjson-c2:amd64\",\"arch\": \"amd64\",\"version\": \"0.11-3ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libjson0:amd64\",\"arch\": \"amd64\",\"version\": \"0.11-3ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libk5crypto3:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libkeyutils1:amd64\",\"arch\": \"amd64\",\"version\": \"1.5.6-1\",\"status\": \"ii \"},{\"package\": \"libklibc\",\"arch\": \"amd64\",\"version\": \"2.0.3-0ubuntu1.14.04.2\",\"status\": \"ii \"},{\"package\": \"libkmod2:amd64\",\"arch\": \"amd64\",\"version\": \"15-0ubuntu6\",\"status\": \"ii \"},{\"package\": \"libkrb5-26-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libkrb5-3:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libkrb5support0:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libldap-2.4-2:amd64\",\"arch\": \"amd64\",\"version\": \"2.4.31-1+nmu2ubuntu8.3\",\"status\": \"ii \"},{\"package\": \"liblzma5:amd64\",\"arch\": \"amd64\",\"version\": \"5.1.1alpha+20120614-2ubuntu2\",\"status\": \"ii \"},{\"package\": \"libmagic1:amd64\",\"arch\": \"amd64\",\"version\": \"1:5.14-2ubuntu3.3\",\"status\": \"ii \"},{\"package\": \"libmount1:amd64\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"libncurses5:amd64\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libncursesw5:amd64\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libnih-dbus1:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.3-4ubuntu25\",\"status\": \"ii \"},{\"package\": \"libnih1:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.3-4ubuntu25\",\"status\": \"ii \"},{\"package\": \"libnl-3-200:amd64\",\"arch\": \"amd64\",\"version\": \"3.2.21-1ubuntu4\",\"status\": \"ii \"},{\"package\": \"libnl-genl-3-200:amd64\",\"arch\": \"amd64\",\"version\": \"3.2.21-1ubuntu4\",\"status\": \"ii \"},{\"package\": \"libnspr4:amd64\",\"arch\": \"amd64\",\"version\": \"2:4.12-0ubuntu0.14.04.1\",\"status\": \"ii \"},{\"package\": \"libnss3:amd64\",\"arch\": \"amd64\",\"version\": \"2:3.26.2-0ubuntu0.14.04.3\",\"status\": \"ii \"},{\"package\": \"libnss3-nssdb\",\"arch\": \"all\",\"version\": \"2:3.26.2-0ubuntu0.14.04.3\",\"status\": \"ii \"},{\"package\": \"libp11-kit0:amd64\",\"arch\": \"amd64\",\"version\": \"0.20.2-2ubuntu2\",\"status\": \"ii \"},{\"package\": \"libpam-modules:amd64\",\"arch\": \"amd64\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpam-modules-bin\",\"arch\": \"amd64\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpam-runtime\",\"arch\": \"all\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpam0g:amd64\",\"arch\": \"amd64\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpci3:amd64\",\"arch\": \"amd64\",\"version\": \"1:3.2.1-1ubuntu5.1\",\"status\": \"ii \"},{\"package\": \"libpcre3:amd64\",\"arch\": \"amd64\",\"version\": \"1:8.31-2ubuntu2.3\",\"status\": \"ii \"},{\"package\": \"libplymouth2:amd64\",\"arch\": \"amd64\",\"version\": \"0.8.8-0ubuntu17.1\",\"status\": \"ii \"},{\"package\": \"libpng12-0:amd64\",\"arch\": \"amd64\",\"version\": \"1.2.50-1ubuntu2.14.04.2\",\"status\": \"ii \"},{\"package\": \"libpopt0:amd64\",\"arch\": \"amd64\",\"version\": \"1.16-8ubuntu1\",\"status\": \"ii \"},{\"package\": \"libprocps3:amd64\",\"arch\": \"amd64\",\"version\": \"1:3.3.9-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpython-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"libpython-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"libpython2.7:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython2.7-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython2.7-minimal:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython2.7-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython3-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"3.4.0-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"libpython3.4-minimal:amd64\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"libpython3.4-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"librados2\",\"arch\": \"amd64\",\"version\": \"0.80.11-0ubuntu1.14.04.1\",\"status\": \"ii \"},{\"package\": \"librbd1\",\"arch\": \"amd64\",\"version\": \"0.80.11-0ubuntu1.14.04.1\",\"status\": \"ii \"},{\"package\": \"libreadline6:amd64\",\"arch\": \"amd64\",\"version\": \"6.3-4ubuntu2\",\"status\": \"ii \"},{\"package\": \"libroken18-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"librtmp0:amd64\",\"arch\": \"amd64\",\"version\": \"2.4+20121230.gitdf6c518-1\",\"status\": \"ii \"},{\"package\": \"libruby1.9.1\",\"arch\": \"amd64\",\"version\": \"1.9.3.484-2ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libsasl2-2:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.25.dfsg1-17build1\",\"status\": \"ii \"},{\"package\": \"libsasl2-modules-db:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.25.dfsg1-17build1\",\"status\": \"ii \"},{\"package\": \"libselinux1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2.2-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"libsemanage-common\",\"arch\": \"all\",\"version\": \"2.2-1\",\"status\": \"ii \"},{\"package\": \"libsemanage1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2-1\",\"status\": \"ii \"},{\"package\": \"libsepol1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"libslang2:amd64\",\"arch\": \"amd64\",\"version\": \"2.2.4-15ubuntu1\",\"status\": \"ii \"},{\"package\": \"libsqlite3-0:amd64\",\"arch\": \"amd64\",\"version\": \"3.8.2-1ubuntu2.1\",\"status\": \"ii \"},{\"package\": \"libss2:amd64\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libssl1.0.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.1f-1ubuntu2.21\",\"status\": \"ii \"},{\"package\": \"libstdc++6:amd64\",\"arch\": \"amd64\",\"version\": \"4.8.4-2ubuntu1~14.04.3\",\"status\": \"ii \"},{\"package\": \"libtasn1-6:amd64\",\"arch\": \"amd64\",\"version\": \"3.4-3ubuntu0.4\",\"status\": \"ii \"},{\"package\": \"libtinfo5:amd64\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libudev1:amd64\",\"arch\": \"amd64\",\"version\": \"204-5ubuntu20.20\",\"status\": \"ii \"},{\"package\": \"libusb-0.1-4:amd64\",\"arch\": \"amd64\",\"version\": \"2:0.1.12-23.3ubuntu1\",\"status\": \"ii \"},{\"package\": \"libustr-1.0-1:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.4-3ubuntu2\",\"status\": \"ii \"},{\"package\": \"libuuid1:amd64\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"libwind0-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libwrap0:amd64\",\"arch\": \"amd64\",\"version\": \"7.6.q-25\",\"status\": \"ii \"},{\"package\": \"libxml2:amd64\",\"arch\": \"amd64\",\"version\": \"2.9.1+dfsg1-3ubuntu4.8\",\"status\": \"ii \"},{\"package\": \"libxslt1.1:amd64\",\"arch\": \"amd64\",\"version\": \"1.1.28-2build1\",\"status\": \"ii \"},{\"package\": \"libyaml-0-2:amd64\",\"arch\": \"amd64\",\"version\": \"0.1.4-3ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"linux-firmware\",\"arch\": \"all\",\"version\": \"1.127.23\",\"status\": \"ii \"},{\"package\": \"linux-image-3.13.0-107-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-107.154\",\"status\": \"ii \"},{\"package\": \"linux-image-extra-3.13.0-107-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-107.154\",\"status\": \"ii \"},{\"package\": \"linux-image-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0.107.115\",\"status\": \"ii \"},{\"package\": \"linux-libc-dev:amd64\",\"arch\": \"amd64\",\"version\": \"3.13.0-107.154\",\"status\": \"ii \"},{\"package\": \"locales\",\"arch\": \"all\",\"version\": \"2.13+git20120306-12.1\",\"status\": \"ii \"},{\"package\": \"login\",\"arch\": \"amd64\",\"version\": \"1:4.1.5.1-1ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"lsb-base\",\"arch\": \"all\",\"version\": \"4.1+Debian11ubuntu6.2\",\"status\": \"ii \"},{\"package\": \"lsb-release\",\"arch\": \"all\",\"version\": \"4.1+Debian11ubuntu6.2\",\"status\": \"ii \"},{\"package\": \"makedev\",\"arch\": \"all\",\"version\": \"2.3.1-93ubuntu1\",\"status\": \"ii \"},{\"package\": \"mawk\",\"arch\": \"amd64\",\"version\": \"1.3.3-17ubuntu2\",\"status\": \"ii \"},{\"package\": \"mime-support\",\"arch\": \"all\",\"version\": \"3.54ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"module-init-tools\",\"arch\": \"all\",\"version\": \"15-0ubuntu6\",\"status\": \"ii \"},{\"package\": \"mount\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"mountall\",\"arch\": \"amd64\",\"version\": \"2.53\",\"status\": \"ii \"},{\"package\": \"multiarch-support\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"ncurses-base\",\"arch\": \"all\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"ncurses-bin\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"net-tools\",\"arch\": \"amd64\",\"version\": \"1.60-25ubuntu2.1\",\"status\": \"ii \"},{\"package\": \"open-iscsi\",\"arch\": \"amd64\",\"version\": \"2.0.873-3ubuntu9\",\"status\": \"ii \"},{\"package\": \"openssh-client\",\"arch\": \"amd64\",\"version\": \"1:6.6p1-2ubuntu2.8\",\"status\": \"ii \"},{\"package\": \"openssh-server\",\"arch\": \"amd64\",\"version\": \"1:6.6p1-2ubuntu2.8\",\"status\": \"ii \"},{\"package\": \"openssh-sftp-server\",\"arch\": \"amd64\",\"version\": \"1:6.6p1-2ubuntu2.8\",\"status\": \"ii \"},{\"package\": \"openssl\",\"arch\": \"amd64\",\"version\": \"1.0.1f-1ubuntu2.21\",\"status\": \"ii \"},{\"package\": \"passwd\",\"arch\": \"amd64\",\"version\": \"1:4.1.5.1-1ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"pciutils\",\"arch\": \"amd64\",\"version\": \"1:3.2.1-1ubuntu5.1\",\"status\": \"ii \"},{\"package\": \"perl\",\"arch\": \"amd64\",\"version\": \"5.18.2-2ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"perl-base\",\"arch\": \"amd64\",\"version\": \"5.18.2-2ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"perl-modules\",\"arch\": \"all\",\"version\": \"5.18.2-2ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"plymouth\",\"arch\": \"amd64\",\"version\": \"0.8.8-0ubuntu17.1\",\"status\": \"ii \"},{\"package\": \"procps\",\"arch\": \"amd64\",\"version\": \"1:3.3.9-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"puppet\",\"arch\": \"all\",\"version\": \"3.8.7-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"puppet-common\",\"arch\": \"all\",\"version\": \"3.8.7-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"puppetlabs-release\",\"arch\": \"all\",\"version\": \"1.1-1\",\"status\": \"ii \"},{\"package\": \"python\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"python-apt-common\",\"arch\": \"all\",\"version\": \"0.9.3.5ubuntu2\",\"status\": \"ii \"},{\"package\": \"python-chardet\",\"arch\": \"all\",\"version\": \"2.0.1-2build2\",\"status\": \"ii \"},{\"package\": \"python-dev\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"python-lxml\",\"arch\": \"amd64\",\"version\": \"3.3.3-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"python-minimal\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"python-pkg-resources\",\"arch\": \"all\",\"version\": \"3.3-1ubuntu2\",\"status\": \"ii \"},{\"package\": \"python-requestbuilder\",\"arch\": \"all\",\"version\": \"0.1.0~beta2-1build1\",\"status\": \"ii \"},{\"package\": \"python-requests\",\"arch\": \"all\",\"version\": \"2.2.1-1ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python-setuptools\",\"arch\": \"all\",\"version\": \"3.3-1ubuntu2\",\"status\": \"ii \"},{\"package\": \"python-six\",\"arch\": \"all\",\"version\": \"1.5.2-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"python-urllib3\",\"arch\": \"all\",\"version\": \"1.7.1-1ubuntu4\",\"status\": \"ii \"},{\"package\": \"python2.7\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python2.7-dev\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python2.7-minimal\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python3\",\"arch\": \"amd64\",\"version\": \"3.4.0-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"python3-apt\",\"arch\": \"amd64\",\"version\": \"0.9.3.5ubuntu2\",\"status\": \"ii \"},{\"package\": \"python3-dbus\",\"arch\": \"amd64\",\"version\": \"1.2.0-2build2\",\"status\": \"ii \"},{\"package\": \"python3-gi\",\"arch\": \"amd64\",\"version\": \"3.12.0-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"python3-minimal\",\"arch\": \"amd64\",\"version\": \"3.4.0-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"python3-pycurl\",\"arch\": \"amd64\",\"version\": \"7.19.3-0ubuntu3\",\"status\": \"ii \"},{\"package\": \"python3-software-properties\",\"arch\": \"all\",\"version\": \"0.92.37.7\",\"status\": \"ii \"},{\"package\": \"python3.4\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"python3.4-minimal\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"qemu-utils\",\"arch\": \"amd64\",\"version\": \"2.0.0+dfsg-2ubuntu1.30\",\"status\": \"ii \"},{\"package\": \"readline-common\",\"arch\": \"all\",\"version\": \"6.3-4ubuntu2\",\"status\": \"ii \"},{\"package\": \"rsync\",\"arch\": \"amd64\",\"version\": \"3.1.0-2ubuntu0.2\",\"status\": \"ii \"},{\"package\": \"rsyslog\",\"arch\": \"amd64\",\"version\": \"7.4.4-1ubuntu2.6\",\"status\": \"ii \"},{\"package\": \"ruby\",\"arch\": \"all\",\"version\": \"1:1.9.3.4\",\"status\": \"ii \"},{\"package\": \"ruby-augeas\",\"arch\": \"amd64\",\"version\": \"0.5.0-2\",\"status\": \"ii \"},{\"package\": \"ruby-json\",\"arch\": \"amd64\",\"version\": \"1.8.0-1build1\",\"status\": \"ii \"},{\"package\": \"ruby-shadow\",\"arch\": \"amd64\",\"version\": \"2.2.0-1\",\"status\": \"ii \"},{\"package\": \"ruby1.9.1\",\"arch\": \"amd64\",\"version\": \"1.9.3.484-2ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"sed\",\"arch\": \"amd64\",\"version\": \"4.2.2-4ubuntu1\",\"status\": \"ii \"},{\"package\": \"sensible-utils\",\"arch\": \"all\",\"version\": \"0.0.9\",\"status\": \"ii \"},{\"package\": \"software-properties-common\",\"arch\": \"all\",\"version\": \"0.92.37.7\",\"status\": \"ii \"},{\"package\": \"sudo\",\"arch\": \"amd64\",\"version\": \"1.8.9p5-1ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"sysv-rc\",\"arch\": \"all\",\"version\": \"2.88dsf-41ubuntu6.3\",\"status\": \"ii \"},{\"package\": \"sysvinit-utils\",\"arch\": \"amd64\",\"version\": \"2.88dsf-41ubuntu6.3\",\"status\": \"ii \"},{\"package\": \"tar\",\"arch\": \"amd64\",\"version\": \"1.27.1-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"tzdata\",\"arch\": \"all\",\"version\": \"2016j-0ubuntu0.14.04\",\"status\": \"ii \"},{\"package\": \"ubuntu-keyring\",\"arch\": \"all\",\"version\": \"2012.05.19\",\"status\": \"ii \"},{\"package\": \"ucf\",\"arch\": \"all\",\"version\": \"3.0027+nmu1\",\"status\": \"ii \"},{\"package\": \"udev\",\"arch\": \"amd64\",\"version\": \"204-5ubuntu20.20\",\"status\": \"ii \"},{\"package\": \"unattended-upgrades\",\"arch\": \"all\",\"version\": \"0.82.1ubuntu2.4\",\"status\": \"ii \"},{\"package\": \"upstart\",\"arch\": \"amd64\",\"version\": \"1.12.1-0ubuntu4.2\",\"status\": \"ii \"},{\"package\": \"util-linux\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"vim\",\"arch\": \"amd64\",\"version\": \"2:7.4.052-1ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"vim-common\",\"arch\": \"amd64\",\"version\": \"2:7.4.052-1ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"vim-runtime\",\"arch\": \"all\",\"version\": \"2:7.4.052-1ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"virt-what\",\"arch\": \"amd64\",\"version\": \"1.13-1\",\"status\": \"ii \"},{\"package\": \"vlan\",\"arch\": \"amd64\",\"version\": \"1.9-3ubuntu10.1\",\"status\": \"ii \"},{\"package\": \"wget\",\"arch\": \"amd64\",\"version\": \"1.15-1ubuntu1.14.04.2\",\"status\": \"ii \"},{\"package\": \"wireless-regdb\",\"arch\": \"all\",\"version\": \"2013.02.13-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"xz-utils\",\"arch\": \"amd64\",\"version\": \"5.1.1alpha+20120614-2ubuntu2\",\"status\": \"ii \"},{\"package\": \"zlib1g:amd64\",\"arch\": \"amd64\",\"version\": \"1:1.2.8.dfsg-1ubuntu1\",\"status\": \"ii \"},'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests' -> '/httpboot/deployment_image.d/dib-manifests'\n'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib_arguments' -> '/httpboot/deployment_image.d/dib-manifests/dib_arguments'\n'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib_environment' -> '/httpboot/deployment_image.d/dib-manifests/dib_environment'\n'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib-manifest-dpkg-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-dpkg-deployment_image'\n'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib-manifest-git-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-git-deployment_image'\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/sys\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/proc\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/dev/pts\nUnmount /tmp/dib_build.hPQ9vbF0/mnt/dev\nUnmount /tmp/dib_build.hPQ9vbF0/mnt\n/dev/loop0: [0025]:56666705 (/tmp/dib_image.S0D5cITg/image.raw)\nConverting image using qemu-img convert\nImage file /httpboot/deployment_image.qcow2 created...", "stdout_lines": ["Building elements: base ubuntu-minimal vm serial-console simple-init devuser infra-cloud-bridge puppet growroot openssh-server", "Expanded element dependencies to: install-bin dib-run-parts simple-init enable-serial-console vm manifests puppet growroot source-repositories package-installs dib-python devuser dpkg dib-init-system install-types install-static openssh-server ubuntu-minimal base debootstrap bootloader serial-console infra-cloud-bridge runtime-ssh-host-keys pip-and-virtualenv cache-url pkg-map cloud-init-datasources", "Building in /tmp/dib_build.hPQ9vbF0", "I: Retrieving Release ", "I: Retrieving Release.gpg ", "I: Checking Release signature", "I: Valid Release signature (key id 790BC7277767219C42C86F933B4FE6ACC0B21F32)", "I: Retrieving Packages ", "I: Validating Packages ", "I: Retrieving Packages ", "I: Validating Packages ", "I: Retrieving Packages ", "I: Validating Packages ", "I: Resolving dependencies of required packages...", "I: Resolving dependencies of base packages...", "I: Found additional base dependencies: gcc-4.8-base gnupg gpgv libapt-pkg4.12 libreadline6 libstdc++6 libusb-0.1-4 readline-common ubuntu-keyring ", "I: Checking component main on http://archive.ubuntu.com/ubuntu...", "I: Retrieving adduser 3.113+nmu3ubuntu3", "I: Validating adduser 3.113+nmu3ubuntu3", "I: Retrieving apt 1.0.1ubuntu2", "I: Validating apt 1.0.1ubuntu2", "I: Retrieving base-files 7.2ubuntu5", "I: Validating base-files 7.2ubuntu5", "I: Retrieving base-passwd 3.5.33", "I: Validating base-passwd 3.5.33", "I: Retrieving bash 4.3-6ubuntu1", "I: Validating bash 4.3-6ubuntu1", "I: Retrieving bsdutils 1%3a2.20.1-5.1ubuntu20", "I: Validating bsdutils 1%3a2.20.1-5.1ubuntu20", "I: Retrieving busybox-initramfs 1%3a1.21.0-1ubuntu1", "I: Validating busybox-initramfs 1%3a1.21.0-1ubuntu1", "I: Retrieving coreutils 8.21-1ubuntu5", "I: Validating coreutils 8.21-1ubuntu5", "I: Retrieving cpio 2.11+dfsg-1ubuntu1", "I: Validating cpio 2.11+dfsg-1ubuntu1", "I: Retrieving dash 0.5.7-4ubuntu1", "I: Validating dash 0.5.7-4ubuntu1", "I: Retrieving debconf 1.5.51ubuntu2", "I: Validating debconf 1.5.51ubuntu2", "I: Retrieving debianutils 4.4", "I: Validating debianutils 4.4", "I: Retrieving diffutils 1%3a3.3-1", "I: Validating diffutils 1%3a3.3-1", "I: Retrieving dpkg 1.17.5ubuntu5", "I: Validating dpkg 1.17.5ubuntu5", "I: Retrieving e2fslibs 1.42.9-3ubuntu1", "I: Validating e2fslibs 1.42.9-3ubuntu1", "I: Retrieving e2fsprogs 1.42.9-3ubuntu1", "I: Validating e2fsprogs 1.42.9-3ubuntu1", "I: Retrieving findutils 4.4.2-7", "I: Validating findutils 4.4.2-7", "I: Retrieving gcc-4.8-base 4.8.2-19ubuntu1", "I: Validating gcc-4.8-base 4.8.2-19ubuntu1", "I: Retrieving gcc-4.9-base 4.9-20140406-0ubuntu1", "I: Validating gcc-4.9-base 4.9-20140406-0ubuntu1", "I: Retrieving gnupg 1.4.16-1ubuntu2", "I: Validating gnupg 1.4.16-1ubuntu2", "I: Retrieving gpgv 1.4.16-1ubuntu2", "I: Validating gpgv 1.4.16-1ubuntu2", "I: Retrieving grep 2.16-1", "I: Validating grep 2.16-1", "I: Retrieving gzip 1.6-3ubuntu1", "I: Validating gzip 1.6-3ubuntu1", "I: Retrieving hostname 3.15ubuntu1", "I: Validating hostname 3.15ubuntu1", "I: Retrieving ifupdown 0.7.47.2ubuntu4", "I: Validating ifupdown 0.7.47.2ubuntu4", "I: Retrieving initramfs-tools 0.103ubuntu4", "I: Validating initramfs-tools 0.103ubuntu4", "I: Retrieving initramfs-tools-bin 0.103ubuntu4", "I: Validating initramfs-tools-bin 0.103ubuntu4", "I: Retrieving initscripts 2.88dsf-41ubuntu6", "I: Validating initscripts 2.88dsf-41ubuntu6", "I: Retrieving insserv 1.14.0-5ubuntu2", "I: Validating insserv 1.14.0-5ubuntu2", "I: Retrieving iproute2 3.12.0-2", "I: Validating iproute2 3.12.0-2", "I: Retrieving klibc-utils 2.0.3-0ubuntu1", "I: Validating klibc-utils 2.0.3-0ubuntu1", "I: Retrieving kmod 15-0ubuntu6", "I: Validating kmod 15-0ubuntu6", "I: Retrieving libacl1 2.2.52-1", "I: Validating libacl1 2.2.52-1", "I: Retrieving libapt-pkg4.12 1.0.1ubuntu2", "I: Validating libapt-pkg4.12 1.0.1ubuntu2", "I: Retrieving libattr1 1%3a2.4.47-1ubuntu1", "I: Validating libattr1 1%3a2.4.47-1ubuntu1", "I: Retrieving libaudit-common 1%3a2.3.2-2ubuntu1", "I: Validating libaudit-common 1%3a2.3.2-2ubuntu1", "I: Retrieving libaudit1 1%3a2.3.2-2ubuntu1", "I: Validating libaudit1 1%3a2.3.2-2ubuntu1", "I: Retrieving libblkid1 2.20.1-5.1ubuntu20", "I: Validating libblkid1 2.20.1-5.1ubuntu20", "I: Retrieving libbz2-1.0 1.0.6-5", "I: Validating libbz2-1.0 1.0.6-5", "I: Retrieving libc-bin 2.19-0ubuntu6", "I: Validating libc-bin 2.19-0ubuntu6", "I: Retrieving libc6 2.19-0ubuntu6", "I: Validating libc6 2.19-0ubuntu6", "I: Retrieving libcap2 1%3a2.24-0ubuntu2", "I: Validating libcap2 1%3a2.24-0ubuntu2", "I: Retrieving libcgmanager0 0.24-0ubuntu5", "I: Validating libcgmanager0 0.24-0ubuntu5", "I: Retrieving libcomerr2 1.42.9-3ubuntu1", "I: Validating libcomerr2 1.42.9-3ubuntu1", "I: Retrieving libdb5.3 5.3.28-3ubuntu3", "I: Validating libdb5.3 5.3.28-3ubuntu3", "I: Retrieving libdbus-1-3 1.6.18-0ubuntu4", "I: Validating libdbus-1-3 1.6.18-0ubuntu4", "I: Retrieving libdebconfclient0 0.187ubuntu1", "I: Validating libdebconfclient0 0.187ubuntu1", "I: Retrieving libdrm2 2.4.52-1", "I: Validating libdrm2 2.4.52-1", "I: Retrieving libgcc1 1%3a4.9-20140406-0ubuntu1", "I: Validating libgcc1 1%3a4.9-20140406-0ubuntu1", "I: Retrieving libjson-c2 0.11-3ubuntu1", "I: Validating libjson-c2 0.11-3ubuntu1", "I: Retrieving libjson0 0.11-3ubuntu1", "I: Validating libjson0 0.11-3ubuntu1", "I: Retrieving libklibc 2.0.3-0ubuntu1", "I: Validating libklibc 2.0.3-0ubuntu1", "I: Retrieving libkmod2 15-0ubuntu6", "I: Validating libkmod2 15-0ubuntu6", "I: Retrieving liblzma5 5.1.1alpha+20120614-2ubuntu2", "I: Validating liblzma5 5.1.1alpha+20120614-2ubuntu2", "I: Retrieving libmount1 2.20.1-5.1ubuntu20", "I: Validating libmount1 2.20.1-5.1ubuntu20", "I: Retrieving libncurses5 5.9+20140118-1ubuntu1", "I: Validating libncurses5 5.9+20140118-1ubuntu1", "I: Retrieving libncursesw5 5.9+20140118-1ubuntu1", "I: Validating libncursesw5 5.9+20140118-1ubuntu1", "I: Retrieving libnih-dbus1 1.0.3-4ubuntu25", "I: Validating libnih-dbus1 1.0.3-4ubuntu25", "I: Retrieving libnih1 1.0.3-4ubuntu25", "I: Validating libnih1 1.0.3-4ubuntu25", "I: Retrieving libpam-modules 1.1.8-1ubuntu2", "I: Validating libpam-modules 1.1.8-1ubuntu2", "I: Retrieving libpam-modules-bin 1.1.8-1ubuntu2", "I: Validating libpam-modules-bin 1.1.8-1ubuntu2", "I: Retrieving libpam-runtime 1.1.8-1ubuntu2", "I: Validating libpam-runtime 1.1.8-1ubuntu2", "I: Retrieving libpam0g 1.1.8-1ubuntu2", "I: Validating libpam0g 1.1.8-1ubuntu2", "I: Retrieving libpcre3 1%3a8.31-2ubuntu2", "I: Validating libpcre3 1%3a8.31-2ubuntu2", "I: Retrieving libplymouth2 0.8.8-0ubuntu17", "I: Validating libplymouth2 0.8.8-0ubuntu17", "I: Retrieving libpng12-0 1.2.50-1ubuntu2", "I: Validating libpng12-0 1.2.50-1ubuntu2", "I: Retrieving libprocps3 1%3a3.3.9-1ubuntu2", "I: Validating libprocps3 1%3a3.3.9-1ubuntu2", "I: Retrieving libreadline6 6.3-4ubuntu2", "I: Validating libreadline6 6.3-4ubuntu2", "I: Retrieving libselinux1 2.2.2-1", "I: Validating libselinux1 2.2.2-1", "I: Retrieving libsemanage-common 2.2-1", "I: Validating libsemanage-common 2.2-1", "I: Retrieving libsemanage1 2.2-1", "I: Validating libsemanage1 2.2-1", "I: Retrieving libsepol1 2.2-1", "I: Validating libsepol1 2.2-1", "I: Retrieving libslang2 2.2.4-15ubuntu1", "I: Validating libslang2 2.2.4-15ubuntu1", "I: Retrieving libss2 1.42.9-3ubuntu1", "I: Validating libss2 1.42.9-3ubuntu1", "I: Retrieving libstdc++6 4.8.2-19ubuntu1", "I: Validating libstdc++6 4.8.2-19ubuntu1", "I: Retrieving libtinfo5 5.9+20140118-1ubuntu1", "I: Validating libtinfo5 5.9+20140118-1ubuntu1", "I: Retrieving libudev1 204-5ubuntu20", "I: Validating libudev1 204-5ubuntu20", "I: Retrieving libusb-0.1-4 2%3a0.1.12-23.3ubuntu1", "I: Validating libusb-0.1-4 2%3a0.1.12-23.3ubuntu1", "I: Retrieving libustr-1.0-1 1.0.4-3ubuntu2", "I: Validating libustr-1.0-1 1.0.4-3ubuntu2", "I: Retrieving libuuid1 2.20.1-5.1ubuntu20", "I: Validating libuuid1 2.20.1-5.1ubuntu20", "I: Retrieving locales 2.13+git20120306-12", "I: Validating locales 2.13+git20120306-12", "I: Retrieving login 1%3a4.1.5.1-1ubuntu9", "I: Validating login 1%3a4.1.5.1-1ubuntu9", "I: Retrieving lsb-base 4.1+Debian11ubuntu6", "I: Validating lsb-base 4.1+Debian11ubuntu6", "I: Retrieving makedev 2.3.1-93ubuntu1", "I: Validating makedev 2.3.1-93ubuntu1", "I: Retrieving mawk 1.3.3-17ubuntu2", "I: Validating mawk 1.3.3-17ubuntu2", "I: Retrieving module-init-tools 15-0ubuntu6", "I: Validating module-init-tools 15-0ubuntu6", "I: Retrieving mount 2.20.1-5.1ubuntu20", "I: Validating mount 2.20.1-5.1ubuntu20", "I: Retrieving mountall 2.53", "I: Validating mountall 2.53", "I: Retrieving multiarch-support 2.19-0ubuntu6", "I: Validating multiarch-support 2.19-0ubuntu6", "I: Retrieving ncurses-base 5.9+20140118-1ubuntu1", "I: Validating ncurses-base 5.9+20140118-1ubuntu1", "I: Retrieving ncurses-bin 5.9+20140118-1ubuntu1", "I: Validating ncurses-bin 5.9+20140118-1ubuntu1", "I: Retrieving passwd 1%3a4.1.5.1-1ubuntu9", "I: Validating passwd 1%3a4.1.5.1-1ubuntu9", "I: Retrieving perl-base 5.18.2-2ubuntu1", "I: Validating perl-base 5.18.2-2ubuntu1", "I: Retrieving plymouth 0.8.8-0ubuntu17", "I: Validating plymouth 0.8.8-0ubuntu17", "I: Retrieving procps 1%3a3.3.9-1ubuntu2", "I: Validating procps 1%3a3.3.9-1ubuntu2", "I: Retrieving readline-common 6.3-4ubuntu2", "I: Validating readline-common 6.3-4ubuntu2", "I: Retrieving sed 4.2.2-4ubuntu1", "I: Validating sed 4.2.2-4ubuntu1", "I: Retrieving sensible-utils 0.0.9", "I: Validating sensible-utils 0.0.9", "I: Retrieving sysv-rc 2.88dsf-41ubuntu6", "I: Validating sysv-rc 2.88dsf-41ubuntu6", "I: Retrieving sysvinit-utils 2.88dsf-41ubuntu6", "I: Validating sysvinit-utils 2.88dsf-41ubuntu6", "I: Retrieving tar 1.27.1-1", "I: Validating tar 1.27.1-1", "I: Retrieving tzdata 2014b-1", "I: Validating tzdata 2014b-1", "I: Retrieving ubuntu-keyring 2012.05.19", "I: Validating ubuntu-keyring 2012.05.19", "I: Retrieving udev 204-5ubuntu20", "I: Validating udev 204-5ubuntu20", "I: Retrieving upstart 1.12.1-0ubuntu4", "I: Validating upstart 1.12.1-0ubuntu4", "I: Retrieving util-linux 2.20.1-5.1ubuntu20", "I: Validating util-linux 2.20.1-5.1ubuntu20", "I: Retrieving zlib1g 1%3a1.2.8.dfsg-1ubuntu1", "I: Validating zlib1g 1%3a1.2.8.dfsg-1ubuntu1", "I: Chosen extractor for .deb packages: dpkg-deb", "I: Extracting adduser...", "I: Extracting base-files...", "I: Extracting base-passwd...", "I: Extracting bash...", "I: Extracting bsdutils...", "I: Extracting busybox-initramfs...", "I: Extracting coreutils...", "I: Extracting cpio...", "I: Extracting dash...", "I: Extracting debconf...", "I: Extracting debianutils...", "I: Extracting diffutils...", "I: Extracting dpkg...", "I: Extracting e2fslibs...", "I: Extracting e2fsprogs...", "I: Extracting findutils...", "I: Extracting gcc-4.9-base...", "I: Extracting grep...", "I: Extracting gzip...", "I: Extracting hostname...", "I: Extracting ifupdown...", "I: Extracting initramfs-tools...", "I: Extracting initramfs-tools-bin...", "I: Extracting initscripts...", "I: Extracting insserv...", "I: Extracting iproute2...", "I: Extracting klibc-utils...", "I: Extracting kmod...", "I: Extracting libacl1...", "I: Extracting libattr1...", "I: Extracting libaudit-common...", "I: Extracting libaudit1...", "I: Extracting libblkid1...", "I: Extracting libbz2-1.0...", "I: Extracting libc-bin...", "I: Extracting libc6...", "I: Extracting libcap2...", "I: Extracting libcgmanager0...", "I: Extracting libcomerr2...", "I: Extracting libdb5.3...", "I: Extracting libdbus-1-3...", "I: Extracting libdebconfclient0...", "I: Extracting libdrm2...", "I: Extracting libgcc1...", "I: Extracting libjson-c2...", "I: Extracting libjson0...", "I: Extracting libklibc...", "I: Extracting libkmod2...", "I: Extracting liblzma5...", "I: Extracting libmount1...", "I: Extracting libncurses5...", "I: Extracting libncursesw5...", "I: Extracting libnih-dbus1...", "I: Extracting libnih1...", "I: Extracting libpam-modules...", "I: Extracting libpam-modules-bin...", "I: Extracting libpam-runtime...", "I: Extracting libpam0g...", "I: Extracting libpcre3...", "I: Extracting libplymouth2...", "I: Extracting libpng12-0...", "I: Extracting libprocps3...", "I: Extracting libselinux1...", "I: Extracting libsemanage-common...", "I: Extracting libsemanage1...", "I: Extracting libsepol1...", "I: Extracting libslang2...", "I: Extracting libss2...", "I: Extracting libtinfo5...", "I: Extracting libudev1...", "I: Extracting libustr-1.0-1...", "I: Extracting libuuid1...", "I: Extracting locales...", "I: Extracting login...", "I: Extracting lsb-base...", "I: Extracting makedev...", "I: Extracting mawk...", "I: Extracting module-init-tools...", "I: Extracting mount...", "I: Extracting mountall...", "I: Extracting multiarch-support...", "I: Extracting ncurses-base...", "I: Extracting ncurses-bin...", "I: Extracting passwd...", "I: Extracting perl-base...", "I: Extracting plymouth...", "I: Extracting procps...", "I: Extracting sed...", "I: Extracting sensible-utils...", "I: Extracting sysv-rc...", "I: Extracting sysvinit-utils...", "I: Extracting tar...", "I: Extracting tzdata...", "I: Extracting udev...", "I: Extracting upstart...", "I: Extracting util-linux...", "I: Extracting zlib1g...", "I: Installing core packages...", "I: Unpacking required packages...", "I: Unpacking adduser...", "I: Unpacking base-files...", "I: Unpacking base-passwd...", "I: Unpacking bash...", "I: Unpacking bsdutils...", "I: Unpacking busybox-initramfs...", "I: Unpacking coreutils...", "I: Unpacking cpio...", "I: Unpacking dash...", "I: Unpacking debconf...", "I: Unpacking debianutils...", "I: Unpacking diffutils...", "I: Unpacking dpkg...", "I: Unpacking e2fslibs:amd64...", "I: Unpacking e2fsprogs...", "I: Unpacking findutils...", "I: Unpacking gcc-4.9-base:amd64...", "I: Unpacking grep...", "I: Unpacking gzip...", "I: Unpacking hostname...", "I: Unpacking ifupdown...", "I: Unpacking initramfs-tools...", "I: Unpacking initramfs-tools-bin...", "I: Unpacking initscripts...", "I: Unpacking insserv...", "I: Unpacking iproute2...", "I: Unpacking klibc-utils...", "I: Unpacking kmod...", "I: Unpacking libacl1:amd64...", "I: Unpacking libattr1:amd64...", "I: Unpacking libaudit-common...", "I: Unpacking libaudit1:amd64...", "I: Unpacking libblkid1:amd64...", "I: Unpacking libbz2-1.0:amd64...", "I: Unpacking libc-bin...", "I: Unpacking libc6:amd64...", "I: Unpacking libcap2:amd64...", "I: Unpacking libcgmanager0:amd64...", "I: Unpacking libcomerr2:amd64...", "I: Unpacking libdb5.3:amd64...", "I: Unpacking libdbus-1-3:amd64...", "I: Unpacking libdebconfclient0:amd64...", "I: Unpacking libdrm2:amd64...", "I: Unpacking libgcc1:amd64...", "I: Unpacking libjson-c2:amd64...", "I: Unpacking libjson0:amd64...", "I: Unpacking libklibc...", "I: Unpacking libkmod2:amd64...", "I: Unpacking liblzma5:amd64...", "I: Unpacking libmount1:amd64...", "I: Unpacking libncurses5:amd64...", "I: Unpacking libncursesw5:amd64...", "I: Unpacking libnih-dbus1:amd64...", "I: Unpacking libnih1:amd64...", "I: Unpacking libpam-modules:amd64...", "I: Unpacking libpam-modules-bin...", "I: Unpacking libpam-runtime...", "I: Unpacking libpam0g:amd64...", "I: Unpacking libpcre3:amd64...", "I: Unpacking libplymouth2:amd64...", "I: Unpacking libpng12-0:amd64...", "I: Unpacking libprocps3:amd64...", "I: Unpacking libselinux1:amd64...", "I: Unpacking libsemanage-common...", "I: Unpacking libsemanage1:amd64...", "I: Unpacking libsepol1:amd64...", "I: Unpacking libslang2:amd64...", "I: Unpacking libss2:amd64...", "I: Unpacking libtinfo5:amd64...", "I: Unpacking libudev1:amd64...", "I: Unpacking libustr-1.0-1:amd64...", "I: Unpacking libuuid1:amd64...", "I: Unpacking locales...", "I: Unpacking login...", "I: Unpacking lsb-base...", "I: Unpacking makedev...", "I: Unpacking mawk...", "I: Unpacking module-init-tools...", "I: Unpacking mount...", "I: Unpacking mountall...", "I: Unpacking multiarch-support...", "I: Unpacking ncurses-base...", "I: Unpacking ncurses-bin...", "I: Unpacking passwd...", "I: Unpacking perl-base...", "I: Unpacking plymouth...", "I: Unpacking procps...", "I: Unpacking sed...", "I: Unpacking sensible-utils...", "I: Unpacking sysv-rc...", "I: Unpacking sysvinit-utils...", "I: Unpacking tar...", "I: Unpacking tzdata...", "I: Unpacking udev...", "I: Unpacking upstart...", "I: Unpacking util-linux...", "I: Unpacking zlib1g:amd64...", "I: Configuring required packages...", "I: Configuring lsb-base...", "I: Configuring ncurses-base...", "I: Configuring sensible-utils...", "I: Configuring libklibc...", "I: Configuring gcc-4.9-base:amd64...", "I: Configuring klibc-utils...", "I: Configuring libsemanage-common...", "I: Configuring libaudit-common...", "I: Configuring libc6:amd64...", "I: Configuring cpio...", "I: Configuring debianutils...", "I: Configuring bsdutils...", "I: Configuring diffutils...", "I: Configuring locales...", "I: Configuring mawk...", "I: Configuring hostname...", "I: Configuring findutils...", "I: Configuring insserv...", "I: Configuring busybox-initramfs...", "I: Configuring multiarch-support...", "I: Configuring libcap2:amd64...", "I: Configuring libustr-1.0-1:amd64...", "I: Configuring libdbus-1-3:amd64...", "I: Configuring libprocps3:amd64...", "I: Configuring libjson-c2:amd64...", "I: Configuring libdrm2:amd64...", "I: Configuring libsepol1:amd64...", "I: Configuring libkmod2:amd64...", "I: Configuring zlib1g:amd64...", "I: Configuring libgcc1:amd64...", "I: Configuring libdebconfclient0:amd64...", "I: Configuring base-files...", "I: Configuring libattr1:amd64...", "I: Configuring e2fslibs:amd64...", "I: Configuring base-passwd...", "I: Configuring libcomerr2:amd64...", "I: Configuring libacl1:amd64...", "I: Configuring libslang2:amd64...", "I: Configuring libss2:amd64...", "I: Configuring liblzma5:amd64...", "I: Configuring libnih1:amd64...", "I: Configuring libaudit1:amd64...", "I: Configuring libdb5.3:amd64...", "I: Configuring libpcre3:amd64...", "I: Configuring libbz2-1.0:amd64...", "I: Configuring libtinfo5:amd64...", "I: Configuring libc-bin...", "I: Configuring libjson0:amd64...", "I: Configuring libnih-dbus1:amd64...", "I: Configuring libselinux1:amd64...", "I: Configuring libpng12-0:amd64...", "I: Configuring iproute2...", "I: Configuring coreutils...", "I: Configuring makedev...", "I: Configuring ncurses-bin...", "I: Configuring libsemanage1:amd64...", "I: Configuring tar...", "I: Configuring libcgmanager0:amd64...", "I: Configuring libncurses5:amd64...", "I: Configuring libplymouth2:amd64...", "I: Configuring dpkg...", "I: Configuring libncursesw5:amd64...", "I: Configuring sysvinit-utils...", "I: Configuring dash...", "I: Configuring perl-base...", "I: Configuring libudev1:amd64...", "I: Configuring mountall...", "I: Configuring initramfs-tools-bin...", "I: Configuring sed...", "I: Configuring grep...", "I: Configuring gzip...", "I: Configuring bash...", "I: Configuring debconf...", "I: Configuring libpam0g:amd64...", "I: Configuring sysv-rc...", "I: Configuring tzdata...", "I: Configuring kmod...", "I: Configuring libpam-modules-bin...", "I: Configuring module-init-tools...", "I: Configuring libpam-modules:amd64...", "I: Configuring passwd...", "I: Configuring libpam-runtime...", "I: Configuring login...", "I: Configuring libuuid1:amd64...", "I: Configuring adduser...", "I: Configuring libblkid1:amd64...", "I: Configuring util-linux...", "I: Configuring libmount1:amd64...", "I: Configuring mount...", "I: Configuring initscripts...", "I: Configuring e2fsprogs...", "I: Configuring procps...", "I: Configuring ifupdown...", "I: Configuring upstart...", "I: Configuring udev...", "I: Configuring initramfs-tools...", "I: Configuring plymouth...", "I: Configuring libc-bin...", "I: Configuring initramfs-tools...", "I: Unpacking the base system...", "I: Unpacking apt...", "I: Unpacking gcc-4.8-base:amd64...", "I: Unpacking gnupg...", "I: Unpacking gpgv...", "I: Unpacking libapt-pkg4.12:amd64...", "I: Unpacking libreadline6:amd64...", "I: Unpacking libstdc++6:amd64...", "I: Unpacking libusb-0.1-4:amd64...", "I: Unpacking readline-common...", "I: Unpacking ubuntu-keyring...", "I: Configuring the base system...", "I: Configuring gpgv...", "I: Configuring libusb-0.1-4:amd64...", "I: Configuring gcc-4.8-base:amd64...", "I: Configuring ubuntu-keyring...", "I: Configuring libstdc++6:amd64...", "I: Configuring readline-common...", "I: Configuring libapt-pkg4.12:amd64...", "I: Configuring libreadline6:amd64...", "I: Configuring gnupg...", "I: Configuring apt...", "I: Configuring libc-bin...", "I: Base system installed successfully.", "Caching debootstrap result in /home/jenkins/.cache/image-create/debootstrap-ubuntu-trusty-amd64.tar.gz", "Ign http://archive.ubuntu.com trusty InRelease", "Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]", "Get:2 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]", "Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]", "Hit http://archive.ubuntu.com trusty Release.gpg", "Get:4 http://archive.ubuntu.com trusty-updates/main amd64 Packages [939 kB]", "Get:5 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [16.4 kB]", "Get:6 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [395 kB]", "Get:7 http://archive.ubuntu.com trusty-backports/main amd64 Packages [13.3 kB]", "Get:8 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]", "Get:9 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [43.2 kB]", "Get:10 http://archive.ubuntu.com trusty-security/main amd64 Packages [574 kB]", "Get:11 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [13.4 kB]", "Get:12 http://archive.ubuntu.com trusty-security/universe amd64 Packages [150 kB]", "Hit http://archive.ubuntu.com trusty Release", "Hit http://archive.ubuntu.com trusty/main amd64 Packages", "Hit http://archive.ubuntu.com trusty/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty/universe amd64 Packages", "Fetched 2342 kB in 5s (466 kB/s)", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "The following packages will be upgraded:", " apt base-files bash bsdutils coreutils cpio dpkg e2fslibs e2fsprogs", " gcc-4.8-base gcc-4.9-base gnupg gpgv ifupdown initramfs-tools", " initramfs-tools-bin initscripts iproute2 klibc-utils libapt-pkg4.12", " libblkid1 libc-bin libc6 libcgmanager0 libcomerr2 libdbus-1-3 libdrm2", " libgcc1 libjson-c2 libjson0 libklibc libmount1 libpam-modules", " libpam-modules-bin libpam-runtime libpam0g libpcre3 libplymouth2 libpng12-0", " libprocps3 libselinux1 libsepol1 libss2 libstdc++6 libudev1 libuuid1 locales", " login lsb-base mount multiarch-support passwd perl-base plymouth procps", " sysv-rc sysvinit-utils tar tzdata udev upstart util-linux", "62 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.", "Need to get 22.7 MB of archives.", "After this operation, 212 kB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main base-files amd64 7.2ubuntu5.5 [67.5 kB]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bash amd64 4.3-7ubuntu1.5 [576 kB]", "Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main coreutils amd64 8.21-1ubuntu5.4 [1091 kB]", "Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg amd64 1.17.5ubuntu5.7 [1956 kB]", "Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcre3 amd64 1:8.31-2ubuntu2.3 [144 kB]", "Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libselinux1 amd64 2.2.2-1ubuntu0.1 [58.7 kB]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sysv-rc all 2.88dsf-41ubuntu6.3 [36.6 kB]", "Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sysvinit-utils amd64 2.88dsf-41ubuntu6.3 [52.9 kB]", "Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mount amd64 2.20.1-5.1ubuntu20.9 [115 kB]", "Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main lsb-base all 4.1+Debian11ubuntu6.2 [13.3 kB]", "Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam0g amd64 1.1.8-1ubuntu2.2 [56.1 kB]", "Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-modules-bin amd64 1.1.8-1ubuntu2.2 [31.2 kB]", "Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-modules amd64 1.1.8-1ubuntu2.2 [234 kB]", "Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main passwd amd64 1:4.1.5.1-1ubuntu9.2 [759 kB]", "Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initscripts amd64 2.88dsf-41ubuntu6.3 [27.7 kB]", "Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdbus-1-3 amd64 1.6.18-0ubuntu4.5 [132 kB]", "Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjson-c2 amd64 0.11-3ubuntu1.2 [22.0 kB]", "Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libuuid1 amd64 2.20.1-5.1ubuntu20.9 [10.8 kB]", "Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libblkid1 amd64 2.20.1-5.1ubuntu20.9 [62.6 kB]", "Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcgmanager0 amd64 0.24-0ubuntu7.5 [28.9 kB]", "Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata all 2016j-0ubuntu0.14.04 [166 kB]", "Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main util-linux amd64 2.20.1-5.1ubuntu20.9 [458 kB]", "Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libprocps3 amd64 1:3.3.9-1ubuntu2.2 [31.4 kB]", "Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main procps amd64 1:3.3.9-1ubuntu2.2 [209 kB]", "Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main udev amd64 204-5ubuntu20.20 [735 kB]", "Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.20 [34.4 kB]", "Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iproute2 amd64 3.12.0-2ubuntu1 [401 kB]", "Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ifupdown amd64 0.7.47.2ubuntu4.4 [53.1 kB]", "Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjson0 amd64 0.11-3ubuntu1.2 [1080 B]", "Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main upstart amd64 1.12.1-0ubuntu4.2 [390 kB]", "Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-bin amd64 2.19-0ubuntu6.9 [1165 kB]", "Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.9-base amd64 4.9.3-0ubuntu4 [15.1 kB]", "Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc1 amd64 1:4.9.3-0ubuntu4 [39.2 kB]", "Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6 amd64 2.19-0ubuntu6.9 [4717 kB]", "Get:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main e2fslibs amd64 1.42.9-3ubuntu1.3 [182 kB]", "Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main e2fsprogs amd64 1.42.9-3ubuntu1.3 [667 kB]", "Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main login amd64 1:4.1.5.1-1ubuntu9.2 [301 kB]", "Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main perl-base amd64 5.18.2-2ubuntu1.1 [1146 kB]", "Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main tar amd64 1.27.1-1ubuntu0.1 [196 kB]", "Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8-base amd64 4.8.4-2ubuntu1~14.04.3 [16.2 kB]", "Get:41 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++6 amd64 4.8.4-2ubuntu1~14.04.3 [259 kB]", "Get:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-pkg4.12 amd64 1.0.1ubuntu2.17 [639 kB]", "Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gpgv amd64 1.4.16-1ubuntu2.4 [161 kB]", "Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gnupg amd64 1.4.16-1ubuntu2.4 [611 kB]", "Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt amd64 1.0.1ubuntu2.17 [953 kB]", "Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main bsdutils amd64 1:2.20.1-5.1ubuntu20.9 [33.9 kB]", "Get:47 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcomerr2 amd64 1.42.9-3ubuntu1.3 [62.9 kB]", "Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmount1 amd64 2.20.1-5.1ubuntu20.9 [60.3 kB]", "Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsepol1 amd64 2.2-1ubuntu0.1 [107 kB]", "Get:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libss2 amd64 1.42.9-3ubuntu1.3 [67.1 kB]", "Get:51 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm2 amd64 2.4.67-1ubuntu0.14.04.1 [27.1 kB]", "Get:52 http://archive.ubuntu.com/ubuntu/ trusty-updates/main klibc-utils amd64 2.0.3-0ubuntu1.14.04.2 [107 kB]", "Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libklibc amd64 2.0.3-0ubuntu1.14.04.2 [40.6 kB]", "Get:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initramfs-tools all 0.103ubuntu4.6 [44.5 kB]", "Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main initramfs-tools-bin amd64 0.103ubuntu4.6 [9134 B]", "Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpio amd64 2.11+dfsg-1ubuntu1.2 [73.8 kB]", "Get:57 http://archive.ubuntu.com/ubuntu/ trusty-updates/main plymouth amd64 0.8.8-0ubuntu17.1 [98.6 kB]", "Get:58 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpng12-0 amd64 1.2.50-1ubuntu2.14.04.2 [118 kB]", "Get:59 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libplymouth2 amd64 0.8.8-0ubuntu17.1 [76.8 kB]", "Get:60 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-runtime all 1.1.8-1ubuntu2.2 [37.8 kB]", "Get:61 http://archive.ubuntu.com/ubuntu/ trusty-updates/main multiarch-support amd64 2.19-0ubuntu6.9 [4484 B]", "Get:62 http://archive.ubuntu.com/ubuntu/ trusty-updates/main locales all 2.13+git20120306-12.1 [2695 kB]", "Fetched 22.7 MB in 29s (780 kB/s)", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../base-files_7.2ubuntu5.5_amd64.deb ...", "Unpacking base-files (7.2ubuntu5.5) over (7.2ubuntu5) ...", "Setting up base-files (7.2ubuntu5.5) ...", "Installing new version of config file /etc/issue ...", "Installing new version of config file /etc/issue.net ...", "Installing new version of config file /etc/lsb-release ...", "Installing new version of config file /etc/os-release ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../bash_4.3-7ubuntu1.5_amd64.deb ...", "Unpacking bash (4.3-7ubuntu1.5) over (4.3-6ubuntu1) ...", "Setting up bash (4.3-7ubuntu1.5) ...", "update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../coreutils_8.21-1ubuntu5.4_amd64.deb ...", "Unpacking coreutils (8.21-1ubuntu5.4) over (8.21-1ubuntu5) ...", "Setting up coreutils (8.21-1ubuntu5.4) ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../dpkg_1.17.5ubuntu5.7_amd64.deb ...", "Unpacking dpkg (1.17.5ubuntu5.7) over (1.17.5ubuntu5) ...", "Setting up dpkg (1.17.5ubuntu5.7) ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../libpcre3_1%3a8.31-2ubuntu2.3_amd64.deb ...", "Unpacking libpcre3:amd64 (1:8.31-2ubuntu2.3) over (1:8.31-2ubuntu2) ...", "Preparing to unpack .../libc6_2.19-0ubuntu6.9_amd64.deb ...", "Unpacking libc6:amd64 (2.19-0ubuntu6.9) over (2.19-0ubuntu6) ...", "Preparing to unpack .../libgcc1_1%3a4.9.3-0ubuntu4_amd64.deb ...", "Unpacking libgcc1:amd64 (1:4.9.3-0ubuntu4) over (1:4.9-20140406-0ubuntu1) ...", "Preparing to unpack .../gcc-4.9-base_4.9.3-0ubuntu4_amd64.deb ...", "Unpacking gcc-4.9-base:amd64 (4.9.3-0ubuntu4) over (4.9-20140406-0ubuntu1) ...", "Setting up gcc-4.9-base:amd64 (4.9.3-0ubuntu4) ...", "Setting up libgcc1:amd64 (1:4.9.3-0ubuntu4) ...", "Setting up libc6:amd64 (2.19-0ubuntu6.9) ...", "Setting up libpcre3:amd64 (1:8.31-2ubuntu2.3) ...", "Processing triggers for libc-bin (2.19-0ubuntu6) ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../libselinux1_2.2.2-1ubuntu0.1_amd64.deb ...", "Unpacking libselinux1:amd64 (2.2.2-1ubuntu0.1) over (2.2.2-1) ...", "Setting up libselinux1:amd64 (2.2.2-1ubuntu0.1) ...", "Processing triggers for libc-bin (2.19-0ubuntu6) ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../sysv-rc_2.88dsf-41ubuntu6.3_all.deb ...", "Unpacking sysv-rc (2.88dsf-41ubuntu6.3) over (2.88dsf-41ubuntu6) ...", "Preparing to unpack .../sysvinit-utils_2.88dsf-41ubuntu6.3_amd64.deb ...", "Unpacking sysvinit-utils (2.88dsf-41ubuntu6.3) over (2.88dsf-41ubuntu6) ...", "Setting up sysvinit-utils (2.88dsf-41ubuntu6.3) ...", "Setting up sysv-rc (2.88dsf-41ubuntu6.3) ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../mount_2.20.1-5.1ubuntu20.9_amd64.deb ...", "Unpacking mount (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...", "Setting up mount (2.20.1-5.1ubuntu20.9) ...", "(Reading database ... 7401 files and directories currently installed.)", "Preparing to unpack .../lsb-base_4.1+Debian11ubuntu6.2_all.deb ...", "Unpacking lsb-base (4.1+Debian11ubuntu6.2) over (4.1+Debian11ubuntu6) ...", "Setting up lsb-base (4.1+Debian11ubuntu6.2) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../libpam0g_1.1.8-1ubuntu2.2_amd64.deb ...", "Unpacking libpam0g:amd64 (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...", "Setting up libpam0g:amd64 (1.1.8-1ubuntu2.2) ...", "Processing triggers for libc-bin (2.19-0ubuntu6) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../libpam-modules-bin_1.1.8-1ubuntu2.2_amd64.deb ...", "Unpacking libpam-modules-bin (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...", "Setting up libpam-modules-bin (1.1.8-1ubuntu2.2) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../libpam-modules_1.1.8-1ubuntu2.2_amd64.deb ...", "Unpacking libpam-modules:amd64 (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...", "Setting up libpam-modules:amd64 (1.1.8-1ubuntu2.2) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../passwd_1%3a4.1.5.1-1ubuntu9.2_amd64.deb ...", "Unpacking passwd (1:4.1.5.1-1ubuntu9.2) over (1:4.1.5.1-1ubuntu9) ...", "Setting up passwd (1:4.1.5.1-1ubuntu9.2) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../initscripts_2.88dsf-41ubuntu6.3_amd64.deb ...", "Unpacking initscripts (2.88dsf-41ubuntu6.3) over (2.88dsf-41ubuntu6) ...", "Preparing to unpack .../libdbus-1-3_1.6.18-0ubuntu4.5_amd64.deb ...", "Unpacking libdbus-1-3:amd64 (1.6.18-0ubuntu4.5) over (1.6.18-0ubuntu4) ...", "Preparing to unpack .../libjson-c2_0.11-3ubuntu1.2_amd64.deb ...", "Unpacking libjson-c2:amd64 (0.11-3ubuntu1.2) over (0.11-3ubuntu1) ...", "Preparing to unpack .../libuuid1_2.20.1-5.1ubuntu20.9_amd64.deb ...", "Unpacking libuuid1:amd64 (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...", "Setting up libuuid1:amd64 (2.20.1-5.1ubuntu20.9) ...", "Processing triggers for libc-bin (2.19-0ubuntu6) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../libblkid1_2.20.1-5.1ubuntu20.9_amd64.deb ...", "Unpacking libblkid1:amd64 (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...", "Setting up libblkid1:amd64 (2.20.1-5.1ubuntu20.9) ...", "Processing triggers for libc-bin (2.19-0ubuntu6) ...", "(Reading database ... 7402 files and directories currently installed.)", "Preparing to unpack .../libcgmanager0_0.24-0ubuntu7.5_amd64.deb ...", "Unpacking libcgmanager0:amd64 (0.24-0ubuntu7.5) over (0.24-0ubuntu5) ...", "Preparing to unpack .../tzdata_2016j-0ubuntu0.14.04_all.deb ...", "Unpacking tzdata (2016j-0ubuntu0.14.04) over (2014b-1) ...", "Setting up tzdata (2016j-0ubuntu0.14.04) ...", "(Reading database ... 7442 files and directories currently installed.)", "Preparing to unpack .../util-linux_2.20.1-5.1ubuntu20.9_amd64.deb ...", "Unpacking util-linux (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...", "Setting up util-linux (2.20.1-5.1ubuntu20.9) ...", "(Reading database ... 7442 files and directories currently installed.)", "Preparing to unpack .../libprocps3_1%3a3.3.9-1ubuntu2.2_amd64.deb ...", "Unpacking libprocps3:amd64 (1:3.3.9-1ubuntu2.2) over (1:3.3.9-1ubuntu2) ...", "Preparing to unpack .../procps_1%3a3.3.9-1ubuntu2.2_amd64.deb ...", "Unpacking procps (1:3.3.9-1ubuntu2.2) over (1:3.3.9-1ubuntu2) ...", "Preparing to unpack .../udev_204-5ubuntu20.20_amd64.deb ...", "Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'", "Unpacking udev (204-5ubuntu20.20) over (204-5ubuntu20) ...", "Preparing to unpack .../libudev1_204-5ubuntu20.20_amd64.deb ...", "Unpacking libudev1:amd64 (204-5ubuntu20.20) over (204-5ubuntu20) ...", "Preparing to unpack .../iproute2_3.12.0-2ubuntu1_amd64.deb ...", "Unpacking iproute2 (3.12.0-2ubuntu1) over (3.12.0-2) ...", "Preparing to unpack .../ifupdown_0.7.47.2ubuntu4.4_amd64.deb ...", "Unpacking ifupdown (0.7.47.2ubuntu4.4) over (0.7.47.2ubuntu4) ...", "Preparing to unpack .../libjson0_0.11-3ubuntu1.2_amd64.deb ...", "Unpacking libjson0:amd64 (0.11-3ubuntu1.2) over (0.11-3ubuntu1) ...", "Preparing to unpack .../upstart_1.12.1-0ubuntu4.2_amd64.deb ...", "Unpacking upstart (1.12.1-0ubuntu4.2) over (1.12.1-0ubuntu4) ...", "Preparing to unpack .../libc-bin_2.19-0ubuntu6.9_amd64.deb ...", "Unpacking libc-bin (2.19-0ubuntu6.9) over (2.19-0ubuntu6) ...", "Setting up libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../e2fslibs_1.42.9-3ubuntu1.3_amd64.deb ...", "Unpacking e2fslibs:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...", "Setting up e2fslibs:amd64 (1.42.9-3ubuntu1.3) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../e2fsprogs_1.42.9-3ubuntu1.3_amd64.deb ...", "Unpacking e2fsprogs (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...", "Setting up e2fsprogs (1.42.9-3ubuntu1.3) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../login_1%3a4.1.5.1-1ubuntu9.2_amd64.deb ...", "Unpacking login (1:4.1.5.1-1ubuntu9.2) over (1:4.1.5.1-1ubuntu9) ...", "Setting up login (1:4.1.5.1-1ubuntu9.2) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../perl-base_5.18.2-2ubuntu1.1_amd64.deb ...", "Unpacking perl-base (5.18.2-2ubuntu1.1) over (5.18.2-2ubuntu1) ...", "Setting up perl-base (5.18.2-2ubuntu1.1) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../tar_1.27.1-1ubuntu0.1_amd64.deb ...", "Unpacking tar (1.27.1-1ubuntu0.1) over (1.27.1-1) ...", "Setting up tar (1.27.1-1ubuntu0.1) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../gcc-4.8-base_4.8.4-2ubuntu1~14.04.3_amd64.deb ...", "Unpacking gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.3) over (4.8.2-19ubuntu1) ...", "Setting up gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.3) ...", "(Reading database ... 7443 files and directories currently installed.)", "Preparing to unpack .../libstdc++6_4.8.4-2ubuntu1~14.04.3_amd64.deb ...", "Unpacking libstdc++6:amd64 (4.8.4-2ubuntu1~14.04.3) over (4.8.2-19ubuntu1) ...", "Setting up libstdc++6:amd64 (4.8.4-2ubuntu1~14.04.3) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../libapt-pkg4.12_1.0.1ubuntu2.17_amd64.deb ...", "Unpacking libapt-pkg4.12:amd64 (1.0.1ubuntu2.17) over (1.0.1ubuntu2) ...", "Setting up libapt-pkg4.12:amd64 (1.0.1ubuntu2.17) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../gpgv_1.4.16-1ubuntu2.4_amd64.deb ...", "Unpacking gpgv (1.4.16-1ubuntu2.4) over (1.4.16-1ubuntu2) ...", "Setting up gpgv (1.4.16-1ubuntu2.4) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../gnupg_1.4.16-1ubuntu2.4_amd64.deb ...", "Unpacking gnupg (1.4.16-1ubuntu2.4) over (1.4.16-1ubuntu2) ...", "Setting up gnupg (1.4.16-1ubuntu2.4) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../apt_1.0.1ubuntu2.17_amd64.deb ...", "Unpacking apt (1.0.1ubuntu2.17) over (1.0.1ubuntu2) ...", "Setting up apt (1.0.1ubuntu2.17) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../bsdutils_1%3a2.20.1-5.1ubuntu20.9_amd64.deb ...", "Unpacking bsdutils (1:2.20.1-5.1ubuntu20.9) over (1:2.20.1-5.1ubuntu20) ...", "Setting up bsdutils (1:2.20.1-5.1ubuntu20.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../libcomerr2_1.42.9-3ubuntu1.3_amd64.deb ...", "Unpacking libcomerr2:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...", "Setting up libcomerr2:amd64 (1.42.9-3ubuntu1.3) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../libmount1_2.20.1-5.1ubuntu20.9_amd64.deb ...", "Unpacking libmount1:amd64 (2.20.1-5.1ubuntu20.9) over (2.20.1-5.1ubuntu20) ...", "Setting up libmount1:amd64 (2.20.1-5.1ubuntu20.9) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../libsepol1_2.2-1ubuntu0.1_amd64.deb ...", "Unpacking libsepol1:amd64 (2.2-1ubuntu0.1) over (2.2-1) ...", "Setting up libsepol1:amd64 (2.2-1ubuntu0.1) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../libss2_1.42.9-3ubuntu1.3_amd64.deb ...", "Unpacking libss2:amd64 (1.42.9-3ubuntu1.3) over (1.42.9-3ubuntu1) ...", "Setting up libss2:amd64 (1.42.9-3ubuntu1.3) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../libdrm2_2.4.67-1ubuntu0.14.04.1_amd64.deb ...", "Unpacking libdrm2:amd64 (2.4.67-1ubuntu0.14.04.1) over (2.4.52-1) ...", "Preparing to unpack .../klibc-utils_2.0.3-0ubuntu1.14.04.2_amd64.deb ...", "Unpacking klibc-utils (2.0.3-0ubuntu1.14.04.2) over (2.0.3-0ubuntu1) ...", "Preparing to unpack .../libklibc_2.0.3-0ubuntu1.14.04.2_amd64.deb ...", "Unpacking libklibc (2.0.3-0ubuntu1.14.04.2) over (2.0.3-0ubuntu1) ...", "Preparing to unpack .../initramfs-tools_0.103ubuntu4.6_all.deb ...", "Unpacking initramfs-tools (0.103ubuntu4.6) over (0.103ubuntu4) ...", "Preparing to unpack .../initramfs-tools-bin_0.103ubuntu4.6_amd64.deb ...", "Unpacking initramfs-tools-bin (0.103ubuntu4.6) over (0.103ubuntu4) ...", "Preparing to unpack .../cpio_2.11+dfsg-1ubuntu1.2_amd64.deb ...", "Unpacking cpio (2.11+dfsg-1ubuntu1.2) over (2.11+dfsg-1ubuntu1) ...", "Preparing to unpack .../plymouth_0.8.8-0ubuntu17.1_amd64.deb ...", "Unpacking plymouth (0.8.8-0ubuntu17.1) over (0.8.8-0ubuntu17) ...", "Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...", "Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...", "Preparing to unpack .../libplymouth2_0.8.8-0ubuntu17.1_amd64.deb ...", "Unpacking libplymouth2:amd64 (0.8.8-0ubuntu17.1) over (0.8.8-0ubuntu17) ...", "Preparing to unpack .../libpam-runtime_1.1.8-1ubuntu2.2_all.deb ...", "Unpacking libpam-runtime (1.1.8-1ubuntu2.2) over (1.1.8-1ubuntu2) ...", "Setting up libpam-runtime (1.1.8-1ubuntu2.2) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../multiarch-support_2.19-0ubuntu6.9_amd64.deb ...", "Unpacking multiarch-support (2.19-0ubuntu6.9) over (2.19-0ubuntu6) ...", "Setting up multiarch-support (2.19-0ubuntu6.9) ...", "(Reading database ... 7456 files and directories currently installed.)", "Preparing to unpack .../locales_2.13+git20120306-12.1_all.deb ...", "Unpacking locales (2.13+git20120306-12.1) over (2.13+git20120306-12) ...", "Setting up initscripts (2.88dsf-41ubuntu6.3) ...", "Installing new version of config file /etc/init.d/ondemand ...", "Setting up libdbus-1-3:amd64 (1.6.18-0ubuntu4.5) ...", "Setting up libjson-c2:amd64 (0.11-3ubuntu1.2) ...", "Setting up libcgmanager0:amd64 (0.24-0ubuntu7.5) ...", "Setting up libprocps3:amd64 (1:3.3.9-1ubuntu2.2) ...", "Setting up procps (1:3.3.9-1ubuntu2.2) ...", "Setting up libudev1:amd64 (204-5ubuntu20.20) ...", "Setting up udev (204-5ubuntu20.20) ...", "Installing new version of config file /etc/init/udev-fallback-graphics.conf ...", "Removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'", "update-initramfs: deferring update (trigger activated)", "Setting up iproute2 (3.12.0-2ubuntu1) ...", "Setting up ifupdown (0.7.47.2ubuntu4.4) ...", "Installing new version of config file /etc/init/network-interface.conf ...", "Setting up libjson0:amd64 (0.11-3ubuntu1.2) ...", "Setting up upstart (1.12.1-0ubuntu4.2) ...", "Installing new version of config file /etc/cron.daily/upstart ...", "Setting up libdrm2:amd64 (2.4.67-1ubuntu0.14.04.1) ...", "Setting up libklibc (2.0.3-0ubuntu1.14.04.2) ...", "Setting up klibc-utils (2.0.3-0ubuntu1.14.04.2) ...", "Setting up initramfs-tools-bin (0.103ubuntu4.6) ...", "Setting up cpio (2.11+dfsg-1ubuntu1.2) ...", "Setting up initramfs-tools (0.103ubuntu4.6) ...", "update-initramfs: deferring update (trigger activated)", "Setting up libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) ...", "Setting up libplymouth2:amd64 (0.8.8-0ubuntu17.1) ...", "Setting up plymouth (0.8.8-0ubuntu17.1) ...", "update-initramfs: deferring update (trigger activated)", "Setting up locales (2.13+git20120306-12.1) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "Processing triggers for initramfs-tools (0.103ubuntu4.6) ...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following NEW packages will be installed:", " busybox sudo", "0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.", "Need to get 752 kB of archives.", "After this operation, 2272 kB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main sudo amd64 1.8.9p5-1ubuntu1.3 [342 kB]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe busybox amd64 1:1.21.0-1ubuntu1 [410 kB]", "Fetched 752 kB in 2s (304 kB/s)", "Selecting previously unselected package sudo.", "(Reading database ... 7455 files and directories currently installed.)", "Preparing to unpack .../sudo_1.8.9p5-1ubuntu1.3_amd64.deb ...", "Unpacking sudo (1.8.9p5-1ubuntu1.3) ...", "Selecting previously unselected package busybox.", "Preparing to unpack .../busybox_1%3a1.21.0-1ubuntu1_amd64.deb ...", "Unpacking busybox (1:1.21.0-1ubuntu1) ...", "Setting up sudo (1.8.9p5-1ubuntu1.3) ...", "Setting up busybox (1:1.21.0-1ubuntu1) ...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following extra packages will be installed:", " file libexpat1 libffi6 libmagic1 libpython-stdlib libpython2.7-minimal", " libpython2.7-stdlib libsqlite3-0 libssl1.0.0 mime-support python-minimal", " python2.7 python2.7-minimal", "Suggested packages:", " python-doc python-tk python2.7-doc binutils binfmt-support", "The following NEW packages will be installed:", " file libexpat1 libffi6 libmagic1 libpython-stdlib libpython2.7-minimal", " libpython2.7-stdlib libsqlite3-0 libssl1.0.0 mime-support python", " python-minimal python2.7 python2.7-minimal", "0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.", "Need to get 5225 kB of archives.", "After this operation, 23.4 MB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1 amd64 2.1.0-4ubuntu1.3 [71.1 kB]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libffi6 amd64 3.1~rc1+r3.0.13-12ubuntu0.1 [17.5 kB]", "Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmagic1 amd64 1:5.14-2ubuntu3.3 [185 kB]", "Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsqlite3-0 amd64 3.8.2-1ubuntu2.1 [342 kB]", "Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl1.0.0 amd64 1.0.1f-1ubuntu2.21 [830 kB]", "Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.3 [307 kB]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.3 [1187 kB]", "Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main file amd64 1:5.14-2ubuntu3.3 [18.9 kB]", "Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mime-support all 3.54ubuntu1.1 [29.3 kB]", "Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.3 [1873 kB]", "Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B]", "Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.3 [197 kB]", "Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB]", "Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB]", "Fetched 5225 kB in 4s (1168 kB/s)", "Selecting previously unselected package libexpat1:amd64.", "(Reading database ... 7518 files and directories currently installed.)", "Preparing to unpack .../libexpat1_2.1.0-4ubuntu1.3_amd64.deb ...", "Unpacking libexpat1:amd64 (2.1.0-4ubuntu1.3) ...", "Selecting previously unselected package libffi6:amd64.", "Preparing to unpack .../libffi6_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ...", "Unpacking libffi6:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...", "Selecting previously unselected package libmagic1:amd64.", "Preparing to unpack .../libmagic1_1%3a5.14-2ubuntu3.3_amd64.deb ...", "Unpacking libmagic1:amd64 (1:5.14-2ubuntu3.3) ...", "Selecting previously unselected package libsqlite3-0:amd64.", "Preparing to unpack .../libsqlite3-0_3.8.2-1ubuntu2.1_amd64.deb ...", "Unpacking libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) ...", "Selecting previously unselected package libssl1.0.0:amd64.", "Preparing to unpack .../libssl1.0.0_1.0.1f-1ubuntu2.21_amd64.deb ...", "Unpacking libssl1.0.0:amd64 (1.0.1f-1ubuntu2.21) ...", "Selecting previously unselected package libpython2.7-minimal:amd64.", "Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ...", "Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.3) ...", "Selecting previously unselected package python2.7-minimal.", "Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ...", "Unpacking python2.7-minimal (2.7.6-8ubuntu0.3) ...", "Selecting previously unselected package file.", "Preparing to unpack .../file_1%3a5.14-2ubuntu3.3_amd64.deb ...", "Unpacking file (1:5.14-2ubuntu3.3) ...", "Selecting previously unselected package mime-support.", "Preparing to unpack .../mime-support_3.54ubuntu1.1_all.deb ...", "Unpacking mime-support (3.54ubuntu1.1) ...", "Selecting previously unselected package libpython2.7-stdlib:amd64.", "Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.3_amd64.deb ...", "Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.3) ...", "Selecting previously unselected package libpython-stdlib:amd64.", "Preparing to unpack .../libpython-stdlib_2.7.5-5ubuntu3_amd64.deb ...", "Unpacking libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...", "Selecting previously unselected package python2.7.", "Preparing to unpack .../python2.7_2.7.6-8ubuntu0.3_amd64.deb ...", "Unpacking python2.7 (2.7.6-8ubuntu0.3) ...", "Selecting previously unselected package python-minimal.", "Preparing to unpack .../python-minimal_2.7.5-5ubuntu3_amd64.deb ...", "Unpacking python-minimal (2.7.5-5ubuntu3) ...", "Selecting previously unselected package python.", "Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ...", "Unpacking python (2.7.5-5ubuntu3) ...", "Setting up libexpat1:amd64 (2.1.0-4ubuntu1.3) ...", "Setting up libffi6:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ...", "Setting up libmagic1:amd64 (1:5.14-2ubuntu3.3) ...", "Setting up libsqlite3-0:amd64 (3.8.2-1ubuntu2.1) ...", "Setting up libssl1.0.0:amd64 (1.0.1f-1ubuntu2.21) ...", "Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.3) ...", "Setting up python2.7-minimal (2.7.6-8ubuntu0.3) ...", "Linking and byte-compiling packages for runtime python2.7...", "Setting up file (1:5.14-2ubuntu3.3) ...", "Setting up mime-support (3.54ubuntu1.1) ...", "update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode", "Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.3) ...", "Setting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...", "Setting up python2.7 (2.7.6-8ubuntu0.3) ...", "Setting up python-minimal (2.7.5-5ubuntu3) ...", "Setting up python (2.7.5-5ubuntu3) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "DIB_ADD_APT_KEYS is not set - not importing keys", "Use of serial-console element is deprecated, please use enable-serial-console instead.", "Getting /home/jenkins/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:03:46 PST 2017 for /tmp/dib_build.hPQ9vbF0/hooks/source-repository-pip-and-virtualenv", "(0001 / 0001)", "Caching pip-and-virtualenv file from https://bootstrap.pypa.io/get-pip.py in /home/jenkins/.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 /home/jenkins/.cache/image-create/source-repositories/repositories_flock: Wed Jan 25 03:03:47 PST 2017 for /tmp/dib_build.hPQ9vbF0/hooks/source-repository-simple-init", "(0001 / 0001)", "Updating cache of https://git.openstack.org/openstack-infra/glean in /home/jenkins/.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.hPQ9vbF0/hooks/install.d /opt/bifrost/playbooks", "/opt/bifrost/playbooks", "/tmp/dib_build.hPQ9vbF0/hooks/install.d /opt/bifrost/playbooks", "/opt/bifrost/playbooks", "Ign http://archive.ubuntu.com trusty InRelease", "Hit http://archive.ubuntu.com trusty-updates InRelease", "Hit http://archive.ubuntu.com trusty-backports InRelease", "Hit http://archive.ubuntu.com trusty-security InRelease", "Hit http://archive.ubuntu.com trusty Release.gpg", "Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty Release", "Hit http://archive.ubuntu.com trusty/main amd64 Packages", "Hit http://archive.ubuntu.com trusty/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty/universe amd64 Packages", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.", "installing lsb-release from debootstrap", "installing python-xml from pip-and-virtualenv", "Running command: ['install-packages', u'', u'lsb-release']", "> Reading package lists...", "> Building dependency tree...", "> Reading state information...", "> The following extra packages will be installed:", "> dh-python libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib python3", "> python3-minimal python3.4 python3.4-minimal", "> Suggested packages:", "> lsb python3-doc python3-tk python3.4-venv python3.4-doc binutils", "> binfmt-support", "> The following NEW packages will be installed:", "> dh-python libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib", "> lsb-release python3 python3-minimal python3.4 python3.4-minimal", "> 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.", "> Need to get 3946 kB of archives.", "> After this operation, 17.8 MB of additional disk space will be used.", "> Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4-minimal amd64 3.4.3-1ubuntu1~14.04.5 [462 kB]", "> Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4-stdlib amd64 3.4.3-1ubuntu1~14.04.5 [1985 kB]", "> Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3.4-minimal amd64 3.4.3-1ubuntu1~14.04.5 [1220 kB]", "> Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3.4 amd64 3.4.3-1ubuntu1~14.04.5 [178 kB]", "> Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main python3-minimal amd64 3.4.0-0ubuntu2 [23.2 kB]", "> Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libpython3-stdlib amd64 3.4.0-0ubuntu2 [6912 B]", "> Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main python3 amd64 3.4.0-0ubuntu2 [8666 B]", "> Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dh-python all 1.20140128-1ubuntu8.2 [51.1 kB]", "> Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main lsb-release all 4.1+Debian11ubuntu6.2 [11.6 kB]", "> Fetched 3946 kB in 6s (639 kB/s)", "> Selecting previously unselected package libpython3.4-minimal:amd64.", "> (Reading database ... 8412 files and directories currently installed.)", "> Preparing to unpack .../libpython3.4-minimal_3.4.3-1ubuntu1~14.04.5_amd64.deb ...", "> Unpacking libpython3.4-minimal:amd64 (3.4.3-1ubuntu1~14.04.5) ...", "> Selecting previously unselected package libpython3.4-stdlib:amd64.", "> Preparing to unpack .../libpython3.4-stdlib_3.4.3-1ubuntu1~14.04.5_amd64.deb ...", "> Unpacking libpython3.4-stdlib:amd64 (3.4.3-1ubuntu1~14.04.5) ...", "> Selecting previously unselected package python3.4-minimal.", "> Preparing to unpack .../python3.4-minimal_3.4.3-1ubuntu1~14.04.5_amd64.deb ...", "> Unpacking python3.4-minimal (3.4.3-1ubuntu1~14.04.5) ...", "> Selecting previously unselected package python3.4.", "> Preparing to unpack .../python3.4_3.4.3-1ubuntu1~14.04.5_amd64.deb ...", "> Unpacking python3.4 (3.4.3-1ubuntu1~14.04.5) ...", "> Selecting previously unselected package python3-minimal.", "> Preparing to unpack .../python3-minimal_3.4.0-0ubuntu2_amd64.deb ...", "> Unpacking python3-minimal (3.4.0-0ubuntu2) ...", "> Selecting previously unselected package libpython3-stdlib:amd64.", "> Preparing to unpack .../libpython3-stdlib_3.4.0-0ubuntu2_amd64.deb ...", "> Unpacking libpython3-stdlib:amd64 (3.4.0-0ubuntu2) ...", "> Selecting previously unselected package python3.", "> Preparing to unpack .../python3_3.4.0-0ubuntu2_amd64.deb ...", "> Unpacking python3 (3.4.0-0ubuntu2) ...", "> Selecting previously unselected package dh-python.", "> Preparing to unpack .../dh-python_1.20140128-1ubuntu8.2_all.deb ...", "> Unpacking dh-python (1.20140128-1ubuntu8.2) ...", "> Selecting previously unselected package lsb-release.", "> Preparing to unpack .../lsb-release_4.1+Debian11ubuntu6.2_all.deb ...", "> Unpacking lsb-release (4.1+Debian11ubuntu6.2) ...", "> Processing triggers for mime-support (3.54ubuntu1.1) ...", "> Setting up libpython3.4-minimal:amd64 (3.4.3-1ubuntu1~14.04.5) ...", "> Setting up libpython3.4-stdlib:amd64 (3.4.3-1ubuntu1~14.04.5) ...", "> Setting up python3.4-minimal (3.4.3-1ubuntu1~14.04.5) ...", "> Setting up python3.4 (3.4.3-1ubuntu1~14.04.5) ...", "> Setting up python3-minimal (3.4.0-0ubuntu2) ...", "> Setting up libpython3-stdlib:amd64 (3.4.0-0ubuntu2) ...", "> Setting up dh-python (1.20140128-1ubuntu8.2) ...", "> Setting up python3 (3.4.0-0ubuntu2) ...", "> Setting up lsb-release (4.1+Debian11ubuntu6.2) ...", "> -- done", "Ign http://archive.ubuntu.com trusty InRelease", "Hit http://archive.ubuntu.com trusty-updates InRelease", "Hit http://archive.ubuntu.com trusty-backports InRelease", "Hit http://archive.ubuntu.com trusty-security InRelease", "Hit http://archive.ubuntu.com trusty Release.gpg", "Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty Release", "Hit http://archive.ubuntu.com trusty/main amd64 Packages", "Hit http://archive.ubuntu.com trusty/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty/universe amd64 Packages", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following extra packages will be installed:", " apt-utils ca-certificates gir1.2-glib-2.0 iso-codes libapt-inst1.5", " libasn1-8-heimdal libcurl3-gnutls libdbus-glib-1-2 libgcrypt11", " libgirepository-1.0-1 libglib2.0-0 libgnutls26 libgpg-error0", " libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal", " libheimntlm0-heimdal libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1", " libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0", " libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules-db libtasn1-6", " libwind0-heimdal openssl python-apt-common python3-apt python3-dbus", " python3-gi python3-pycurl python3-software-properties ucf", " unattended-upgrades xz-utils", "Suggested packages:", " isoquery rng-tools gnutls-bin krb5-doc krb5-user python3-apt-dbg", " python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev", " python3-pycurl-dbg bsd-mailx mail-transport-agent", "Recommended packages:", " libglib2.0-data shared-mime-info krb5-locales libsasl2-modules", "The following NEW packages will be installed:", " apt-utils ca-certificates gir1.2-glib-2.0 iso-codes libapt-inst1.5", " libasn1-8-heimdal libcurl3-gnutls libdbus-glib-1-2 libgcrypt11", " libgirepository-1.0-1 libglib2.0-0 libgnutls26 libgpg-error0", " libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal", " libheimntlm0-heimdal libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1", " libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libp11-kit0", " libroken18-heimdal librtmp0 libsasl2-2 libsasl2-modules-db libtasn1-6", " libwind0-heimdal openssl python-apt-common python3-apt python3-dbus", " python3-gi python3-pycurl python3-software-properties", " software-properties-common ucf unattended-upgrades xz-utils", "0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded.", "Need to get 7517 kB of archives.", "After this operation, 36.8 MB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libapt-inst1.5 amd64 1.0.1ubuntu2.17 [58.8 kB]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libgpg-error0 amd64 1.12-0.2ubuntu1 [10.9 kB]", "Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcrypt11 amd64 1.5.3-2ubuntu4.4 [238 kB]", "Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0 amd64 0.20.2-2ubuntu2 [76.5 kB]", "Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6 amd64 3.4-3ubuntu0.4 [43.6 kB]", "Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgnutls26 amd64 2.12.23-12ubuntu2.5 [393 kB]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libroken18-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [40.0 kB]", "Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasn1-8-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [161 kB]", "Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5support0 amd64 1.12+dfsg-2ubuntu5.3 [30.7 kB]", "Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libk5crypto3 amd64 1.12+dfsg-2ubuntu5.3 [79.6 kB]", "Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libkeyutils1 amd64 1.5.6-1 [7318 B]", "Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-3 amd64 1.12+dfsg-2ubuntu5.3 [262 kB]", "Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi-krb5-2 amd64 1.12+dfsg-2ubuntu5.3 [114 kB]", "Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11 amd64 1.28-1ubuntu2.1 [94.4 kB]", "Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhcrypto4-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [83.9 kB]", "Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimbase1-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [28.9 kB]", "Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libwind0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [47.8 kB]", "Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhx509-5-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [104 kB]", "Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-26-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [196 kB]", "Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimntlm0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [15.2 kB]", "Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi3-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.1 [89.8 kB]", "Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-modules-db amd64 2.1.25.dfsg1-17build1 [14.9 kB]", "Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-2 amd64 2.1.25.dfsg1-17build1 [56.5 kB]", "Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libldap-2.4-2 amd64 2.4.31-1+nmu2ubuntu8.3 [153 kB]", "Get:25 http://archive.ubuntu.com/ubuntu/ trusty/main librtmp0 amd64 2.4+20121230.gitdf6c518-1 [57.5 kB]", "Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3-gnutls amd64 7.35.0-1ubuntu2.10 [166 kB]", "Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libglib2.0-0 amd64 2.40.2-0ubuntu1 [1058 kB]", "Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libdbus-glib-1-2 amd64 0.100.2-1 [74.1 kB]", "Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt-utils amd64 1.0.1ubuntu2.17 [171 kB]", "Get:30 http://archive.ubuntu.com/ubuntu/ trusty/main ucf all 3.0027+nmu1 [56.3 kB]", "Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssl amd64 1.0.1f-1ubuntu2.21 [489 kB]", "Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ca-certificates all 20160104ubuntu0.14.04.1 [190 kB]", "Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgirepository-1.0-1 amd64 1.40.0-1ubuntu0.2 [85.6 kB]", "Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gir1.2-glib-2.0 amd64 1.40.0-1ubuntu0.2 [124 kB]", "Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main iso-codes all 3.52-1 [2073 kB]", "Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-apt-common all 0.9.3.5ubuntu2 [16.6 kB]", "Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-apt amd64 0.9.3.5ubuntu2 [139 kB]", "Get:38 http://archive.ubuntu.com/ubuntu/ trusty/main python3-dbus amd64 1.2.0-2build2 [82.1 kB]", "Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-gi amd64 3.12.0-1ubuntu1 [154 kB]", "Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main python3-pycurl amd64 7.19.3-0ubuntu3 [47.5 kB]", "Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]", "Get:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.4 [25.9 kB]", "Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.7 [19.1 kB]", "Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.7 [9356 B]", "Fetched 7517 kB in 24s (306 kB/s)", "Selecting previously unselected package libapt-inst1.5:amd64.", "(Reading database ... 9331 files and directories currently installed.)", "Preparing to unpack .../libapt-inst1.5_1.0.1ubuntu2.17_amd64.deb ...", "Unpacking libapt-inst1.5:amd64 (1.0.1ubuntu2.17) ...", "Selecting previously unselected package libgpg-error0:amd64.", "Preparing to unpack .../libgpg-error0_1.12-0.2ubuntu1_amd64.deb ...", "Unpacking libgpg-error0:amd64 (1.12-0.2ubuntu1) ...", "Selecting previously unselected package libgcrypt11:amd64.", "Preparing to unpack .../libgcrypt11_1.5.3-2ubuntu4.4_amd64.deb ...", "Unpacking libgcrypt11:amd64 (1.5.3-2ubuntu4.4) ...", "Selecting previously unselected package libp11-kit0:amd64.", "Preparing to unpack .../libp11-kit0_0.20.2-2ubuntu2_amd64.deb ...", "Unpacking libp11-kit0:amd64 (0.20.2-2ubuntu2) ...", "Selecting previously unselected package libtasn1-6:amd64.", "Preparing to unpack .../libtasn1-6_3.4-3ubuntu0.4_amd64.deb ...", "Unpacking libtasn1-6:amd64 (3.4-3ubuntu0.4) ...", "Selecting previously unselected package libgnutls26:amd64.", "Preparing to unpack .../libgnutls26_2.12.23-12ubuntu2.5_amd64.deb ...", "Unpacking libgnutls26:amd64 (2.12.23-12ubuntu2.5) ...", "Selecting previously unselected package libroken18-heimdal:amd64.", "Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libasn1-8-heimdal:amd64.", "Preparing to unpack .../libasn1-8-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libkrb5support0:amd64.", "Preparing to unpack .../libkrb5support0_1.12+dfsg-2ubuntu5.3_amd64.deb ...", "Unpacking libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Selecting previously unselected package libk5crypto3:amd64.", "Preparing to unpack .../libk5crypto3_1.12+dfsg-2ubuntu5.3_amd64.deb ...", "Unpacking libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Selecting previously unselected package libkeyutils1:amd64.", "Preparing to unpack .../libkeyutils1_1.5.6-1_amd64.deb ...", "Unpacking libkeyutils1:amd64 (1.5.6-1) ...", "Selecting previously unselected package libkrb5-3:amd64.", "Preparing to unpack .../libkrb5-3_1.12+dfsg-2ubuntu5.3_amd64.deb ...", "Unpacking libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Selecting previously unselected package libgssapi-krb5-2:amd64.", "Preparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2ubuntu5.3_amd64.deb ...", "Unpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Selecting previously unselected package libidn11:amd64.", "Preparing to unpack .../libidn11_1.28-1ubuntu2.1_amd64.deb ...", "Unpacking libidn11:amd64 (1.28-1ubuntu2.1) ...", "Selecting previously unselected package libhcrypto4-heimdal:amd64.", "Preparing to unpack .../libhcrypto4-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libheimbase1-heimdal:amd64.", "Preparing to unpack .../libheimbase1-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libwind0-heimdal:amd64.", "Preparing to unpack .../libwind0-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libhx509-5-heimdal:amd64.", "Preparing to unpack .../libhx509-5-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libkrb5-26-heimdal:amd64.", "Preparing to unpack .../libkrb5-26-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libheimntlm0-heimdal:amd64.", "Preparing to unpack .../libheimntlm0-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libgssapi3-heimdal:amd64.", "Preparing to unpack .../libgssapi3-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...", "Unpacking libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Selecting previously unselected package libsasl2-modules-db:amd64.", "Preparing to unpack .../libsasl2-modules-db_2.1.25.dfsg1-17build1_amd64.deb ...", "Unpacking libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ...", "Selecting previously unselected package libsasl2-2:amd64.", "Preparing to unpack .../libsasl2-2_2.1.25.dfsg1-17build1_amd64.deb ...", "Unpacking libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ...", "Selecting previously unselected package libldap-2.4-2:amd64.", "Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2ubuntu8.3_amd64.deb ...", "Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.3) ...", "Selecting previously unselected package librtmp0:amd64.", "Preparing to unpack .../librtmp0_2.4+20121230.gitdf6c518-1_amd64.deb ...", "Unpacking librtmp0:amd64 (2.4+20121230.gitdf6c518-1) ...", "Selecting previously unselected package libcurl3-gnutls:amd64.", "Preparing to unpack .../libcurl3-gnutls_7.35.0-1ubuntu2.10_amd64.deb ...", "Unpacking libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.10) ...", "Selecting previously unselected package libglib2.0-0:amd64.", "Preparing to unpack .../libglib2.0-0_2.40.2-0ubuntu1_amd64.deb ...", "Unpacking libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...", "Selecting previously unselected package libdbus-glib-1-2:amd64.", "Preparing to unpack .../libdbus-glib-1-2_0.100.2-1_amd64.deb ...", "Unpacking libdbus-glib-1-2:amd64 (0.100.2-1) ...", "Selecting previously unselected package apt-utils.", "Preparing to unpack .../apt-utils_1.0.1ubuntu2.17_amd64.deb ...", "Unpacking apt-utils (1.0.1ubuntu2.17) ...", "Selecting previously unselected package ucf.", "Preparing to unpack .../ucf_3.0027+nmu1_all.deb ...", "Unpacking ucf (3.0027+nmu1) ...", "Selecting previously unselected package openssl.", "Preparing to unpack .../openssl_1.0.1f-1ubuntu2.21_amd64.deb ...", "Unpacking openssl (1.0.1f-1ubuntu2.21) ...", "Selecting previously unselected package ca-certificates.", "Preparing to unpack .../ca-certificates_20160104ubuntu0.14.04.1_all.deb ...", "Unpacking ca-certificates (20160104ubuntu0.14.04.1) ...", "Selecting previously unselected package libgirepository-1.0-1.", "Preparing to unpack .../libgirepository-1.0-1_1.40.0-1ubuntu0.2_amd64.deb ...", "Unpacking libgirepository-1.0-1 (1.40.0-1ubuntu0.2) ...", "Selecting previously unselected package gir1.2-glib-2.0.", "Preparing to unpack .../gir1.2-glib-2.0_1.40.0-1ubuntu0.2_amd64.deb ...", "Unpacking gir1.2-glib-2.0 (1.40.0-1ubuntu0.2) ...", "Selecting previously unselected package iso-codes.", "Preparing to unpack .../iso-codes_3.52-1_all.deb ...", "Unpacking iso-codes (3.52-1) ...", "Selecting previously unselected package python-apt-common.", "Preparing to unpack .../python-apt-common_0.9.3.5ubuntu2_all.deb ...", "Unpacking python-apt-common (0.9.3.5ubuntu2) ...", "Selecting previously unselected package python3-apt.", "Preparing to unpack .../python3-apt_0.9.3.5ubuntu2_amd64.deb ...", "Unpacking python3-apt (0.9.3.5ubuntu2) ...", "Selecting previously unselected package python3-dbus.", "Preparing to unpack .../python3-dbus_1.2.0-2build2_amd64.deb ...", "Unpacking python3-dbus (1.2.0-2build2) ...", "Selecting previously unselected package python3-gi.", "Preparing to unpack .../python3-gi_3.12.0-1ubuntu1_amd64.deb ...", "Unpacking python3-gi (3.12.0-1ubuntu1) ...", "Selecting previously unselected package python3-pycurl.", "Preparing to unpack .../python3-pycurl_7.19.3-0ubuntu3_amd64.deb ...", "Unpacking python3-pycurl (7.19.3-0ubuntu3) ...", "Selecting previously unselected package xz-utils.", "Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...", "Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...", "Selecting previously unselected package unattended-upgrades.", "Preparing to unpack .../unattended-upgrades_0.82.1ubuntu2.4_all.deb ...", "Unpacking unattended-upgrades (0.82.1ubuntu2.4) ...", "Selecting previously unselected package python3-software-properties.", "Preparing to unpack .../python3-software-properties_0.92.37.7_all.deb ...", "Unpacking python3-software-properties (0.92.37.7) ...", "Selecting previously unselected package software-properties-common.", "Preparing to unpack .../software-properties-common_0.92.37.7_all.deb ...", "Unpacking software-properties-common (0.92.37.7) ...", "Setting up libapt-inst1.5:amd64 (1.0.1ubuntu2.17) ...", "Setting up libgpg-error0:amd64 (1.12-0.2ubuntu1) ...", "Setting up libgcrypt11:amd64 (1.5.3-2ubuntu4.4) ...", "Setting up libp11-kit0:amd64 (0.20.2-2ubuntu2) ...", "Setting up libtasn1-6:amd64 (3.4-3ubuntu0.4) ...", "Setting up libgnutls26:amd64 (2.12.23-12ubuntu2.5) ...", "Setting up libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Setting up libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Setting up libkeyutils1:amd64 (1.5.6-1) ...", "Setting up libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Setting up libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ...", "Setting up libidn11:amd64 (1.28-1ubuntu2.1) ...", "Setting up libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...", "Setting up libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ...", "Setting up libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ...", "Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.3) ...", "Setting up librtmp0:amd64 (2.4+20121230.gitdf6c518-1) ...", "Setting up libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.10) ...", "Setting up libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...", "No schema files found: doing nothing.", "Setting up libdbus-glib-1-2:amd64 (0.100.2-1) ...", "Setting up apt-utils (1.0.1ubuntu2.17) ...", "Setting up ucf (3.0027+nmu1) ...", "Setting up openssl (1.0.1f-1ubuntu2.21) ...", "Setting up ca-certificates (20160104ubuntu0.14.04.1) ...", "Setting up libgirepository-1.0-1 (1.40.0-1ubuntu0.2) ...", "Setting up gir1.2-glib-2.0 (1.40.0-1ubuntu0.2) ...", "Setting up iso-codes (3.52-1) ...", "Setting up python-apt-common (0.9.3.5ubuntu2) ...", "Setting up python3-apt (0.9.3.5ubuntu2) ...", "Setting up python3-dbus (1.2.0-2build2) ...", "Setting up python3-gi (3.12.0-1ubuntu1) ...", "Setting up python3-pycurl (7.19.3-0ubuntu3) ...", "Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...", "update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode", "Setting up unattended-upgrades (0.82.1ubuntu2.4) ...", "Setting up python3-software-properties (0.92.37.7) ...", "Setting up software-properties-common (0.92.37.7) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "Processing triggers for ca-certificates (20160104ubuntu0.14.04.1) ...", "Updating certificates in /etc/ssl/certs... 173 added, 0 removed; done.", "Running hooks in /etc/ca-certificates/update.d....done.", "Ign http://archive.ubuntu.com trusty InRelease", "Hit http://archive.ubuntu.com trusty-updates InRelease", "Hit http://archive.ubuntu.com trusty-backports InRelease", "Hit http://archive.ubuntu.com trusty-security InRelease", "Hit http://archive.ubuntu.com trusty Release.gpg", "Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty Release", "Hit http://archive.ubuntu.com trusty/main amd64 Packages", "Hit http://archive.ubuntu.com trusty/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty/universe amd64 Packages", "Reading package lists...", "Not running install-packages remove with empty packages list", "Nothing to uninstall", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following extra packages will be installed:", " init-system-helpers language-pack-en-base libcurl3 libestr0 libgdbm3", " libgnutls-openssl27 libgpm2 libpython2.7 perl perl-modules vim-common", " vim-runtime", "Suggested packages:", " net-tools gpm perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl", " make libb-lint-perl libcpanplus-dist-build-perl libcpanplus-perl", " libfile-checktree-perl liblog-message-simple-perl liblog-message-perl", " libobject-accessor-perl rsyslog-mysql rsyslog-pgsql rsyslog-doc", " rsyslog-gnutls rsyslog-gssapi rsyslog-relp apparmor ctags vim-doc", " vim-scripts", "Recommended packages:", " libcap2-bin netbase libarchive-extract-perl libmodule-pluggable-perl", " libpod-latex-perl libterm-ui-perl libtext-soundex-perl logrotate", "The following NEW packages will be installed:", " bridge-utils curl init-system-helpers iputils-ping language-pack-en", " language-pack-en-base less libcurl3 libestr0 libgdbm3 libgnutls-openssl27", " libgpm2 libpython2.7 perl perl-modules rsyslog vim vim-common vim-runtime", " vlan", "0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.", "Need to get 13.7 MB of archives.", "After this operation, 74.5 MB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libestr0 amd64 0.1.9-0ubuntu2 [7220 B]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libgdbm3 amd64 1.8.3-12build1 [33.5 kB]", "Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgnutls-openssl27 amd64 2.12.23-12ubuntu2.5 [18.4 kB]", "Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main language-pack-en-base all 1:14.04+20160720 [484 kB]", "Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main language-pack-en all 1:14.04+20160720 [1820 B]", "Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3 amd64 7.35.0-1ubuntu2.10 [173 kB]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libgpm2 amd64 1.20.4-6.1 [16.5 kB]", "Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.3 [1039 kB]", "Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main perl-modules all 5.18.2-2ubuntu1.1 [2673 kB]", "Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main perl amd64 5.18.2-2ubuntu1.1 [2648 kB]", "Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main init-system-helpers all 1.14ubuntu1 [10.7 kB]", "Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main iputils-ping amd64 3:20121221-4ubuntu1.1 [52.6 kB]", "Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main less amd64 458-2 [116 kB]", "Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsyslog amd64 7.4.4-1ubuntu2.6 [355 kB]", "Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vim-common amd64 2:7.4.052-1ubuntu3.1 [95.2 kB]", "Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main bridge-utils amd64 1.5-6ubuntu2 [29.2 kB]", "Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main curl amd64 7.35.0-1ubuntu2.10 [123 kB]", "Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vim-runtime all 2:7.4.052-1ubuntu3.1 [4882 kB]", "Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vim amd64 2:7.4.052-1ubuntu3.1 [955 kB]", "Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main vlan amd64 1.9-3ubuntu10.1 [30.6 kB]", "Fetched 13.7 MB in 15s (859 kB/s)", "Selecting previously unselected package libestr0.", "(Reading database ... 10727 files and directories currently installed.)", "Preparing to unpack .../libestr0_0.1.9-0ubuntu2_amd64.deb ...", "Unpacking libestr0 (0.1.9-0ubuntu2) ...", "Selecting previously unselected package libgdbm3:amd64.", "Preparing to unpack .../libgdbm3_1.8.3-12build1_amd64.deb ...", "Unpacking libgdbm3:amd64 (1.8.3-12build1) ...", "Selecting previously unselected package libgnutls-openssl27:amd64.", "Preparing to unpack .../libgnutls-openssl27_2.12.23-12ubuntu2.5_amd64.deb ...", "Unpacking libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.5) ...", "Selecting previously unselected package language-pack-en-base.", "Preparing to unpack .../language-pack-en-base_1%3a14.04+20160720_all.deb ...", "Unpacking language-pack-en-base (1:14.04+20160720) ...", "Selecting previously unselected package language-pack-en.", "Preparing to unpack .../language-pack-en_1%3a14.04+20160720_all.deb ...", "Unpacking language-pack-en (1:14.04+20160720) ...", "Selecting previously unselected package libcurl3:amd64.", "Preparing to unpack .../libcurl3_7.35.0-1ubuntu2.10_amd64.deb ...", "Unpacking libcurl3:amd64 (7.35.0-1ubuntu2.10) ...", "Selecting previously unselected package libgpm2:amd64.", "Preparing to unpack .../libgpm2_1.20.4-6.1_amd64.deb ...", "Unpacking libgpm2:amd64 (1.20.4-6.1) ...", "Selecting previously unselected package libpython2.7:amd64.", "Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.3_amd64.deb ...", "Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.3) ...", "Selecting previously unselected package perl-modules.", "Preparing to unpack .../perl-modules_5.18.2-2ubuntu1.1_all.deb ...", "Unpacking perl-modules (5.18.2-2ubuntu1.1) ...", "Selecting previously unselected package perl.", "Preparing to unpack .../perl_5.18.2-2ubuntu1.1_amd64.deb ...", "Unpacking perl (5.18.2-2ubuntu1.1) ...", "Selecting previously unselected package init-system-helpers.", "Preparing to unpack .../init-system-helpers_1.14ubuntu1_all.deb ...", "Unpacking init-system-helpers (1.14ubuntu1) ...", "Selecting previously unselected package iputils-ping.", "Preparing to unpack .../iputils-ping_3%3a20121221-4ubuntu1.1_amd64.deb ...", "Unpacking iputils-ping (3:20121221-4ubuntu1.1) ...", "Selecting previously unselected package less.", "Preparing to unpack .../archives/less_458-2_amd64.deb ...", "Unpacking less (458-2) ...", "Selecting previously unselected package rsyslog.", "Preparing to unpack .../rsyslog_7.4.4-1ubuntu2.6_amd64.deb ...", "Unpacking rsyslog (7.4.4-1ubuntu2.6) ...", "Selecting previously unselected package vim-common.", "Preparing to unpack .../vim-common_2%3a7.4.052-1ubuntu3.1_amd64.deb ...", "Unpacking vim-common (2:7.4.052-1ubuntu3.1) ...", "Selecting previously unselected package bridge-utils.", "Preparing to unpack .../bridge-utils_1.5-6ubuntu2_amd64.deb ...", "Unpacking bridge-utils (1.5-6ubuntu2) ...", "Selecting previously unselected package curl.", "Preparing to unpack .../curl_7.35.0-1ubuntu2.10_amd64.deb ...", "Unpacking curl (7.35.0-1ubuntu2.10) ...", "Selecting previously unselected package vim-runtime.", "Preparing to unpack .../vim-runtime_2%3a7.4.052-1ubuntu3.1_all.deb ...", "Adding 'diversion of /usr/share/vim/vim74/doc/help.txt to /usr/share/vim/vim74/doc/help.txt.vim-tiny by vim-runtime'", "Adding 'diversion of /usr/share/vim/vim74/doc/tags to /usr/share/vim/vim74/doc/tags.vim-tiny by vim-runtime'", "Unpacking vim-runtime (2:7.4.052-1ubuntu3.1) ...", "Selecting previously unselected package vim.", "Preparing to unpack .../vim_2%3a7.4.052-1ubuntu3.1_amd64.deb ...", "Unpacking vim (2:7.4.052-1ubuntu3.1) ...", "Selecting previously unselected package vlan.", "Preparing to unpack .../vlan_1.9-3ubuntu10.1_amd64.deb ...", "Unpacking vlan (1.9-3ubuntu10.1) ...", "Processing triggers for mime-support (3.54ubuntu1.1) ...", "Setting up libestr0 (0.1.9-0ubuntu2) ...", "Setting up libgdbm3:amd64 (1.8.3-12build1) ...", "Setting up libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.5) ...", "Setting up libcurl3:amd64 (7.35.0-1ubuntu2.10) ...", "Setting up libgpm2:amd64 (1.20.4-6.1) ...", "Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.3) ...", "Setting up iputils-ping (3:20121221-4ubuntu1.1) ...", "Setting up less (458-2) ...", "Setting up vim-common (2:7.4.052-1ubuntu3.1) ...", "Setting up bridge-utils (1.5-6ubuntu2) ...", "Setting up curl (7.35.0-1ubuntu2.10) ...", "Setting up vim-runtime (2:7.4.052-1ubuntu3.1) ...", "Processing /usr/share/vim/addons/doc", "Setting up vim (2:7.4.052-1ubuntu3.1) ...", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode", "update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode", "Setting up vlan (1.9-3ubuntu10.1) ...", "Setting up language-pack-en (1:14.04+20160720) ...", "Setting up perl-modules (5.18.2-2ubuntu1.1) ...", "Setting up perl (5.18.2-2ubuntu1.1) ...", "update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode", "Setting up init-system-helpers (1.14ubuntu1) ...", "Setting up rsyslog (7.4.4-1ubuntu2.6) ...", "Adding user `syslog' to group `adm' ...", "Adding user syslog to group adm", "Done.", "Setting up language-pack-en-base (1:14.04+20160720) ...", "Generating locales...", " en_AG.UTF-8... done", " en_AU.UTF-8... done", " en_BW.UTF-8... done", " en_CA.UTF-8... done", " en_DK.UTF-8... done", " en_GB.UTF-8... done", " en_HK.UTF-8... done", " en_IE.UTF-8... done", " en_IN.UTF-8... done", " en_NG.UTF-8... done", " en_NZ.UTF-8... done", " en_PH.UTF-8... done", " en_SG.UTF-8... done", " en_US.UTF-8... done", " en_ZA.UTF-8... done", " en_ZM.UTF-8... done", " en_ZW.UTF-8... done", "Generation complete.", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following NEW packages will be installed:", " open-iscsi", "0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.", "Need to get 268 kB of archives.", "After this operation, 2221 kB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main open-iscsi amd64 2.0.873-3ubuntu9 [268 kB]", "Fetched 268 kB in 0s (303 kB/s)", "Selecting previously unselected package open-iscsi.", "(Reading database ... 14580 files and directories currently installed.)", "Preparing to unpack .../open-iscsi_2.0.873-3ubuntu9_amd64.deb ...", "Unpacking open-iscsi (2.0.873-3ubuntu9) ...", "Setting up open-iscsi (2.0.873-3ubuntu9) ...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.", "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 git from source-repositories", "installing rsync from install-static", "installing openssh-server from openssh-server", "installing linux-image-generic from ubuntu-minimal", "installing ccache_package from base", "installing cloud-initramfs-growroot from debootstrap", "installing ca-certificates from debootstrap", "installing locales from debootstrap", "installing adduser from debootstrap", "installing bridge-utils from infra-cloud-bridge", "installing net-tools from infra-cloud-bridge", "installing openssh-client from runtime-ssh-host-keys", "installing python-dev from pip-and-virtualenv", "Running command: ['install-packages', u'cloud-utils', u'', u'rsync', u'git', u'openssh-client', u'ifupdown', u'adduser', u'openssh-server', u'linux-image-generic', u'isc-dhcp-client', u'e2fsprogs', u'ca-certificates', u'ccache', u'net-tools', u'python-dev', u'bridge-utils', u'locales']", "> Reading package lists...", "> Building dependency tree...", "> Reading state information...", "> adduser is already the newest version.", "> bridge-utils is already the newest version.", "> ca-certificates is already the newest version.", "> ca-certificates set to manually installed.", "> e2fsprogs is already the newest version.", "> ifupdown is already the newest version.", "> locales is already the newest version.", "> The following extra packages will be installed:", "> cloud-guest-utils cloud-image-utils crda euca2ools genisoimage git-man", "> isc-dhcp-common libaio1 libboost-system1.54.0 libboost-thread1.54.0", "> libc-dev-bin libc6-dev libck-connector0 libedit2 liberror-perl libexpat1-dev", "> libnl-3-200 libnl-genl-3-200 libnspr4 libnss3 libnss3-nssdb libpopt0", "> libpython-dev libpython2.7-dev librados2 librbd1 libwrap0 libxml2 libxslt1.1", "> linux-firmware linux-image-3.13.0-107-generic", "> linux-image-extra-3.13.0-107-generic linux-libc-dev openssh-sftp-server", "> python-chardet python-lxml python-pkg-resources python-requestbuilder", "> python-requests python-setuptools python-six python-urllib3 python2.7-dev", "> qemu-utils wget wireless-regdb", "> Suggested packages:", "> distcc wodim cdrkit-doc gettext-base git-daemon-run git-daemon-sysvinit", "> git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs", "> git-mediawiki git-svn resolvconf avahi-autoipd apparmor glibc-doc fdutils", "> linux-doc-3.13.0 linux-source-3.13.0 linux-tools", "> linux-headers-3.13.0-107-generic ssh-askpass libpam-ssh keychain", "> monkeysphere rssh molly-guard ufw python-lxml-dbg python-distribute", "> python-distribute-doc debootstrap", "> Recommended packages:", "> gdisk distro-info python-distro-info iw patch ssh-client manpages-dev gcc", "> c-compiler tcpd xml-core grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo", "> xauth ncurses-term ssh-import-id sharutils", "> The following NEW packages will be installed:", "> ccache cloud-guest-utils cloud-image-utils cloud-utils crda euca2ools", "> genisoimage git git-man isc-dhcp-client isc-dhcp-common libaio1", "> libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev", "> libck-connector0 libedit2 liberror-perl libexpat1-dev libnl-3-200", "> libnl-genl-3-200 libnspr4 libnss3 libnss3-nssdb libpopt0 libpython-dev", "> libpython2.7-dev librados2 librbd1 libwrap0 libxml2 libxslt1.1", "> linux-firmware linux-image-3.13.0-107-generic", "> linux-image-extra-3.13.0-107-generic linux-image-generic linux-libc-dev", "> net-tools openssh-client openssh-server openssh-sftp-server python-chardet", "> python-dev python-lxml python-pkg-resources python-requestbuilder", "> python-requests python-setuptools python-six python-urllib3 python2.7-dev", "> qemu-utils rsync wget wireless-regdb", "> 0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.", "> Need to get 123 MB of archives.", "> After this operation, 428 MB of additional disk space will be used.", "> Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libpopt0 amd64 1.16-8ubuntu1 [25.5 kB]", "> Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libedit2 amd64 3.1-20130712-2 [86.7 kB]", "> Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.8 [573 kB]", "> Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]", "> Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]", "> Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]", "> Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libck-connector0 amd64 0.4.5-3.1ubuntu2 [10.5 kB]", "> Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnl-3-200 amd64 3.2.21-1ubuntu4 [45.6 kB]", "> Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnl-genl-3-200 amd64 3.2.21-1ubuntu4 [10.2 kB]", "> Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnspr4 amd64 2:4.12-0ubuntu0.14.04.1 [110 kB]", "> Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3-nssdb all 2:3.26.2-0ubuntu0.14.04.3 [10.6 kB]", "> Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libnss3 amd64 2:3.26.2-0ubuntu0.14.04.3 [1126 kB]", "> Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.9 [69.0 kB]", "> Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-107.154 [772 kB]", "> Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.9 [1910 kB]", "> Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.3 [115 kB]", "> Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.3 [22.0 MB]", "> Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main librados2 amd64 0.80.11-0ubuntu1.14.04.1 [1431 kB]", "> Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main librbd1 amd64 0.80.11-0ubuntu1.14.04.1 [323 kB]", "> Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main libwrap0 amd64 7.6.q-25 [46.2 kB]", "> Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB]", "> Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-3.13.0-107-generic amd64 3.13.0-107.154 [15.4 MB]", "> Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main python-chardet all 2.0.1-2build2 [106 kB]", "> Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-six all 1.5.2-1ubuntu1 [8238 B]", "> Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3 all 1.7.1-1ubuntu4 [39.5 kB]", "> Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests all 2.2.1-1ubuntu0.3 [43.1 kB]", "> Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main python-requestbuilder all 0.1.0~beta2-1build1 [25.4 kB]", "> Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main isc-dhcp-common amd64 4.2.4-7ubuntu12.8 [708 kB]", "> Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main isc-dhcp-client amd64 4.2.4-7ubuntu12.8 [640 kB]", "> Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main net-tools amd64 1.60-25ubuntu2.1 [175 kB]", "> Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-client amd64 1:6.6p1-2ubuntu2.8 [564 kB]", "> Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.2 [284 kB]", "> Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main wget amd64 1.15-1ubuntu1.14.04.2 [271 kB]", "> Get:34 http://archive.ubuntu.com/ubuntu/ trusty/main ccache amd64 3.1.9-1 [77.8 kB]", "> Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main wireless-regdb all 2013.02.13-1ubuntu1 [6456 B]", "> Get:36 http://archive.ubuntu.com/ubuntu/ trusty/main crda amd64 1.1.2-1ubuntu2 [15.2 kB]", "> Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-lxml amd64 3.3.3-1ubuntu0.1 [629 kB]", "> Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-pkg-resources all 3.3-1ubuntu2 [61.9 kB]", "> Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]", "> Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main euca2ools all 3.0.2-1ubuntu1 [251 kB]", "> Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main genisoimage amd64 9:1.1.11-2ubuntu3 [587 kB]", "> Get:42 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]", "> Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.3 [699 kB]", "> Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.3 [2586 kB]", "> Get:45 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B]", "> Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-firmware all 1.127.23 [33.1 MB]", "> Get:47 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-extra-3.13.0-107-generic amd64 3.13.0-107.154 [36.7 MB]", "> Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-generic amd64 3.13.0.107.115 [2292 B]", "> Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-sftp-server amd64 1:6.6p1-2ubuntu2.8 [34.2 kB]", "> Get:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssh-server amd64 1:6.6p1-2ubuntu2.8 [322 kB]", "> Get:51 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.3 [269 kB]", "> Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B]", "> Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main qemu-utils amd64 2.0.0+dfsg-2ubuntu1.30 [416 kB]", "> Get:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cloud-guest-utils all 0.27-0ubuntu9.2 [13.8 kB]", "> Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cloud-image-utils all 0.27-0ubuntu9.2 [25.7 kB]", "> Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cloud-utils all 0.27-0ubuntu9.2 [1510 B]", "> Preconfiguring packages ...", "> Fetched 123 MB in 1min 42s (1196 kB/s)", "> Selecting previously unselected package libpopt0:amd64.", "> (Reading database ... 14605 files and directories currently installed.)", "> Preparing to unpack .../libpopt0_1.16-8ubuntu1_amd64.deb ...", "> Unpacking libpopt0:amd64 (1.16-8ubuntu1) ...", "> Selecting previously unselected package libedit2:amd64.", "> Preparing to unpack .../libedit2_3.1-20130712-2_amd64.deb ...", "> Unpacking libedit2:amd64 (3.1-20130712-2) ...", "> Selecting previously unselected package libxml2:amd64.", "> Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.8_amd64.deb ...", "> Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.8) ...", "> Selecting previously unselected package libaio1:amd64.", "> Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ...", "> Unpacking libaio1:amd64 (0.3.109-4) ...", "> Selecting previously unselected package libboost-system1.54.0:amd64.", "> Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...", "> Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...", "> Selecting previously unselected package libboost-thread1.54.0:amd64.", "> Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...", "> Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...", "> Selecting previously unselected package libck-connector0:amd64.", "> Preparing to unpack .../libck-connector0_0.4.5-3.1ubuntu2_amd64.deb ...", "> Unpacking libck-connector0:amd64 (0.4.5-3.1ubuntu2) ...", "> Selecting previously unselected package libnl-3-200:amd64.", "> Preparing to unpack .../libnl-3-200_3.2.21-1ubuntu4_amd64.deb ...", "> Unpacking libnl-3-200:amd64 (3.2.21-1ubuntu4) ...", "> Selecting previously unselected package libnl-genl-3-200:amd64.", "> Preparing to unpack .../libnl-genl-3-200_3.2.21-1ubuntu4_amd64.deb ...", "> Unpacking libnl-genl-3-200:amd64 (3.2.21-1ubuntu4) ...", "> Selecting previously unselected package libnspr4:amd64.", "> Preparing to unpack .../libnspr4_2%3a4.12-0ubuntu0.14.04.1_amd64.deb ...", "> Unpacking libnspr4:amd64 (2:4.12-0ubuntu0.14.04.1) ...", "> Selecting previously unselected package libnss3-nssdb.", "> Preparing to unpack .../libnss3-nssdb_2%3a3.26.2-0ubuntu0.14.04.3_all.deb ...", "> Unpacking libnss3-nssdb (2:3.26.2-0ubuntu0.14.04.3) ...", "> Selecting previously unselected package libnss3:amd64.", "> Preparing to unpack .../libnss3_2%3a3.26.2-0ubuntu0.14.04.3_amd64.deb ...", "> Unpacking libnss3:amd64 (2:3.26.2-0ubuntu0.14.04.3) ...", "> Selecting previously unselected package libc-dev-bin.", "> Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.9_amd64.deb ...", "> Unpacking libc-dev-bin (2.19-0ubuntu6.9) ...", "> Selecting previously unselected package linux-libc-dev:amd64.", "> Preparing to unpack .../linux-libc-dev_3.13.0-107.154_amd64.deb ...", "> Unpacking linux-libc-dev:amd64 (3.13.0-107.154) ...", "> Selecting previously unselected package libc6-dev:amd64.", "> Preparing to unpack .../libc6-dev_2.19-0ubuntu6.9_amd64.deb ...", "> Unpacking libc6-dev:amd64 (2.19-0ubuntu6.9) ...", "> Selecting previously unselected package libexpat1-dev:amd64.", "> Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.3_amd64.deb ...", "> Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.3) ...", "> Selecting previously unselected package libpython2.7-dev:amd64.", "> Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.3_amd64.deb ...", "> Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.3) ...", "> Selecting previously unselected package librados2.", "> Preparing to unpack .../librados2_0.80.11-0ubuntu1.14.04.1_amd64.deb ...", "> Unpacking librados2 (0.80.11-0ubuntu1.14.04.1) ...", "> Selecting previously unselected package librbd1.", "> Preparing to unpack .../librbd1_0.80.11-0ubuntu1.14.04.1_amd64.deb ...", "> Unpacking librbd1 (0.80.11-0ubuntu1.14.04.1) ...", "> Selecting previously unselected package libwrap0:amd64.", "> Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...", "> Unpacking libwrap0:amd64 (7.6.q-25) ...", "> Selecting previously unselected package libxslt1.1:amd64.", "> Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ...", "> Unpacking libxslt1.1:amd64 (1.1.28-2build1) ...", "> Selecting previously unselected package linux-image-3.13.0-107-generic.", "> Preparing to unpack .../linux-image-3.13.0-107-generic_3.13.0-107.154_amd64.deb ...", "> Unpacking linux-image-3.13.0-107-generic (3.13.0-107.154) ...", "> Selecting previously unselected package python-chardet.", "> Preparing to unpack .../python-chardet_2.0.1-2build2_all.deb ...", "> Unpacking python-chardet (2.0.1-2build2) ...", "> Selecting previously unselected package python-six.", "> Preparing to unpack .../python-six_1.5.2-1ubuntu1_all.deb ...", "> Unpacking python-six (1.5.2-1ubuntu1) ...", "> Selecting previously unselected package python-urllib3.", "> Preparing to unpack .../python-urllib3_1.7.1-1ubuntu4_all.deb ...", "> Unpacking python-urllib3 (1.7.1-1ubuntu4) ...", "> Selecting previously unselected package python-requests.", "> Preparing to unpack .../python-requests_2.2.1-1ubuntu0.3_all.deb ...", "> Unpacking python-requests (2.2.1-1ubuntu0.3) ...", "> Selecting previously unselected package python-requestbuilder.", "> Preparing to unpack .../python-requestbuilder_0.1.0~beta2-1build1_all.deb ...", "> Unpacking python-requestbuilder (0.1.0~beta2-1build1) ...", "> Selecting previously unselected package isc-dhcp-common.", "> Preparing to unpack .../isc-dhcp-common_4.2.4-7ubuntu12.8_amd64.deb ...", "> Unpacking isc-dhcp-common (4.2.4-7ubuntu12.8) ...", "> Selecting previously unselected package isc-dhcp-client.", "> Preparing to unpack .../isc-dhcp-client_4.2.4-7ubuntu12.8_amd64.deb ...", "> Unpacking isc-dhcp-client (4.2.4-7ubuntu12.8) ...", "> Selecting previously unselected package net-tools.", "> Preparing to unpack .../net-tools_1.60-25ubuntu2.1_amd64.deb ...", "> Unpacking net-tools (1.60-25ubuntu2.1) ...", "> Selecting previously unselected package openssh-client.", "> Preparing to unpack .../openssh-client_1%3a6.6p1-2ubuntu2.8_amd64.deb ...", "> Unpacking openssh-client (1:6.6p1-2ubuntu2.8) ...", "> Selecting previously unselected package rsync.", "> Preparing to unpack .../rsync_3.1.0-2ubuntu0.2_amd64.deb ...", "> Unpacking rsync (3.1.0-2ubuntu0.2) ...", "> Selecting previously unselected package wget.", "> Preparing to unpack .../wget_1.15-1ubuntu1.14.04.2_amd64.deb ...", "> Unpacking wget (1.15-1ubuntu1.14.04.2) ...", "> Selecting previously unselected package ccache.", "> Preparing to unpack .../ccache_3.1.9-1_amd64.deb ...", "> Unpacking ccache (3.1.9-1) ...", "> Selecting previously unselected package wireless-regdb.", "> Preparing to unpack .../wireless-regdb_2013.02.13-1ubuntu1_all.deb ...", "> Unpacking wireless-regdb (2013.02.13-1ubuntu1) ...", "> Selecting previously unselected package crda.", "> Preparing to unpack .../crda_1.1.2-1ubuntu2_amd64.deb ...", "> Unpacking crda (1.1.2-1ubuntu2) ...", "> Selecting previously unselected package python-lxml.", "> Preparing to unpack .../python-lxml_3.3.3-1ubuntu0.1_amd64.deb ...", "> Unpacking python-lxml (3.3.3-1ubuntu0.1) ...", "> Selecting previously unselected package python-pkg-resources.", "> Preparing to unpack .../python-pkg-resources_3.3-1ubuntu2_all.deb ...", "> Unpacking python-pkg-resources (3.3-1ubuntu2) ...", "> Selecting previously unselected package python-setuptools.", "> Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...", "> Unpacking python-setuptools (3.3-1ubuntu2) ...", "> Selecting previously unselected package euca2ools.", "> Preparing to unpack .../euca2ools_3.0.2-1ubuntu1_all.deb ...", "> Unpacking euca2ools (3.0.2-1ubuntu1) ...", "> Selecting previously unselected package genisoimage.", "> Preparing to unpack .../genisoimage_9%3a1.1.11-2ubuntu3_amd64.deb ...", "> Unpacking genisoimage (9:1.1.11-2ubuntu3) ...", "> Selecting previously unselected package liberror-perl.", "> Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...", "> Unpacking liberror-perl (0.17-1.1) ...", "> Selecting previously unselected package git-man.", "> Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.3_all.deb ...", "> Unpacking git-man (1:1.9.1-1ubuntu0.3) ...", "> Selecting previously unselected package git.", "> Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.3_amd64.deb ...", "> Unpacking git (1:1.9.1-1ubuntu0.3) ...", "> Selecting previously unselected package libpython-dev:amd64.", "> Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ...", "> Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ...", "> Selecting previously unselected package linux-firmware.", "> Preparing to unpack .../linux-firmware_1.127.23_all.deb ...", "> Unpacking linux-firmware (1.127.23) ...", "> Selecting previously unselected package linux-image-extra-3.13.0-107-generic.", "> Preparing to unpack .../linux-image-extra-3.13.0-107-generic_3.13.0-107.154_amd64.deb ...", "> Unpacking linux-image-extra-3.13.0-107-generic (3.13.0-107.154) ...", "> Selecting previously unselected package linux-image-generic.", "> Preparing to unpack .../linux-image-generic_3.13.0.107.115_amd64.deb ...", "> Unpacking linux-image-generic (3.13.0.107.115) ...", "> Selecting previously unselected package openssh-sftp-server.", "> Preparing to unpack .../openssh-sftp-server_1%3a6.6p1-2ubuntu2.8_amd64.deb ...", "> Unpacking openssh-sftp-server (1:6.6p1-2ubuntu2.8) ...", "> Selecting previously unselected package openssh-server.", "> Preparing to unpack .../openssh-server_1%3a6.6p1-2ubuntu2.8_amd64.deb ...", "> Unpacking openssh-server (1:6.6p1-2ubuntu2.8) ...", "> Selecting previously unselected package python2.7-dev.", "> Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.3_amd64.deb ...", "> Unpacking python2.7-dev (2.7.6-8ubuntu0.3) ...", "> Selecting previously unselected package python-dev.", "> Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ...", "> Unpacking python-dev (2.7.5-5ubuntu3) ...", "> Selecting previously unselected package qemu-utils.", "> Preparing to unpack .../qemu-utils_2.0.0+dfsg-2ubuntu1.30_amd64.deb ...", "> Unpacking qemu-utils (2.0.0+dfsg-2ubuntu1.30) ...", "> Selecting previously unselected package cloud-guest-utils.", "> Preparing to unpack .../cloud-guest-utils_0.27-0ubuntu9.2_all.deb ...", "> Unpacking cloud-guest-utils (0.27-0ubuntu9.2) ...", "> Selecting previously unselected package cloud-image-utils.", "> Preparing to unpack .../cloud-image-utils_0.27-0ubuntu9.2_all.deb ...", "> Unpacking cloud-image-utils (0.27-0ubuntu9.2) ...", "> Selecting previously unselected package cloud-utils.", "> Preparing to unpack .../cloud-utils_0.27-0ubuntu9.2_all.deb ...", "> Unpacking cloud-utils (0.27-0ubuntu9.2) ...", "> Setting up libpopt0:amd64 (1.16-8ubuntu1) ...", "> Setting up libedit2:amd64 (3.1-20130712-2) ...", "> Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.8) ...", "> Setting up libaio1:amd64 (0.3.109-4) ...", "> Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...", "> Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...", "> Setting up libck-connector0:amd64 (0.4.5-3.1ubuntu2) ...", "> Setting up libnl-3-200:amd64 (3.2.21-1ubuntu4) ...", "> Setting up libnl-genl-3-200:amd64 (3.2.21-1ubuntu4) ...", "> Setting up libnspr4:amd64 (2:4.12-0ubuntu0.14.04.1) ...", "> Setting up libc-dev-bin (2.19-0ubuntu6.9) ...", "> Setting up linux-libc-dev:amd64 (3.13.0-107.154) ...", "> Setting up libc6-dev:amd64 (2.19-0ubuntu6.9) ...", "> Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.3) ...", "> Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.3) ...", "> Setting up libwrap0:amd64 (7.6.q-25) ...", "> Setting up libxslt1.1:amd64 (1.1.28-2build1) ...", "> Setting up linux-image-3.13.0-107-generic (3.13.0-107.154) ...", "> Setting up python-chardet (2.0.1-2build2) ...", "> Setting up python-six (1.5.2-1ubuntu1) ...", "> Setting up python-urllib3 (1.7.1-1ubuntu4) ...", "> Setting up python-requests (2.2.1-1ubuntu0.3) ...", "> Setting up python-requestbuilder (0.1.0~beta2-1build1) ...", "> Setting up isc-dhcp-common (4.2.4-7ubuntu12.8) ...", "> Setting up isc-dhcp-client (4.2.4-7ubuntu12.8) ...", "> Setting up net-tools (1.60-25ubuntu2.1) ...", "> Setting up openssh-client (1:6.6p1-2ubuntu2.8) ...", "> Setting up rsync (3.1.0-2ubuntu0.2) ...", "> Removing any system startup links for /etc/init.d/rsync ...", "> Adding system startup for /etc/init.d/rsync ...", "> /etc/rc0.d/K20rsync -> ../init.d/rsync", "> /etc/rc1.d/K20rsync -> ../init.d/rsync", "> /etc/rc6.d/K20rsync -> ../init.d/rsync", "> /etc/rc2.d/S20rsync -> ../init.d/rsync", "> /etc/rc3.d/S20rsync -> ../init.d/rsync", "> /etc/rc4.d/S20rsync -> ../init.d/rsync", "> /etc/rc5.d/S20rsync -> ../init.d/rsync", "> Setting up wget (1.15-1ubuntu1.14.04.2) ...", "> Setting up ccache (3.1.9-1) ...", "> Updating symlinks in /usr/lib/ccache ...", "> Setting up wireless-regdb (2013.02.13-1ubuntu1) ...", "> Setting up crda (1.1.2-1ubuntu2) ...", "> Setting up python-lxml (3.3.3-1ubuntu0.1) ...", "> Setting up python-pkg-resources (3.3-1ubuntu2) ...", "> Setting up python-setuptools (3.3-1ubuntu2) ...", "> Setting up euca2ools (3.0.2-1ubuntu1) ...", "> Setting up genisoimage (9:1.1.11-2ubuntu3) ...", "> Setting up liberror-perl (0.17-1.1) ...", "> Setting up git-man (1:1.9.1-1ubuntu0.3) ...", "> Setting up git (1:1.9.1-1ubuntu0.3) ...", "> Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ...", "> Setting up linux-firmware (1.127.23) ...", "> update-initramfs: Generating /boot/initrd.img-3.13.0-107-generic", "> Setting up linux-image-extra-3.13.0-107-generic (3.13.0-107.154) ...", "> Setting up linux-image-generic (3.13.0.107.115) ...", "> Setting up openssh-sftp-server (1:6.6p1-2ubuntu2.8) ...", "> Setting up openssh-server (1:6.6p1-2ubuntu2.8) ...", "> Setting up python2.7-dev (2.7.6-8ubuntu0.3) ...", "> Setting up python-dev (2.7.5-5ubuntu3) ...", "> Setting up cloud-guest-utils (0.27-0ubuntu9.2) ...", "> Setting up libnss3-nssdb (2:3.26.2-0ubuntu0.14.04.3) ...", "> Setting up libnss3:amd64 (2:3.26.2-0ubuntu0.14.04.3) ...", "> Setting up librados2 (0.80.11-0ubuntu1.14.04.1) ...", "> Setting up librbd1 (0.80.11-0ubuntu1.14.04.1) ...", "> Setting up qemu-utils (2.0.0+dfsg-2ubuntu1.30) ...", "> Setting up cloud-image-utils (0.27-0ubuntu9.2) ...", "> Setting up cloud-utils (0.27-0ubuntu9.2) ...", "> Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "> -- done", "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 virtualenv", " Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)", "Installing collected packages: virtualenv", "Successfully installed virtualenv-15.1.0", "Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages", "Collecting setuptools", " Downloading setuptools-34.0.2-py2.py3-none-any.whl (387kB)", "Collecting appdirs>=1.4.0 (from setuptools)", " Downloading appdirs-1.4.0-py2.py3-none-any.whl", "Collecting six>=1.10.0 (from setuptools)", " Downloading six-1.10.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: appdirs, six, pyparsing, packaging, setuptools", " Found existing installation: six 1.5.2", " Uninstalling six-1.5.2:", " Successfully uninstalled six-1.5.2", " Found existing installation: setuptools 3.3", " Uninstalling setuptools-3.3:", " Successfully uninstalled setuptools-3.3", "Successfully installed appdirs-1.4.0 packaging-16.8 pyparsing-2.1.10 setuptools-34.0.2 six-1.10.0", "Selecting previously unselected package puppetlabs-release.", "(Reading database ... 24206 files and directories currently installed.)", "Preparing to unpack puppetlabs-release-trusty.deb ...", "Unpacking puppetlabs-release (1.1-1) ...", "Setting up puppetlabs-release (1.1-1) ...", "Ign http://apt.puppetlabs.com trusty InRelease", "Get:1 http://apt.puppetlabs.com trusty Release.gpg [836 B]", "Ign http://archive.ubuntu.com trusty InRelease", "Get:2 http://apt.puppetlabs.com trusty Release [54.2 kB]", "Hit http://archive.ubuntu.com trusty-updates InRelease", "Get:3 http://apt.puppetlabs.com trusty/main Sources [30.1 kB]", "Hit http://archive.ubuntu.com trusty-backports InRelease", "Get:4 http://apt.puppetlabs.com trusty/dependencies Sources [1418 B]", "Hit http://archive.ubuntu.com trusty-security InRelease", "Get:5 http://apt.puppetlabs.com trusty/main amd64 Packages [44.4 kB]", "Hit http://archive.ubuntu.com trusty Release.gpg", "Get:6 http://apt.puppetlabs.com trusty/dependencies amd64 Packages [932 B]", "Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/main amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages", "Hit http://archive.ubuntu.com trusty Release", "Hit http://archive.ubuntu.com trusty/main amd64 Packages", "Hit http://archive.ubuntu.com trusty/restricted amd64 Packages", "Hit http://archive.ubuntu.com trusty/universe amd64 Packages", "Fetched 132 kB in 3s (38.3 kB/s)", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.", "Reading package lists...", "Building dependency tree...", "Reading state information...", "git is already the newest version.", "The following extra packages will be installed:", " augeas-lenses dmidecode facter hiera libaugeas-ruby libaugeas0 libpci3", " libruby1.9.1 libyaml-0-2 pciutils puppet-common ruby-augeas ruby-json", " ruby-shadow ruby1.9.1 virt-what", "Suggested packages:", " augeas-doc augeas-tools bzip2 puppet-el vim-puppet ruby-selinux", " libselinux-ruby1.8 librrd-ruby1.9.1 librrd-ruby1.8 ri ruby-dev", " ruby1.9.1-examples ri1.9.1 graphviz ruby1.9.1-dev ruby-switch", "Recommended packages:", " rdoc debconf-utils", "The following NEW packages will be installed:", " augeas-lenses dmidecode facter hiera libaugeas-ruby libaugeas0 libpci3", " libruby1.9.1 libyaml-0-2 pciutils puppet puppet-common ruby ruby-augeas", " ruby-json ruby-shadow ruby1.9.1 virt-what", "0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.", "Need to get 4904 kB of archives.", "After this operation, 25.3 MB of additional disk space will be used.", "Get:1 http://apt.puppetlabs.com/ trusty/main facter all 2.4.6-1puppetlabs1 [73.3 kB]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpci3 amd64 1:3.2.1-1ubuntu5.1 [26.3 kB]", "Get:3 http://apt.puppetlabs.com/ trusty/main hiera all 1.3.4-1puppetlabs1 [12.0 kB]", "Get:4 http://apt.puppetlabs.com/ trusty/main puppet-common all 3.8.7-1puppetlabs1 [1269 kB]", "Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-0-2 amd64 0.1.4-3ubuntu3.1 [48.1 kB]", "Get:6 http://apt.puppetlabs.com/ trusty/main puppet all 3.8.7-1puppetlabs1 [9308 B]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main dmidecode amd64 2.12-2 [45.9 kB]", "Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pciutils amd64 1:3.2.1-1ubuntu5.1 [282 kB]", "Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main augeas-lenses all 1.2.0-0ubuntu1.2 [229 kB]", "Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [2645 kB]", "Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [35.6 kB]", "Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main ruby all 1:1.9.3.4 [5334 B]", "Get:13 http://archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB]", "Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libaugeas0 amd64 1.2.0-0ubuntu1.2 [135 kB]", "Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-augeas amd64 0.5.0-2 [13.2 kB]", "Get:16 http://archive.ubuntu.com/ubuntu/ trusty/universe libaugeas-ruby all 0.5.0-2 [1394 B]", "Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-shadow amd64 2.2.0-1 [11.2 kB]", "Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-json amd64 1.8.0-1build1 [49.0 kB]", "Fetched 4904 kB in 6s (804 kB/s)", "Selecting previously unselected package libpci3:amd64.", "(Reading database ... 24213 files and directories currently installed.)", "Preparing to unpack .../libpci3_1%3a3.2.1-1ubuntu5.1_amd64.deb ...", "Unpacking libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...", "Selecting previously unselected package libyaml-0-2:amd64.", "Preparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3.1_amd64.deb ...", "Unpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...", "Selecting previously unselected package dmidecode.", "Preparing to unpack .../dmidecode_2.12-2_amd64.deb ...", "Unpacking dmidecode (2.12-2) ...", "Selecting previously unselected package pciutils.", "Preparing to unpack .../pciutils_1%3a3.2.1-1ubuntu5.1_amd64.deb ...", "Unpacking pciutils (1:3.2.1-1ubuntu5.1) ...", "Selecting previously unselected package augeas-lenses.", "Preparing to unpack .../augeas-lenses_1.2.0-0ubuntu1.2_all.deb ...", "Unpacking augeas-lenses (1.2.0-0ubuntu1.2) ...", "Selecting previously unselected package libruby1.9.1.", "Preparing to unpack .../libruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...", "Unpacking libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...", "Selecting previously unselected package ruby1.9.1.", "Preparing to unpack .../ruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...", "Unpacking ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...", "Selecting previously unselected package ruby.", "Preparing to unpack .../ruby_1%3a1.9.3.4_all.deb ...", "Unpacking ruby (1:1.9.3.4) ...", "Selecting previously unselected package virt-what.", "Preparing to unpack .../virt-what_1.13-1_amd64.deb ...", "Unpacking virt-what (1.13-1) ...", "Selecting previously unselected package facter.", "Preparing to unpack .../facter_2.4.6-1puppetlabs1_all.deb ...", "Unpacking facter (2.4.6-1puppetlabs1) ...", "Selecting previously unselected package libaugeas0.", "Preparing to unpack .../libaugeas0_1.2.0-0ubuntu1.2_amd64.deb ...", "Unpacking libaugeas0 (1.2.0-0ubuntu1.2) ...", "Selecting previously unselected package ruby-augeas.", "Preparing to unpack .../ruby-augeas_0.5.0-2_amd64.deb ...", "Unpacking ruby-augeas (0.5.0-2) ...", "Selecting previously unselected package libaugeas-ruby.", "Preparing to unpack .../libaugeas-ruby_0.5.0-2_all.deb ...", "Unpacking libaugeas-ruby (0.5.0-2) ...", "Selecting previously unselected package ruby-shadow.", "Preparing to unpack .../ruby-shadow_2.2.0-1_amd64.deb ...", "Unpacking ruby-shadow (2.2.0-1) ...", "Selecting previously unselected package ruby-json.", "Preparing to unpack .../ruby-json_1.8.0-1build1_amd64.deb ...", "Unpacking ruby-json (1.8.0-1build1) ...", "Selecting previously unselected package hiera.", "Preparing to unpack .../hiera_1.3.4-1puppetlabs1_all.deb ...", "Unpacking hiera (1.3.4-1puppetlabs1) ...", "Selecting previously unselected package puppet-common.", "Preparing to unpack .../puppet-common_3.8.7-1puppetlabs1_all.deb ...", "Unpacking puppet-common (3.8.7-1puppetlabs1) ...", "Selecting previously unselected package puppet.", "Preparing to unpack .../puppet_3.8.7-1puppetlabs1_all.deb ...", "Unpacking puppet (3.8.7-1puppetlabs1) ...", "Setting up libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...", "Setting up libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...", "Setting up dmidecode (2.12-2) ...", "Setting up pciutils (1:3.2.1-1ubuntu5.1) ...", "Setting up augeas-lenses (1.2.0-0ubuntu1.2) ...", "Setting up virt-what (1.13-1) ...", "Setting up libaugeas0 (1.2.0-0ubuntu1.2) ...", "Setting up ruby (1:1.9.3.4) ...", "Setting up facter (2.4.6-1puppetlabs1) ...", "Setting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...", "Setting up libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...", "Setting up ruby-augeas (0.5.0-2) ...", "Setting up libaugeas-ruby (0.5.0-2) ...", "Setting up ruby-shadow (2.2.0-1) ...", "Setting up ruby-json (1.8.0-1build1) ...", "Setting up hiera (1.3.4-1puppetlabs1) ...", "Setting up puppet-common (3.8.7-1puppetlabs1) ...", "Setting up puppet (3.8.7-1puppetlabs1) ...", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "auto eth0", "iface eth0 inet dhcp", "auto eth1", "iface eth1 inet dhcp", "Generating locales...", " en_AG.UTF-8... up-to-date", " en_AU.UTF-8... up-to-date", " en_BW.UTF-8... up-to-date", " en_CA.UTF-8... up-to-date", " en_DK.UTF-8... up-to-date", " en_GB.UTF-8... up-to-date", " en_HK.UTF-8... up-to-date", " en_IE.UTF-8... up-to-date", " en_IN.UTF-8... up-to-date", " en_NG.UTF-8... up-to-date", " en_NZ.UTF-8... up-to-date", " en_PH.UTF-8... up-to-date", " en_SG.UTF-8... up-to-date", " en_US.UTF-8... up-to-date", " en_ZA.UTF-8... up-to-date", " en_ZM.UTF-8... up-to-date", " en_ZW.UTF-8... up-to-date", "Generation complete.", "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/README: parsed OK", "/etc/sudoers.d/devuser: parsed OK", "Not running install-packages remove with empty packages list", "Nothing to uninstall", "Nothing to install", "Not running install-packages remove with empty packages list", "Nothing to uninstall", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/var/cache/apt/archives", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/tmp/ccache", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/sys", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/proc", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/dev/pts", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/dev", "Calculating image size (this may take a minute)...", "IMAGE_BLOCK_DEVICE=/dev/loop0p1", "Discarding device blocks: 4096/396288\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", "396448 inodes, 396288 blocks", "19814 blocks (5.00%) reserved for the super user", "First data block=0", "Maximum filesystem blocks=406847488", "13 block groups", "32768 blocks per group, 32768 fragments per group", "30496 inodes per group", "Superblock backups stored on blocks: ", "\t32768, 98304, 163840, 229376, 294912", "", "Allocating group tables: 0/13\b\b\b\b\b \b\b\b\b\bdone ", "Writing inode tables: 0/13\b\b\b\b\b \b\b\b\b\bdone ", "Creating journal (16384 blocks): done", "Writing superblocks and filesystem accounting information: 0/13\b\b\b\b\b \b\b\b\b\bdone", "", "tune2fs 1.42.9 (4-Feb-2014)", "Reading package lists...", "Building dependency tree...", "Reading state information...", "The following extra packages will be installed:", " dmsetup gettext-base grub-common grub-gfxpayload-lists grub-pc-bin", " grub2-common libasprintf0c2 libdevmapper1.02.1 libfreetype6 libfuse2", "Suggested packages:", " multiboot-doc grub-emu xorriso desktop-base console-setup fuse", "Recommended packages:", " os-prober", "The following NEW packages will be installed:", " dmsetup gettext-base grub-common grub-gfxpayload-lists grub-pc grub-pc-bin", " grub2-common libasprintf0c2 libdevmapper1.02.1 libfreetype6 libfuse2", "0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.", "Need to get 3816 kB of archives.", "After this operation, 18.6 MB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main dmsetup amd64 2:1.02.77-6ubuntu2 [37.6 kB]", "Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libdevmapper1.02.1 amd64 2:1.02.77-6ubuntu2 [93.3 kB]", "Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf0c2 amd64 0.18.3.1-1ubuntu3 [6712 B]", "Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfuse2 amd64 2.9.2-4ubuntu4.14.04.1 [87.4 kB]", "Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfreetype6 amd64 2.5.2-1ubuntu2.5 [304 kB]", "Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gettext-base amd64 0.18.3.1-1ubuntu3 [48.8 kB]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub-common amd64 2.02~beta2-9ubuntu1.12 [1681 kB]", "Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub2-common amd64 2.02~beta2-9ubuntu1.12 [501 kB]", "Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub-pc-bin amd64 2.02~beta2-9ubuntu1.12 [880 kB]", "Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main grub-pc amd64 2.02~beta2-9ubuntu1.12 [173 kB]", "Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main grub-gfxpayload-lists amd64 0.6 [3506 B]", "Preconfiguring packages ...", "Fetched 3816 kB in 21s (175 kB/s)", "Selecting previously unselected package dmsetup.", "(Reading database ... 27447 files and directories currently installed.)", "Preparing to unpack .../dmsetup_2%3a1.02.77-6ubuntu2_amd64.deb ...", "Unpacking dmsetup (2:1.02.77-6ubuntu2) ...", "Selecting previously unselected package libdevmapper1.02.1:amd64.", "Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.77-6ubuntu2_amd64.deb ...", "Unpacking libdevmapper1.02.1:amd64 (2:1.02.77-6ubuntu2) ...", "Selecting previously unselected package libasprintf0c2:amd64.", "Preparing to unpack .../libasprintf0c2_0.18.3.1-1ubuntu3_amd64.deb ...", "Unpacking libasprintf0c2:amd64 (0.18.3.1-1ubuntu3) ...", "Selecting previously unselected package libfuse2:amd64.", "Preparing to unpack .../libfuse2_2.9.2-4ubuntu4.14.04.1_amd64.deb ...", "Unpacking libfuse2:amd64 (2.9.2-4ubuntu4.14.04.1) ...", "Selecting previously unselected package libfreetype6:amd64.", "Preparing to unpack .../libfreetype6_2.5.2-1ubuntu2.5_amd64.deb ...", "Unpacking libfreetype6:amd64 (2.5.2-1ubuntu2.5) ...", "Selecting previously unselected package gettext-base.", "Preparing to unpack .../gettext-base_0.18.3.1-1ubuntu3_amd64.deb ...", "Unpacking gettext-base (0.18.3.1-1ubuntu3) ...", "Selecting previously unselected package grub-common.", "Preparing to unpack .../grub-common_2.02~beta2-9ubuntu1.12_amd64.deb ...", "Unpacking grub-common (2.02~beta2-9ubuntu1.12) ...", "Selecting previously unselected package grub2-common.", "Preparing to unpack .../grub2-common_2.02~beta2-9ubuntu1.12_amd64.deb ...", "Unpacking grub2-common (2.02~beta2-9ubuntu1.12) ...", "Selecting previously unselected package grub-pc-bin.", "Preparing to unpack .../grub-pc-bin_2.02~beta2-9ubuntu1.12_amd64.deb ...", "Unpacking grub-pc-bin (2.02~beta2-9ubuntu1.12) ...", "Selecting previously unselected package grub-pc.", "Preparing to unpack .../grub-pc_2.02~beta2-9ubuntu1.12_amd64.deb ...", "Unpacking grub-pc (2.02~beta2-9ubuntu1.12) ...", "Selecting previously unselected package grub-gfxpayload-lists.", "Preparing to unpack .../grub-gfxpayload-lists_0.6_amd64.deb ...", "Unpacking grub-gfxpayload-lists (0.6) ...", "Setting up libasprintf0c2:amd64 (0.18.3.1-1ubuntu3) ...", "Setting up libfuse2:amd64 (2.9.2-4ubuntu4.14.04.1) ...", "Setting up libfreetype6:amd64 (2.5.2-1ubuntu2.5) ...", "Setting up gettext-base (0.18.3.1-1ubuntu3) ...", "Setting up libdevmapper1.02.1:amd64 (2:1.02.77-6ubuntu2) ...", "Setting up grub-common (2.02~beta2-9ubuntu1.12) ...", "Setting up grub2-common (2.02~beta2-9ubuntu1.12) ...", "Setting up grub-pc-bin (2.02~beta2-9ubuntu1.12) ...", "Setting up grub-pc (2.02~beta2-9ubuntu1.12) ...", "Setting up grub-gfxpayload-lists (0.6) ...", "Setting up dmsetup (2:1.02.77-6ubuntu2) ...", "update-initramfs: deferring update (trigger activated)", "Processing triggers for libc-bin (2.19-0ubuntu6.9) ...", "Processing triggers for initramfs-tools (0.103ubuntu4.6) ...", "update-initramfs: Generating /boot/initrd.img-3.13.0-107-generic", "Installing GRUB2...", "{\"package\": \"adduser\",\"arch\": \"all\",\"version\": \"3.113+nmu3ubuntu3\",\"status\": \"ii \"},{\"package\": \"apt\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"apt-utils\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"augeas-lenses\",\"arch\": \"all\",\"version\": \"1.2.0-0ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"base-files\",\"arch\": \"amd64\",\"version\": \"7.2ubuntu5.5\",\"status\": \"ii \"},{\"package\": \"base-passwd\",\"arch\": \"amd64\",\"version\": \"3.5.33\",\"status\": \"ii \"},{\"package\": \"bash\",\"arch\": \"amd64\",\"version\": \"4.3-7ubuntu1.5\",\"status\": \"ii \"},{\"package\": \"bridge-utils\",\"arch\": \"amd64\",\"version\": \"1.5-6ubuntu2\",\"status\": \"ii \"},{\"package\": \"bsdutils\",\"arch\": \"amd64\",\"version\": \"1:2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"busybox\",\"arch\": \"amd64\",\"version\": \"1:1.21.0-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"busybox-initramfs\",\"arch\": \"amd64\",\"version\": \"1:1.21.0-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"ca-certificates\",\"arch\": \"all\",\"version\": \"20160104ubuntu0.14.04.1\",\"status\": \"ii \"},{\"package\": \"ccache\",\"arch\": \"amd64\",\"version\": \"3.1.9-1\",\"status\": \"ii \"},{\"package\": \"cloud-guest-utils\",\"arch\": \"all\",\"version\": \"0.27-0ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"cloud-image-utils\",\"arch\": \"all\",\"version\": \"0.27-0ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"cloud-utils\",\"arch\": \"all\",\"version\": \"0.27-0ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"coreutils\",\"arch\": \"amd64\",\"version\": \"8.21-1ubuntu5.4\",\"status\": \"ii \"},{\"package\": \"cpio\",\"arch\": \"amd64\",\"version\": \"2.11+dfsg-1ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"crda\",\"arch\": \"amd64\",\"version\": \"1.1.2-1ubuntu2\",\"status\": \"ii \"},{\"package\": \"curl\",\"arch\": \"amd64\",\"version\": \"7.35.0-1ubuntu2.10\",\"status\": \"ii \"},{\"package\": \"dash\",\"arch\": \"amd64\",\"version\": \"0.5.7-4ubuntu1\",\"status\": \"ii \"},{\"package\": \"debconf\",\"arch\": \"all\",\"version\": \"1.5.51ubuntu2\",\"status\": \"ii \"},{\"package\": \"debianutils\",\"arch\": \"amd64\",\"version\": \"4.4\",\"status\": \"ii \"},{\"package\": \"dh-python\",\"arch\": \"all\",\"version\": \"1.20140128-1ubuntu8.2\",\"status\": \"ii \"},{\"package\": \"diffutils\",\"arch\": \"amd64\",\"version\": \"1:3.3-1\",\"status\": \"ii \"},{\"package\": \"dmidecode\",\"arch\": \"amd64\",\"version\": \"2.12-2\",\"status\": \"ii \"},{\"package\": \"dmsetup\",\"arch\": \"amd64\",\"version\": \"2:1.02.77-6ubuntu2\",\"status\": \"ii \"},{\"package\": \"dpkg\",\"arch\": \"amd64\",\"version\": \"1.17.5ubuntu5.7\",\"status\": \"ii \"},{\"package\": \"e2fslibs:amd64\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"e2fsprogs\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"euca2ools\",\"arch\": \"all\",\"version\": \"3.0.2-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"facter\",\"arch\": \"all\",\"version\": \"2.4.6-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"file\",\"arch\": \"amd64\",\"version\": \"1:5.14-2ubuntu3.3\",\"status\": \"ii \"},{\"package\": \"findutils\",\"arch\": \"amd64\",\"version\": \"4.4.2-7\",\"status\": \"ii \"},{\"package\": \"gcc-4.8-base:amd64\",\"arch\": \"amd64\",\"version\": \"4.8.4-2ubuntu1~14.04.3\",\"status\": \"ii \"},{\"package\": \"gcc-4.9-base:amd64\",\"arch\": \"amd64\",\"version\": \"4.9.3-0ubuntu4\",\"status\": \"ii \"},{\"package\": \"genisoimage\",\"arch\": \"amd64\",\"version\": \"9:1.1.11-2ubuntu3\",\"status\": \"ii \"},{\"package\": \"gettext-base\",\"arch\": \"amd64\",\"version\": \"0.18.3.1-1ubuntu3\",\"status\": \"ii \"},{\"package\": \"gir1.2-glib-2.0\",\"arch\": \"amd64\",\"version\": \"1.40.0-1ubuntu0.2\",\"status\": \"ii \"},{\"package\": \"git\",\"arch\": \"amd64\",\"version\": \"1:1.9.1-1ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"git-man\",\"arch\": \"all\",\"version\": \"1:1.9.1-1ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"gnupg\",\"arch\": \"amd64\",\"version\": \"1.4.16-1ubuntu2.4\",\"status\": \"ii \"},{\"package\": \"gpgv\",\"arch\": \"amd64\",\"version\": \"1.4.16-1ubuntu2.4\",\"status\": \"ii \"},{\"package\": \"grep\",\"arch\": \"amd64\",\"version\": \"2.16-1\",\"status\": \"ii \"},{\"package\": \"grub-common\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"grub-gfxpayload-lists\",\"arch\": \"amd64\",\"version\": \"0.6\",\"status\": \"ii \"},{\"package\": \"grub-pc\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"grub-pc-bin\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"grub2-common\",\"arch\": \"amd64\",\"version\": \"2.02~beta2-9ubuntu1.12\",\"status\": \"ii \"},{\"package\": \"gzip\",\"arch\": \"amd64\",\"version\": \"1.6-3ubuntu1\",\"status\": \"ii \"},{\"package\": \"hiera\",\"arch\": \"all\",\"version\": \"1.3.4-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"hostname\",\"arch\": \"amd64\",\"version\": \"3.15ubuntu1\",\"status\": \"ii \"},{\"package\": \"ifupdown\",\"arch\": \"amd64\",\"version\": \"0.7.47.2ubuntu4.4\",\"status\": \"ii \"},{\"package\": \"init-system-helpers\",\"arch\": \"all\",\"version\": \"1.14ubuntu1\",\"status\": \"ii \"},{\"package\": \"initramfs-tools\",\"arch\": \"all\",\"version\": \"0.103ubuntu4.6\",\"status\": \"ii \"},{\"package\": \"initramfs-tools-bin\",\"arch\": \"amd64\",\"version\": \"0.103ubuntu4.6\",\"status\": \"ii \"},{\"package\": \"initscripts\",\"arch\": \"amd64\",\"version\": \"2.88dsf-41ubuntu6.3\",\"status\": \"ii \"},{\"package\": \"insserv\",\"arch\": \"amd64\",\"version\": \"1.14.0-5ubuntu2\",\"status\": \"ii \"},{\"package\": \"iproute2\",\"arch\": \"amd64\",\"version\": \"3.12.0-2ubuntu1\",\"status\": \"ii \"},{\"package\": \"iputils-ping\",\"arch\": \"amd64\",\"version\": \"3:20121221-4ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"isc-dhcp-client\",\"arch\": \"amd64\",\"version\": \"4.2.4-7ubuntu12.8\",\"status\": \"ii \"},{\"package\": \"isc-dhcp-common\",\"arch\": \"amd64\",\"version\": \"4.2.4-7ubuntu12.8\",\"status\": \"ii \"},{\"package\": \"iso-codes\",\"arch\": \"all\",\"version\": \"3.52-1\",\"status\": \"ii \"},{\"package\": \"klibc-utils\",\"arch\": \"amd64\",\"version\": \"2.0.3-0ubuntu1.14.04.2\",\"status\": \"ii \"},{\"package\": \"kmod\",\"arch\": \"amd64\",\"version\": \"15-0ubuntu6\",\"status\": \"ii \"},{\"package\": \"language-pack-en\",\"arch\": \"all\",\"version\": \"1:14.04+20160720\",\"status\": \"ii \"},{\"package\": \"language-pack-en-base\",\"arch\": \"all\",\"version\": \"1:14.04+20160720\",\"status\": \"ii \"},{\"package\": \"less\",\"arch\": \"amd64\",\"version\": \"458-2\",\"status\": \"ii \"},{\"package\": \"libacl1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2.52-1\",\"status\": \"ii \"},{\"package\": \"libaio1:amd64\",\"arch\": \"amd64\",\"version\": \"0.3.109-4\",\"status\": \"ii \"},{\"package\": \"libapt-inst1.5:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"libapt-pkg4.12:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.1ubuntu2.17\",\"status\": \"ii \"},{\"package\": \"libasn1-8-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libasprintf0c2:amd64\",\"arch\": \"amd64\",\"version\": \"0.18.3.1-1ubuntu3\",\"status\": \"ii \"},{\"package\": \"libattr1:amd64\",\"arch\": \"amd64\",\"version\": \"1:2.4.47-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libaudit-common\",\"arch\": \"all\",\"version\": \"1:2.3.2-2ubuntu1\",\"status\": \"ii \"},{\"package\": \"libaudit1:amd64\",\"arch\": \"amd64\",\"version\": \"1:2.3.2-2ubuntu1\",\"status\": \"ii \"},{\"package\": \"libaugeas-ruby\",\"arch\": \"all\",\"version\": \"0.5.0-2\",\"status\": \"ii \"},{\"package\": \"libaugeas0\",\"arch\": \"amd64\",\"version\": \"1.2.0-0ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libblkid1:amd64\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"libboost-system1.54.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.54.0-4ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"libboost-thread1.54.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.54.0-4ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"libbz2-1.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.6-5\",\"status\": \"ii \"},{\"package\": \"libc-bin\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libc-dev-bin\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libc6:amd64\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libc6-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"libcap2:amd64\",\"arch\": \"amd64\",\"version\": \"1:2.24-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"libcgmanager0:amd64\",\"arch\": \"amd64\",\"version\": \"0.24-0ubuntu7.5\",\"status\": \"ii \"},{\"package\": \"libck-connector0:amd64\",\"arch\": \"amd64\",\"version\": \"0.4.5-3.1ubuntu2\",\"status\": \"ii \"},{\"package\": \"libcomerr2:amd64\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libcurl3:amd64\",\"arch\": \"amd64\",\"version\": \"7.35.0-1ubuntu2.10\",\"status\": \"ii \"},{\"package\": \"libcurl3-gnutls:amd64\",\"arch\": \"amd64\",\"version\": \"7.35.0-1ubuntu2.10\",\"status\": \"ii \"},{\"package\": \"libdb5.3:amd64\",\"arch\": \"amd64\",\"version\": \"5.3.28-3ubuntu3\",\"status\": \"ii \"},{\"package\": \"libdbus-1-3:amd64\",\"arch\": \"amd64\",\"version\": \"1.6.18-0ubuntu4.5\",\"status\": \"ii \"},{\"package\": \"libdbus-glib-1-2:amd64\",\"arch\": \"amd64\",\"version\": \"0.100.2-1\",\"status\": \"ii \"},{\"package\": \"libdebconfclient0:amd64\",\"arch\": \"amd64\",\"version\": \"0.187ubuntu1\",\"status\": \"ii \"},{\"package\": \"libdevmapper1.02.1:amd64\",\"arch\": \"amd64\",\"version\": \"2:1.02.77-6ubuntu2\",\"status\": \"ii \"},{\"package\": \"libdrm2:amd64\",\"arch\": \"amd64\",\"version\": \"2.4.67-1ubuntu0.14.04.1\",\"status\": \"ii \"},{\"package\": \"libedit2:amd64\",\"arch\": \"amd64\",\"version\": \"3.1-20130712-2\",\"status\": \"ii \"},{\"package\": \"liberror-perl\",\"arch\": \"all\",\"version\": \"0.17-1.1\",\"status\": \"ii \"},{\"package\": \"libestr0\",\"arch\": \"amd64\",\"version\": \"0.1.9-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"libexpat1:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.0-4ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libexpat1-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.0-4ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libffi6:amd64\",\"arch\": \"amd64\",\"version\": \"3.1~rc1+r3.0.13-12ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"libfreetype6:amd64\",\"arch\": \"amd64\",\"version\": \"2.5.2-1ubuntu2.5\",\"status\": \"ii \"},{\"package\": \"libfuse2:amd64\",\"arch\": \"amd64\",\"version\": \"2.9.2-4ubuntu4.14.04.1\",\"status\": \"ii \"},{\"package\": \"libgcc1:amd64\",\"arch\": \"amd64\",\"version\": \"1:4.9.3-0ubuntu4\",\"status\": \"ii \"},{\"package\": \"libgcrypt11:amd64\",\"arch\": \"amd64\",\"version\": \"1.5.3-2ubuntu4.4\",\"status\": \"ii \"},{\"package\": \"libgdbm3:amd64\",\"arch\": \"amd64\",\"version\": \"1.8.3-12build1\",\"status\": \"ii \"},{\"package\": \"libgirepository-1.0-1\",\"arch\": \"amd64\",\"version\": \"1.40.0-1ubuntu0.2\",\"status\": \"ii \"},{\"package\": \"libglib2.0-0:amd64\",\"arch\": \"amd64\",\"version\": \"2.40.2-0ubuntu1\",\"status\": \"ii \"},{\"package\": \"libgnutls-openssl27:amd64\",\"arch\": \"amd64\",\"version\": \"2.12.23-12ubuntu2.5\",\"status\": \"ii \"},{\"package\": \"libgnutls26:amd64\",\"arch\": \"amd64\",\"version\": \"2.12.23-12ubuntu2.5\",\"status\": \"ii \"},{\"package\": \"libgpg-error0:amd64\",\"arch\": \"amd64\",\"version\": \"1.12-0.2ubuntu1\",\"status\": \"ii \"},{\"package\": \"libgpm2:amd64\",\"arch\": \"amd64\",\"version\": \"1.20.4-6.1\",\"status\": \"ii \"},{\"package\": \"libgssapi-krb5-2:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libgssapi3-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libhcrypto4-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libheimbase1-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libheimntlm0-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libhx509-5-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libidn11:amd64\",\"arch\": \"amd64\",\"version\": \"1.28-1ubuntu2.1\",\"status\": \"ii \"},{\"package\": \"libjson-c2:amd64\",\"arch\": \"amd64\",\"version\": \"0.11-3ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libjson0:amd64\",\"arch\": \"amd64\",\"version\": \"0.11-3ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libk5crypto3:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libkeyutils1:amd64\",\"arch\": \"amd64\",\"version\": \"1.5.6-1\",\"status\": \"ii \"},{\"package\": \"libklibc\",\"arch\": \"amd64\",\"version\": \"2.0.3-0ubuntu1.14.04.2\",\"status\": \"ii \"},{\"package\": \"libkmod2:amd64\",\"arch\": \"amd64\",\"version\": \"15-0ubuntu6\",\"status\": \"ii \"},{\"package\": \"libkrb5-26-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libkrb5-3:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libkrb5support0:amd64\",\"arch\": \"amd64\",\"version\": \"1.12+dfsg-2ubuntu5.3\",\"status\": \"ii \"},{\"package\": \"libldap-2.4-2:amd64\",\"arch\": \"amd64\",\"version\": \"2.4.31-1+nmu2ubuntu8.3\",\"status\": \"ii \"},{\"package\": \"liblzma5:amd64\",\"arch\": \"amd64\",\"version\": \"5.1.1alpha+20120614-2ubuntu2\",\"status\": \"ii \"},{\"package\": \"libmagic1:amd64\",\"arch\": \"amd64\",\"version\": \"1:5.14-2ubuntu3.3\",\"status\": \"ii \"},{\"package\": \"libmount1:amd64\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"libncurses5:amd64\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libncursesw5:amd64\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libnih-dbus1:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.3-4ubuntu25\",\"status\": \"ii \"},{\"package\": \"libnih1:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.3-4ubuntu25\",\"status\": \"ii \"},{\"package\": \"libnl-3-200:amd64\",\"arch\": \"amd64\",\"version\": \"3.2.21-1ubuntu4\",\"status\": \"ii \"},{\"package\": \"libnl-genl-3-200:amd64\",\"arch\": \"amd64\",\"version\": \"3.2.21-1ubuntu4\",\"status\": \"ii \"},{\"package\": \"libnspr4:amd64\",\"arch\": \"amd64\",\"version\": \"2:4.12-0ubuntu0.14.04.1\",\"status\": \"ii \"},{\"package\": \"libnss3:amd64\",\"arch\": \"amd64\",\"version\": \"2:3.26.2-0ubuntu0.14.04.3\",\"status\": \"ii \"},{\"package\": \"libnss3-nssdb\",\"arch\": \"all\",\"version\": \"2:3.26.2-0ubuntu0.14.04.3\",\"status\": \"ii \"},{\"package\": \"libp11-kit0:amd64\",\"arch\": \"amd64\",\"version\": \"0.20.2-2ubuntu2\",\"status\": \"ii \"},{\"package\": \"libpam-modules:amd64\",\"arch\": \"amd64\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpam-modules-bin\",\"arch\": \"amd64\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpam-runtime\",\"arch\": \"all\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpam0g:amd64\",\"arch\": \"amd64\",\"version\": \"1.1.8-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpci3:amd64\",\"arch\": \"amd64\",\"version\": \"1:3.2.1-1ubuntu5.1\",\"status\": \"ii \"},{\"package\": \"libpcre3:amd64\",\"arch\": \"amd64\",\"version\": \"1:8.31-2ubuntu2.3\",\"status\": \"ii \"},{\"package\": \"libplymouth2:amd64\",\"arch\": \"amd64\",\"version\": \"0.8.8-0ubuntu17.1\",\"status\": \"ii \"},{\"package\": \"libpng12-0:amd64\",\"arch\": \"amd64\",\"version\": \"1.2.50-1ubuntu2.14.04.2\",\"status\": \"ii \"},{\"package\": \"libpopt0:amd64\",\"arch\": \"amd64\",\"version\": \"1.16-8ubuntu1\",\"status\": \"ii \"},{\"package\": \"libprocps3:amd64\",\"arch\": \"amd64\",\"version\": \"1:3.3.9-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"libpython-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"libpython-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"libpython2.7:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython2.7-dev:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython2.7-minimal:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython2.7-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"libpython3-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"3.4.0-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"libpython3.4-minimal:amd64\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"libpython3.4-stdlib:amd64\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"librados2\",\"arch\": \"amd64\",\"version\": \"0.80.11-0ubuntu1.14.04.1\",\"status\": \"ii \"},{\"package\": \"librbd1\",\"arch\": \"amd64\",\"version\": \"0.80.11-0ubuntu1.14.04.1\",\"status\": \"ii \"},{\"package\": \"libreadline6:amd64\",\"arch\": \"amd64\",\"version\": \"6.3-4ubuntu2\",\"status\": \"ii \"},{\"package\": \"libroken18-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"librtmp0:amd64\",\"arch\": \"amd64\",\"version\": \"2.4+20121230.gitdf6c518-1\",\"status\": \"ii \"},{\"package\": \"libruby1.9.1\",\"arch\": \"amd64\",\"version\": \"1.9.3.484-2ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"libsasl2-2:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.25.dfsg1-17build1\",\"status\": \"ii \"},{\"package\": \"libsasl2-modules-db:amd64\",\"arch\": \"amd64\",\"version\": \"2.1.25.dfsg1-17build1\",\"status\": \"ii \"},{\"package\": \"libselinux1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2.2-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"libsemanage-common\",\"arch\": \"all\",\"version\": \"2.2-1\",\"status\": \"ii \"},{\"package\": \"libsemanage1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2-1\",\"status\": \"ii \"},{\"package\": \"libsepol1:amd64\",\"arch\": \"amd64\",\"version\": \"2.2-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"libslang2:amd64\",\"arch\": \"amd64\",\"version\": \"2.2.4-15ubuntu1\",\"status\": \"ii \"},{\"package\": \"libsqlite3-0:amd64\",\"arch\": \"amd64\",\"version\": \"3.8.2-1ubuntu2.1\",\"status\": \"ii \"},{\"package\": \"libss2:amd64\",\"arch\": \"amd64\",\"version\": \"1.42.9-3ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"libssl1.0.0:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.1f-1ubuntu2.21\",\"status\": \"ii \"},{\"package\": \"libstdc++6:amd64\",\"arch\": \"amd64\",\"version\": \"4.8.4-2ubuntu1~14.04.3\",\"status\": \"ii \"},{\"package\": \"libtasn1-6:amd64\",\"arch\": \"amd64\",\"version\": \"3.4-3ubuntu0.4\",\"status\": \"ii \"},{\"package\": \"libtinfo5:amd64\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"libudev1:amd64\",\"arch\": \"amd64\",\"version\": \"204-5ubuntu20.20\",\"status\": \"ii \"},{\"package\": \"libusb-0.1-4:amd64\",\"arch\": \"amd64\",\"version\": \"2:0.1.12-23.3ubuntu1\",\"status\": \"ii \"},{\"package\": \"libustr-1.0-1:amd64\",\"arch\": \"amd64\",\"version\": \"1.0.4-3ubuntu2\",\"status\": \"ii \"},{\"package\": \"libuuid1:amd64\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"libwind0-heimdal:amd64\",\"arch\": \"amd64\",\"version\": \"1.6~git20131207+dfsg-1ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"libwrap0:amd64\",\"arch\": \"amd64\",\"version\": \"7.6.q-25\",\"status\": \"ii \"},{\"package\": \"libxml2:amd64\",\"arch\": \"amd64\",\"version\": \"2.9.1+dfsg1-3ubuntu4.8\",\"status\": \"ii \"},{\"package\": \"libxslt1.1:amd64\",\"arch\": \"amd64\",\"version\": \"1.1.28-2build1\",\"status\": \"ii \"},{\"package\": \"libyaml-0-2:amd64\",\"arch\": \"amd64\",\"version\": \"0.1.4-3ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"linux-firmware\",\"arch\": \"all\",\"version\": \"1.127.23\",\"status\": \"ii \"},{\"package\": \"linux-image-3.13.0-107-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-107.154\",\"status\": \"ii \"},{\"package\": \"linux-image-extra-3.13.0-107-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-107.154\",\"status\": \"ii \"},{\"package\": \"linux-image-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0.107.115\",\"status\": \"ii \"},{\"package\": \"linux-libc-dev:amd64\",\"arch\": \"amd64\",\"version\": \"3.13.0-107.154\",\"status\": \"ii \"},{\"package\": \"locales\",\"arch\": \"all\",\"version\": \"2.13+git20120306-12.1\",\"status\": \"ii \"},{\"package\": \"login\",\"arch\": \"amd64\",\"version\": \"1:4.1.5.1-1ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"lsb-base\",\"arch\": \"all\",\"version\": \"4.1+Debian11ubuntu6.2\",\"status\": \"ii \"},{\"package\": \"lsb-release\",\"arch\": \"all\",\"version\": \"4.1+Debian11ubuntu6.2\",\"status\": \"ii \"},{\"package\": \"makedev\",\"arch\": \"all\",\"version\": \"2.3.1-93ubuntu1\",\"status\": \"ii \"},{\"package\": \"mawk\",\"arch\": \"amd64\",\"version\": \"1.3.3-17ubuntu2\",\"status\": \"ii \"},{\"package\": \"mime-support\",\"arch\": \"all\",\"version\": \"3.54ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"module-init-tools\",\"arch\": \"all\",\"version\": \"15-0ubuntu6\",\"status\": \"ii \"},{\"package\": \"mount\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"mountall\",\"arch\": \"amd64\",\"version\": \"2.53\",\"status\": \"ii \"},{\"package\": \"multiarch-support\",\"arch\": \"amd64\",\"version\": \"2.19-0ubuntu6.9\",\"status\": \"ii \"},{\"package\": \"ncurses-base\",\"arch\": \"all\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"ncurses-bin\",\"arch\": \"amd64\",\"version\": \"5.9+20140118-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"net-tools\",\"arch\": \"amd64\",\"version\": \"1.60-25ubuntu2.1\",\"status\": \"ii \"},{\"package\": \"open-iscsi\",\"arch\": \"amd64\",\"version\": \"2.0.873-3ubuntu9\",\"status\": \"ii \"},{\"package\": \"openssh-client\",\"arch\": \"amd64\",\"version\": \"1:6.6p1-2ubuntu2.8\",\"status\": \"ii \"},{\"package\": \"openssh-server\",\"arch\": \"amd64\",\"version\": \"1:6.6p1-2ubuntu2.8\",\"status\": \"ii \"},{\"package\": \"openssh-sftp-server\",\"arch\": \"amd64\",\"version\": \"1:6.6p1-2ubuntu2.8\",\"status\": \"ii \"},{\"package\": \"openssl\",\"arch\": \"amd64\",\"version\": \"1.0.1f-1ubuntu2.21\",\"status\": \"ii \"},{\"package\": \"passwd\",\"arch\": \"amd64\",\"version\": \"1:4.1.5.1-1ubuntu9.2\",\"status\": \"ii \"},{\"package\": \"pciutils\",\"arch\": \"amd64\",\"version\": \"1:3.2.1-1ubuntu5.1\",\"status\": \"ii \"},{\"package\": \"perl\",\"arch\": \"amd64\",\"version\": \"5.18.2-2ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"perl-base\",\"arch\": \"amd64\",\"version\": \"5.18.2-2ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"perl-modules\",\"arch\": \"all\",\"version\": \"5.18.2-2ubuntu1.1\",\"status\": \"ii \"},{\"package\": \"plymouth\",\"arch\": \"amd64\",\"version\": \"0.8.8-0ubuntu17.1\",\"status\": \"ii \"},{\"package\": \"procps\",\"arch\": \"amd64\",\"version\": \"1:3.3.9-1ubuntu2.2\",\"status\": \"ii \"},{\"package\": \"puppet\",\"arch\": \"all\",\"version\": \"3.8.7-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"puppet-common\",\"arch\": \"all\",\"version\": \"3.8.7-1puppetlabs1\",\"status\": \"ii \"},{\"package\": \"puppetlabs-release\",\"arch\": \"all\",\"version\": \"1.1-1\",\"status\": \"ii \"},{\"package\": \"python\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"python-apt-common\",\"arch\": \"all\",\"version\": \"0.9.3.5ubuntu2\",\"status\": \"ii \"},{\"package\": \"python-chardet\",\"arch\": \"all\",\"version\": \"2.0.1-2build2\",\"status\": \"ii \"},{\"package\": \"python-dev\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"python-lxml\",\"arch\": \"amd64\",\"version\": \"3.3.3-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"python-minimal\",\"arch\": \"amd64\",\"version\": \"2.7.5-5ubuntu3\",\"status\": \"ii \"},{\"package\": \"python-pkg-resources\",\"arch\": \"all\",\"version\": \"3.3-1ubuntu2\",\"status\": \"ii \"},{\"package\": \"python-requestbuilder\",\"arch\": \"all\",\"version\": \"0.1.0~beta2-1build1\",\"status\": \"ii \"},{\"package\": \"python-requests\",\"arch\": \"all\",\"version\": \"2.2.1-1ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python-setuptools\",\"arch\": \"all\",\"version\": \"3.3-1ubuntu2\",\"status\": \"ii \"},{\"package\": \"python-six\",\"arch\": \"all\",\"version\": \"1.5.2-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"python-urllib3\",\"arch\": \"all\",\"version\": \"1.7.1-1ubuntu4\",\"status\": \"ii \"},{\"package\": \"python2.7\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python2.7-dev\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python2.7-minimal\",\"arch\": \"amd64\",\"version\": \"2.7.6-8ubuntu0.3\",\"status\": \"ii \"},{\"package\": \"python3\",\"arch\": \"amd64\",\"version\": \"3.4.0-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"python3-apt\",\"arch\": \"amd64\",\"version\": \"0.9.3.5ubuntu2\",\"status\": \"ii \"},{\"package\": \"python3-dbus\",\"arch\": \"amd64\",\"version\": \"1.2.0-2build2\",\"status\": \"ii \"},{\"package\": \"python3-gi\",\"arch\": \"amd64\",\"version\": \"3.12.0-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"python3-minimal\",\"arch\": \"amd64\",\"version\": \"3.4.0-0ubuntu2\",\"status\": \"ii \"},{\"package\": \"python3-pycurl\",\"arch\": \"amd64\",\"version\": \"7.19.3-0ubuntu3\",\"status\": \"ii \"},{\"package\": \"python3-software-properties\",\"arch\": \"all\",\"version\": \"0.92.37.7\",\"status\": \"ii \"},{\"package\": \"python3.4\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"python3.4-minimal\",\"arch\": \"amd64\",\"version\": \"3.4.3-1ubuntu1~14.04.5\",\"status\": \"ii \"},{\"package\": \"qemu-utils\",\"arch\": \"amd64\",\"version\": \"2.0.0+dfsg-2ubuntu1.30\",\"status\": \"ii \"},{\"package\": \"readline-common\",\"arch\": \"all\",\"version\": \"6.3-4ubuntu2\",\"status\": \"ii \"},{\"package\": \"rsync\",\"arch\": \"amd64\",\"version\": \"3.1.0-2ubuntu0.2\",\"status\": \"ii \"},{\"package\": \"rsyslog\",\"arch\": \"amd64\",\"version\": \"7.4.4-1ubuntu2.6\",\"status\": \"ii \"},{\"package\": \"ruby\",\"arch\": \"all\",\"version\": \"1:1.9.3.4\",\"status\": \"ii \"},{\"package\": \"ruby-augeas\",\"arch\": \"amd64\",\"version\": \"0.5.0-2\",\"status\": \"ii \"},{\"package\": \"ruby-json\",\"arch\": \"amd64\",\"version\": \"1.8.0-1build1\",\"status\": \"ii \"},{\"package\": \"ruby-shadow\",\"arch\": \"amd64\",\"version\": \"2.2.0-1\",\"status\": \"ii \"},{\"package\": \"ruby1.9.1\",\"arch\": \"amd64\",\"version\": \"1.9.3.484-2ubuntu1.2\",\"status\": \"ii \"},{\"package\": \"sed\",\"arch\": \"amd64\",\"version\": \"4.2.2-4ubuntu1\",\"status\": \"ii \"},{\"package\": \"sensible-utils\",\"arch\": \"all\",\"version\": \"0.0.9\",\"status\": \"ii \"},{\"package\": \"software-properties-common\",\"arch\": \"all\",\"version\": \"0.92.37.7\",\"status\": \"ii \"},{\"package\": \"sudo\",\"arch\": \"amd64\",\"version\": \"1.8.9p5-1ubuntu1.3\",\"status\": \"ii \"},{\"package\": \"sysv-rc\",\"arch\": \"all\",\"version\": \"2.88dsf-41ubuntu6.3\",\"status\": \"ii \"},{\"package\": \"sysvinit-utils\",\"arch\": \"amd64\",\"version\": \"2.88dsf-41ubuntu6.3\",\"status\": \"ii \"},{\"package\": \"tar\",\"arch\": \"amd64\",\"version\": \"1.27.1-1ubuntu0.1\",\"status\": \"ii \"},{\"package\": \"tzdata\",\"arch\": \"all\",\"version\": \"2016j-0ubuntu0.14.04\",\"status\": \"ii \"},{\"package\": \"ubuntu-keyring\",\"arch\": \"all\",\"version\": \"2012.05.19\",\"status\": \"ii \"},{\"package\": \"ucf\",\"arch\": \"all\",\"version\": \"3.0027+nmu1\",\"status\": \"ii \"},{\"package\": \"udev\",\"arch\": \"amd64\",\"version\": \"204-5ubuntu20.20\",\"status\": \"ii \"},{\"package\": \"unattended-upgrades\",\"arch\": \"all\",\"version\": \"0.82.1ubuntu2.4\",\"status\": \"ii \"},{\"package\": \"upstart\",\"arch\": \"amd64\",\"version\": \"1.12.1-0ubuntu4.2\",\"status\": \"ii \"},{\"package\": \"util-linux\",\"arch\": \"amd64\",\"version\": \"2.20.1-5.1ubuntu20.9\",\"status\": \"ii \"},{\"package\": \"vim\",\"arch\": \"amd64\",\"version\": \"2:7.4.052-1ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"vim-common\",\"arch\": \"amd64\",\"version\": \"2:7.4.052-1ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"vim-runtime\",\"arch\": \"all\",\"version\": \"2:7.4.052-1ubuntu3.1\",\"status\": \"ii \"},{\"package\": \"virt-what\",\"arch\": \"amd64\",\"version\": \"1.13-1\",\"status\": \"ii \"},{\"package\": \"vlan\",\"arch\": \"amd64\",\"version\": \"1.9-3ubuntu10.1\",\"status\": \"ii \"},{\"package\": \"wget\",\"arch\": \"amd64\",\"version\": \"1.15-1ubuntu1.14.04.2\",\"status\": \"ii \"},{\"package\": \"wireless-regdb\",\"arch\": \"all\",\"version\": \"2013.02.13-1ubuntu1\",\"status\": \"ii \"},{\"package\": \"xz-utils\",\"arch\": \"amd64\",\"version\": \"5.1.1alpha+20120614-2ubuntu2\",\"status\": \"ii \"},{\"package\": \"zlib1g:amd64\",\"arch\": \"amd64\",\"version\": \"1:1.2.8.dfsg-1ubuntu1\",\"status\": \"ii \"},'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests' -> '/httpboot/deployment_image.d/dib-manifests'", "'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib_arguments' -> '/httpboot/deployment_image.d/dib-manifests/dib_arguments'", "'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib_environment' -> '/httpboot/deployment_image.d/dib-manifests/dib_environment'", "'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib-manifest-dpkg-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-dpkg-deployment_image'", "'/tmp/dib_build.hPQ9vbF0/mnt//etc/dib-manifests/dib-manifest-git-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-git-deployment_image'", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/sys", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/proc", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/dev/pts", "Unmount /tmp/dib_build.hPQ9vbF0/mnt/dev", "Unmount /tmp/dib_build.hPQ9vbF0/mnt", "/dev/loop0: [0025]:56666705 (/tmp/dib_image.S0D5cITg/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:09:56 -0800 (0:10:49.581) 0:16:11.921 ***** 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:09:56 -0800 (0:00:00.069) 0:16:11.991 ***** <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-1485342596.88-221231523264835 `" && echo ansible-tmp-1485342596.88-221231523264835="` echo $HOME/.ansible/tmp/ansible-tmp-1485342596.88-221231523264835 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptM0rw5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342596.88-221231523264835/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342596.88-221231523264835/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342596.88-221231523264835/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342596.88-221231523264835/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342596.88-221231523264835/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"path": "/httpboot"}, "before": {"path": "/httpboot"}}, "gid": 1002, "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", "size": 4096, "state": "directory", "uid": 1002} 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:09:57 -0800 (0:00:00.222) 0:16:12.214 ***** 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:09:57 -0800 (0:00:00.087) 0:16:12.302 ***** <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-1485342597.17-189752527474365 `" && echo ansible-tmp-1485342597.17-189752527474365="` echo $HOME/.ansible/tmp/ansible-tmp-1485342597.17-189752527474365 `" ) && 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-1485342597.17-154172943020324 `" && echo ansible-tmp-1485342597.17-154172943020324="` echo $HOME/.ansible/tmp/ansible-tmp-1485342597.17-154172943020324 `" ) && 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-1485342597.18-3242830547156 `" && echo ansible-tmp-1485342597.18-3242830547156="` echo $HOME/.ansible/tmp/ansible-tmp-1485342597.18-3242830547156 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpFqKmMx TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-189752527474365/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-189752527474365/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-189752527474365/setup && sleep 0' <192.168.122.3> PUT /tmp/tmpu3lLHM TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-154172943020324/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-154172943020324/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-154172943020324/setup && sleep 0' <192.168.122.4> PUT /tmp/tmp6oRGSp TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.18-3242830547156/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.18-3242830547156/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.18-3242830547156/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-189752527474365/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-189752527474365/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-154172943020324/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342597.17-154172943020324/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342597.18-3242830547156/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342597.18-3242830547156/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] ok: [compute00.opnfvlocal] ok: [jumphost.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:09:58 -0800 (0:00:01.491) 0:16:13.793 ***** 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:09:58 -0800 (0:00:00.075) 0:16:13.869 ***** <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-1485342598.82-190861859358264 `" && echo ansible-tmp-1485342598.82-190861859358264="` echo $HOME/.ansible/tmp/ansible-tmp-1485342598.82-190861859358264 `" ) && 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-1485342598.82-44815456432535 `" && echo ansible-tmp-1485342598.82-44815456432535="` echo $HOME/.ansible/tmp/ansible-tmp-1485342598.82-44815456432535 `" ) && 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-1485342598.82-248332109449548 `" && echo ansible-tmp-1485342598.82-248332109449548="` echo $HOME/.ansible/tmp/ansible-tmp-1485342598.82-248332109449548 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpiczE6K TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-190861859358264/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-190861859358264/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-190861859358264/os_client_config && sleep 0' <192.168.122.4> PUT /tmp/tmpORgewW TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-44815456432535/os_client_config <192.168.122.3> PUT /tmp/tmp4flIYI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-248332109449548/os_client_config <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-44815456432535/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-44815456432535/os_client_config && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-248332109449548/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-248332109449548/os_client_config && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-44815456432535/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-44815456432535/" > /dev/null 2>&1 && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-190861859358264/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-190861859358264/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-248332109449548/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342598.82-248332109449548/" > /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: [jumphost.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"} 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:09:59 -0800 (0:00:01.224) 0:16:15.093 ***** 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:09:59 -0800 (0:00:00.061) 0:16:15.154 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584 `" && echo ansible-tmp-1485342600.13-189695498368584="` echo $HOME/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353 `" && echo ansible-tmp-1485342600.13-235905731128353="` echo $HOME/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918 `" && echo ansible-tmp-1485342600.13-230528153192918="` echo $HOME/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918 `" ) && sleep 0' PUT /tmp/tmpVue3Ss TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584/os_ironic EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584/os_ironic && sleep 0' PUT /tmp/tmpfRFWjf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918/os_ironic PUT /tmp/tmpnTWHKN TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353/os_ironic EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918/os_ironic && sleep 0' EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584/os_ironic; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-189695498368584/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918/os_ironic; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-230528153192918/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353/os_ironic; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342600.13-235905731128353/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal -> localhost] => {"changed": true, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "chassis_uuid": null, "cloud": null, "driver": "agent_ssh", "driver_info": {"deploy": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs"}, "power": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs", "ssh_address": "192.168.122.1", "ssh_key_filename": "/home/ironic/.ssh/id_rsa", "ssh_port": 22, "ssh_username": "ironic", "ssh_virt_type": "virsh"}}, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "name": "controller00.opnfvlocal", "nics": [{"mac": "52:54:00:4b:ea:ad"}], "properties": {"cpu_arch": "x86_64", "cpus": "4", "disk_size": "100", "ram": "8192"}, "region_name": null, "skip_update_of_masked_password": null, "state": "present", "timeout": 180, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec02", "verify": true, "wait": true}, "module_name": "os_ironic"}, "provision_state": "available", "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec02"} changed: [compute00.opnfvlocal -> localhost] => {"changed": true, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "chassis_uuid": null, "cloud": null, "driver": "agent_ssh", "driver_info": {"deploy": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs"}, "power": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs", "ssh_address": "192.168.122.1", "ssh_key_filename": "/home/ironic/.ssh/id_rsa", "ssh_port": 22, "ssh_username": "ironic", "ssh_virt_type": "virsh"}}, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "name": "compute00.opnfvlocal", "nics": [{"mac": "52:54:00:ac:60:7c"}], "properties": {"cpu_arch": "x86_64", "cpus": "4", "disk_size": "100", "ram": "8192"}, "region_name": null, "skip_update_of_masked_password": null, "state": "present", "timeout": 180, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec03", "verify": true, "wait": true}, "module_name": "os_ironic"}, "provision_state": "available", "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec03"} changed: [jumphost.opnfvlocal -> localhost] => {"changed": true, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "chassis_uuid": null, "cloud": null, "driver": "agent_ssh", "driver_info": {"deploy": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs"}, "power": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs", "ssh_address": "192.168.122.1", "ssh_key_filename": "/home/ironic/.ssh/id_rsa", "ssh_port": 22, "ssh_username": "ironic", "ssh_virt_type": "virsh"}}, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "name": "jumphost.opnfvlocal", "nics": [{"mac": "52:54:00:a7:4d:e1"}], "properties": {"cpu_arch": "x86_64", "cpus": "4", "disk_size": "100", "ram": "8192"}, "region_name": null, "skip_update_of_masked_password": null, "state": "present", "timeout": 180, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec01", "verify": true, "wait": true}, "module_name": "os_ironic"}, "provision_state": "available", "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec01"} TASK [ironic-inspect-node : If in noauth mode, unset authentication parameters.] *** task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:15 Wednesday 25 January 2017 03:10:01 -0800 (0:00:01.918) 0:16:17.073 ***** 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-inspect-node : Execute os_client_config to collect facts] ********* task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:21 Wednesday 25 January 2017 03:10:01 -0800 (0:00:00.081) 0:16:17.154 ***** <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-1485342602.03-169293206228677 `" && echo ansible-tmp-1485342602.03-169293206228677="` echo $HOME/.ansible/tmp/ansible-tmp-1485342602.03-169293206228677 `" ) && 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-1485342602.04-278031021337527 `" && echo ansible-tmp-1485342602.04-278031021337527="` echo $HOME/.ansible/tmp/ansible-tmp-1485342602.04-278031021337527 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpzxehjy TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.03-169293206228677/os_client_config <192.168.122.3> PUT /tmp/tmp5rThBu TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.04-278031021337527/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.03-169293206228677/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.03-169293206228677/os_client_config && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.04-278031021337527/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.04-278031021337527/os_client_config && 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-1485342602.05-250355979822883 `" && echo ansible-tmp-1485342602.05-250355979822883="` echo $HOME/.ansible/tmp/ansible-tmp-1485342602.05-250355979822883 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.04-278031021337527/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342602.04-278031021337527/" > /dev/null 2>&1 && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.03-169293206228677/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342602.03-169293206228677/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpTsfeka TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.05-250355979822883/os_client_config <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.05-250355979822883/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.05-250355979822883/os_client_config && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342602.05-250355979822883/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342602.05-250355979822883/" > /dev/null 2>&1 && sleep 0' 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"} ok: [compute00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [ironic-inspect-node : Set os_client_config's auth parameters if not already set.] *** task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:28 Wednesday 25 January 2017 03:10:03 -0800 (0:00:01.225) 0:16:18.380 ***** 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-inspect-node : Setup DHCP for nodes.] ***************************** task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:35 Wednesday 25 January 2017 03:10:03 -0800 (0:00:00.064) 0:16:18.444 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [ironic-inspect-node : Setup DNS address for nodes.] ********************** task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:44 Wednesday 25 January 2017 03:10:03 -0800 (0:00:00.060) 0:16:18.505 ***** skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [ironic-inspect-node : Sending dnsmasq HUP] ******************************* task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:53 Wednesday 25 January 2017 03:10:03 -0800 (0:00:00.063) 0:16:18.568 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [ironic-inspect-node : Execute node introspection] ************************ task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:60 Wednesday 25 January 2017 03:10:03 -0800 (0:00:00.066) 0:16:18.635 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875 `" && echo ansible-tmp-1485342603.6-153701679123875="` echo $HOME/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617 `" && echo ansible-tmp-1485342603.6-201641336377617="` echo $HOME/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846 `" && echo ansible-tmp-1485342603.6-29289288777846="` echo $HOME/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846 `" ) && sleep 0' PUT /tmp/tmppdLw0s TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617/os_ironic_inspect PUT /tmp/tmprFoId5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875/os_ironic_inspect EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617/os_ironic_inspect && sleep 0' PUT /tmp/tmpmcuoZt TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846/os_ironic_inspect EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875/os_ironic_inspect && sleep 0' EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846/os_ironic_inspect && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617/os_ironic_inspect; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-201641336377617/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875/os_ironic_inspect; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-153701679123875/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846/os_ironic_inspect; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342603.6-29289288777846/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal -> localhost] => {"ansible_facts": {"cpu_arch": "x86_64", "cpus": "4", "local_gb": "100", "memory_mb": "8192"}, "changed": true, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "mac": null, "name": "jumphost.opnfvlocal", "region_name": null, "timeout": 1800, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec01", "verify": true, "wait": true}, "module_name": "os_ironic_inspect"}} changed: [controller00.opnfvlocal -> localhost] => {"ansible_facts": {"cpu_arch": "x86_64", "cpus": "4", "local_gb": "100", "memory_mb": "8192"}, "changed": true, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "mac": null, "name": "controller00.opnfvlocal", "region_name": null, "timeout": 1800, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec02", "verify": true, "wait": true}, "module_name": "os_ironic_inspect"}} changed: [compute00.opnfvlocal -> localhost] => {"ansible_facts": {"cpu_arch": "x86_64", "cpus": "4", "local_gb": "100", "memory_mb": "8192"}, "changed": true, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "mac": null, "name": "compute00.opnfvlocal", "region_name": null, "timeout": 1800, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec03", "verify": true, "wait": true}, "module_name": "os_ironic_inspect"}} PLAY [Create configuration drive files and deploy machines] ******************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:10:59 -0800 (0:00:55.656) 0:17:14.291 ***** <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-1485342659.16-229856695062032 `" && echo ansible-tmp-1485342659.16-229856695062032="` echo $HOME/.ansible/tmp/ansible-tmp-1485342659.16-229856695062032 `" ) && 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-1485342659.17-261819252608852 `" && echo ansible-tmp-1485342659.17-261819252608852="` echo $HOME/.ansible/tmp/ansible-tmp-1485342659.17-261819252608852 `" ) && 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-1485342659.17-47791964275479 `" && echo ansible-tmp-1485342659.17-47791964275479="` echo $HOME/.ansible/tmp/ansible-tmp-1485342659.17-47791964275479 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmppSnamR TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.16-229856695062032/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.16-229856695062032/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.16-229856695062032/setup && sleep 0' <192.168.122.3> PUT /tmp/tmp4FBSMg TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-261819252608852/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-261819252608852/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-261819252608852/setup && sleep 0' <192.168.122.4> PUT /tmp/tmpNPOgwM TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-47791964275479/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-47791964275479/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-47791964275479/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.16-229856695062032/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342659.16-229856695062032/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-261819252608852/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-261819252608852/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-47791964275479/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342659.17-47791964275479/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] ok: [compute00.opnfvlocal] ok: [controller00.opnfvlocal] TASK [bifrost-configdrives-dynamic : If in noauth mode, set auth parameters accordingly.] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml:15 Wednesday 25 January 2017 03:11:00 -0800 (0:00:01.517) 0:17:15.809 ***** 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 [bifrost-configdrives-dynamic : Execute os_client_config to collect facts] task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml:21 Wednesday 25 January 2017 03:11:00 -0800 (0:00:00.102) 0:17:15.912 ***** <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-1485342660.79-241061192887923 `" && echo ansible-tmp-1485342660.79-241061192887923="` echo $HOME/.ansible/tmp/ansible-tmp-1485342660.79-241061192887923 `" ) && 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-1485342660.79-36426620214116 `" && echo ansible-tmp-1485342660.79-36426620214116="` echo $HOME/.ansible/tmp/ansible-tmp-1485342660.79-36426620214116 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpsoPj5R TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-241061192887923/os_client_config <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-1485342660.8-91324184633109 `" && echo ansible-tmp-1485342660.8-91324184633109="` echo $HOME/.ansible/tmp/ansible-tmp-1485342660.8-91324184633109 `" ) && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-241061192887923/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-241061192887923/os_client_config && sleep 0' <192.168.122.3> PUT /tmp/tmp5rP0Ps TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-36426620214116/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-36426620214116/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-36426620214116/os_client_config && sleep 0' <192.168.122.4> PUT /tmp/tmpmRzd17 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.8-91324184633109/os_client_config <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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-241061192887923/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-241061192887923/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.8-91324184633109/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.8-91324184633109/os_client_config && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-36426620214116/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342660.79-36426620214116/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342660.8-91324184633109/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342660.8-91324184633109/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} 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"} TASK [bifrost-configdrives-dynamic : Set os_client_config's auth parameters if not already set.] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml:28 Wednesday 25 January 2017 03:11:01 -0800 (0:00:01.215) 0:17:17.128 ***** 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 [bifrost-configdrives-dynamic : Collecting node facts] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/update_facts_from_ironic.yaml:38 Wednesday 25 January 2017 03:11:02 -0800 (0:00:00.079) 0:17:17.207 ***** <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-1485342662.17-269095787175819 `" && echo ansible-tmp-1485342662.17-269095787175819="` echo $HOME/.ansible/tmp/ansible-tmp-1485342662.17-269095787175819 `" ) && 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-1485342662.17-216699799169112 `" && echo ansible-tmp-1485342662.17-216699799169112="` echo $HOME/.ansible/tmp/ansible-tmp-1485342662.17-216699799169112 `" ) && 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-1485342662.17-107930579982214 `" && echo ansible-tmp-1485342662.17-107930579982214="` echo $HOME/.ansible/tmp/ansible-tmp-1485342662.17-107930579982214 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpXhxMvr TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-269095787175819/os_ironic_facts <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-269095787175819/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-269095787175819/os_ironic_facts && sleep 0' <192.168.122.3> PUT /tmp/tmpF09We0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-216699799169112/os_ironic_facts <192.168.122.4> PUT /tmp/tmp1NpYZm TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-107930579982214/os_ironic_facts <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-216699799169112/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-216699799169112/os_ironic_facts && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-107930579982214/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-107930579982214/os_ironic_facts && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-269095787175819/os_ironic_facts; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-269095787175819/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-216699799169112/os_ironic_facts; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-216699799169112/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-107930579982214/os_ironic_facts; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342662.17-107930579982214/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] => {"ansible_facts": {"HUMAN_ID": false, "NAME_ATTR": "name", "chassis_uuid": null, "console_enabled": false, "created_at": "2017-01-25T11:10:01+00:00", "driver": "agent_ssh", "driver_info": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs", "ssh_address": "192.168.122.1", "ssh_key_filename": "/home/ironic/.ssh/id_rsa", "ssh_port": 22, "ssh_username": "ironic", "ssh_virt_type": "virsh"}, "driver_internal_info": {}, "extra": {}, "human_id": null, "inspection_finished_at": "2017-01-25T11:10:56+00:00", "inspection_started_at": null, "instance_uuid": null, "last_error": null, "maintenance": false, "maintenance_reason": null, "name": "jumphost.opnfvlocal", "power_state": "power off", "properties": {"capabilities": "cpu_vt:true,cpu_hugepages:true", "cpu_arch": "x86_64", "cpus": "4", "local_gb": "100", "memory_mb": "8192"}, "provision_state": "available", "provision_updated_at": "2017-01-25T11:10:57+00:00", "reservation": null, "target_power_state": null, "target_provision_state": null, "updated_at": "2017-01-25T11:10:57+00:00", "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec01"}, "changed": false, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "mac": null, "name": "jumphost.opnfvlocal", "region_name": null, "skip_items": ["instance_info"], "timeout": 180, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec01", "verify": true, "wait": true}, "module_name": "os_ironic_facts"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"HUMAN_ID": false, "NAME_ATTR": "name", "chassis_uuid": null, "console_enabled": false, "created_at": "2017-01-25T11:10:01+00:00", "driver": "agent_ssh", "driver_info": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs", "ssh_address": "192.168.122.1", "ssh_key_filename": "/home/ironic/.ssh/id_rsa", "ssh_port": 22, "ssh_username": "ironic", "ssh_virt_type": "virsh"}, "driver_internal_info": {}, "extra": {}, "human_id": null, "inspection_finished_at": "2017-01-25T11:10:55+00:00", "inspection_started_at": null, "instance_uuid": null, "last_error": null, "maintenance": false, "maintenance_reason": null, "name": "compute00.opnfvlocal", "power_state": "power off", "properties": {"capabilities": "cpu_vt:true,cpu_hugepages:true", "cpu_arch": "x86_64", "cpus": "4", "local_gb": "100", "memory_mb": "8192"}, "provision_state": "available", "provision_updated_at": "2017-01-25T11:10:57+00:00", "reservation": null, "target_power_state": null, "target_provision_state": null, "updated_at": "2017-01-25T11:10:57+00:00", "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec03"}, "changed": false, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "mac": null, "name": "compute00.opnfvlocal", "region_name": null, "skip_items": ["instance_info"], "timeout": 180, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec03", "verify": true, "wait": true}, "module_name": "os_ironic_facts"}} ok: [controller00.opnfvlocal] => {"ansible_facts": {"HUMAN_ID": false, "NAME_ATTR": "name", "chassis_uuid": null, "console_enabled": false, "created_at": "2017-01-25T11:10:01+00:00", "driver": "agent_ssh", "driver_info": {"deploy_kernel": "http://192.168.122.1:8080/ipa.vmlinuz", "deploy_ramdisk": "http://192.168.122.1:8080/ipa.initramfs", "ssh_address": "192.168.122.1", "ssh_key_filename": "/home/ironic/.ssh/id_rsa", "ssh_port": 22, "ssh_username": "ironic", "ssh_virt_type": "virsh"}, "driver_internal_info": {}, "extra": {}, "human_id": null, "inspection_finished_at": "2017-01-25T11:10:55+00:00", "inspection_started_at": null, "instance_uuid": null, "last_error": null, "maintenance": false, "maintenance_reason": null, "name": "controller00.opnfvlocal", "power_state": "power off", "properties": {"capabilities": "cpu_vt:true,cpu_hugepages:true", "cpu_arch": "x86_64", "cpus": "4", "local_gb": "100", "memory_mb": "8192"}, "provision_state": "available", "provision_updated_at": "2017-01-25T11:10:57+00:00", "reservation": null, "target_power_state": null, "target_provision_state": null, "updated_at": "2017-01-25T11:10:57+00:00", "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec02"}, "changed": false, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "endpoint_type": "public", "ironic_url": "http://localhost:6385/", "key": null, "mac": null, "name": "controller00.opnfvlocal", "region_name": null, "skip_items": ["instance_info"], "timeout": 180, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec02", "verify": true, "wait": true}, "module_name": "os_ironic_facts"}} TASK [bifrost-configdrives-dynamic : Defined ssh_public_key_path - Check to see if there is a file where the ssh_public_key_path is defined] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/ssh_public_key_path.yaml:15 Wednesday 25 January 2017 03:11:03 -0800 (0:00:01.725) 0:17:18.933 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974 `" && echo ansible-tmp-1485342663.83-36899186180974="` echo $HOME/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761 `" && echo ansible-tmp-1485342663.83-200649146260761="` echo $HOME/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761 `" ) && sleep 0' PUT /tmp/tmpxSO_mn TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974/stat && sleep 0' PUT /tmp/tmpUtNAr_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761/stat && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777 `" && echo ansible-tmp-1485342663.85-34980032326777="` echo $HOME/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-36899186180974/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342663.83-200649146260761/" > /dev/null 2>&1 && sleep 0' PUT /tmp/tmpebe82p TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342663.85-34980032326777/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal -> localhost] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/home/jenkins/.ssh/id_rsa.pub"}, "module_name": "stat"}, "stat": {"atime": 1485336769.8710887, "checksum": "d3ca20c4d6fdf0ac9b5ed191a96b54cdffdbe786", "ctime": 1467322118.4866583, "dev": 64512, "exists": true, "gid": 1001, "gr_name": "jenkins", "inode": 21495825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "f8bdcd8c6b4dfef9e9fd639ddf7fb023", "mode": "0600", "mtime": 1467322093.2066588, "nlink": 1, "path": "/home/jenkins/.ssh/id_rsa.pub", "pw_name": "jenkins", "rgrp": false, "roth": false, "rusr": true, "size": 400, "uid": 1001, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [controller00.opnfvlocal -> localhost] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/home/jenkins/.ssh/id_rsa.pub"}, "module_name": "stat"}, "stat": {"atime": 1485336769.8710887, "checksum": "d3ca20c4d6fdf0ac9b5ed191a96b54cdffdbe786", "ctime": 1467322118.4866583, "dev": 64512, "exists": true, "gid": 1001, "gr_name": "jenkins", "inode": 21495825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "f8bdcd8c6b4dfef9e9fd639ddf7fb023", "mode": "0600", "mtime": 1467322093.2066588, "nlink": 1, "path": "/home/jenkins/.ssh/id_rsa.pub", "pw_name": "jenkins", "rgrp": false, "roth": false, "rusr": true, "size": 400, "uid": 1001, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [compute00.opnfvlocal -> localhost] => {"changed": false, "invocation": {"module_args": {"checksum_algorithm": "sha1", "follow": false, "get_checksum": true, "get_md5": true, "mime": false, "path": "/home/jenkins/.ssh/id_rsa.pub"}, "module_name": "stat"}, "stat": {"atime": 1485336769.8710887, "checksum": "d3ca20c4d6fdf0ac9b5ed191a96b54cdffdbe786", "ctime": 1467322118.4866583, "dev": 64512, "exists": true, "gid": 1001, "gr_name": "jenkins", "inode": 21495825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "f8bdcd8c6b4dfef9e9fd639ddf7fb023", "mode": "0600", "mtime": 1467322093.2066588, "nlink": 1, "path": "/home/jenkins/.ssh/id_rsa.pub", "pw_name": "jenkins", "rgrp": false, "roth": false, "rusr": true, "size": 400, "uid": 1001, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [bifrost-configdrives-dynamic : Defined ssh_public_key_path - Error if ssh_public_key_path is not valid] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/ssh_public_key_path.yaml:20 Wednesday 25 January 2017 03:11:04 -0800 (0:00:00.268) 0:17:19.201 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-configdrives-dynamic : Defined ssh_public_key_path - Read SSH public key in] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/ssh_public_key_path.yaml:24 Wednesday 25 January 2017 03:11:04 -0800 (0:00:00.089) 0:17:19.290 ***** File lookup using /home/jenkins/.ssh/id_rsa.pub as file File lookup using /home/jenkins/.ssh/id_rsa.pub as file File lookup using /home/jenkins/.ssh/id_rsa.pub as file ok: [controller00.opnfvlocal] => {"ansible_facts": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH5H6kIhS153aLhlYb6onpE7z4gfgmDreqww1ihfseQgzYIt3Kvi+4SmADhsmkg4cMKmQt3a0+fC/CSUj3QAe4RhJRRvHEv9KO91OWZNYO10jTwCy6kuUpO6xq2phuFfp8YDPNh2tG3utPyCNE7OzO5pAnE8lwbL6bEX9QxnJePlQkd2V3ExVEGjlv4GuknNDxEBcAHRm3ygzsM/xxOUppxMThyY77E0o0EJOGxIXVjeZ7xqvu1D640qtBilf4bLAVV6Y0whxd34OTmtzWsUUcYiNu8CHb3Jf7xKYFRWFfekOSqexKLejK6CsxqoWYN0vlX/L47NcrTu7lq0tuEbOZ jenkins@intel-pod4"}, "changed": false, "invocation": {"module_args": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH5H6kIhS153aLhlYb6onpE7z4gfgmDreqww1ihfseQgzYIt3Kvi+4SmADhsmkg4cMKmQt3a0+fC/CSUj3QAe4RhJRRvHEv9KO91OWZNYO10jTwCy6kuUpO6xq2phuFfp8YDPNh2tG3utPyCNE7OzO5pAnE8lwbL6bEX9QxnJePlQkd2V3ExVEGjlv4GuknNDxEBcAHRm3ygzsM/xxOUppxMThyY77E0o0EJOGxIXVjeZ7xqvu1D640qtBilf4bLAVV6Y0whxd34OTmtzWsUUcYiNu8CHb3Jf7xKYFRWFfekOSqexKLejK6CsxqoWYN0vlX/L47NcrTu7lq0tuEbOZ jenkins@intel-pod4"}, "module_name": "set_fact"}} ok: [jumphost.opnfvlocal] => {"ansible_facts": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH5H6kIhS153aLhlYb6onpE7z4gfgmDreqww1ihfseQgzYIt3Kvi+4SmADhsmkg4cMKmQt3a0+fC/CSUj3QAe4RhJRRvHEv9KO91OWZNYO10jTwCy6kuUpO6xq2phuFfp8YDPNh2tG3utPyCNE7OzO5pAnE8lwbL6bEX9QxnJePlQkd2V3ExVEGjlv4GuknNDxEBcAHRm3ygzsM/xxOUppxMThyY77E0o0EJOGxIXVjeZ7xqvu1D640qtBilf4bLAVV6Y0whxd34OTmtzWsUUcYiNu8CHb3Jf7xKYFRWFfekOSqexKLejK6CsxqoWYN0vlX/L47NcrTu7lq0tuEbOZ jenkins@intel-pod4"}, "changed": false, "invocation": {"module_args": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH5H6kIhS153aLhlYb6onpE7z4gfgmDreqww1ihfseQgzYIt3Kvi+4SmADhsmkg4cMKmQt3a0+fC/CSUj3QAe4RhJRRvHEv9KO91OWZNYO10jTwCy6kuUpO6xq2phuFfp8YDPNh2tG3utPyCNE7OzO5pAnE8lwbL6bEX9QxnJePlQkd2V3ExVEGjlv4GuknNDxEBcAHRm3ygzsM/xxOUppxMThyY77E0o0EJOGxIXVjeZ7xqvu1D640qtBilf4bLAVV6Y0whxd34OTmtzWsUUcYiNu8CHb3Jf7xKYFRWFfekOSqexKLejK6CsxqoWYN0vlX/L47NcrTu7lq0tuEbOZ jenkins@intel-pod4"}, "module_name": "set_fact"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH5H6kIhS153aLhlYb6onpE7z4gfgmDreqww1ihfseQgzYIt3Kvi+4SmADhsmkg4cMKmQt3a0+fC/CSUj3QAe4RhJRRvHEv9KO91OWZNYO10jTwCy6kuUpO6xq2phuFfp8YDPNh2tG3utPyCNE7OzO5pAnE8lwbL6bEX9QxnJePlQkd2V3ExVEGjlv4GuknNDxEBcAHRm3ygzsM/xxOUppxMThyY77E0o0EJOGxIXVjeZ7xqvu1D640qtBilf4bLAVV6Y0whxd34OTmtzWsUUcYiNu8CHb3Jf7xKYFRWFfekOSqexKLejK6CsxqoWYN0vlX/L47NcrTu7lq0tuEbOZ jenkins@intel-pod4"}, "changed": false, "invocation": {"module_args": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH5H6kIhS153aLhlYb6onpE7z4gfgmDreqww1ihfseQgzYIt3Kvi+4SmADhsmkg4cMKmQt3a0+fC/CSUj3QAe4RhJRRvHEv9KO91OWZNYO10jTwCy6kuUpO6xq2phuFfp8YDPNh2tG3utPyCNE7OzO5pAnE8lwbL6bEX9QxnJePlQkd2V3ExVEGjlv4GuknNDxEBcAHRm3ygzsM/xxOUppxMThyY77E0o0EJOGxIXVjeZ7xqvu1D640qtBilf4bLAVV6Y0whxd34OTmtzWsUUcYiNu8CHb3Jf7xKYFRWFfekOSqexKLejK6CsxqoWYN0vlX/L47NcrTu7lq0tuEbOZ jenkins@intel-pod4"}, "module_name": "set_fact"}} TASK [bifrost-configdrives-dynamic : Make temporary folder to build configdrive] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:24 Wednesday 25 January 2017 03:11:04 -0800 (0:00:00.107) 0:17:19.398 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775 `" && echo ansible-tmp-1485342664.27-50581425800775="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616 `" && echo ansible-tmp-1485342664.27-186382112659616="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616 `" ) && sleep 0' PUT /tmp/tmpHRmUzm TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775/command EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775/command && sleep 0' PUT /tmp/tmp_bGgCc TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616/command EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-50581425800775/" > /dev/null 2>&1 && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774 `" && echo ansible-tmp-1485342664.29-229605630788774="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.27-186382112659616/" > /dev/null 2>&1 && sleep 0' PUT /tmp/tmp0KWGtX TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774/command EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.29-229605630788774/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal -> localhost] => {"changed": true, "cmd": ["mktemp", "-d"], "delta": "0:00:00.003373", "end": "2017-01-25 03:11:04.394694", "invocation": {"module_args": {"_raw_params": "mktemp -d", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:04.391321", "stderr": "", "stdout": "/tmp/tmp.bD0K7CQ4Lz", "stdout_lines": ["/tmp/tmp.bD0K7CQ4Lz"], "warnings": []} changed: [compute00.opnfvlocal -> localhost] => {"changed": true, "cmd": ["mktemp", "-d"], "delta": "0:00:00.003299", "end": "2017-01-25 03:11:04.408582", "invocation": {"module_args": {"_raw_params": "mktemp -d", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:04.405283", "stderr": "", "stdout": "/tmp/tmp.3UWdjFGAAz", "stdout_lines": ["/tmp/tmp.3UWdjFGAAz"], "warnings": []} changed: [controller00.opnfvlocal -> localhost] => {"changed": true, "cmd": ["mktemp", "-d"], "delta": "0:00:00.003177", "end": "2017-01-25 03:11:04.415523", "invocation": {"module_args": {"_raw_params": "mktemp -d", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:04.412346", "stderr": "", "stdout": "/tmp/tmp.3fLmXPtyFO", "stdout_lines": ["/tmp/tmp.3fLmXPtyFO"], "warnings": []} TASK [bifrost-configdrives-dynamic : Make metadata folder - /openstack/2012-08-10] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:28 Wednesday 25 January 2017 03:11:04 -0800 (0:00:00.222) 0:17:19.620 ***** <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-1485342664.5-193387309054402 `" && echo ansible-tmp-1485342664.5-193387309054402="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.5-193387309054402 `" ) && 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-1485342664.5-75025337374097 `" && echo ansible-tmp-1485342664.5-75025337374097="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.5-75025337374097 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpVdjVmA TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-193387309054402/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-193387309054402/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-193387309054402/file && sleep 0' <192.168.122.3> PUT /tmp/tmpgwrEMd TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-75025337374097/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-75025337374097/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-75025337374097/file && 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-1485342664.52-11490610579973 `" && echo ansible-tmp-1485342664.52-11490610579973="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.52-11490610579973 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-193387309054402/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-193387309054402/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-75025337374097/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.5-75025337374097/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpGusVTk TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.52-11490610579973/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.52-11490610579973/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.52-11490610579973/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.52-11490610579973/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.52-11490610579973/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "state": "directory"}, "before": {"path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "state": "absent"}}, "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, "name": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "original_basename": null, "owner": null, "path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "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": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "size": 4096, "state": "directory", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "state": "directory"}, "before": {"path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "state": "absent"}}, "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, "name": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "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": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "size": 4096, "state": "directory", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "state": "directory"}, "before": {"path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "state": "absent"}}, "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, "name": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "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": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "size": 4096, "state": "directory", "uid": 0} TASK [bifrost-configdrives-dynamic : Make metadata folder - /openstack/latest] * task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:33 Wednesday 25 January 2017 03:11:04 -0800 (0:00:00.215) 0:17:19.836 ***** <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-1485342664.71-212526867474767 `" && echo ansible-tmp-1485342664.71-212526867474767="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.71-212526867474767 `" ) && 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-1485342664.71-212074095121835 `" && echo ansible-tmp-1485342664.71-212074095121835="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.71-212074095121835 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpc9MqTZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212526867474767/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212526867474767/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212526867474767/file && sleep 0' <192.168.122.3> PUT /tmp/tmpmMSaaK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212074095121835/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212074095121835/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212074095121835/file && 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-1485342664.73-261064297646184 `" && echo ansible-tmp-1485342664.73-261064297646184="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.73-261064297646184 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212526867474767/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212526867474767/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212074095121835/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.71-212074095121835/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpjEtSRX TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.73-261064297646184/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.73-261064297646184/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.73-261064297646184/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.73-261064297646184/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.73-261064297646184/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "state": "directory"}, "before": {"path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "state": "absent"}}, "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, "name": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "original_basename": null, "owner": null, "path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "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": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "size": 4096, "state": "directory", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "state": "directory"}, "before": {"path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "state": "absent"}}, "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, "name": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "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": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "size": 4096, "state": "directory", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "state": "directory"}, "before": {"path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "state": "absent"}}, "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, "name": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "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": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "size": 4096, "state": "directory", "uid": 0} TASK [bifrost-configdrives-dynamic : Place template in each openstack/2012-08-10 folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:38 Wednesday 25 January 2017 03:11:04 -0800 (0:00:00.213) 0:17:20.050 ***** <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-1485342664.93-163286580141826 `" && echo ansible-tmp-1485342664.93-163286580141826="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826 `" ) && 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-1485342664.94-174484642623284 `" && echo ansible-tmp-1485342664.94-174484642623284="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpzhoNAN TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/stat && 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-1485342664.95-163301815895196 `" && echo ansible-tmp-1485342664.95-163301815895196="` echo $HOME/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/stat && sleep 0' <192.168.122.3> PUT /tmp/tmpQFWq5k TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/stat && sleep 0' <192.168.122.4> PUT /tmp/tmpUGyj9N TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/stat && sleep 0' <192.168.122.2> PUT /tmp/tmpk_LmqM TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/source && sleep 0' <192.168.122.3> PUT /tmp/tmpFUR5qK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/source && sleep 0' <192.168.122.2> PUT /tmp/tmptoynIV TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpqeUI4t TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpVKI5KZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/source && sleep 0' <192.168.122.4> PUT /tmp/tmpg_Iqf3 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/ > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/ > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "9799990cdcccd291806ff59156d566c58fe74f70", "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/meta_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/meta_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "openstack_meta_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/source", "validate": null}}, "md5sum": "e134b3b94bfb304a62ebb7c13d597b80", "mode": "0644", "owner": "root", "size": 754, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.93-163286580141826/source", "state": "file", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "cdfb7666eebc03ee3951a2db1e69e14ab9db1e35", "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/meta_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/meta_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "openstack_meta_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/source", "validate": null}}, "md5sum": "b69f667f8dc92e40259237975822829b", "mode": "0644", "owner": "root", "size": 762, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.94-174484642623284/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "b3aa372504ebad6266c1dc9ee1d57c052d7c5a99", "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/meta_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/meta_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "openstack_meta_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/source", "validate": null}}, "md5sum": "14ba70c7308018b0a312de74c7976a2d", "mode": "0644", "owner": "root", "size": 756, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342664.95-163301815895196/source", "state": "file", "uid": 0} TASK [bifrost-configdrives-dynamic : Place template in each openstack/latest folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:43 Wednesday 25 January 2017 03:11:05 -0800 (0:00:00.361) 0:17:20.412 ***** <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-1485342665.29-40725994227829 `" && echo ansible-tmp-1485342665.29-40725994227829="` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829 `" ) && 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-1485342665.3-122457294341731 `" && echo ansible-tmp-1485342665.3-122457294341731="` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpW_UAln TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/stat && 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-1485342665.31-242866309340496 `" && echo ansible-tmp-1485342665.31-242866309340496="` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpIstBAK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/stat && sleep 0' <192.168.122.4> PUT /tmp/tmphTMNsV TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/stat && sleep 0' <192.168.122.2> PUT /tmp/tmpGXkV_d TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/source && sleep 0' <192.168.122.3> PUT /tmp/tmpNxvhGf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/source && sleep 0' <192.168.122.2> PUT /tmp/tmpw58Z3a TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpfB9dFh TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpE8PbdU TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/source && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/copy && sleep 0' <192.168.122.4> PUT /tmp/tmp1xCZ7o TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/ > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/ > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "9799990cdcccd291806ff59156d566c58fe74f70", "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/meta_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/meta_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "openstack_meta_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/source", "validate": null}}, "md5sum": "e134b3b94bfb304a62ebb7c13d597b80", "mode": "0644", "owner": "root", "size": 754, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.29-40725994227829/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "b3aa372504ebad6266c1dc9ee1d57c052d7c5a99", "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/meta_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/meta_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "openstack_meta_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/source", "validate": null}}, "md5sum": "14ba70c7308018b0a312de74c7976a2d", "mode": "0644", "owner": "root", "size": 756, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.31-242866309340496/source", "state": "file", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "cdfb7666eebc03ee3951a2db1e69e14ab9db1e35", "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/meta_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/meta_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "openstack_meta_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/source", "validate": null}}, "md5sum": "b69f667f8dc92e40259237975822829b", "mode": "0644", "owner": "root", "size": 762, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.3-122457294341731/source", "state": "file", "uid": 0} TASK [bifrost-configdrives-dynamic : Generate network_data] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:48 Wednesday 25 January 2017 03:11:05 -0800 (0:00:00.369) 0:17:20.781 ***** <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-1485342665.8-79662066781705 `" && echo ansible-tmp-1485342665.8-79662066781705="` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.8-79662066781705 `" ) && sleep 0' <192.168.122.3> ESTABLISH LOCAL CONNECTION FOR USER: root <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-1485342665.8-45761996425478 `" && echo ansible-tmp-1485342665.8-45761996425478="` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.8-45761996425478 `" ) && sleep 0' <192.168.122.3> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128 `" && echo ansible-tmp-1485342665.8-184553674205128="` echo $HOME/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp7yi2sI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-79662066781705/network_metadata <192.168.122.4> PUT /tmp/tmpL5tkL5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-45761996425478/network_metadata <192.168.122.3> PUT /tmp/tmpHT3nh6 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128/network_metadata <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-79662066781705/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-79662066781705/network_metadata && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-45761996425478/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-45761996425478/network_metadata && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128/network_metadata && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-79662066781705/network_metadata; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-79662066781705/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128/network_metadata; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-184553674205128/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-45761996425478/network_metadata; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342665.8-45761996425478/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] => {"ansible_facts": {"network_metadata": {"links": [{"ethernet_mac_address": "52:54:00:a7:4d:e1", "id": "52:54:00:a7:4d:e1", "mtu": "1500", "type": "phy"}], "networks": [{"dns_nameservers": ["8.8.8.8"], "id": "ipv4-52:54:00:a7:4d:e1", "ip_address": "192.168.122.2", "link": "52:54:00:a7:4d:e1", "netmask": "255.255.255.0", "routes": [{"gateway": "192.168.122.1", "netmask": "0.0.0.0", "network": "0.0.0.0"}], "type": "ipv4"}], "services": [{"address": "8.8.8.8", "type": "dns"}]}}, "changed": false, "invocation": {"module_args": {"ipv4_address": "192.168.122.2", "ipv4_gateway": "192.168.122.1", "ipv4_interface_mac": "", "ipv4_nameserver": "8.8.8.8", "ipv4_subnet_mask": "255.255.255.0", "network_mtu": "1500", "nics": [{"mac": "52:54:00:a7:4d:e1"}], "node_network_data": {}, "vlan_id": ""}, "module_name": "network_metadata"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"network_metadata": {"links": [{"ethernet_mac_address": "52:54:00:ac:60:7c", "id": "52:54:00:ac:60:7c", "mtu": "1500", "type": "phy"}], "networks": [{"dns_nameservers": ["8.8.8.8"], "id": "ipv4-52:54:00:ac:60:7c", "ip_address": "192.168.122.4", "link": "52:54:00:ac:60:7c", "netmask": "255.255.255.0", "routes": [{"gateway": "192.168.122.1", "netmask": "0.0.0.0", "network": "0.0.0.0"}], "type": "ipv4"}], "services": [{"address": "8.8.8.8", "type": "dns"}]}}, "changed": false, "invocation": {"module_args": {"ipv4_address": "192.168.122.4", "ipv4_gateway": "192.168.122.1", "ipv4_interface_mac": "", "ipv4_nameserver": "8.8.8.8", "ipv4_subnet_mask": "255.255.255.0", "network_mtu": "1500", "nics": [{"mac": "52:54:00:ac:60:7c"}], "node_network_data": {}, "vlan_id": ""}, "module_name": "network_metadata"}} ok: [controller00.opnfvlocal] => {"ansible_facts": {"network_metadata": {"links": [{"ethernet_mac_address": "52:54:00:4b:ea:ad", "id": "52:54:00:4b:ea:ad", "mtu": "1500", "type": "phy"}], "networks": [{"dns_nameservers": ["8.8.8.8"], "id": "ipv4-52:54:00:4b:ea:ad", "ip_address": "192.168.122.3", "link": "52:54:00:4b:ea:ad", "netmask": "255.255.255.0", "routes": [{"gateway": "192.168.122.1", "netmask": "0.0.0.0", "network": "0.0.0.0"}], "type": "ipv4"}], "services": [{"address": "8.8.8.8", "type": "dns"}]}}, "changed": false, "invocation": {"module_args": {"ipv4_address": "192.168.122.3", "ipv4_gateway": "192.168.122.1", "ipv4_interface_mac": "", "ipv4_nameserver": "8.8.8.8", "ipv4_subnet_mask": "255.255.255.0", "network_mtu": "1500", "nics": [{"mac": "52:54:00:4b:ea:ad"}], "node_network_data": {}, "vlan_id": ""}, "module_name": "network_metadata"}} TASK [bifrost-configdrives-dynamic : Place network data template in each openstack/latest folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:61 Wednesday 25 January 2017 03:11:05 -0800 (0:00:00.356) 0:17:21.137 ***** <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-1485342666.02-117674198014872 `" && echo ansible-tmp-1485342666.02-117674198014872="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872 `" ) && 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-1485342666.02-148542449457858 `" && echo ansible-tmp-1485342666.02-148542449457858="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858 `" ) && 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-1485342666.03-221304884846728 `" && echo ansible-tmp-1485342666.03-221304884846728="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpZKfuJT TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/stat && sleep 0' <192.168.122.4> PUT /tmp/tmpDFhZfZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/stat && sleep 0' <192.168.122.3> PUT /tmp/tmp8gjTFv TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/stat && sleep 0' <192.168.122.3> PUT /tmp/tmpZtmsyq TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/source && sleep 0' <192.168.122.3> PUT /tmp/tmpnF28HD TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpq0lQQ0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/source && sleep 0' <192.168.122.2> PUT /tmp/tmpBT2nwP TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/source && sleep 0' <192.168.122.4> PUT /tmp/tmp3XijzO TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/copy && sleep 0' <192.168.122.2> PUT /tmp/tmppXMzFR TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/copy && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/ > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/ > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "3213445cf706fb6457088419c0cd67b7565735f3", "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/network_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/network_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "network_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/source", "validate": null}}, "md5sum": "b54f978bead572673cfef6c9a208b9de", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-148542449457858/source", "state": "file", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "20c967bef2c3fe3c0e06b27e86ab893f231ad004", "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/network_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/network_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "network_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/source", "validate": null}}, "md5sum": "6b5258fe4461485c0f38984d63431058", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.03-221304884846728/source", "state": "file", "uid": 0} <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "2b4824e4ca43405539ced93a7d1526b42f44216f", "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/network_data.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/network_data.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "network_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/source", "validate": null}}, "md5sum": "89942901fdf833d17cad83f2f24255c9", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.02-117674198014872/source", "state": "file", "uid": 0} TASK [bifrost-configdrives-dynamic : Place deprecated network info file location in each openstack/latest folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:71 Wednesday 25 January 2017 03:11:06 -0800 (0:00:00.362) 0:17:21.500 ***** <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-1485342666.38-272274858000998 `" && echo ansible-tmp-1485342666.38-272274858000998="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998 `" ) && 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-1485342666.39-263024914262205 `" && echo ansible-tmp-1485342666.39-263024914262205="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpAobXyu TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/stat && 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-1485342666.4-205329284600893 `" && echo ansible-tmp-1485342666.4-205329284600893="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmph6oikJ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/stat && sleep 0' <192.168.122.4> PUT /tmp/tmp_0tBWN TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/stat && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/stat && sleep 0' <192.168.122.2> PUT /tmp/tmpNVrx_c TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/source && sleep 0' <192.168.122.2> PUT /tmp/tmpjl86_8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpxz9deH TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/source && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/copy && sleep 0' <192.168.122.3> PUT /tmp/tmp5xSozW TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/copy && sleep 0' <192.168.122.4> PUT /tmp/tmp1cktLM TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/source && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpD253Ox TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/ > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "2b4824e4ca43405539ced93a7d1526b42f44216f", "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/network_info.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/network_info.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "network_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/source", "validate": null}}, "md5sum": "89942901fdf833d17cad83f2f24255c9", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.38-272274858000998/source", "state": "file", "uid": 0} <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "20c967bef2c3fe3c0e06b27e86ab893f231ad004", "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/network_info.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/network_info.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "network_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/source", "validate": null}}, "md5sum": "6b5258fe4461485c0f38984d63431058", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.39-263024914262205/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "3213445cf706fb6457088419c0cd67b7565735f3", "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/network_info.json", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/network_info.json", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "network_data.json.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/source", "validate": null}}, "md5sum": "b54f978bead572673cfef6c9a208b9de", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.4-205329284600893/source", "state": "file", "uid": 0} TASK [bifrost-configdrives-dynamic : Make metadata folder - /openstack/latest] * task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:77 Wednesday 25 January 2017 03:11:06 -0800 (0:00:00.368) 0:17:21.868 ***** <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-1485342666.74-158681554525773 `" && echo ansible-tmp-1485342666.74-158681554525773="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.74-158681554525773 `" ) && 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-1485342666.75-2120718955693 `" && echo ansible-tmp-1485342666.75-2120718955693="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.75-2120718955693 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpOWT_r8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.74-158681554525773/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.74-158681554525773/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.74-158681554525773/file && sleep 0' <192.168.122.3> PUT /tmp/tmpCoaBlA TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.75-2120718955693/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.75-2120718955693/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.75-2120718955693/file && 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-1485342666.76-34199583218921 `" && echo ansible-tmp-1485342666.76-34199583218921="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.76-34199583218921 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.74-158681554525773/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.74-158681554525773/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.75-2120718955693/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.75-2120718955693/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpgwAC3v TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.76-34199583218921/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.76-34199583218921/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.76-34199583218921/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.76-34199583218921/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.76-34199583218921/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "state": "directory"}, "before": {"path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "state": "absent"}}, "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, "name": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "original_basename": null, "owner": null, "path": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "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": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "size": 4096, "state": "directory", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "state": "directory"}, "before": {"path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "state": "absent"}}, "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, "name": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "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": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "size": 4096, "state": "directory", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "state": "directory"}, "before": {"path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "state": "absent"}}, "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, "name": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "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": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "size": 4096, "state": "directory", "uid": 0} TASK [bifrost-configdrives-dynamic : Write network Debian style interface template] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:82 Wednesday 25 January 2017 03:11:06 -0800 (0:00:00.206) 0:17:22.074 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768 `" && echo ansible-tmp-1485342666.96-78480991354768="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636 `" && echo ansible-tmp-1485342666.96-45621703870636="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636 `" ) && sleep 0' PUT /tmp/tmpCQ09Mo TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/stat PUT /tmp/tmpP__Bte TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/stat && sleep 0' EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/stat && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828 `" && echo ansible-tmp-1485342666.99-257907023838828="` echo $HOME/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828 `" ) && sleep 0' PUT /tmp/tmpCn8BID TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/stat && sleep 0' PUT /tmp/tmpSgGLh_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/source EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/source && sleep 0' PUT /tmp/tmpufFoKf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/source EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/source && sleep 0' PUT /tmp/tmpmgQSBf TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/copy EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/copy && sleep 0' PUT /tmp/tmpixNRsi TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/copy EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/copy && sleep 0' PUT /tmp/tmpvOYIWK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/source EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/source && sleep 0' PUT /tmp/tmpsOApl6 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/copy EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/copy && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/copy && sleep 0' EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/ > /dev/null 2>&1 && sleep 0' EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/ > /dev/null 2>&1 && sleep 0' EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal -> localhost] => {"changed": true, "checksum": "32d3bfb0447eeb6a91cc22434fd03ded497859e6", "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/0000", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/0000", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "interfaces.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/source", "validate": null}}, "md5sum": "565caa25bec26fce01b4ad7faaf279f5", "mode": "0644", "owner": "root", "size": 206, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-78480991354768/source", "state": "file", "uid": 0} changed: [jumphost.opnfvlocal -> localhost] => {"changed": true, "checksum": "5198ac5aa4432c9045961b75e2f7c33e3f157f98", "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/0000", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/0000", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "interfaces.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/source", "validate": null}}, "md5sum": "dc8a055f0cb7034987d55168df9d5c7d", "mode": "0644", "owner": "root", "size": 206, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.96-45621703870636/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal -> localhost] => {"changed": true, "checksum": "dbfc8e5def0c67e522bac6110a190ac5eb559794", "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/0000", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/0000", "directory_mode": null, "follow": true, "force": true, "group": null, "mode": null, "original_basename": "interfaces.j2", "owner": null, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/source", "validate": null}}, "md5sum": "8753d5004239fdf50ac52dadf60ece68", "mode": "0644", "owner": "root", "size": 206, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1485342666.99-257907023838828/source", "state": "file", "uid": 0} TASK [bifrost-configdrives-dynamic : Check if mkisofs is available] ************ task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:86 Wednesday 25 January 2017 03:11:07 -0800 (0:00:00.388) 0:17:22.463 ***** <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-1485342667.33-253114932467294 `" && echo ansible-tmp-1485342667.33-253114932467294="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.33-253114932467294 `" ) && 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-1485342667.34-45460742976269 `" && echo ansible-tmp-1485342667.34-45460742976269="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.34-45460742976269 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpg86ZuQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.33-253114932467294/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.33-253114932467294/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.33-253114932467294/command && 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-1485342667.35-11473154573014 `" && echo ansible-tmp-1485342667.35-11473154573014="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.35-11473154573014 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpbH_LG1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.34-45460742976269/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.34-45460742976269/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.34-45460742976269/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.33-253114932467294/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.33-253114932467294/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpefrhLj TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.35-11473154573014/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.35-11473154573014/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.35-11473154573014/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.34-45460742976269/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.34-45460742976269/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.35-11473154573014/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.35-11473154573014/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": "mkisofs --help &> /dev/null", "delta": "0:00:00.007526", "end": "2017-01-25 03:11:07.481688", "invocation": {"module_args": {"_raw_params": "mkisofs --help &> /dev/null", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:07.474162", "stderr": "Usage: genisoimage [options] file...\nOptions:\n -nobak Do not include backup files\n -no-bak Do not include backup files\n -abstract FILE Set Abstract filename\n -A ID, -appid ID Set Application ID\n -biblio FILE Set Bibliographic filename\n -cache-inodes Cache inodes (needed to detect hard links)\n -no-cache-inodes Do not cache inodes (if filesystem has no unique unides)\n -check-oldnames Check all imported ISO9660 names from old session\n -check-session FILE Check all ISO9660 names from previous session\n -copyright FILE Set Copyright filename\n -debug Set debug flag\n -b FILE, -eltorito-boot FILE\n Set El Torito boot image name\n -e FILE, -efi-boot FILE Set EFI boot image name\n -eltorito-alt-boot Start specifying alternative El Torito boot parameters\n -B FILES, -sparc-boot FILES Set sparc boot image names\n -sunx86-boot FILES Set sunx86 boot image names\n -G FILE, -generic-boot FILE Set generic boot image name\n -sparc-label label text Set sparc boot disk label\n -sunx86-label label text Set sunx86 boot disk label\n -c FILE, -eltorito-catalog FILE\n Set El Torito boot catalog name\n -C PARAMS, -cdrecord-params PARAMS\n Magic paramters from cdrecord\n -d, -omit-period Omit trailing periods from filenames (violates ISO9660)\n -dir-mode mode Make the mode of all directories this mode.\n -D, -disable-deep-relocation\n Disable deep directory relocation (violates ISO9660)\n -file-mode mode Make the mode of all plain files this mode.\n -f, -follow-links Follow symbolic links\n -gid gid Make the group owner of all files this gid.\n -graft-points Allow to use graft points for filenames\n -root DIR Set root directory for all new files and directories\n -old-root DIR Set root directory in previous session that is searched for files\n -help Print option help\n -hide GLOBFILE Hide ISO9660/RR file\n -hide-list FILE File with list of ISO9660/RR files to hide\n -hidden GLOBFILE Set hidden attribute on ISO9660 file\n -hidden-list FILE File with list of ISO9660 files with hidden attribute\n -hide-joliet GLOBFILE Hide Joliet file\n -hide-joliet-list FILE File with list of Joliet files to hide\n -hide-joliet-trans-tbl Hide TRANS.TBL from Joliet tree\n -hide-rr-moved Rename RR_MOVED to .rr_moved in Rock Ridge tree\n -gui Switch behaviour for GUI\n -i ADD_FILES No longer supported\n -input-charset CHARSET Local input charset for file name conversion\n -output-charset CHARSET Output charset for file name conversion\n -iso-level LEVEL Set ISO9660 conformance level (1..3) or 4 for ISO9660 version 2\n -J, -joliet Generate Joliet directory information\n -joliet-long Allow Joliet file names to be 103 Unicode characters\n -jcharset CHARSET Local charset for Joliet directory information\n -l, -full-iso9660-filenames Allow full 31 character filenames for ISO9660 names\n -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660)\n -allow-limited-size Allow different file sizes in ISO9660/UDF on large files\n -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -ldots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -log-file LOG_FILE Re-direct messages to LOG_FILE\n -m GLOBFILE, -exclude GLOBFILE\n Exclude file name\n -exclude-list FILE File with list of file names to exclude\n -pad Pad output to a multiple of 32k (default)\n -no-pad Do not pad output to a multiple of 32k\n -M FILE, -prev-session FILE Set path to previous session to merge\n -dev SCSIdev Set path to previous session to merge\n -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660)\n -new-dir-mode mode Mode used when creating new directories.\n -force-rr Inhibit automatic Rock Ridge detection for previous session\n -no-rr Inhibit reading of Rock Ridge attributes from previous session\n -no-split-symlink-components\n Inhibit splitting symlink components\n -no-split-symlink-fields Inhibit splitting symlink fields\n -o FILE, -output FILE Set output file name\n -path-list FILE File with list of pathnames to process\n -p PREP, -preparer PREP Set Volume preparer\n -print-size Print estimated filesystem size and exit\n -publisher PUB Set Volume publisher\n -P PUB, -publisher PUB Set Volume publisher\n -quiet Run quietly\n -r, -rational-rock Generate rationalized Rock Ridge directory information\n -R, -rock Generate Rock Ridge directory information\n -s TYPE, -sectype TYPE Set output sector type to e.g. data/xa1/raw\n -alpha-boot FILE Set alpha boot image name (relative to image root)\n -hppa-cmdline CMDLINE Set hppa boot command line (relative to image root)\n -hppa-kernel-32 FILE Set hppa 32-bit image name (relative to image root)\n -hppa-kernel-64 FILE Set hppa 64-bit image name (relative to image root)\n -hppa-bootloader FILE Set hppa boot loader file name (relative to image root)\n -hppa-ramdisk FILE Set hppa ramdisk file name (relative to image root)\n -mips-boot FILE Set mips boot image name (relative to image root)\n -mipsel-boot FILE Set mipsel boot image name (relative to image root)\n -jigdo-jigdo FILE Produce a jigdo .jigdo file as well as the .iso\n -jigdo-template FILE Produce a jigdo .template file as well as the .iso\n -jigdo-min-file-size SIZE Minimum size for a file to be listed in the jigdo file\n -jigdo-force-md5 PATTERN Pattern(s) where files MUST match an externally-supplied MD5sum\n -jigdo-exclude PATTERN Pattern(s) to exclude from the jigdo file\n -jigdo-map PATTERN1=PATTERN2\n Pattern(s) to map paths (e.g. Debian=/mirror/debian)\n -md5-list FILE File containing MD5 sums of the files that should be checked\n -jigdo-template-compress ALGORITHM\n Choose to use gzip or bzip2 compression for template data; default is gzip\n -checksum_algorithm_iso alg1,alg2,...\n Specify the checksum types desired for the output image\n -checksum_algorithm_template alg1,alg2,...\n Specify the checksum types desired for the output jigdo template\n -sort FILE Sort file content locations according to rules in FILE\n -split-output Split output into files of approx. 1GB size\n -stream-file-name FILE_NAME Set the stream file ISO9660 name (incl. version)\n -stream-media-size # Set the size of your CD media in sectors\n -sysid ID Set System ID\n -T, -translation-table Generate translation tables for systems that don't understand long filenames\n -table-name TABLE_NAME Translation table file name\n -ucs-level LEVEL Set Joliet UCS level (1..3)\n -udf Generate UDF file system\n -dvd-video Generate DVD-Video compliant UDF file system\n -uid uid Make the owner of all files this uid.\n -U, -untranslated-filenames Allow Untranslated filenames (for HPUX & AIX - violates ISO9660). Forces -l, -d, -N, -allow-leading-dots, -relaxed-filenames, -allow-lowercase, -allow-multidot\n -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660)\n -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660)\n -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660)\n -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660)\n -use-fileversion LEVEL Use file version # from filesystem\n -v, -verbose Verbose\n -version Print the current version\n -V ID, -volid ID Set Volume ID\n -volset ID Set Volume set ID\n -volset-size # Set Volume set size\n -volset-seqno # Set Volume set sequence number\n -x FILE, -old-exclude FILE Exclude file name(depreciated)\n -hard-disk-boot Boot image is a hard disk image\n -no-emul-boot Boot image is 'no emulation' image\n -no-boot Boot image is not bootable\n -boot-load-seg # Set load segment for boot image\n -boot-load-size # Set numbers of load sectors\n -boot-info-table Patch boot image with info table\n -XA Generate XA directory attruibutes\n -xa Generate rationalized XA directory attruibutes\n -z, -transparent-compression\n Enable transparent compression of files\n -hfs-type TYPE Set HFS default TYPE\n -hfs-creator CREATOR Set HFS default CREATOR\n -g, -apple Add Apple ISO9660 extensions\n -h, -hfs Create ISO9660/HFS hybrid\n -map MAPPING_FILE Map file extensions to HFS TYPE/CREATOR\n -H MAPPING_FILE, -map MAPPING_FILE\n Map file extensions to HFS TYPE/CREATOR\n -magic FILE Magic file for HFS TYPE/CREATOR\n -probe Probe all files for Apple/Unix file types\n -mac-name Use Macintosh name for ISO9660/Joliet/RockRidge file name\n -no-mac-files Do not look for Unix/Mac files (depreciated)\n -boot-hfs-file FILE Set HFS boot image name\n -part Generate HFS partition table\n -cluster-size SIZE Cluster size for PC Exchange Macintosh files\n -auto FILE Set HFS AutoStart file name\n -no-desktop Do not create the HFS (empty) Desktop files\n -hide-hfs GLOBFILE Hide HFS file\n -hide-hfs-list FILE List of HFS files to hide\n -hfs-volid HFS_VOLID Volume name for the HFS partition\n -icon-position Keep HFS icon position\n -root-info FILE finderinfo for root folder\n -input-hfs-charset CHARSET Local input charset for HFS file name conversion\n -output-hfs-charset CHARSET Output charset for HFS file name conversion\n -hfs-unlock Leave HFS Volume unlocked\n -hfs-bless FOLDER_NAME Name of Folder to be blessed\n -hfs-parms PARAMETERS Comma separated list of HFS parameters\n -prep-boot FILE PReP boot image file -- up to 4 are allowed\n -chrp-boot Add CHRP boot header\n --cap Look for AUFS CAP Macintosh files\n --netatalk Look for NETATALK Macintosh files\n --double Look for AppleDouble Macintosh files\n --ethershare Look for Helios EtherShare Macintosh files\n --exchange Look for PC Exchange Macintosh files\n --sgi Look for SGI Macintosh files\n --macbin Look for MacBinary Macintosh files\n --single Look for AppleSingle Macintosh files\n --ushare Look for IPT UShare Macintosh files\n --xinet Look for XINET Macintosh files\n --dave Look for DAVE Macintosh files\n --sfm Look for SFM Macintosh files\n --osx-double Look for MacOS X AppleDouble Macintosh files\n --osx-hfs Look for MacOS X HFS Macintosh files\n\nReport problems to debburn-devel@lists.alioth.debian.org.", "stdout": "", "stdout_lines": [], "warnings": []} changed: [compute00.opnfvlocal] => {"changed": true, "cmd": "mkisofs --help &> /dev/null", "delta": "0:00:00.005553", "end": "2017-01-25 03:11:07.481239", "invocation": {"module_args": {"_raw_params": "mkisofs --help &> /dev/null", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:07.475686", "stderr": "Usage: genisoimage [options] file...\nOptions:\n -nobak Do not include backup files\n -no-bak Do not include backup files\n -abstract FILE Set Abstract filename\n -A ID, -appid ID Set Application ID\n -biblio FILE Set Bibliographic filename\n -cache-inodes Cache inodes (needed to detect hard links)\n -no-cache-inodes Do not cache inodes (if filesystem has no unique unides)\n -check-oldnames Check all imported ISO9660 names from old session\n -check-session FILE Check all ISO9660 names from previous session\n -copyright FILE Set Copyright filename\n -debug Set debug flag\n -b FILE, -eltorito-boot FILE\n Set El Torito boot image name\n -e FILE, -efi-boot FILE Set EFI boot image name\n -eltorito-alt-boot Start specifying alternative El Torito boot parameters\n -B FILES, -sparc-boot FILES Set sparc boot image names\n -sunx86-boot FILES Set sunx86 boot image names\n -G FILE, -generic-boot FILE Set generic boot image name\n -sparc-label label text Set sparc boot disk label\n -sunx86-label label text Set sunx86 boot disk label\n -c FILE, -eltorito-catalog FILE\n Set El Torito boot catalog name\n -C PARAMS, -cdrecord-params PARAMS\n Magic paramters from cdrecord\n -d, -omit-period Omit trailing periods from filenames (violates ISO9660)\n -dir-mode mode Make the mode of all directories this mode.\n -D, -disable-deep-relocation\n Disable deep directory relocation (violates ISO9660)\n -file-mode mode Make the mode of all plain files this mode.\n -f, -follow-links Follow symbolic links\n -gid gid Make the group owner of all files this gid.\n -graft-points Allow to use graft points for filenames\n -root DIR Set root directory for all new files and directories\n -old-root DIR Set root directory in previous session that is searched for files\n -help Print option help\n -hide GLOBFILE Hide ISO9660/RR file\n -hide-list FILE File with list of ISO9660/RR files to hide\n -hidden GLOBFILE Set hidden attribute on ISO9660 file\n -hidden-list FILE File with list of ISO9660 files with hidden attribute\n -hide-joliet GLOBFILE Hide Joliet file\n -hide-joliet-list FILE File with list of Joliet files to hide\n -hide-joliet-trans-tbl Hide TRANS.TBL from Joliet tree\n -hide-rr-moved Rename RR_MOVED to .rr_moved in Rock Ridge tree\n -gui Switch behaviour for GUI\n -i ADD_FILES No longer supported\n -input-charset CHARSET Local input charset for file name conversion\n -output-charset CHARSET Output charset for file name conversion\n -iso-level LEVEL Set ISO9660 conformance level (1..3) or 4 for ISO9660 version 2\n -J, -joliet Generate Joliet directory information\n -joliet-long Allow Joliet file names to be 103 Unicode characters\n -jcharset CHARSET Local charset for Joliet directory information\n -l, -full-iso9660-filenames Allow full 31 character filenames for ISO9660 names\n -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660)\n -allow-limited-size Allow different file sizes in ISO9660/UDF on large files\n -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -ldots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -log-file LOG_FILE Re-direct messages to LOG_FILE\n -m GLOBFILE, -exclude GLOBFILE\n Exclude file name\n -exclude-list FILE File with list of file names to exclude\n -pad Pad output to a multiple of 32k (default)\n -no-pad Do not pad output to a multiple of 32k\n -M FILE, -prev-session FILE Set path to previous session to merge\n -dev SCSIdev Set path to previous session to merge\n -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660)\n -new-dir-mode mode Mode used when creating new directories.\n -force-rr Inhibit automatic Rock Ridge detection for previous session\n -no-rr Inhibit reading of Rock Ridge attributes from previous session\n -no-split-symlink-components\n Inhibit splitting symlink components\n -no-split-symlink-fields Inhibit splitting symlink fields\n -o FILE, -output FILE Set output file name\n -path-list FILE File with list of pathnames to process\n -p PREP, -preparer PREP Set Volume preparer\n -print-size Print estimated filesystem size and exit\n -publisher PUB Set Volume publisher\n -P PUB, -publisher PUB Set Volume publisher\n -quiet Run quietly\n -r, -rational-rock Generate rationalized Rock Ridge directory information\n -R, -rock Generate Rock Ridge directory information\n -s TYPE, -sectype TYPE Set output sector type to e.g. data/xa1/raw\n -alpha-boot FILE Set alpha boot image name (relative to image root)\n -hppa-cmdline CMDLINE Set hppa boot command line (relative to image root)\n -hppa-kernel-32 FILE Set hppa 32-bit image name (relative to image root)\n -hppa-kernel-64 FILE Set hppa 64-bit image name (relative to image root)\n -hppa-bootloader FILE Set hppa boot loader file name (relative to image root)\n -hppa-ramdisk FILE Set hppa ramdisk file name (relative to image root)\n -mips-boot FILE Set mips boot image name (relative to image root)\n -mipsel-boot FILE Set mipsel boot image name (relative to image root)\n -jigdo-jigdo FILE Produce a jigdo .jigdo file as well as the .iso\n -jigdo-template FILE Produce a jigdo .template file as well as the .iso\n -jigdo-min-file-size SIZE Minimum size for a file to be listed in the jigdo file\n -jigdo-force-md5 PATTERN Pattern(s) where files MUST match an externally-supplied MD5sum\n -jigdo-exclude PATTERN Pattern(s) to exclude from the jigdo file\n -jigdo-map PATTERN1=PATTERN2\n Pattern(s) to map paths (e.g. Debian=/mirror/debian)\n -md5-list FILE File containing MD5 sums of the files that should be checked\n -jigdo-template-compress ALGORITHM\n Choose to use gzip or bzip2 compression for template data; default is gzip\n -checksum_algorithm_iso alg1,alg2,...\n Specify the checksum types desired for the output image\n -checksum_algorithm_template alg1,alg2,...\n Specify the checksum types desired for the output jigdo template\n -sort FILE Sort file content locations according to rules in FILE\n -split-output Split output into files of approx. 1GB size\n -stream-file-name FILE_NAME Set the stream file ISO9660 name (incl. version)\n -stream-media-size # Set the size of your CD media in sectors\n -sysid ID Set System ID\n -T, -translation-table Generate translation tables for systems that don't understand long filenames\n -table-name TABLE_NAME Translation table file name\n -ucs-level LEVEL Set Joliet UCS level (1..3)\n -udf Generate UDF file system\n -dvd-video Generate DVD-Video compliant UDF file system\n -uid uid Make the owner of all files this uid.\n -U, -untranslated-filenames Allow Untranslated filenames (for HPUX & AIX - violates ISO9660). Forces -l, -d, -N, -allow-leading-dots, -relaxed-filenames, -allow-lowercase, -allow-multidot\n -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660)\n -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660)\n -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660)\n -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660)\n -use-fileversion LEVEL Use file version # from filesystem\n -v, -verbose Verbose\n -version Print the current version\n -V ID, -volid ID Set Volume ID\n -volset ID Set Volume set ID\n -volset-size # Set Volume set size\n -volset-seqno # Set Volume set sequence number\n -x FILE, -old-exclude FILE Exclude file name(depreciated)\n -hard-disk-boot Boot image is a hard disk image\n -no-emul-boot Boot image is 'no emulation' image\n -no-boot Boot image is not bootable\n -boot-load-seg # Set load segment for boot image\n -boot-load-size # Set numbers of load sectors\n -boot-info-table Patch boot image with info table\n -XA Generate XA directory attruibutes\n -xa Generate rationalized XA directory attruibutes\n -z, -transparent-compression\n Enable transparent compression of files\n -hfs-type TYPE Set HFS default TYPE\n -hfs-creator CREATOR Set HFS default CREATOR\n -g, -apple Add Apple ISO9660 extensions\n -h, -hfs Create ISO9660/HFS hybrid\n -map MAPPING_FILE Map file extensions to HFS TYPE/CREATOR\n -H MAPPING_FILE, -map MAPPING_FILE\n Map file extensions to HFS TYPE/CREATOR\n -magic FILE Magic file for HFS TYPE/CREATOR\n -probe Probe all files for Apple/Unix file types\n -mac-name Use Macintosh name for ISO9660/Joliet/RockRidge file name\n -no-mac-files Do not look for Unix/Mac files (depreciated)\n -boot-hfs-file FILE Set HFS boot image name\n -part Generate HFS partition table\n -cluster-size SIZE Cluster size for PC Exchange Macintosh files\n -auto FILE Set HFS AutoStart file name\n -no-desktop Do not create the HFS (empty) Desktop files\n -hide-hfs GLOBFILE Hide HFS file\n -hide-hfs-list FILE List of HFS files to hide\n -hfs-volid HFS_VOLID Volume name for the HFS partition\n -icon-position Keep HFS icon position\n -root-info FILE finderinfo for root folder\n -input-hfs-charset CHARSET Local input charset for HFS file name conversion\n -output-hfs-charset CHARSET Output charset for HFS file name conversion\n -hfs-unlock Leave HFS Volume unlocked\n -hfs-bless FOLDER_NAME Name of Folder to be blessed\n -hfs-parms PARAMETERS Comma separated list of HFS parameters\n -prep-boot FILE PReP boot image file -- up to 4 are allowed\n -chrp-boot Add CHRP boot header\n --cap Look for AUFS CAP Macintosh files\n --netatalk Look for NETATALK Macintosh files\n --double Look for AppleDouble Macintosh files\n --ethershare Look for Helios EtherShare Macintosh files\n --exchange Look for PC Exchange Macintosh files\n --sgi Look for SGI Macintosh files\n --macbin Look for MacBinary Macintosh files\n --single Look for AppleSingle Macintosh files\n --ushare Look for IPT UShare Macintosh files\n --xinet Look for XINET Macintosh files\n --dave Look for DAVE Macintosh files\n --sfm Look for SFM Macintosh files\n --osx-double Look for MacOS X AppleDouble Macintosh files\n --osx-hfs Look for MacOS X HFS Macintosh files\n\nReport problems to debburn-devel@lists.alioth.debian.org.", "stdout": "", "stdout_lines": [], "warnings": []} changed: [controller00.opnfvlocal] => {"changed": true, "cmd": "mkisofs --help &> /dev/null", "delta": "0:00:00.006554", "end": "2017-01-25 03:11:07.494686", "invocation": {"module_args": {"_raw_params": "mkisofs --help &> /dev/null", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:07.488132", "stderr": "Usage: genisoimage [options] file...\nOptions:\n -nobak Do not include backup files\n -no-bak Do not include backup files\n -abstract FILE Set Abstract filename\n -A ID, -appid ID Set Application ID\n -biblio FILE Set Bibliographic filename\n -cache-inodes Cache inodes (needed to detect hard links)\n -no-cache-inodes Do not cache inodes (if filesystem has no unique unides)\n -check-oldnames Check all imported ISO9660 names from old session\n -check-session FILE Check all ISO9660 names from previous session\n -copyright FILE Set Copyright filename\n -debug Set debug flag\n -b FILE, -eltorito-boot FILE\n Set El Torito boot image name\n -e FILE, -efi-boot FILE Set EFI boot image name\n -eltorito-alt-boot Start specifying alternative El Torito boot parameters\n -B FILES, -sparc-boot FILES Set sparc boot image names\n -sunx86-boot FILES Set sunx86 boot image names\n -G FILE, -generic-boot FILE Set generic boot image name\n -sparc-label label text Set sparc boot disk label\n -sunx86-label label text Set sunx86 boot disk label\n -c FILE, -eltorito-catalog FILE\n Set El Torito boot catalog name\n -C PARAMS, -cdrecord-params PARAMS\n Magic paramters from cdrecord\n -d, -omit-period Omit trailing periods from filenames (violates ISO9660)\n -dir-mode mode Make the mode of all directories this mode.\n -D, -disable-deep-relocation\n Disable deep directory relocation (violates ISO9660)\n -file-mode mode Make the mode of all plain files this mode.\n -f, -follow-links Follow symbolic links\n -gid gid Make the group owner of all files this gid.\n -graft-points Allow to use graft points for filenames\n -root DIR Set root directory for all new files and directories\n -old-root DIR Set root directory in previous session that is searched for files\n -help Print option help\n -hide GLOBFILE Hide ISO9660/RR file\n -hide-list FILE File with list of ISO9660/RR files to hide\n -hidden GLOBFILE Set hidden attribute on ISO9660 file\n -hidden-list FILE File with list of ISO9660 files with hidden attribute\n -hide-joliet GLOBFILE Hide Joliet file\n -hide-joliet-list FILE File with list of Joliet files to hide\n -hide-joliet-trans-tbl Hide TRANS.TBL from Joliet tree\n -hide-rr-moved Rename RR_MOVED to .rr_moved in Rock Ridge tree\n -gui Switch behaviour for GUI\n -i ADD_FILES No longer supported\n -input-charset CHARSET Local input charset for file name conversion\n -output-charset CHARSET Output charset for file name conversion\n -iso-level LEVEL Set ISO9660 conformance level (1..3) or 4 for ISO9660 version 2\n -J, -joliet Generate Joliet directory information\n -joliet-long Allow Joliet file names to be 103 Unicode characters\n -jcharset CHARSET Local charset for Joliet directory information\n -l, -full-iso9660-filenames Allow full 31 character filenames for ISO9660 names\n -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660)\n -allow-limited-size Allow different file sizes in ISO9660/UDF on large files\n -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -ldots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -log-file LOG_FILE Re-direct messages to LOG_FILE\n -m GLOBFILE, -exclude GLOBFILE\n Exclude file name\n -exclude-list FILE File with list of file names to exclude\n -pad Pad output to a multiple of 32k (default)\n -no-pad Do not pad output to a multiple of 32k\n -M FILE, -prev-session FILE Set path to previous session to merge\n -dev SCSIdev Set path to previous session to merge\n -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660)\n -new-dir-mode mode Mode used when creating new directories.\n -force-rr Inhibit automatic Rock Ridge detection for previous session\n -no-rr Inhibit reading of Rock Ridge attributes from previous session\n -no-split-symlink-components\n Inhibit splitting symlink components\n -no-split-symlink-fields Inhibit splitting symlink fields\n -o FILE, -output FILE Set output file name\n -path-list FILE File with list of pathnames to process\n -p PREP, -preparer PREP Set Volume preparer\n -print-size Print estimated filesystem size and exit\n -publisher PUB Set Volume publisher\n -P PUB, -publisher PUB Set Volume publisher\n -quiet Run quietly\n -r, -rational-rock Generate rationalized Rock Ridge directory information\n -R, -rock Generate Rock Ridge directory information\n -s TYPE, -sectype TYPE Set output sector type to e.g. data/xa1/raw\n -alpha-boot FILE Set alpha boot image name (relative to image root)\n -hppa-cmdline CMDLINE Set hppa boot command line (relative to image root)\n -hppa-kernel-32 FILE Set hppa 32-bit image name (relative to image root)\n -hppa-kernel-64 FILE Set hppa 64-bit image name (relative to image root)\n -hppa-bootloader FILE Set hppa boot loader file name (relative to image root)\n -hppa-ramdisk FILE Set hppa ramdisk file name (relative to image root)\n -mips-boot FILE Set mips boot image name (relative to image root)\n -mipsel-boot FILE Set mipsel boot image name (relative to image root)\n -jigdo-jigdo FILE Produce a jigdo .jigdo file as well as the .iso\n -jigdo-template FILE Produce a jigdo .template file as well as the .iso\n -jigdo-min-file-size SIZE Minimum size for a file to be listed in the jigdo file\n -jigdo-force-md5 PATTERN Pattern(s) where files MUST match an externally-supplied MD5sum\n -jigdo-exclude PATTERN Pattern(s) to exclude from the jigdo file\n -jigdo-map PATTERN1=PATTERN2\n Pattern(s) to map paths (e.g. Debian=/mirror/debian)\n -md5-list FILE File containing MD5 sums of the files that should be checked\n -jigdo-template-compress ALGORITHM\n Choose to use gzip or bzip2 compression for template data; default is gzip\n -checksum_algorithm_iso alg1,alg2,...\n Specify the checksum types desired for the output image\n -checksum_algorithm_template alg1,alg2,...\n Specify the checksum types desired for the output jigdo template\n -sort FILE Sort file content locations according to rules in FILE\n -split-output Split output into files of approx. 1GB size\n -stream-file-name FILE_NAME Set the stream file ISO9660 name (incl. version)\n -stream-media-size # Set the size of your CD media in sectors\n -sysid ID Set System ID\n -T, -translation-table Generate translation tables for systems that don't understand long filenames\n -table-name TABLE_NAME Translation table file name\n -ucs-level LEVEL Set Joliet UCS level (1..3)\n -udf Generate UDF file system\n -dvd-video Generate DVD-Video compliant UDF file system\n -uid uid Make the owner of all files this uid.\n -U, -untranslated-filenames Allow Untranslated filenames (for HPUX & AIX - violates ISO9660). Forces -l, -d, -N, -allow-leading-dots, -relaxed-filenames, -allow-lowercase, -allow-multidot\n -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660)\n -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660)\n -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660)\n -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660)\n -use-fileversion LEVEL Use file version # from filesystem\n -v, -verbose Verbose\n -version Print the current version\n -V ID, -volid ID Set Volume ID\n -volset ID Set Volume set ID\n -volset-size # Set Volume set size\n -volset-seqno # Set Volume set sequence number\n -x FILE, -old-exclude FILE Exclude file name(depreciated)\n -hard-disk-boot Boot image is a hard disk image\n -no-emul-boot Boot image is 'no emulation' image\n -no-boot Boot image is not bootable\n -boot-load-seg # Set load segment for boot image\n -boot-load-size # Set numbers of load sectors\n -boot-info-table Patch boot image with info table\n -XA Generate XA directory attruibutes\n -xa Generate rationalized XA directory attruibutes\n -z, -transparent-compression\n Enable transparent compression of files\n -hfs-type TYPE Set HFS default TYPE\n -hfs-creator CREATOR Set HFS default CREATOR\n -g, -apple Add Apple ISO9660 extensions\n -h, -hfs Create ISO9660/HFS hybrid\n -map MAPPING_FILE Map file extensions to HFS TYPE/CREATOR\n -H MAPPING_FILE, -map MAPPING_FILE\n Map file extensions to HFS TYPE/CREATOR\n -magic FILE Magic file for HFS TYPE/CREATOR\n -probe Probe all files for Apple/Unix file types\n -mac-name Use Macintosh name for ISO9660/Joliet/RockRidge file name\n -no-mac-files Do not look for Unix/Mac files (depreciated)\n -boot-hfs-file FILE Set HFS boot image name\n -part Generate HFS partition table\n -cluster-size SIZE Cluster size for PC Exchange Macintosh files\n -auto FILE Set HFS AutoStart file name\n -no-desktop Do not create the HFS (empty) Desktop files\n -hide-hfs GLOBFILE Hide HFS file\n -hide-hfs-list FILE List of HFS files to hide\n -hfs-volid HFS_VOLID Volume name for the HFS partition\n -icon-position Keep HFS icon position\n -root-info FILE finderinfo for root folder\n -input-hfs-charset CHARSET Local input charset for HFS file name conversion\n -output-hfs-charset CHARSET Output charset for HFS file name conversion\n -hfs-unlock Leave HFS Volume unlocked\n -hfs-bless FOLDER_NAME Name of Folder to be blessed\n -hfs-parms PARAMETERS Comma separated list of HFS parameters\n -prep-boot FILE PReP boot image file -- up to 4 are allowed\n -chrp-boot Add CHRP boot header\n --cap Look for AUFS CAP Macintosh files\n --netatalk Look for NETATALK Macintosh files\n --double Look for AppleDouble Macintosh files\n --ethershare Look for Helios EtherShare Macintosh files\n --exchange Look for PC Exchange Macintosh files\n --sgi Look for SGI Macintosh files\n --macbin Look for MacBinary Macintosh files\n --single Look for AppleSingle Macintosh files\n --ushare Look for IPT UShare Macintosh files\n --xinet Look for XINET Macintosh files\n --dave Look for DAVE Macintosh files\n --sfm Look for SFM Macintosh files\n --osx-double Look for MacOS X AppleDouble Macintosh files\n --osx-hfs Look for MacOS X HFS Macintosh files\n\nReport problems to debburn-devel@lists.alioth.debian.org.", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-configdrives-dynamic : If mkisofs is not available, fallback to genisoimage] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:91 Wednesday 25 January 2017 03:11:07 -0800 (0:00:00.234) 0:17:22.698 ***** ok: [jumphost.opnfvlocal] => {"ansible_facts": {"iso_gen_utility": "genisoimage"}, "changed": false, "invocation": {"module_args": {"iso_gen_utility": "genisoimage"}, "module_name": "set_fact"}} ok: [controller00.opnfvlocal] => {"ansible_facts": {"iso_gen_utility": "genisoimage"}, "changed": false, "invocation": {"module_args": {"iso_gen_utility": "genisoimage"}, "module_name": "set_fact"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"iso_gen_utility": "genisoimage"}, "changed": false, "invocation": {"module_args": {"iso_gen_utility": "genisoimage"}, "module_name": "set_fact"}} TASK [bifrost-configdrives-dynamic : Check if genisoimage is available] ******** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:96 Wednesday 25 January 2017 03:11:07 -0800 (0:00:00.084) 0:17:22.783 ***** <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-1485342667.65-111113003139692 `" && echo ansible-tmp-1485342667.65-111113003139692="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.65-111113003139692 `" ) && 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-1485342667.66-196987288278139 `" && echo ansible-tmp-1485342667.66-196987288278139="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.66-196987288278139 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpf51GYS TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.65-111113003139692/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.65-111113003139692/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.65-111113003139692/command && 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-1485342667.67-261258704509573 `" && echo ansible-tmp-1485342667.67-261258704509573="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.67-261258704509573 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.65-111113003139692/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.65-111113003139692/" > /dev/null 2>&1 && sleep 0' <192.168.122.3> PUT /tmp/tmpAp7C0p TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.66-196987288278139/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.66-196987288278139/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.66-196987288278139/command && sleep 0' <192.168.122.4> PUT /tmp/tmp5CbVjP TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.67-261258704509573/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.67-261258704509573/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.67-261258704509573/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.66-196987288278139/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.66-196987288278139/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.67-261258704509573/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.67-261258704509573/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": "genisoimage --help &> /dev/null", "delta": "0:00:00.008986", "end": "2017-01-25 03:11:07.804828", "invocation": {"module_args": {"_raw_params": "genisoimage --help &> /dev/null", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:07.795842", "stderr": "Usage: genisoimage [options] file...\nOptions:\n -nobak Do not include backup files\n -no-bak Do not include backup files\n -abstract FILE Set Abstract filename\n -A ID, -appid ID Set Application ID\n -biblio FILE Set Bibliographic filename\n -cache-inodes Cache inodes (needed to detect hard links)\n -no-cache-inodes Do not cache inodes (if filesystem has no unique unides)\n -check-oldnames Check all imported ISO9660 names from old session\n -check-session FILE Check all ISO9660 names from previous session\n -copyright FILE Set Copyright filename\n -debug Set debug flag\n -b FILE, -eltorito-boot FILE\n Set El Torito boot image name\n -e FILE, -efi-boot FILE Set EFI boot image name\n -eltorito-alt-boot Start specifying alternative El Torito boot parameters\n -B FILES, -sparc-boot FILES Set sparc boot image names\n -sunx86-boot FILES Set sunx86 boot image names\n -G FILE, -generic-boot FILE Set generic boot image name\n -sparc-label label text Set sparc boot disk label\n -sunx86-label label text Set sunx86 boot disk label\n -c FILE, -eltorito-catalog FILE\n Set El Torito boot catalog name\n -C PARAMS, -cdrecord-params PARAMS\n Magic paramters from cdrecord\n -d, -omit-period Omit trailing periods from filenames (violates ISO9660)\n -dir-mode mode Make the mode of all directories this mode.\n -D, -disable-deep-relocation\n Disable deep directory relocation (violates ISO9660)\n -file-mode mode Make the mode of all plain files this mode.\n -f, -follow-links Follow symbolic links\n -gid gid Make the group owner of all files this gid.\n -graft-points Allow to use graft points for filenames\n -root DIR Set root directory for all new files and directories\n -old-root DIR Set root directory in previous session that is searched for files\n -help Print option help\n -hide GLOBFILE Hide ISO9660/RR file\n -hide-list FILE File with list of ISO9660/RR files to hide\n -hidden GLOBFILE Set hidden attribute on ISO9660 file\n -hidden-list FILE File with list of ISO9660 files with hidden attribute\n -hide-joliet GLOBFILE Hide Joliet file\n -hide-joliet-list FILE File with list of Joliet files to hide\n -hide-joliet-trans-tbl Hide TRANS.TBL from Joliet tree\n -hide-rr-moved Rename RR_MOVED to .rr_moved in Rock Ridge tree\n -gui Switch behaviour for GUI\n -i ADD_FILES No longer supported\n -input-charset CHARSET Local input charset for file name conversion\n -output-charset CHARSET Output charset for file name conversion\n -iso-level LEVEL Set ISO9660 conformance level (1..3) or 4 for ISO9660 version 2\n -J, -joliet Generate Joliet directory information\n -joliet-long Allow Joliet file names to be 103 Unicode characters\n -jcharset CHARSET Local charset for Joliet directory information\n -l, -full-iso9660-filenames Allow full 31 character filenames for ISO9660 names\n -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660)\n -allow-limited-size Allow different file sizes in ISO9660/UDF on large files\n -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -ldots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -log-file LOG_FILE Re-direct messages to LOG_FILE\n -m GLOBFILE, -exclude GLOBFILE\n Exclude file name\n -exclude-list FILE File with list of file names to exclude\n -pad Pad output to a multiple of 32k (default)\n -no-pad Do not pad output to a multiple of 32k\n -M FILE, -prev-session FILE Set path to previous session to merge\n -dev SCSIdev Set path to previous session to merge\n -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660)\n -new-dir-mode mode Mode used when creating new directories.\n -force-rr Inhibit automatic Rock Ridge detection for previous session\n -no-rr Inhibit reading of Rock Ridge attributes from previous session\n -no-split-symlink-components\n Inhibit splitting symlink components\n -no-split-symlink-fields Inhibit splitting symlink fields\n -o FILE, -output FILE Set output file name\n -path-list FILE File with list of pathnames to process\n -p PREP, -preparer PREP Set Volume preparer\n -print-size Print estimated filesystem size and exit\n -publisher PUB Set Volume publisher\n -P PUB, -publisher PUB Set Volume publisher\n -quiet Run quietly\n -r, -rational-rock Generate rationalized Rock Ridge directory information\n -R, -rock Generate Rock Ridge directory information\n -s TYPE, -sectype TYPE Set output sector type to e.g. data/xa1/raw\n -alpha-boot FILE Set alpha boot image name (relative to image root)\n -hppa-cmdline CMDLINE Set hppa boot command line (relative to image root)\n -hppa-kernel-32 FILE Set hppa 32-bit image name (relative to image root)\n -hppa-kernel-64 FILE Set hppa 64-bit image name (relative to image root)\n -hppa-bootloader FILE Set hppa boot loader file name (relative to image root)\n -hppa-ramdisk FILE Set hppa ramdisk file name (relative to image root)\n -mips-boot FILE Set mips boot image name (relative to image root)\n -mipsel-boot FILE Set mipsel boot image name (relative to image root)\n -jigdo-jigdo FILE Produce a jigdo .jigdo file as well as the .iso\n -jigdo-template FILE Produce a jigdo .template file as well as the .iso\n -jigdo-min-file-size SIZE Minimum size for a file to be listed in the jigdo file\n -jigdo-force-md5 PATTERN Pattern(s) where files MUST match an externally-supplied MD5sum\n -jigdo-exclude PATTERN Pattern(s) to exclude from the jigdo file\n -jigdo-map PATTERN1=PATTERN2\n Pattern(s) to map paths (e.g. Debian=/mirror/debian)\n -md5-list FILE File containing MD5 sums of the files that should be checked\n -jigdo-template-compress ALGORITHM\n Choose to use gzip or bzip2 compression for template data; default is gzip\n -checksum_algorithm_iso alg1,alg2,...\n Specify the checksum types desired for the output image\n -checksum_algorithm_template alg1,alg2,...\n Specify the checksum types desired for the output jigdo template\n -sort FILE Sort file content locations according to rules in FILE\n -split-output Split output into files of approx. 1GB size\n -stream-file-name FILE_NAME Set the stream file ISO9660 name (incl. version)\n -stream-media-size # Set the size of your CD media in sectors\n -sysid ID Set System ID\n -T, -translation-table Generate translation tables for systems that don't understand long filenames\n -table-name TABLE_NAME Translation table file name\n -ucs-level LEVEL Set Joliet UCS level (1..3)\n -udf Generate UDF file system\n -dvd-video Generate DVD-Video compliant UDF file system\n -uid uid Make the owner of all files this uid.\n -U, -untranslated-filenames Allow Untranslated filenames (for HPUX & AIX - violates ISO9660). Forces -l, -d, -N, -allow-leading-dots, -relaxed-filenames, -allow-lowercase, -allow-multidot\n -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660)\n -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660)\n -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660)\n -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660)\n -use-fileversion LEVEL Use file version # from filesystem\n -v, -verbose Verbose\n -version Print the current version\n -V ID, -volid ID Set Volume ID\n -volset ID Set Volume set ID\n -volset-size # Set Volume set size\n -volset-seqno # Set Volume set sequence number\n -x FILE, -old-exclude FILE Exclude file name(depreciated)\n -hard-disk-boot Boot image is a hard disk image\n -no-emul-boot Boot image is 'no emulation' image\n -no-boot Boot image is not bootable\n -boot-load-seg # Set load segment for boot image\n -boot-load-size # Set numbers of load sectors\n -boot-info-table Patch boot image with info table\n -XA Generate XA directory attruibutes\n -xa Generate rationalized XA directory attruibutes\n -z, -transparent-compression\n Enable transparent compression of files\n -hfs-type TYPE Set HFS default TYPE\n -hfs-creator CREATOR Set HFS default CREATOR\n -g, -apple Add Apple ISO9660 extensions\n -h, -hfs Create ISO9660/HFS hybrid\n -map MAPPING_FILE Map file extensions to HFS TYPE/CREATOR\n -H MAPPING_FILE, -map MAPPING_FILE\n Map file extensions to HFS TYPE/CREATOR\n -magic FILE Magic file for HFS TYPE/CREATOR\n -probe Probe all files for Apple/Unix file types\n -mac-name Use Macintosh name for ISO9660/Joliet/RockRidge file name\n -no-mac-files Do not look for Unix/Mac files (depreciated)\n -boot-hfs-file FILE Set HFS boot image name\n -part Generate HFS partition table\n -cluster-size SIZE Cluster size for PC Exchange Macintosh files\n -auto FILE Set HFS AutoStart file name\n -no-desktop Do not create the HFS (empty) Desktop files\n -hide-hfs GLOBFILE Hide HFS file\n -hide-hfs-list FILE List of HFS files to hide\n -hfs-volid HFS_VOLID Volume name for the HFS partition\n -icon-position Keep HFS icon position\n -root-info FILE finderinfo for root folder\n -input-hfs-charset CHARSET Local input charset for HFS file name conversion\n -output-hfs-charset CHARSET Output charset for HFS file name conversion\n -hfs-unlock Leave HFS Volume unlocked\n -hfs-bless FOLDER_NAME Name of Folder to be blessed\n -hfs-parms PARAMETERS Comma separated list of HFS parameters\n -prep-boot FILE PReP boot image file -- up to 4 are allowed\n -chrp-boot Add CHRP boot header\n --cap Look for AUFS CAP Macintosh files\n --netatalk Look for NETATALK Macintosh files\n --double Look for AppleDouble Macintosh files\n --ethershare Look for Helios EtherShare Macintosh files\n --exchange Look for PC Exchange Macintosh files\n --sgi Look for SGI Macintosh files\n --macbin Look for MacBinary Macintosh files\n --single Look for AppleSingle Macintosh files\n --ushare Look for IPT UShare Macintosh files\n --xinet Look for XINET Macintosh files\n --dave Look for DAVE Macintosh files\n --sfm Look for SFM Macintosh files\n --osx-double Look for MacOS X AppleDouble Macintosh files\n --osx-hfs Look for MacOS X HFS Macintosh files\n\nReport problems to debburn-devel@lists.alioth.debian.org.", "stdout": "", "stdout_lines": [], "warnings": []} changed: [controller00.opnfvlocal] => {"changed": true, "cmd": "genisoimage --help &> /dev/null", "delta": "0:00:00.007824", "end": "2017-01-25 03:11:07.806367", "invocation": {"module_args": {"_raw_params": "genisoimage --help &> /dev/null", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:07.798543", "stderr": "Usage: genisoimage [options] file...\nOptions:\n -nobak Do not include backup files\n -no-bak Do not include backup files\n -abstract FILE Set Abstract filename\n -A ID, -appid ID Set Application ID\n -biblio FILE Set Bibliographic filename\n -cache-inodes Cache inodes (needed to detect hard links)\n -no-cache-inodes Do not cache inodes (if filesystem has no unique unides)\n -check-oldnames Check all imported ISO9660 names from old session\n -check-session FILE Check all ISO9660 names from previous session\n -copyright FILE Set Copyright filename\n -debug Set debug flag\n -b FILE, -eltorito-boot FILE\n Set El Torito boot image name\n -e FILE, -efi-boot FILE Set EFI boot image name\n -eltorito-alt-boot Start specifying alternative El Torito boot parameters\n -B FILES, -sparc-boot FILES Set sparc boot image names\n -sunx86-boot FILES Set sunx86 boot image names\n -G FILE, -generic-boot FILE Set generic boot image name\n -sparc-label label text Set sparc boot disk label\n -sunx86-label label text Set sunx86 boot disk label\n -c FILE, -eltorito-catalog FILE\n Set El Torito boot catalog name\n -C PARAMS, -cdrecord-params PARAMS\n Magic paramters from cdrecord\n -d, -omit-period Omit trailing periods from filenames (violates ISO9660)\n -dir-mode mode Make the mode of all directories this mode.\n -D, -disable-deep-relocation\n Disable deep directory relocation (violates ISO9660)\n -file-mode mode Make the mode of all plain files this mode.\n -f, -follow-links Follow symbolic links\n -gid gid Make the group owner of all files this gid.\n -graft-points Allow to use graft points for filenames\n -root DIR Set root directory for all new files and directories\n -old-root DIR Set root directory in previous session that is searched for files\n -help Print option help\n -hide GLOBFILE Hide ISO9660/RR file\n -hide-list FILE File with list of ISO9660/RR files to hide\n -hidden GLOBFILE Set hidden attribute on ISO9660 file\n -hidden-list FILE File with list of ISO9660 files with hidden attribute\n -hide-joliet GLOBFILE Hide Joliet file\n -hide-joliet-list FILE File with list of Joliet files to hide\n -hide-joliet-trans-tbl Hide TRANS.TBL from Joliet tree\n -hide-rr-moved Rename RR_MOVED to .rr_moved in Rock Ridge tree\n -gui Switch behaviour for GUI\n -i ADD_FILES No longer supported\n -input-charset CHARSET Local input charset for file name conversion\n -output-charset CHARSET Output charset for file name conversion\n -iso-level LEVEL Set ISO9660 conformance level (1..3) or 4 for ISO9660 version 2\n -J, -joliet Generate Joliet directory information\n -joliet-long Allow Joliet file names to be 103 Unicode characters\n -jcharset CHARSET Local charset for Joliet directory information\n -l, -full-iso9660-filenames Allow full 31 character filenames for ISO9660 names\n -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660)\n -allow-limited-size Allow different file sizes in ISO9660/UDF on large files\n -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -ldots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -log-file LOG_FILE Re-direct messages to LOG_FILE\n -m GLOBFILE, -exclude GLOBFILE\n Exclude file name\n -exclude-list FILE File with list of file names to exclude\n -pad Pad output to a multiple of 32k (default)\n -no-pad Do not pad output to a multiple of 32k\n -M FILE, -prev-session FILE Set path to previous session to merge\n -dev SCSIdev Set path to previous session to merge\n -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660)\n -new-dir-mode mode Mode used when creating new directories.\n -force-rr Inhibit automatic Rock Ridge detection for previous session\n -no-rr Inhibit reading of Rock Ridge attributes from previous session\n -no-split-symlink-components\n Inhibit splitting symlink components\n -no-split-symlink-fields Inhibit splitting symlink fields\n -o FILE, -output FILE Set output file name\n -path-list FILE File with list of pathnames to process\n -p PREP, -preparer PREP Set Volume preparer\n -print-size Print estimated filesystem size and exit\n -publisher PUB Set Volume publisher\n -P PUB, -publisher PUB Set Volume publisher\n -quiet Run quietly\n -r, -rational-rock Generate rationalized Rock Ridge directory information\n -R, -rock Generate Rock Ridge directory information\n -s TYPE, -sectype TYPE Set output sector type to e.g. data/xa1/raw\n -alpha-boot FILE Set alpha boot image name (relative to image root)\n -hppa-cmdline CMDLINE Set hppa boot command line (relative to image root)\n -hppa-kernel-32 FILE Set hppa 32-bit image name (relative to image root)\n -hppa-kernel-64 FILE Set hppa 64-bit image name (relative to image root)\n -hppa-bootloader FILE Set hppa boot loader file name (relative to image root)\n -hppa-ramdisk FILE Set hppa ramdisk file name (relative to image root)\n -mips-boot FILE Set mips boot image name (relative to image root)\n -mipsel-boot FILE Set mipsel boot image name (relative to image root)\n -jigdo-jigdo FILE Produce a jigdo .jigdo file as well as the .iso\n -jigdo-template FILE Produce a jigdo .template file as well as the .iso\n -jigdo-min-file-size SIZE Minimum size for a file to be listed in the jigdo file\n -jigdo-force-md5 PATTERN Pattern(s) where files MUST match an externally-supplied MD5sum\n -jigdo-exclude PATTERN Pattern(s) to exclude from the jigdo file\n -jigdo-map PATTERN1=PATTERN2\n Pattern(s) to map paths (e.g. Debian=/mirror/debian)\n -md5-list FILE File containing MD5 sums of the files that should be checked\n -jigdo-template-compress ALGORITHM\n Choose to use gzip or bzip2 compression for template data; default is gzip\n -checksum_algorithm_iso alg1,alg2,...\n Specify the checksum types desired for the output image\n -checksum_algorithm_template alg1,alg2,...\n Specify the checksum types desired for the output jigdo template\n -sort FILE Sort file content locations according to rules in FILE\n -split-output Split output into files of approx. 1GB size\n -stream-file-name FILE_NAME Set the stream file ISO9660 name (incl. version)\n -stream-media-size # Set the size of your CD media in sectors\n -sysid ID Set System ID\n -T, -translation-table Generate translation tables for systems that don't understand long filenames\n -table-name TABLE_NAME Translation table file name\n -ucs-level LEVEL Set Joliet UCS level (1..3)\n -udf Generate UDF file system\n -dvd-video Generate DVD-Video compliant UDF file system\n -uid uid Make the owner of all files this uid.\n -U, -untranslated-filenames Allow Untranslated filenames (for HPUX & AIX - violates ISO9660). Forces -l, -d, -N, -allow-leading-dots, -relaxed-filenames, -allow-lowercase, -allow-multidot\n -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660)\n -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660)\n -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660)\n -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660)\n -use-fileversion LEVEL Use file version # from filesystem\n -v, -verbose Verbose\n -version Print the current version\n -V ID, -volid ID Set Volume ID\n -volset ID Set Volume set ID\n -volset-size # Set Volume set size\n -volset-seqno # Set Volume set sequence number\n -x FILE, -old-exclude FILE Exclude file name(depreciated)\n -hard-disk-boot Boot image is a hard disk image\n -no-emul-boot Boot image is 'no emulation' image\n -no-boot Boot image is not bootable\n -boot-load-seg # Set load segment for boot image\n -boot-load-size # Set numbers of load sectors\n -boot-info-table Patch boot image with info table\n -XA Generate XA directory attruibutes\n -xa Generate rationalized XA directory attruibutes\n -z, -transparent-compression\n Enable transparent compression of files\n -hfs-type TYPE Set HFS default TYPE\n -hfs-creator CREATOR Set HFS default CREATOR\n -g, -apple Add Apple ISO9660 extensions\n -h, -hfs Create ISO9660/HFS hybrid\n -map MAPPING_FILE Map file extensions to HFS TYPE/CREATOR\n -H MAPPING_FILE, -map MAPPING_FILE\n Map file extensions to HFS TYPE/CREATOR\n -magic FILE Magic file for HFS TYPE/CREATOR\n -probe Probe all files for Apple/Unix file types\n -mac-name Use Macintosh name for ISO9660/Joliet/RockRidge file name\n -no-mac-files Do not look for Unix/Mac files (depreciated)\n -boot-hfs-file FILE Set HFS boot image name\n -part Generate HFS partition table\n -cluster-size SIZE Cluster size for PC Exchange Macintosh files\n -auto FILE Set HFS AutoStart file name\n -no-desktop Do not create the HFS (empty) Desktop files\n -hide-hfs GLOBFILE Hide HFS file\n -hide-hfs-list FILE List of HFS files to hide\n -hfs-volid HFS_VOLID Volume name for the HFS partition\n -icon-position Keep HFS icon position\n -root-info FILE finderinfo for root folder\n -input-hfs-charset CHARSET Local input charset for HFS file name conversion\n -output-hfs-charset CHARSET Output charset for HFS file name conversion\n -hfs-unlock Leave HFS Volume unlocked\n -hfs-bless FOLDER_NAME Name of Folder to be blessed\n -hfs-parms PARAMETERS Comma separated list of HFS parameters\n -prep-boot FILE PReP boot image file -- up to 4 are allowed\n -chrp-boot Add CHRP boot header\n --cap Look for AUFS CAP Macintosh files\n --netatalk Look for NETATALK Macintosh files\n --double Look for AppleDouble Macintosh files\n --ethershare Look for Helios EtherShare Macintosh files\n --exchange Look for PC Exchange Macintosh files\n --sgi Look for SGI Macintosh files\n --macbin Look for MacBinary Macintosh files\n --single Look for AppleSingle Macintosh files\n --ushare Look for IPT UShare Macintosh files\n --xinet Look for XINET Macintosh files\n --dave Look for DAVE Macintosh files\n --sfm Look for SFM Macintosh files\n --osx-double Look for MacOS X AppleDouble Macintosh files\n --osx-hfs Look for MacOS X HFS Macintosh files\n\nReport problems to debburn-devel@lists.alioth.debian.org.", "stdout": "", "stdout_lines": [], "warnings": []} changed: [compute00.opnfvlocal] => {"changed": true, "cmd": "genisoimage --help &> /dev/null", "delta": "0:00:00.006872", "end": "2017-01-25 03:11:07.813846", "invocation": {"module_args": {"_raw_params": "genisoimage --help &> /dev/null", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:07.806974", "stderr": "Usage: genisoimage [options] file...\nOptions:\n -nobak Do not include backup files\n -no-bak Do not include backup files\n -abstract FILE Set Abstract filename\n -A ID, -appid ID Set Application ID\n -biblio FILE Set Bibliographic filename\n -cache-inodes Cache inodes (needed to detect hard links)\n -no-cache-inodes Do not cache inodes (if filesystem has no unique unides)\n -check-oldnames Check all imported ISO9660 names from old session\n -check-session FILE Check all ISO9660 names from previous session\n -copyright FILE Set Copyright filename\n -debug Set debug flag\n -b FILE, -eltorito-boot FILE\n Set El Torito boot image name\n -e FILE, -efi-boot FILE Set EFI boot image name\n -eltorito-alt-boot Start specifying alternative El Torito boot parameters\n -B FILES, -sparc-boot FILES Set sparc boot image names\n -sunx86-boot FILES Set sunx86 boot image names\n -G FILE, -generic-boot FILE Set generic boot image name\n -sparc-label label text Set sparc boot disk label\n -sunx86-label label text Set sunx86 boot disk label\n -c FILE, -eltorito-catalog FILE\n Set El Torito boot catalog name\n -C PARAMS, -cdrecord-params PARAMS\n Magic paramters from cdrecord\n -d, -omit-period Omit trailing periods from filenames (violates ISO9660)\n -dir-mode mode Make the mode of all directories this mode.\n -D, -disable-deep-relocation\n Disable deep directory relocation (violates ISO9660)\n -file-mode mode Make the mode of all plain files this mode.\n -f, -follow-links Follow symbolic links\n -gid gid Make the group owner of all files this gid.\n -graft-points Allow to use graft points for filenames\n -root DIR Set root directory for all new files and directories\n -old-root DIR Set root directory in previous session that is searched for files\n -help Print option help\n -hide GLOBFILE Hide ISO9660/RR file\n -hide-list FILE File with list of ISO9660/RR files to hide\n -hidden GLOBFILE Set hidden attribute on ISO9660 file\n -hidden-list FILE File with list of ISO9660 files with hidden attribute\n -hide-joliet GLOBFILE Hide Joliet file\n -hide-joliet-list FILE File with list of Joliet files to hide\n -hide-joliet-trans-tbl Hide TRANS.TBL from Joliet tree\n -hide-rr-moved Rename RR_MOVED to .rr_moved in Rock Ridge tree\n -gui Switch behaviour for GUI\n -i ADD_FILES No longer supported\n -input-charset CHARSET Local input charset for file name conversion\n -output-charset CHARSET Output charset for file name conversion\n -iso-level LEVEL Set ISO9660 conformance level (1..3) or 4 for ISO9660 version 2\n -J, -joliet Generate Joliet directory information\n -joliet-long Allow Joliet file names to be 103 Unicode characters\n -jcharset CHARSET Local charset for Joliet directory information\n -l, -full-iso9660-filenames Allow full 31 character filenames for ISO9660 names\n -max-iso9660-filenames Allow 37 character filenames for ISO9660 names (violates ISO9660)\n -allow-limited-size Allow different file sizes in ISO9660/UDF on large files\n -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -ldots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -L, -allow-leading-dots Allow ISO9660 filenames to start with '.' (violates ISO9660)\n -log-file LOG_FILE Re-direct messages to LOG_FILE\n -m GLOBFILE, -exclude GLOBFILE\n Exclude file name\n -exclude-list FILE File with list of file names to exclude\n -pad Pad output to a multiple of 32k (default)\n -no-pad Do not pad output to a multiple of 32k\n -M FILE, -prev-session FILE Set path to previous session to merge\n -dev SCSIdev Set path to previous session to merge\n -N, -omit-version-number Omit version number from ISO9660 filename (violates ISO9660)\n -new-dir-mode mode Mode used when creating new directories.\n -force-rr Inhibit automatic Rock Ridge detection for previous session\n -no-rr Inhibit reading of Rock Ridge attributes from previous session\n -no-split-symlink-components\n Inhibit splitting symlink components\n -no-split-symlink-fields Inhibit splitting symlink fields\n -o FILE, -output FILE Set output file name\n -path-list FILE File with list of pathnames to process\n -p PREP, -preparer PREP Set Volume preparer\n -print-size Print estimated filesystem size and exit\n -publisher PUB Set Volume publisher\n -P PUB, -publisher PUB Set Volume publisher\n -quiet Run quietly\n -r, -rational-rock Generate rationalized Rock Ridge directory information\n -R, -rock Generate Rock Ridge directory information\n -s TYPE, -sectype TYPE Set output sector type to e.g. data/xa1/raw\n -alpha-boot FILE Set alpha boot image name (relative to image root)\n -hppa-cmdline CMDLINE Set hppa boot command line (relative to image root)\n -hppa-kernel-32 FILE Set hppa 32-bit image name (relative to image root)\n -hppa-kernel-64 FILE Set hppa 64-bit image name (relative to image root)\n -hppa-bootloader FILE Set hppa boot loader file name (relative to image root)\n -hppa-ramdisk FILE Set hppa ramdisk file name (relative to image root)\n -mips-boot FILE Set mips boot image name (relative to image root)\n -mipsel-boot FILE Set mipsel boot image name (relative to image root)\n -jigdo-jigdo FILE Produce a jigdo .jigdo file as well as the .iso\n -jigdo-template FILE Produce a jigdo .template file as well as the .iso\n -jigdo-min-file-size SIZE Minimum size for a file to be listed in the jigdo file\n -jigdo-force-md5 PATTERN Pattern(s) where files MUST match an externally-supplied MD5sum\n -jigdo-exclude PATTERN Pattern(s) to exclude from the jigdo file\n -jigdo-map PATTERN1=PATTERN2\n Pattern(s) to map paths (e.g. Debian=/mirror/debian)\n -md5-list FILE File containing MD5 sums of the files that should be checked\n -jigdo-template-compress ALGORITHM\n Choose to use gzip or bzip2 compression for template data; default is gzip\n -checksum_algorithm_iso alg1,alg2,...\n Specify the checksum types desired for the output image\n -checksum_algorithm_template alg1,alg2,...\n Specify the checksum types desired for the output jigdo template\n -sort FILE Sort file content locations according to rules in FILE\n -split-output Split output into files of approx. 1GB size\n -stream-file-name FILE_NAME Set the stream file ISO9660 name (incl. version)\n -stream-media-size # Set the size of your CD media in sectors\n -sysid ID Set System ID\n -T, -translation-table Generate translation tables for systems that don't understand long filenames\n -table-name TABLE_NAME Translation table file name\n -ucs-level LEVEL Set Joliet UCS level (1..3)\n -udf Generate UDF file system\n -dvd-video Generate DVD-Video compliant UDF file system\n -uid uid Make the owner of all files this uid.\n -U, -untranslated-filenames Allow Untranslated filenames (for HPUX & AIX - violates ISO9660). Forces -l, -d, -N, -allow-leading-dots, -relaxed-filenames, -allow-lowercase, -allow-multidot\n -relaxed-filenames Allow 7 bit ASCII except lower case characters (violates ISO9660)\n -no-iso-translate Do not translate illegal ISO characters '~', '-' and '#' (violates ISO9660)\n -allow-lowercase Allow lower case characters in addition to the current character set (violates ISO9660)\n -allow-multidot Allow more than one dot in filenames (e.g. .tar.gz) (violates ISO9660)\n -use-fileversion LEVEL Use file version # from filesystem\n -v, -verbose Verbose\n -version Print the current version\n -V ID, -volid ID Set Volume ID\n -volset ID Set Volume set ID\n -volset-size # Set Volume set size\n -volset-seqno # Set Volume set sequence number\n -x FILE, -old-exclude FILE Exclude file name(depreciated)\n -hard-disk-boot Boot image is a hard disk image\n -no-emul-boot Boot image is 'no emulation' image\n -no-boot Boot image is not bootable\n -boot-load-seg # Set load segment for boot image\n -boot-load-size # Set numbers of load sectors\n -boot-info-table Patch boot image with info table\n -XA Generate XA directory attruibutes\n -xa Generate rationalized XA directory attruibutes\n -z, -transparent-compression\n Enable transparent compression of files\n -hfs-type TYPE Set HFS default TYPE\n -hfs-creator CREATOR Set HFS default CREATOR\n -g, -apple Add Apple ISO9660 extensions\n -h, -hfs Create ISO9660/HFS hybrid\n -map MAPPING_FILE Map file extensions to HFS TYPE/CREATOR\n -H MAPPING_FILE, -map MAPPING_FILE\n Map file extensions to HFS TYPE/CREATOR\n -magic FILE Magic file for HFS TYPE/CREATOR\n -probe Probe all files for Apple/Unix file types\n -mac-name Use Macintosh name for ISO9660/Joliet/RockRidge file name\n -no-mac-files Do not look for Unix/Mac files (depreciated)\n -boot-hfs-file FILE Set HFS boot image name\n -part Generate HFS partition table\n -cluster-size SIZE Cluster size for PC Exchange Macintosh files\n -auto FILE Set HFS AutoStart file name\n -no-desktop Do not create the HFS (empty) Desktop files\n -hide-hfs GLOBFILE Hide HFS file\n -hide-hfs-list FILE List of HFS files to hide\n -hfs-volid HFS_VOLID Volume name for the HFS partition\n -icon-position Keep HFS icon position\n -root-info FILE finderinfo for root folder\n -input-hfs-charset CHARSET Local input charset for HFS file name conversion\n -output-hfs-charset CHARSET Output charset for HFS file name conversion\n -hfs-unlock Leave HFS Volume unlocked\n -hfs-bless FOLDER_NAME Name of Folder to be blessed\n -hfs-parms PARAMETERS Comma separated list of HFS parameters\n -prep-boot FILE PReP boot image file -- up to 4 are allowed\n -chrp-boot Add CHRP boot header\n --cap Look for AUFS CAP Macintosh files\n --netatalk Look for NETATALK Macintosh files\n --double Look for AppleDouble Macintosh files\n --ethershare Look for Helios EtherShare Macintosh files\n --exchange Look for PC Exchange Macintosh files\n --sgi Look for SGI Macintosh files\n --macbin Look for MacBinary Macintosh files\n --single Look for AppleSingle Macintosh files\n --ushare Look for IPT UShare Macintosh files\n --xinet Look for XINET Macintosh files\n --dave Look for DAVE Macintosh files\n --sfm Look for SFM Macintosh files\n --osx-double Look for MacOS X AppleDouble Macintosh files\n --osx-hfs Look for MacOS X HFS Macintosh files\n\nReport problems to debburn-devel@lists.alioth.debian.org.", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-configdrives-dynamic : fail if genisoimage is not available.] **** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:101 Wednesday 25 January 2017 03:11:07 -0800 (0:00:00.243) 0:17:23.026 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-configdrives-dynamic : Make config drive files] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:105 Wednesday 25 January 2017 03:11:07 -0800 (0:00:00.064) 0:17:23.090 ***** <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-1485342667.97-220741521487856 `" && echo ansible-tmp-1485342667.97-220741521487856="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.97-220741521487856 `" ) && 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-1485342667.97-138579604925412 `" && echo ansible-tmp-1485342667.97-138579604925412="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.97-138579604925412 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpXMu7Dz TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-220741521487856/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-220741521487856/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-220741521487856/command && 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-1485342667.98-35918035801103 `" && echo ansible-tmp-1485342667.98-35918035801103="` echo $HOME/.ansible/tmp/ansible-tmp-1485342667.98-35918035801103 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpYe6kLa TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-138579604925412/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-138579604925412/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-138579604925412/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-220741521487856/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-220741521487856/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmp006sR8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.98-35918035801103/command <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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-138579604925412/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.97-138579604925412/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.98-35918035801103/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.98-35918035801103/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342667.98-35918035801103/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342667.98-35918035801103/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": ["genisoimage", "-R", "-V", "config-2", "-o", "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "/tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01"], "delta": "0:00:00.009714", "end": "2017-01-25 03:11:08.109198", "invocation": {"module_args": {"_raw_params": "genisoimage -R -V config-2 -o /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso /tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:08.099484", "stderr": "I: -input-charset not specified, using utf-8 (detected in locale settings)\nUsing NETWO000.JSO;1 for /tmp/tmp.bD0K7CQ4Lz/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/network_info.json (network_data.json)\nTotal translation table size: 0\nTotal rockridge attributes bytes: 1451\nTotal directory bytes: 8554\nPath table size(bytes): 72\nMax brk space used 22000\n184 extents written (0 MB)", "stdout": "", "stdout_lines": [], "warnings": []} changed: [controller00.opnfvlocal] => {"changed": true, "cmd": ["genisoimage", "-R", "-V", "config-2", "-o", "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "/tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02"], "delta": "0:00:00.009828", "end": "2017-01-25 03:11:08.124489", "invocation": {"module_args": {"_raw_params": "genisoimage -R -V config-2 -o /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso /tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:08.114661", "stderr": "I: -input-charset not specified, using utf-8 (detected in locale settings)\nUsing NETWO000.JSO;1 for /tmp/tmp.3fLmXPtyFO/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/network_info.json (network_data.json)\nTotal translation table size: 0\nTotal rockridge attributes bytes: 1451\nTotal directory bytes: 8554\nPath table size(bytes): 72\nMax brk space used 22000\n184 extents written (0 MB)", "stdout": "", "stdout_lines": [], "warnings": []} changed: [compute00.opnfvlocal] => {"changed": true, "cmd": ["genisoimage", "-R", "-V", "config-2", "-o", "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso", "/tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03"], "delta": "0:00:00.010879", "end": "2017-01-25 03:11:08.134595", "invocation": {"module_args": {"_raw_params": "genisoimage -R -V config-2 -o /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso /tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:08.123716", "stderr": "I: -input-charset not specified, using utf-8 (detected in locale settings)\nUsing NETWO000.JSO;1 for /tmp/tmp.3UWdjFGAAz/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/network_info.json (network_data.json)\nTotal translation table size: 0\nTotal rockridge attributes bytes: 1451\nTotal directory bytes: 8554\nPath table size(bytes): 72\nMax brk space used 22000\n184 extents written (0 MB)", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-configdrives-dynamic : Make config drive files base64 encoded and gzip compressed] *** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:109 Wednesday 25 January 2017 03:11:08 -0800 (0:00:00.239) 0:17:23.330 ***** <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-1485342668.2-13439898962360 `" && echo ansible-tmp-1485342668.2-13439898962360="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.2-13439898962360 `" ) && 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-1485342668.21-149900260351272 `" && echo ansible-tmp-1485342668.21-149900260351272="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.21-149900260351272 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpvI2D08 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.2-13439898962360/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.2-13439898962360/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.2-13439898962360/command && 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-1485342668.22-33214301868849 `" && echo ansible-tmp-1485342668.22-33214301868849="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.22-33214301868849 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpyTEahI TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.21-149900260351272/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.21-149900260351272/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.21-149900260351272/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.2-13439898962360/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.2-13439898962360/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.21-149900260351272/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.21-149900260351272/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpRJVJ9B TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.22-33214301868849/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.22-33214301868849/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.22-33214301868849/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.22-33214301868849/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.22-33214301868849/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": "gzip -c /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso | base64 > /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso.gz", "delta": "0:00:00.009153", "end": "2017-01-25 03:11:08.353842", "invocation": {"module_args": {"_raw_params": "gzip -c /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso | base64 > /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso.gz", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:08.344689", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} changed: [compute00.opnfvlocal] => {"changed": true, "cmd": "gzip -c /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso | base64 > /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso.gz", "delta": "0:00:00.010684", "end": "2017-01-25 03:11:08.364310", "invocation": {"module_args": {"_raw_params": "gzip -c /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso | base64 > /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso.gz", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:08.353626", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} changed: [controller00.opnfvlocal] => {"changed": true, "cmd": "gzip -c /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso | base64 > /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso.gz", "delta": "0:00:00.011659", "end": "2017-01-25 03:11:08.364415", "invocation": {"module_args": {"_raw_params": "gzip -c /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso | base64 > /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso.gz", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:11:08.352756", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-configdrives-dynamic : Cleanup configdrive .iso files] *********** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:113 Wednesday 25 January 2017 03:11:08 -0800 (0:00:00.235) 0:17:23.565 ***** <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-1485342668.44-181953005330532 `" && echo ansible-tmp-1485342668.44-181953005330532="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.44-181953005330532 `" ) && 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-1485342668.45-210098143153942 `" && echo ansible-tmp-1485342668.45-210098143153942="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.45-210098143153942 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmplkPLM2 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.44-181953005330532/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.44-181953005330532/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.44-181953005330532/file && 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-1485342668.46-199631311814082 `" && echo ansible-tmp-1485342668.46-199631311814082="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.46-199631311814082 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp9vnGbL TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.45-210098143153942/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.45-210098143153942/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.45-210098143153942/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.44-181953005330532/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.44-181953005330532/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpKpvhSP TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.46-199631311814082/file <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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.45-210098143153942/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.45-210098143153942/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.46-199631311814082/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.46-199631311814082/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.46-199631311814082/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.46-199631311814082/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "state": "absent"}, "before": {"path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "state": "file"}}, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "name": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "original_basename": null, "owner": null, "path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "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": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "state": "absent"} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "state": "absent"}, "before": {"path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "state": "file"}}, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "name": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "original_basename": null, "owner": null, "path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "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": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "state": "absent"} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso", "state": "absent"}, "before": {"path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso", "state": "file"}}, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "name": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso", "original_basename": null, "owner": null, "path": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso", "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": "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso", "state": "absent"} TASK [bifrost-configdrives-dynamic : Cleanup configdrive temp folder] ********** task path: /opt/bifrost/playbooks/roles/bifrost-configdrives-dynamic/tasks/main.yml:119 Wednesday 25 January 2017 03:11:08 -0800 (0:00:00.227) 0:17:23.793 ***** <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-1485342668.67-95337843375456 `" && echo ansible-tmp-1485342668.67-95337843375456="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.67-95337843375456 `" ) && 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-1485342668.68-72583831702619 `" && echo ansible-tmp-1485342668.68-72583831702619="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.68-72583831702619 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpYHy93E TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.67-95337843375456/file <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-1485342668.68-25522789068034 `" && echo ansible-tmp-1485342668.68-25522789068034="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.68-25522789068034 `" ) && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.67-95337843375456/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.67-95337843375456/file && sleep 0' <192.168.122.3> PUT /tmp/tmpN25uZQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-72583831702619/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-72583831702619/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-72583831702619/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.67-95337843375456/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.67-95337843375456/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmppvJEE8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-25522789068034/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-25522789068034/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-25522789068034/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-72583831702619/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-72583831702619/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-25522789068034/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.68-25522789068034/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.bD0K7CQ4Lz", "state": "absent"}, "before": {"path": "/tmp/tmp.bD0K7CQ4Lz", "state": "directory"}}, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "name": "/tmp/tmp.bD0K7CQ4Lz", "original_basename": null, "owner": null, "path": "/tmp/tmp.bD0K7CQ4Lz", "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": "/tmp/tmp.bD0K7CQ4Lz", "state": "absent"} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3UWdjFGAAz", "state": "absent"}, "before": {"path": "/tmp/tmp.3UWdjFGAAz", "state": "directory"}}, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "name": "/tmp/tmp.3UWdjFGAAz", "original_basename": null, "owner": null, "path": "/tmp/tmp.3UWdjFGAAz", "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": "/tmp/tmp.3UWdjFGAAz", "state": "absent"} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3fLmXPtyFO", "state": "absent"}, "before": {"path": "/tmp/tmp.3fLmXPtyFO", "state": "directory"}}, "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": true, "group": null, "mode": null, "name": "/tmp/tmp.3fLmXPtyFO", "original_basename": null, "owner": null, "path": "/tmp/tmp.3fLmXPtyFO", "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": "/tmp/tmp.3fLmXPtyFO", "state": "absent"} TASK [bifrost-deploy-nodes-dynamic : If in noauth mode, unset authentication parameters.] *** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:20 Wednesday 25 January 2017 03:11:08 -0800 (0:00:00.211) 0:17:24.004 ***** 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 [bifrost-deploy-nodes-dynamic : Execute os_client_config to collect facts] task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:26 Wednesday 25 January 2017 03:11:08 -0800 (0:00:00.077) 0:17:24.081 ***** <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-1485342668.95-34090402511807 `" && echo ansible-tmp-1485342668.95-34090402511807="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.95-34090402511807 `" ) && 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-1485342668.95-140766450718780 `" && echo ansible-tmp-1485342668.95-140766450718780="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.95-140766450718780 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpcxFCNE TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-34090402511807/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-34090402511807/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-34090402511807/os_client_config && sleep 0' <192.168.122.3> PUT /tmp/tmpvNCzxt TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-140766450718780/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-140766450718780/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-140766450718780/os_client_config && 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-1485342668.97-36371275640240 `" && echo ansible-tmp-1485342668.97-36371275640240="` echo $HOME/.ansible/tmp/ansible-tmp-1485342668.97-36371275640240 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-34090402511807/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-34090402511807/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-140766450718780/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.95-140766450718780/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpP87Rk7 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.97-36371275640240/os_client_config <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.97-36371275640240/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.97-36371275640240/os_client_config && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342668.97-36371275640240/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342668.97-36371275640240/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} 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"} TASK [bifrost-deploy-nodes-dynamic : Set os_client_config's auth parameters if not already set.] *** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:33 Wednesday 25 January 2017 03:11:10 -0800 (0:00:01.151) 0:17:25.233 ***** 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 [bifrost-deploy-nodes-dynamic : Setup DHCP for nodes.] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:40 Wednesday 25 January 2017 03:11:10 -0800 (0:00:00.062) 0:17:25.295 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-deploy-nodes-dynamic : Setup DNS address for nodes.] ************* task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:50 Wednesday 25 January 2017 03:11:10 -0800 (0:00:00.061) 0:17:25.357 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-deploy-nodes-dynamic : Sending dnsmasq HUP] ********************** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:60 Wednesday 25 January 2017 03:11:10 -0800 (0:00:00.061) 0:17:25.418 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-deploy-nodes-dynamic : Deploy to hardware - Using custom instance_info.] *** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:66 Wednesday 25 January 2017 03:11:10 -0800 (0:00:00.063) 0:17:25.481 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-deploy-nodes-dynamic : Collect the checksum of the deployment image.] *** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:79 Wednesday 25 January 2017 03:11:10 -0800 (0:00:00.064) 0:17:25.546 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038 `" && echo ansible-tmp-1485342670.42-108010972628038="` echo $HOME/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038 `" ) && sleep 0' PUT /tmp/tmp5rMmug TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038/stat ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053 `" && echo ansible-tmp-1485342670.43-270585300842053="` echo $HOME/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053 `" ) && sleep 0' EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038/stat && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000 `" && echo ansible-tmp-1485342670.44-269316223365000="` echo $HOME/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000 `" ) && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342670.42-108010972628038/" > /dev/null 2>&1 && sleep 0' PUT /tmp/tmp2K1O4H TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053/stat && sleep 0' PUT /tmp/tmpDz1uRX TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342670.43-270585300842053/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342670.44-269316223365000/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal -> localhost] => {"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": {"atime": 1485342583.4470093, "checksum": "333f8d6143a349715eb55270525680aa7980c050", "ctime": 1485342583.5870094, "dev": 64512, "exists": true, "gid": 0, "gr_name": "root", "inode": 53739532, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "15334deabb85d212fadd2a5af8469ece", "mode": "0644", "mtime": 1485342583.5830092, "nlink": 1, "path": "/httpboot/deployment_image.qcow2", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 349935104, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [jumphost.opnfvlocal -> localhost] => {"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": {"atime": 1485342670.5150082, "checksum": "333f8d6143a349715eb55270525680aa7980c050", "ctime": 1485342583.5870094, "dev": 64512, "exists": true, "gid": 0, "gr_name": "root", "inode": 53739532, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "15334deabb85d212fadd2a5af8469ece", "mode": "0644", "mtime": 1485342583.5830092, "nlink": 1, "path": "/httpboot/deployment_image.qcow2", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 349935104, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [compute00.opnfvlocal -> localhost] => {"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": {"atime": 1485342670.5150082, "checksum": "333f8d6143a349715eb55270525680aa7980c050", "ctime": 1485342583.5870094, "dev": 64512, "exists": true, "gid": 0, "gr_name": "root", "inode": 53739532, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "15334deabb85d212fadd2a5af8469ece", "mode": "0644", "mtime": 1485342583.5830092, "nlink": 1, "path": "/httpboot/deployment_image.qcow2", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 349935104, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [bifrost-deploy-nodes-dynamic : Error if deploy_image is not present, and instance_info is not defined] *** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:83 Wednesday 25 January 2017 03:11:12 -0800 (0:00:01.814) 0:17:27.361 ***** skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-deploy-nodes-dynamic : Deploy to hardware - bifrost default] ***** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:86 Wednesday 25 January 2017 03:11:12 -0800 (0:00:00.071) 0:17:27.433 ***** ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834 `" && echo ansible-tmp-1485342672.44-218197628311834="` echo $HOME/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840 `" && echo ansible-tmp-1485342672.44-231317408601840="` echo $HOME/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768 `" && echo ansible-tmp-1485342672.44-181803887624768="` echo $HOME/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768 `" ) && sleep 0' PUT /tmp/tmpWX383v TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834/os_ironic_node EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834/os_ironic_node && sleep 0' PUT /tmp/tmpdZt5Wi TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768/os_ironic_node PUT /tmp/tmpIP7ROx TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840/os_ironic_node EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768/os_ironic_node && sleep 0' EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840/os_ironic_node && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834/os_ironic_node; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-218197628311834/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840/os_ironic_node; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-231317408601840/" > /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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768/os_ironic_node; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342672.44-181803887624768/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal -> localhost] => {"changed": false, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "config_drive": "http://192.168.122.1:8080/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso.gz", "deploy": "True", "endpoint_type": "public", "instance_info": {"image_checksum": "15334deabb85d212fadd2a5af8469ece", "image_disk_format": "qcow2", "image_source": "http://192.168.122.1:8080/deployment_image.qcow2", "root_gb": 10}, "ironic_url": "http://localhost:6385/", "key": null, "maintenance": null, "maintenance_reason": null, "name": null, "power": "present", "region_name": null, "state": "present", "timeout": 3600, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec02", "verify": true, "wait": false}, "module_name": "os_ironic_node"}, "result": "node activated"} ok: [compute00.opnfvlocal -> localhost] => {"changed": false, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "config_drive": "http://192.168.122.1:8080/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso.gz", "deploy": "True", "endpoint_type": "public", "instance_info": {"image_checksum": "15334deabb85d212fadd2a5af8469ece", "image_disk_format": "qcow2", "image_source": "http://192.168.122.1:8080/deployment_image.qcow2", "root_gb": 10}, "ironic_url": "http://localhost:6385/", "key": null, "maintenance": null, "maintenance_reason": null, "name": null, "power": "present", "region_name": null, "state": "present", "timeout": 3600, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec03", "verify": true, "wait": false}, "module_name": "os_ironic_node"}, "result": "node activated"} ok: [jumphost.opnfvlocal -> localhost] => {"changed": false, "invocation": {"module_args": {"api_timeout": null, "auth": {"endpoint": "http://localhost:6385/"}, "auth_type": "None", "availability_zone": null, "cacert": null, "cert": null, "cloud": null, "config_drive": "http://192.168.122.1:8080/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso.gz", "deploy": "True", "endpoint_type": "public", "instance_info": {"image_checksum": "15334deabb85d212fadd2a5af8469ece", "image_disk_format": "qcow2", "image_source": "http://192.168.122.1:8080/deployment_image.qcow2", "root_gb": 10}, "ironic_url": "http://localhost:6385/", "key": null, "maintenance": null, "maintenance_reason": null, "name": null, "power": "present", "region_name": null, "state": "present", "timeout": 3600, "uuid": "a8cb6624-0d9f-c882-affc-046ebb96ec01", "verify": true, "wait": false}, "module_name": "os_ironic_node"}, "result": "node activated"} PLAY [Deploy machines.] ******************************************************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:11:15 -0800 (0:00:02.745) 0:17:30.178 ***** <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-1485342675.05-65729872447626 `" && echo ansible-tmp-1485342675.05-65729872447626="` echo $HOME/.ansible/tmp/ansible-tmp-1485342675.05-65729872447626 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpfrdngZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342675.05-65729872447626/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342675.05-65729872447626/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342675.05-65729872447626/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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342675.05-65729872447626/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342675.05-65729872447626/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] TASK [bifrost-prepare-for-test-dynamic : Wait for the base testvm machine to become available.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:15 Wednesday 25 January 2017 03:11:16 -0800 (0:00:01.159) 0:17:31.338 ***** <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-1485342676.22-49625080863268 `" && echo ansible-tmp-1485342676.22-49625080863268="` echo $HOME/.ansible/tmp/ansible-tmp-1485342676.22-49625080863268 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpxpHVcH TO /home/jenkins/.ansible/tmp/ansible-tmp-1485342676.22-49625080863268/wait_for <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485342676.22-49625080863268/ /home/jenkins/.ansible/tmp/ansible-tmp-1485342676.22-49625080863268/wait_for && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485342676.22-49625080863268/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485342676.22-49625080863268/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] => {"changed": false, "elapsed": 1340, "invocation": {"module_args": {"connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "192.168.122.2", "path": null, "port": 22, "search_regex": null, "state": "started", "timeout": 3600}, "module_name": "wait_for"}, "path": null, "port": 22, "search_regex": null, "state": "started"} TASK [bifrost-prepare-for-test-dynamic : Pause for 4 seconds to allow testvm to become fully operational and to avoid any potential sshd startup race.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:18 Wednesday 25 January 2017 03:33:36 -0800 (0:22:20.275) 0:39:51.614 ***** Pausing for 10 seconds (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) ok: [jumphost.opnfvlocal] => {"changed": false, "delta": 10, "invocation": {"module_args": {"seconds": 10}, "module_name": "pause"}, "rc": 0, "start": "2017-01-25 03:33:36.486649", "stderr": "", "stdout": "Paused for 10.0 seconds", "stop": "2017-01-25 03:33:46.486844", "user_input": ""} TASK [bifrost-prepare-for-test-dynamic : Add testvm(s) to Ansible Inventory] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:22 Wednesday 25 January 2017 03:33:46 -0800 (0:00:10.064) 0:40:01.678 ***** creating host via 'add_host': hostname=192.168.122.2:22 changed: [jumphost.opnfvlocal] => (item=jumphost.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.2", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.2:22"}, "module_name": "add_host"}, "item": "jumphost.opnfvlocal"} creating host via 'add_host': hostname=192.168.122.3:22 changed: [jumphost.opnfvlocal] => (item=controller00.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.3", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.3:22"}, "module_name": "add_host"}, "item": "controller00.opnfvlocal"} creating host via 'add_host': hostname=192.168.122.4:22 changed: [jumphost.opnfvlocal] => (item=compute00.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.4", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.4:22"}, "module_name": "add_host"}, "item": "compute00.opnfvlocal"} TASK [bifrost-prepare-for-test-dynamic : Ensure ~/.ssh/known_hosts is present] * task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:28 Wednesday 25 January 2017 03:33:46 -0800 (0:00:00.132) 0:40:01.811 ***** <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-1485344026.69-107586195383341 `" && echo ansible-tmp-1485344026.69-107586195383341="` echo $HOME/.ansible/tmp/ansible-tmp-1485344026.69-107586195383341 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp11vHom TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.69-107586195383341/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.69-107586195383341/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.69-107586195383341/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.69-107586195383341/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344026.69-107586195383341/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "dest": "/home/jenkins/.ssh/known_hosts", "diff": {"after": {"path": "/home/jenkins/.ssh/known_hosts", "state": "touch"}, "before": {"path": "/home/jenkins/.ssh/known_hosts", "state": "file"}}, "gid": 1001, "group": "jenkins", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": 384, "original_basename": null, "owner": null, "path": "/home/jenkins/.ssh/known_hosts", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "touch", "validate": null}, "module_name": "file"}, "mode": "0600", "owner": "jenkins", "size": 591090, "state": "file", "uid": 1001} TASK [bifrost-prepare-for-test-dynamic : Remove testvm hosts from SSH known_hosts file.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:34 Wednesday 25 January 2017 03:33:46 -0800 (0:00:00.218) 0:40:02.029 ***** <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-1485344026.91-199201823083155 `" && echo ansible-tmp-1485344026.91-199201823083155="` echo $HOME/.ansible/tmp/ansible-tmp-1485344026.91-199201823083155 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpGlaaZ8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.91-199201823083155/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.91-199201823083155/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.91-199201823083155/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344026.91-199201823083155/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344026.91-199201823083155/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": ["ssh-keygen", "-R", "192.168.122.2"], "delta": "0:00:00.005871", "end": "2017-01-25 03:33:47.073208", "invocation": {"module_args": {"_raw_params": "ssh-keygen -R \"192.168.122.2\"", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:33:47.067337", "stderr": "/root/.ssh/known_hosts updated.\nOriginal contents retained as /root/.ssh/known_hosts.old", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-prepare-for-test-dynamic : Pause before asking for keyscan, to avoid races] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:37 Wednesday 25 January 2017 03:33:47 -0800 (0:00:00.244) 0:40:02.274 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Re-check SSH connectivity prior to proceeding with multi-node testing] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:40 Wednesday 25 January 2017 03:33:47 -0800 (0:00:00.046) 0:40:02.320 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Additional SSH startup pause when performing multi-node testing] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:47 Wednesday 25 January 2017 03:33:47 -0800 (0:00:00.046) 0:40:02.366 ***** skipping: [jumphost.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Add testvm hosts from SSH known_hosts file.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:52 Wednesday 25 January 2017 03:33:47 -0800 (0:00:00.047) 0:40:02.414 ***** <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-1485344027.29-258147097227874 `" && echo ansible-tmp-1485344027.29-258147097227874="` echo $HOME/.ansible/tmp/ansible-tmp-1485344027.29-258147097227874 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp7xLZOK TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.29-258147097227874/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.29-258147097227874/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.29-258147097227874/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.29-258147097227874/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344027.29-258147097227874/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": "ssh-keyscan \"192.168.122.2\" >> \"/home/jenkins/.ssh/known_hosts\"", "delta": "0:00:00.049403", "end": "2017-01-25 03:33:47.510771", "invocation": {"module_args": {"_raw_params": "ssh-keyscan \"192.168.122.2\" >> \"/home/jenkins/.ssh/known_hosts\"", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:33:47.461368", "stderr": "# 192.168.122.2 SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8\n# 192.168.122.2 SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8", "stdout": "", "stdout_lines": [], "warnings": []} PLAY [Deploy machines.] ******************************************************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:33:47 -0800 (0:00:00.335) 0:40:02.750 ***** <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-1485344027.62-90886618857200 `" && echo ansible-tmp-1485344027.62-90886618857200="` echo $HOME/.ansible/tmp/ansible-tmp-1485344027.62-90886618857200 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp6TC9Lw TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.62-90886618857200/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.62-90886618857200/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.62-90886618857200/setup && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344027.62-90886618857200/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344027.62-90886618857200/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] TASK [bifrost-prepare-for-test-dynamic : Wait for the base testvm machine to become available.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:15 Wednesday 25 January 2017 03:33:49 -0800 (0:00:02.321) 0:40:05.071 ***** <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-1485344029.96-252914016242468 `" && echo ansible-tmp-1485344029.96-252914016242468="` echo $HOME/.ansible/tmp/ansible-tmp-1485344029.96-252914016242468 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp6cYY_z TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344029.96-252914016242468/wait_for <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344029.96-252914016242468/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344029.96-252914016242468/wait_for && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344029.96-252914016242468/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344029.96-252914016242468/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] => {"changed": false, "elapsed": 40, "invocation": {"module_args": {"connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "192.168.122.3", "path": null, "port": 22, "search_regex": null, "state": "started", "timeout": 3600}, "module_name": "wait_for"}, "path": null, "port": 22, "search_regex": null, "state": "started"} TASK [bifrost-prepare-for-test-dynamic : Pause for 4 seconds to allow testvm to become fully operational and to avoid any potential sshd startup race.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:18 Wednesday 25 January 2017 03:34:31 -0800 (0:00:41.332) 0:40:46.404 ***** Pausing for 10 seconds (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) ok: [controller00.opnfvlocal] => {"changed": false, "delta": 10, "invocation": {"module_args": {"seconds": 10}, "module_name": "pause"}, "rc": 0, "start": "2017-01-25 03:34:31.278613", "stderr": "", "stdout": "Paused for 10.0 seconds", "stop": "2017-01-25 03:34:41.278815", "user_input": ""} TASK [bifrost-prepare-for-test-dynamic : Add testvm(s) to Ansible Inventory] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:22 Wednesday 25 January 2017 03:34:41 -0800 (0:00:10.062) 0:40:56.467 ***** creating host via 'add_host': hostname=192.168.122.2:22 changed: [controller00.opnfvlocal] => (item=jumphost.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.2", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.2:22"}, "module_name": "add_host"}, "item": "jumphost.opnfvlocal"} creating host via 'add_host': hostname=192.168.122.3:22 changed: [controller00.opnfvlocal] => (item=controller00.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.3", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.3:22"}, "module_name": "add_host"}, "item": "controller00.opnfvlocal"} creating host via 'add_host': hostname=192.168.122.4:22 changed: [controller00.opnfvlocal] => (item=compute00.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.4", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.4:22"}, "module_name": "add_host"}, "item": "compute00.opnfvlocal"} TASK [bifrost-prepare-for-test-dynamic : Ensure ~/.ssh/known_hosts is present] * task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:28 Wednesday 25 January 2017 03:34:41 -0800 (0:00:00.136) 0:40:56.603 ***** <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-1485344081.48-8782782287952 `" && echo ansible-tmp-1485344081.48-8782782287952="` echo $HOME/.ansible/tmp/ansible-tmp-1485344081.48-8782782287952 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp7FHRXy TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.48-8782782287952/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.48-8782782287952/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.48-8782782287952/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.48-8782782287952/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344081.48-8782782287952/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "dest": "/home/jenkins/.ssh/known_hosts", "diff": {"after": {"path": "/home/jenkins/.ssh/known_hosts", "state": "touch"}, "before": {"path": "/home/jenkins/.ssh/known_hosts", "state": "file"}}, "gid": 1001, "group": "jenkins", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": 384, "original_basename": null, "owner": null, "path": "/home/jenkins/.ssh/known_hosts", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "touch", "validate": null}, "module_name": "file"}, "mode": "0600", "owner": "jenkins", "size": 591660, "state": "file", "uid": 1001} TASK [bifrost-prepare-for-test-dynamic : Remove testvm hosts from SSH known_hosts file.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:34 Wednesday 25 January 2017 03:34:41 -0800 (0:00:00.190) 0:40:56.794 ***** <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-1485344081.67-91442676582777 `" && echo ansible-tmp-1485344081.67-91442676582777="` echo $HOME/.ansible/tmp/ansible-tmp-1485344081.67-91442676582777 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp3K5hKl TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.67-91442676582777/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.67-91442676582777/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.67-91442676582777/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344081.67-91442676582777/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344081.67-91442676582777/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "cmd": ["ssh-keygen", "-R", "192.168.122.3"], "delta": "0:00:00.005240", "end": "2017-01-25 03:34:41.799814", "invocation": {"module_args": {"_raw_params": "ssh-keygen -R \"192.168.122.3\"", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:34:41.794574", "stderr": "/root/.ssh/known_hosts updated.\nOriginal contents retained as /root/.ssh/known_hosts.old", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-prepare-for-test-dynamic : Pause before asking for keyscan, to avoid races] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:37 Wednesday 25 January 2017 03:34:41 -0800 (0:00:00.200) 0:40:56.994 ***** skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Re-check SSH connectivity prior to proceeding with multi-node testing] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:40 Wednesday 25 January 2017 03:34:41 -0800 (0:00:00.047) 0:40:57.042 ***** skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Additional SSH startup pause when performing multi-node testing] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:47 Wednesday 25 January 2017 03:34:41 -0800 (0:00:00.040) 0:40:57.083 ***** skipping: [controller00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Add testvm hosts from SSH known_hosts file.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:52 Wednesday 25 January 2017 03:34:41 -0800 (0:00:00.041) 0:40:57.124 ***** <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-1485344082.01-137009371754487 `" && echo ansible-tmp-1485344082.01-137009371754487="` echo $HOME/.ansible/tmp/ansible-tmp-1485344082.01-137009371754487 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpEGUada TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.01-137009371754487/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.01-137009371754487/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.01-137009371754487/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.01-137009371754487/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344082.01-137009371754487/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "cmd": "ssh-keyscan \"192.168.122.3\" >> \"/home/jenkins/.ssh/known_hosts\"", "delta": "0:00:00.054720", "end": "2017-01-25 03:34:42.192465", "invocation": {"module_args": {"_raw_params": "ssh-keyscan \"192.168.122.3\" >> \"/home/jenkins/.ssh/known_hosts\"", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:34:42.137745", "stderr": "# 192.168.122.3 SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8\n# 192.168.122.3 SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8", "stdout": "", "stdout_lines": [], "warnings": []} PLAY [Deploy machines.] ******************************************************** TASK [setup] ******************************************************************* Wednesday 25 January 2017 03:34:42 -0800 (0:00:00.298) 0:40:57.422 ***** <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-1485344082.29-154145921701031 `" && echo ansible-tmp-1485344082.29-154145921701031="` echo $HOME/.ansible/tmp/ansible-tmp-1485344082.29-154145921701031 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpr0CKIz TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.29-154145921701031/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.29-154145921701031/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.29-154145921701031/setup && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344082.29-154145921701031/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344082.29-154145921701031/" > /dev/null 2>&1 && sleep 0' ok: [compute00.opnfvlocal] TASK [bifrost-prepare-for-test-dynamic : Wait for the base testvm machine to become available.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:15 Wednesday 25 January 2017 03:34:43 -0800 (0:00:01.305) 0:40:58.728 ***** <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-1485344083.61-235268113404221 `" && echo ansible-tmp-1485344083.61-235268113404221="` echo $HOME/.ansible/tmp/ansible-tmp-1485344083.61-235268113404221 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpUsmg_B TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344083.61-235268113404221/wait_for <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344083.61-235268113404221/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344083.61-235268113404221/wait_for && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344083.61-235268113404221/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344083.61-235268113404221/" > /dev/null 2>&1 && sleep 0' ok: [compute00.opnfvlocal] => {"changed": false, "elapsed": 0, "invocation": {"module_args": {"connect_timeout": 5, "delay": 0, "exclude_hosts": null, "host": "192.168.122.4", "path": null, "port": 22, "search_regex": null, "state": "started", "timeout": 3600}, "module_name": "wait_for"}, "path": null, "port": 22, "search_regex": null, "state": "started"} TASK [bifrost-prepare-for-test-dynamic : Pause for 4 seconds to allow testvm to become fully operational and to avoid any potential sshd startup race.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:18 Wednesday 25 January 2017 03:34:43 -0800 (0:00:00.254) 0:40:58.983 ***** Pausing for 10 seconds (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) ok: [compute00.opnfvlocal] => {"changed": false, "delta": 10, "invocation": {"module_args": {"seconds": 10}, "module_name": "pause"}, "rc": 0, "start": "2017-01-25 03:34:43.855926", "stderr": "", "stdout": "Paused for 10.0 seconds", "stop": "2017-01-25 03:34:53.856090", "user_input": ""} TASK [bifrost-prepare-for-test-dynamic : Add testvm(s) to Ansible Inventory] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:22 Wednesday 25 January 2017 03:34:53 -0800 (0:00:10.061) 0:41:09.045 ***** creating host via 'add_host': hostname=192.168.122.2:22 changed: [compute00.opnfvlocal] => (item=jumphost.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.2", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.2:22"}, "module_name": "add_host"}, "item": "jumphost.opnfvlocal"} creating host via 'add_host': hostname=192.168.122.3:22 changed: [compute00.opnfvlocal] => (item=controller00.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.3", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.3:22"}, "module_name": "add_host"}, "item": "controller00.opnfvlocal"} creating host via 'add_host': hostname=192.168.122.4:22 changed: [compute00.opnfvlocal] => (item=compute00.opnfvlocal) => {"add_host": {"groups": ["test"], "host_name": "192.168.122.4", "host_vars": {"ansible_ssh_port": 22}}, "changed": true, "invocation": {"module_args": {"ansible_ssh_port": 22, "groups": "test", "name": "192.168.122.4:22"}, "module_name": "add_host"}, "item": "compute00.opnfvlocal"} TASK [bifrost-prepare-for-test-dynamic : Ensure ~/.ssh/known_hosts is present] * task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:28 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.154) 0:41:09.199 ***** <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-1485344094.08-142580279558113 `" && echo ansible-tmp-1485344094.08-142580279558113="` echo $HOME/.ansible/tmp/ansible-tmp-1485344094.08-142580279558113 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpECIeg_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.08-142580279558113/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.08-142580279558113/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.08-142580279558113/file && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.08-142580279558113/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344094.08-142580279558113/" > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"changed": true, "dest": "/home/jenkins/.ssh/known_hosts", "diff": {"after": {"path": "/home/jenkins/.ssh/known_hosts", "state": "touch"}, "before": {"path": "/home/jenkins/.ssh/known_hosts", "state": "file"}}, "gid": 1001, "group": "jenkins", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": 384, "original_basename": null, "owner": null, "path": "/home/jenkins/.ssh/known_hosts", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "touch", "validate": null}, "module_name": "file"}, "mode": "0600", "owner": "jenkins", "size": 592230, "state": "file", "uid": 1001} TASK [bifrost-prepare-for-test-dynamic : Remove testvm hosts from SSH known_hosts file.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:34 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.212) 0:41:09.411 ***** <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-1485344094.29-28387198439183 `" && echo ansible-tmp-1485344094.29-28387198439183="` echo $HOME/.ansible/tmp/ansible-tmp-1485344094.29-28387198439183 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpc3prMB TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.29-28387198439183/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.29-28387198439183/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.29-28387198439183/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.29-28387198439183/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344094.29-28387198439183/" > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"changed": true, "cmd": ["ssh-keygen", "-R", "192.168.122.4"], "delta": "0:00:00.005850", "end": "2017-01-25 03:34:54.433843", "invocation": {"module_args": {"_raw_params": "ssh-keygen -R \"192.168.122.4\"", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:34:54.427993", "stderr": "/root/.ssh/known_hosts updated.\nOriginal contents retained as /root/.ssh/known_hosts.old", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-prepare-for-test-dynamic : Pause before asking for keyscan, to avoid races] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:37 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.223) 0:41:09.635 ***** skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Re-check SSH connectivity prior to proceeding with multi-node testing] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:40 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.049) 0:41:09.685 ***** skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Additional SSH startup pause when performing multi-node testing] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:47 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.048) 0:41:09.733 ***** skipping: [compute00.opnfvlocal] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-prepare-for-test-dynamic : Add testvm hosts from SSH known_hosts file.] *** task path: /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:52 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.048) 0:41:09.781 ***** <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-1485344094.66-281422024895393 `" && echo ansible-tmp-1485344094.66-281422024895393="` echo $HOME/.ansible/tmp/ansible-tmp-1485344094.66-281422024895393 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpQ_Dew4 TO /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.66-281422024895393/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.66-281422024895393/ /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.66-281422024895393/command && 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 /home/jenkins/.ansible/tmp/ansible-tmp-1485344094.66-281422024895393/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1485344094.66-281422024895393/" > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"changed": true, "cmd": "ssh-keyscan \"192.168.122.4\" >> \"/home/jenkins/.ssh/known_hosts\"", "delta": "0:00:00.058309", "end": "2017-01-25 03:34:54.855622", "invocation": {"module_args": {"_raw_params": "ssh-keyscan \"192.168.122.4\" >> \"/home/jenkins/.ssh/known_hosts\"", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-01-25 03:34:54.797313", "stderr": "# 192.168.122.4 SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8\n# 192.168.122.4 SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8", "stdout": "", "stdout_lines": [], "warnings": []} PLAY RECAP ********************************************************************* 127.0.0.1 : ok=104 changed=44 unreachable=0 failed=0 compute00.opnfvlocal : ok=41 changed=21 unreachable=0 failed=0 controller00.opnfvlocal : ok=41 changed=21 unreachable=0 failed=0 jumphost.opnfvlocal : ok=41 changed=21 unreachable=0 failed=0 Wednesday 25 January 2017 03:34:54 -0800 (0:00:00.272) 0:41:10.053 ***** =============================================================================== bifrost-create-dib-image : Initiate image build ----------------------- 649.58s /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:118 ------ bifrost-ironic-install : Install from /opt/stack/ironic using pip ----- 111.37s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 -- bifrost-prep-for-install : Download via GIT ---------------------------- 81.71s /opt/bifrost/playbooks/roles/bifrost-prep-for-install/tasks/main.yml:23 ------- ironic-inspect-node : Execute node introspection ----------------------- 55.66s /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:60 ------------ bifrost-ironic-install : Install ironic-inspector package from pip ----- 10.55s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 -- bifrost-prepare-for-test-dynamic : Pause for 4 seconds to allow testvm to become fully operational and to avoid any potential sshd startup race. -- 10.06s /opt/bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic/tasks/main.yml:18 bifrost-ironic-install : Update Package Cache --------------------------- 7.94s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:16 ------ bifrost-ironic-install : Install from /opt/stack/diskimage-builder using pip --- 7.66s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 -- bifrost-ironic-install : Install python-ironic-inspector-client package from pip --- 7.02s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 -- bifrost-ironic-install : Start ironic-conductor ------------------------- 5.99s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:40 -------- bifrost-ironic-install : Download IPA image ----------------------------- 5.94s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/download_ipa_image.yml:30 bifrost-ironic-install : Wait for rabbitmq ------------------------------ 5.37s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:62 ---- bifrost-ironic-install : Install python-ironicclient package from pip --- 5.07s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:16 -- bifrost-ironic-install : Set up PXE and iPXE folders -------------------- 3.50s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:16 bifrost-ironic-install : Install from /opt/stack/shade using pip -------- 3.24s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 -- bifrost-deploy-nodes-dynamic : Deploy to hardware - bifrost default ----- 2.75s /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:86 --- bifrost-ironic-install : Ensure services are running with current config --- 2.51s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:53 -------- setup ------------------------------------------------------------------- 2.32s None -------------------------------------------------------------------------- bifrost-ironic-install : Create ironic user in RabbitMQ ----------------- 2.27s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:69 ---- bifrost-ironic-install : Stop existing libvirt dnsmasq processes -------- 2.25s /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:49 -------- + EXITCODE=0 + '[' 0 '!=' 0 ']' + /opt/bifrost/scripts/collect-test-info.sh + set -o pipefail +++ dirname /opt/bifrost/scripts/collect-test-info.sh ++ cd /opt/bifrost/scripts ++ pwd + SCRIPT_HOME=/opt/bifrost/scripts + LOG_LOCATION=/home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs + echo 'Making logs directory and collecting logs.' Making logs directory and collecting logs. + '[' -d /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs ']' + mkdir -p /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs + '[' -z x ']' + for TEST_VM_NODE_NAME in '${TEST_VM_NODE_NAMES}' + sudo cp /var/log/libvirt/baremetal_logs/jumphost.opnfvlocal_console.log /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs + sudo chown root /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/jumphost.opnfvlocal_console.log + sudo chmod o+r /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/jumphost.opnfvlocal_console.log + for TEST_VM_NODE_NAME in '${TEST_VM_NODE_NAMES}' + sudo cp /var/log/libvirt/baremetal_logs/controller00.opnfvlocal_console.log /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs + sudo chown root /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/controller00.opnfvlocal_console.log + sudo chmod o+r /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/controller00.opnfvlocal_console.log + for TEST_VM_NODE_NAME in '${TEST_VM_NODE_NAMES}' + sudo cp /var/log/libvirt/baremetal_logs/compute00.opnfvlocal_console.log /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs + sudo chown root /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/compute00.opnfvlocal_console.log + sudo chmod o+r /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/compute00.opnfvlocal_console.log + dmesg + sudo netstat -apn ++ iptables --version + sudo iptables -L -n -v ++ ip link + ip -s link ++ journalctl --version + sudo cp /var/log/upstart/ironic-api.log /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/ + sudo cp /var/log/upstart/ironic-conductor.log /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/ + sudo chown root /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/ironic-api.log + sudo chown root /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/ironic-conductor.log + sudo chmod o+r /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/ironic-api.log + sudo chmod o+r /home/jenkins/opnfv/slave_root/workspace/openstack-bifrost-verify-trusty-virtual-master/logs/ironic-conductor.log + exit 0 +--------------------------------------+-------------------------+---------------+-------------+--------------------+-------------+ | UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance | +--------------------------------------+-------------------------+---------------+-------------+--------------------+-------------+ | a8cb6624-0d9f-c882-affc-046ebb96ec02 | controller00.opnfvlocal | None | power on | active | False | | a8cb6624-0d9f-c882-affc-046ebb96ec03 | compute00.opnfvlocal | None | power on | active | False | | a8cb6624-0d9f-c882-affc-046ebb96ec01 | jumphost.opnfvlocal | None | power on | active | False | +--------------------------------------+-------------------------+---------------+-------------+--------------------+-------------+ Id Name State ---------------------------------------------------- 43 controller01 running 44 controller02 running 45 compute01 running 53 jumphost.opnfvlocal running 54 controller00.opnfvlocal running 55 compute00.opnfvlocal running Uploading build logs to http://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/review.openstack.org/415503/6/openstack-bifrost-verify-trusty-virtual-master Uploading console output