Triggered by Gerrit: https://review.openstack.org/441958 [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/58/441958/1 # timeout=10 > git rev-parse 5e58cc5d81158101a0942efe012bf55f1eb729ec^{commit} # timeout=10 Checking out Revision 5e58cc5d81158101a0942efe012bf55f1eb729ec (refs/changes/58/441958/1) > git config core.sparsecheckout # timeout=10 > git checkout -f 5e58cc5d81158101a0942efe012bf55f1eb729ec # timeout=10 > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list a9758aebf441cc831db6baca6a8e4c54e020bf20 # timeout=10 [description-setter] Description set: Built on intel-virtual7 [openstack-bifrost-verify-trusty-virtual-master] $ /bin/bash /tmp/hudson2343677973844681125.sh Cloning into '/opt/bifrost'... Cloning into '/opt/puppet-infracloud'... Cloning into '/opt/releng'... From https://git.openstack.org/openstack/bifrost * branch refs/changes/58/441958/1 -> 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 5e58cc5... POC: Overriding the GIT server Domain jumphost.opnfvlocal destroyed Domain jumphost.opnfvlocal has been undefined Domain controller00.opnfvlocal destroyed Domain controller00.opnfvlocal has been undefined Domain compute00.opnfvlocal destroyed Domain compute00.opnfvlocal has been undefined ironic-conductor stop/waiting removing ironic 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 30960 ironic-conductor start/running, process 30971 ironic-inspector stop/waiting ironic-inspector start/running, process 30984 + 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=2 + VM_CPU=2 + export VM_DISK=30 + VM_DISK=30 + export VM_DISK_CACHE=unsafe + VM_DISK_CACHE=unsafe + 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: pip>6.0 in /usr/local/lib/python2.7/dist-packages Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 4)) Requirement already satisfied: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 5)) Requirement already satisfied: oslo.log>=3.11.0 in /usr/local/lib/python2.7/dist-packages (from -r /opt/bifrost/scripts/../requirements.txt (line 6)) Requirement already satisfied: 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 5)) Requirement already satisfied: 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 5)) Requirement already satisfied: six>=1.9.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 5)) Requirement already satisfied: 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 5)) Requirement already satisfied: 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 5)) Requirement already satisfied: 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 5)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->-r /opt/bifrost/scripts/../requirements.txt (line 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 5)) Requirement already satisfied: 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 5)) Requirement already satisfied: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from oslo.i18n>=2.1.0->oslo.config!=3.18.0,>=3.14.0->-r /opt/bifrost/scripts/../requirements.txt (line 5)) Requirement already satisfied: 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 6)) Requirement already satisfied: pytz>=2013.6 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 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 6)) Requirement already satisfied: 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 6)) 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. The 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. /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. 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.io/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Requirement already up-to-date: ansible<2.2 in /home/jenkins/.local/lib/python2.7/site-packages Requirement already up-to-date: paramiko in /usr/local/lib/python2.7/dist-packages (from ansible<2.2) Collecting jinja2<2.9 (from ansible<2.2) Downloading Jinja2-2.8.1-py2.py3-none-any.whl (264kB) Requirement already up-to-date: PyYAML in /usr/local/lib/python2.7/dist-packages (from ansible<2.2) Requirement already up-to-date: setuptools in /home/jenkins/.local/lib/python2.7/site-packages (from ansible<2.2) Requirement already up-to-date: pycrypto>=2.6 in /usr/local/lib/python2.7/dist-packages (from ansible<2.2) Requirement already up-to-date: pyasn1>=0.1.7 in /home/jenkins/.local/lib/python2.7/site-packages (from paramiko->ansible<2.2) Requirement already up-to-date: cryptography>=1.1 in /usr/local/lib/python2.7/dist-packages (from paramiko->ansible<2.2) Requirement already up-to-date: MarkupSafe in /usr/local/lib/python2.7/dist-packages (from jinja2<2.9->ansible<2.2) Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible<2.2) Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible<2.2) Requirement already up-to-date: six>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible<2.2) Requirement already up-to-date: idna>=2.0 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography>=1.1->paramiko->ansible<2.2) Requirement already up-to-date: enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible<2.2) Requirement already up-to-date: ipaddress in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible<2.2) Requirement already up-to-date: cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible<2.2) Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->ansible<2.2) 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.2) Installing collected packages: jinja2 Successfully installed jinja2-2.8.1 /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. InsecurePlatformWarning [WARNING]: Host file not found: /etc/ansible/hosts [WARNING]: provided hosts list is empty, only localhost is available "changed": false, [WARNING]: Host file not found: /etc/ansible/hosts [WARNING]: provided hosts list is empty, only localhost is available "changed": false, [WARNING]: Host file not found: /etc/ansible/hosts [WARNING]: provided hosts list is empty, only localhost is available "changed": false, [WARNING]: Host file not found: /etc/ansible/hosts [WARNING]: provided hosts list is empty, only localhost is available --2017-03-06 06:20:41-- 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.0.133, 151.101.128.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/bifrost/scripts/../playbooks/library/os_keystone_service.py' 0K ...... 100% 52.1M=0s 2017-03-06 06:20:42 (52.1 MB/s) - '/opt/bifrost/scripts/../playbooks/library/os_keystone_service.py' saved [6224/6224] To use bifrost, do Prepend ~/.local/bin to your PATH if it is not that way already.. .. or use full path to local Ansible at ~/.local/bin/ansible-playbook source env-vars Then run playbooks as normal. Sourcing this file is no longer needed! Ansible is always installed from PyPI + trap logs_on_exit EXIT + cd /opt/bifrost/scripts/../playbooks + for task in syntax-check list-tasks + /usr/local/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml --syntax-check No config file found; using defaults 1 plays in test-bifrost-create-vm.yaml playbook: test-bifrost-create-vm.yaml + /usr/local/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-infracloud.yaml --syntax-check -e testing_user=root No config file found; using defaults 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 + /usr/local/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-create-vm.yaml --list-tasks No config file found; using defaults 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 : Delete default network interface if not 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: [] + /usr/local/bin/ansible-playbook -vvvv -i inventory/localhost test-bifrost-infracloud.yaml --list-tasks -e testing_user=root No config file found; using defaults 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 : 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 : Refresh facts TAGS: [] bifrost-ironic-install : Fail if the network interface does not exist TAGS: [] bifrost-ironic-install : Fail if the network interface has no IP address assigned 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 : 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 : Initialize the DIB environment variables fact 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 : Initialize the DIB environment variables fact 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 : Collect facts TAGS: [] 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 : Collect facts 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 : Obtain setup facts 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: [] + /usr/local/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 No config file found; using defaults Loaded callback default of type stdout, 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] ******************************************************************* <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-1488810047.02-14372561877647 `" && echo ansible-tmp-1488810047.02-14372561877647="` echo $HOME/.ansible/tmp/ansible-tmp-1488810047.02-14372561877647 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpKA1xir TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810047.02-14372561877647/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810047.02-14372561877647/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810047.02-14372561877647/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-1488810047.02-14372561877647/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810047.02-14372561877647/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] TASK [Set default baremetal.csv file if not already defined] ******************* task path: /opt/bifrost/playbooks/test-bifrost-create-vm.yaml:9 skipping: [127.0.0.1] => {"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 skipping: [127.0.0.1] => {"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 skipping: [127.0.0.1] => {"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 skipping: [127.0.0.1] => {"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 skipping: [127.0.0.1] => {"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 skipping: [127.0.0.1] => {"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 skipping: [127.0.0.1] => {"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 <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-1488810048.36-266930370008834 `" && echo ansible-tmp-1488810048.36-266930370008834="` echo $HOME/.ansible/tmp/ansible-tmp-1488810048.36-266930370008834 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp0PziYC TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810048.36-266930370008834/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810048.36-266930370008834/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810048.36-266930370008834/apt && 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-1488810048.36-266930370008834/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810048.36-266930370008834/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"cache_update_time": 1488810049, "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 ok: [127.0.0.1] => (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 ok: [127.0.0.1] => (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 <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-1488810066.73-182686609019116 `" && echo ansible-tmp-1488810066.73-182686609019116="` echo $HOME/.ansible/tmp/ansible-tmp-1488810066.73-182686609019116 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpy9x8iy TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810066.73-182686609019116/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810066.73-182686609019116/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810066.73-182686609019116/stat && 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-1488810066.73-182686609019116/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810066.73-182686609019116/" > /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/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 skipping: [127.0.0.1] => {"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 <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-1488810067.0-147966909110964 `" && echo ansible-tmp-1488810067.0-147966909110964="` echo $HOME/.ansible/tmp/ansible-tmp-1488810067.0-147966909110964 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp1xq0JN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810067.0-147966909110964/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810067.0-147966909110964/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810067.0-147966909110964/apt && 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-1488810067.0-147966909110964/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810067.0-147966909110964/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (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 <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-1488810068.25-34589304272039 `" && echo ansible-tmp-1488810068.25-34589304272039="` echo $HOME/.ansible/tmp/ansible-tmp-1488810068.25-34589304272039 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpl2J9p_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810068.25-34589304272039/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810068.25-34589304272039/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810068.25-34589304272039/service && 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-1488810068.25-34589304272039/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810068.25-34589304272039/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"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 ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810070.65-253822146697256 `" && echo ansible-tmp-1488810070.65-253822146697256="` echo $HOME/.ansible/tmp/ansible-tmp-1488810070.65-253822146697256 `" ) && sleep 0' PUT /tmp/tmpUUV_Ca TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810070.65-253822146697256/command EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810070.65-253822146697256/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810070.65-253822146697256/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-1488810070.65-253822146697256/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810070.65-253822146697256/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1 -> localhost] => {"changed": true, "cmd": "virsh net-info default |grep Active|grep -q yes", "delta": "0:00:00.021646", "end": "2017-03-06 06:21:10.796656", "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-03-06 06:21:10.775010", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} TASK [bifrost-create-vm-nodes : Delete default network interface if not running] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:76 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-vm-nodes : Start default network if not running] ********** task path: /opt/bifrost/playbooks/roles/bifrost-create-vm-nodes/tasks/main.yml:82 skipping: [127.0.0.1] => {"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:89 skipping: [127.0.0.1] => {"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:96 ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810071.14-280666764045953 `" && echo ansible-tmp-1488810071.14-280666764045953="` echo $HOME/.ansible/tmp/ansible-tmp-1488810071.14-280666764045953 `" ) && 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-1488810071.14-280666764045953/create_vm_nodes-for-role.sh EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810071.14-280666764045953/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810071.14-280666764045953/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-1488810071.14-280666764045953/create_vm_nodes-for-role.sh && sleep 0' EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810071.14-280666764045953/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1 -> 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:107 skipping: [127.0.0.1] => {"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:111 skipping: [127.0.0.1] => {"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:117 skipping: [127.0.0.1] => {"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:123 <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-1488810078.96-135336264922460 `" && echo ansible-tmp-1488810078.96-135336264922460="` echo $HOME/.ansible/tmp/ansible-tmp-1488810078.96-135336264922460 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpWjO8I7 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810078.96-135336264922460/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810078.96-135336264922460/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810078.96-135336264922460/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-1488810078.96-135336264922460/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810078.96-135336264922460/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"owner": 1000, "path": "/tmp/baremetal.csv"}, "before": {"owner": 0, "path": "/tmp/baremetal.csv"}}, "gid": 0, "group": "root", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": null, "original_basename": null, "owner": "jenkins", "path": "/tmp/baremetal.csv", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}, "module_name": "file"}, "mode": "0600", "owner": "jenkins", "path": "/tmp/baremetal.csv", "size": 425, "state": "file", "uid": 1000} PLAY RECAP ********************************************************************* 127.0.0.1 : ok=10 changed=4 unreachable=0 failed=0 + /usr/local/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 No config file found; using defaults 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 PLAYBOOK: test-bifrost-infracloud.yaml ***************************************** 6 plays in test-bifrost-infracloud.yaml PLAY [Setting pre-test conditions] ********************************************* TASK [setup] ******************************************************************* <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-1488810081.23-263958334003332 `" && echo ansible-tmp-1488810081.23-263958334003332="` echo $HOME/.ansible/tmp/ansible-tmp-1488810081.23-263958334003332 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIqMJN3 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810081.23-263958334003332/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810081.23-263958334003332/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810081.23-263958334003332/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-1488810081.23-263958334003332/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810081.23-263958334003332/" > /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 <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-1488810081.95-234223962123730 `" && echo ansible-tmp-1488810081.95-234223962123730="` echo $HOME/.ansible/tmp/ansible-tmp-1488810081.95-234223962123730 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHZRBuR TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810081.95-234223962123730/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810081.95-234223962123730/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810081.95-234223962123730/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-1488810081.95-234223962123730/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810081.95-234223962123730/" > /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] ******************************************************************* <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-1488810082.19-84928229477297 `" && echo ansible-tmp-1488810082.19-84928229477297="` echo $HOME/.ansible/tmp/ansible-tmp-1488810082.19-84928229477297 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpCuBqP3 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810082.19-84928229477297/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810082.19-84928229477297/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810082.19-84928229477297/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-1488810082.19-84928229477297/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810082.19-84928229477297/" > /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 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 <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-1488810083.0-192043591717898 `" && echo ansible-tmp-1488810083.0-192043591717898="` echo $HOME/.ansible/tmp/ansible-tmp-1488810083.0-192043591717898 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpsjIhIO TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810083.0-192043591717898/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810083.0-192043591717898/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810083.0-192043591717898/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-1488810083.0-192043591717898/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810083.0-192043591717898/" > /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:24 <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-1488810083.32-21550020308569 `" && echo ansible-tmp-1488810083.32-21550020308569="` echo $HOME/.ansible/tmp/ansible-tmp-1488810083.32-21550020308569 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJvlDwM TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810083.32-21550020308569/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810083.32-21550020308569/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810083.32-21550020308569/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-1488810083.32-21550020308569/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810083.32-21550020308569/" > /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": "2751ab9b81499b653991afeade9851edb7e7eb47", "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-1488810096.1-183450357617339 `" && echo ansible-tmp-1488810096.1-183450357617339="` echo $HOME/.ansible/tmp/ansible-tmp-1488810096.1-183450357617339 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpKqUuZp TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810096.1-183450357617339/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810096.1-183450357617339/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810096.1-183450357617339/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-1488810096.1-183450357617339/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810096.1-183450357617339/" > /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": "c33ba4f15ec6feda05fe6dca63d3476d07ffc464", "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-1488810100.45-201487824489863 `" && echo ansible-tmp-1488810100.45-201487824489863="` echo $HOME/.ansible/tmp/ansible-tmp-1488810100.45-201487824489863 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpmTS81P TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810100.45-201487824489863/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810100.45-201487824489863/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810100.45-201487824489863/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-1488810100.45-201487824489863/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810100.45-201487824489863/" > /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": "b06b1fff9bd23c35c959d02e0163e0e9ff62bdb5", "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-1488810105.1-150929020134415 `" && echo ansible-tmp-1488810105.1-150929020134415="` echo $HOME/.ansible/tmp/ansible-tmp-1488810105.1-150929020134415 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpmc6duy TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810105.1-150929020134415/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810105.1-150929020134415/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810105.1-150929020134415/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-1488810105.1-150929020134415/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810105.1-150929020134415/" > /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": "65c6da58c3498c92633860dccdc506bd15b5912c", "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-1488810110.85-23756918494623 `" && echo ansible-tmp-1488810110.85-23756918494623="` echo $HOME/.ansible/tmp/ansible-tmp-1488810110.85-23756918494623 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpps0FVK TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810110.85-23756918494623/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810110.85-23756918494623/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810110.85-23756918494623/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-1488810110.85-23756918494623/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810110.85-23756918494623/" > /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://git.openstack.org/openstack/ironic-inspector'}) => {"after": "b4a7333d566d355b5998590ce765f6929896ac88", "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://git.openstack.org/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://git.openstack.org/openstack/ironic-inspector", "name": "ironicinspector"}, "warnings": []} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810115.29-8480904647072 `" && echo ansible-tmp-1488810115.29-8480904647072="` echo $HOME/.ansible/tmp/ansible-tmp-1488810115.29-8480904647072 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpH_Erq0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810115.29-8480904647072/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810115.29-8480904647072/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810115.29-8480904647072/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-1488810115.29-8480904647072/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810115.29-8480904647072/" > /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://git.openstack.org/openstack/python-ironic-inspector-client'}) => {"after": "045fd9e680f5a3153d147950c4cb866a313e15e0", "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://git.openstack.org/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://git.openstack.org/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-1488810118.41-109930156768076 `" && echo ansible-tmp-1488810118.41-109930156768076="` echo $HOME/.ansible/tmp/ansible-tmp-1488810118.41-109930156768076 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp0YA2sF TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810118.41-109930156768076/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810118.41-109930156768076/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810118.41-109930156768076/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-1488810118.41-109930156768076/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810118.41-109930156768076/" > /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": "6d23ef71578d01fbc68aa79da902a66d62260383", "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-1488810124.32-247440290454101 `" && echo ansible-tmp-1488810124.32-247440290454101="` echo $HOME/.ansible/tmp/ansible-tmp-1488810124.32-247440290454101 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpa82o6Z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810124.32-247440290454101/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810124.32-247440290454101/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810124.32-247440290454101/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-1488810124.32-247440290454101/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810124.32-247440290454101/" > /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": "961240213b05fedadb916864da747eec5e785484", "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-1488810127.57-196070966015429 `" && echo ansible-tmp-1488810127.57-196070966015429="` echo $HOME/.ansible/tmp/ansible-tmp-1488810127.57-196070966015429 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQoviM3 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810127.57-196070966015429/git <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810127.57-196070966015429/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810127.57-196070966015429/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-1488810127.57-196070966015429/git; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810127.57-196070966015429/" > /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": "b43337413022583ca2e1c509c4fd23b384da0b2c", "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:35 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://git.openstack.org/openstack/ironic-inspector'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/ironic-inspector", "git_url": "https://git.openstack.org/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://git.openstack.org/openstack/python-ironic-inspector-client'}) => {"changed": false, "item": {"git_branch": "master", "git_folder": "/opt/stack/python-ironic-inspector-client", "git_url": "https://git.openstack.org/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] ******************************************************************* <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-1488810144.96-201065748002947 `" && echo ansible-tmp-1488810144.96-201065748002947="` echo $HOME/.ansible/tmp/ansible-tmp-1488810144.96-201065748002947 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpcPlOZX TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810144.96-201065748002947/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810144.96-201065748002947/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810144.96-201065748002947/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-1488810144.96-201065748002947/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810144.96-201065748002947/" > /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 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 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 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", "ironic_rootwrap_dir": "/usr/local/bin/", "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", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "python-pip", "gcc"], "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 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 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 <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-1488810147.45-232186149594549 `" && echo ansible-tmp-1488810147.45-232186149594549="` echo $HOME/.ansible/tmp/ansible-tmp-1488810147.45-232186149594549 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpbyRguA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810147.45-232186149594549/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810147.45-232186149594549/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810147.45-232186149594549/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-1488810147.45-232186149594549/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810147.45-232186149594549/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"cache_update_time": 1488810148, "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 <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-1488810156.34-236820600750479 `" && echo ansible-tmp-1488810156.34-236820600750479="` echo $HOME/.ansible/tmp/ansible-tmp-1488810156.34-236820600750479 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpK32ZKw TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810156.34-236820600750479/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810156.34-236820600750479/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810156.34-236820600750479/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-1488810156.34-236820600750479/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810156.34-236820600750479/" > /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'sgabios', u'libvirt-bin', u'debootstrap', u'uuid-runtime', u'curl', u'dnsmasq', u'socat', u'python-pip', u'gcc']) => {"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", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "python-pip", "gcc"], "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", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "python-pip", "gcc"], "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", "sgabios", "libvirt-bin", "debootstrap", "uuid-runtime", "curl", "dnsmasq", "socat", "python-pip", "gcc"]} TASK [bifrost-ironic-install : Install Ubuntu 14.10 (and later) packages] ****** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/install.yml:23 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 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 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 <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-1488810158.24-131525819862241 `" && echo ansible-tmp-1488810158.24-131525819862241="` echo $HOME/.ansible/tmp/ansible-tmp-1488810158.24-131525819862241 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp5I22c8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810158.24-131525819862241/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810158.24-131525819862241/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810158.24-131525819862241/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-1488810158.24-131525819862241/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810158.24-131525819862241/" > /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 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 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 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 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 <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-1488810158.88-60444584549278 `" && echo ansible-tmp-1488810158.88-60444584549278="` echo $HOME/.ansible/tmp/ansible-tmp-1488810158.88-60444584549278 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpteNleM TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810158.88-60444584549278/apt <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810158.88-60444584549278/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810158.88-60444584549278/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-1488810158.88-60444584549278/apt; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810158.88-60444584549278/" > /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 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 <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-1488810160.2-73621681673410 `" && echo ansible-tmp-1488810160.2-73621681673410="` echo $HOME/.ansible/tmp/ansible-tmp-1488810160.2-73621681673410 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpFPv9Vi TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810160.2-73621681673410/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810160.2-73621681673410/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810160.2-73621681673410/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810160.2-73621681673410/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810160.2-73621681673410/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/shade"], "delta": "0:00:03.217743", "end": "2017-03-06 06:22:43.546068", "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-03-06 06:22:40.328325", "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.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/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", "stdout": "Processing /opt/stack/shade\n Requirement already satisfied (use --upgrade to upgrade): shade==1.16.1.dev27 from file:///opt/stack/shade in /usr/local/lib/python2.7/dist-packages\nCollecting pbr<2.0,>=0.11 (from shade==1.16.1.dev27)\n Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)\nRequirement already satisfied: munch in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: decorator in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: jmespath in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: jsonpatch in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: ipaddress in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: keystoneauth1>=2.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-novaclient!=2.27.0,!=2.32.0,>=2.21.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-keystoneclient>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-cinderclient>=1.3.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-neutronclient>=2.3.10 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-ironicclient>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-heatclient>=1.0.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-designateclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: python-magnumclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: dogpile.cache>=0.5.3 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)\nRequirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python2.7/dist-packages (from jsonpatch->shade==1.16.1.dev27)\nRequirement already satisfied: PyYAML>=3.1.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.16.1.dev27)\nRequirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.16.1.dev27)\nRequirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: requests!=2.12.2,>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.16.1.dev27)\nRequirement already satisfied: netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.16.1.dev27)\nRequirement already satisfied: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=0.10.0->shade==1.16.1.dev27)\nRequirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python2.7/dist-packages (from python-heatclient>=1.0.0->shade==1.16.1.dev27)\nRequirement already satisfied: cryptography!=1.3.0,>=1.0 in /usr/local/lib/python2.7/dist-packages (from python-magnumclient>=2.1.0->shade==1.16.1.dev27)\nRequirement already satisfied: wrapt in /usr/local/lib/python2.7/dist-packages (from positional>=1.1.1->keystoneauth1>=2.11.0->shade==1.16.1.dev27)\nRequirement already satisfied: pytz>=2013.6 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: openstacksdk>=0.9.13 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from python-swiftclient>=3.2.0->python-heatclient>=1.0.0->shade==1.16.1.dev27)\nRequirement already satisfied: idna>=2.0 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)\nRequirement already satisfied: pyasn1>=0.1.8 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)\nRequirement already satisfied: setuptools>=11.3 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)\nRequirement already satisfied: enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nRequirement already satisfied: 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.16.1.dev27)\nInstalling collected packages: pbr\n Found existing installation: pbr 2.0.0\n Uninstalling pbr-2.0.0:\n Successfully uninstalled pbr-2.0.0\nSuccessfully installed pbr-1.10.0", "stdout_lines": ["Processing /opt/stack/shade", " Requirement already satisfied (use --upgrade to upgrade): shade==1.16.1.dev27 from file:///opt/stack/shade in /usr/local/lib/python2.7/dist-packages", "Collecting pbr<2.0,>=0.11 (from shade==1.16.1.dev27)", " Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB)", "Requirement already satisfied: munch in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: decorator in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: jmespath in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: jsonpatch in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: ipaddress in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: os-client-config>=1.22.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: requestsexceptions>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: keystoneauth1>=2.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-novaclient!=2.27.0,!=2.32.0,>=2.21.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-keystoneclient>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-cinderclient>=1.3.1 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-neutronclient>=2.3.10 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-ironicclient>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-heatclient>=1.0.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-designateclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: python-magnumclient>=2.1.0 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: dogpile.cache>=0.5.3 in /usr/local/lib/python2.7/dist-packages (from shade==1.16.1.dev27)", "Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python2.7/dist-packages (from jsonpatch->shade==1.16.1.dev27)", "Requirement already satisfied: PyYAML>=3.1.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.16.1.dev27)", "Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from os-client-config>=1.22.0->shade==1.16.1.dev27)", "Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: requests!=2.12.2,>=2.10.0 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from python-keystoneclient>=0.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.16.1.dev27)", "Requirement already satisfied: netaddr!=0.7.16,>=0.7.13 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.16.1.dev27)", "Requirement already satisfied: cliff>=2.3.0 in /usr/local/lib/python2.7/dist-packages (from python-neutronclient>=2.3.10->shade==1.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=0.10.0->shade==1.16.1.dev27)", "Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python2.7/dist-packages (from python-heatclient>=1.0.0->shade==1.16.1.dev27)", "Requirement already satisfied: cryptography!=1.3.0,>=1.0 in /usr/local/lib/python2.7/dist-packages (from python-magnumclient>=2.1.0->shade==1.16.1.dev27)", "Requirement already satisfied: wrapt in /usr/local/lib/python2.7/dist-packages (from positional>=1.1.1->keystoneauth1>=2.11.0->shade==1.16.1.dev27)", "Requirement already satisfied: pytz>=2013.6 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: cmd2>=0.6.7 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->python-neutronclient>=2.3.10->shade==1.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: openstacksdk>=0.9.13 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: futures>=3.0; python_version == \"2.7\" or python_version == \"2.6\" in /usr/local/lib/python2.7/dist-packages (from python-swiftclient>=3.2.0->python-heatclient>=1.0.0->shade==1.16.1.dev27)", "Requirement already satisfied: idna>=2.0 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)", "Requirement already satisfied: pyasn1>=0.1.8 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)", "Requirement already satisfied: setuptools>=11.3 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)", "Requirement already satisfied: enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography!=1.3.0,>=1.0->python-magnumclient>=2.1.0->shade==1.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->python-openstackclient>=3.3.0->python-ironicclient>=0.10.0->shade==1.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Requirement already satisfied: 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.16.1.dev27)", "Installing collected packages: pbr", " Found existing installation: pbr 2.0.0", " Uninstalling pbr-2.0.0:", " Successfully uninstalled pbr-2.0.0", "Successfully installed pbr-1.10.0"], "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 <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-1488810163.78-276738139905608 `" && echo ansible-tmp-1488810163.78-276738139905608="` echo $HOME/.ansible/tmp/ansible-tmp-1488810163.78-276738139905608 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpcL1yzA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810163.78-276738139905608/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810163.78-276738139905608/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810163.78-276738139905608/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-1488810163.78-276738139905608/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810163.78-276738139905608/" > /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.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", "stdout": "Requirement already satisfied: dib-utils in /usr/local/lib/python2.7/dist-packages\n", "stdout_lines": ["Requirement already satisfied: 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 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 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 <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-1488810164.99-46123266396609 `" && echo ansible-tmp-1488810164.99-46123266396609="` echo $HOME/.ansible/tmp/ansible-tmp-1488810164.99-46123266396609 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQSwAHE TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810164.99-46123266396609/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810164.99-46123266396609/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810164.99-46123266396609/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810164.99-46123266396609/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810164.99-46123266396609/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/diskimage-builder"], "delta": "0:00:02.815359", "end": "2017-03-06 06:22:47.939739", "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-03-06 06:22:45.124380", "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.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", "stdout": "Processing /opt/stack/diskimage-builder\n Requirement already satisfied (use --upgrade to upgrade): diskimage-builder==1.28.0 from file:///opt/stack/diskimage-builder in /usr/local/lib/python2.7/dist-packages\nRequirement already satisfied: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)\nRequirement already satisfied: dib-utils in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)\nRequirement already satisfied: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)\nRequirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)\nRequirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)\nRequirement already satisfied: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)\nRequirement already satisfied: pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=2.3.4->diskimage-builder==1.28.0)\nRequirement already satisfied: 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.28.0)\nRequirement already satisfied: 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.28.0)\nRequirement already satisfied: 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.28.0)", "stdout_lines": ["Processing /opt/stack/diskimage-builder", " Requirement already satisfied (use --upgrade to upgrade): diskimage-builder==1.28.0 from file:///opt/stack/diskimage-builder in /usr/local/lib/python2.7/dist-packages", "Requirement already satisfied: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)", "Requirement already satisfied: dib-utils in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)", "Requirement already satisfied: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)", "Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)", "Requirement already satisfied: flake8<2.6.0,>=2.5.4 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)", "Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from diskimage-builder==1.28.0)", "Requirement already satisfied: pytz>=0a in /usr/local/lib/python2.7/dist-packages (from Babel>=2.3.4->diskimage-builder==1.28.0)", "Requirement already satisfied: 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.28.0)", "Requirement already satisfied: 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.28.0)", "Requirement already satisfied: 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.28.0)"], "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 <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-1488810168.11-249599010017215 `" && echo ansible-tmp-1488810168.11-249599010017215="` echo $HOME/.ansible/tmp/ansible-tmp-1488810168.11-249599010017215 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpk0k1wn TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810168.11-249599010017215/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810168.11-249599010017215/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810168.11-249599010017215/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-1488810168.11-249599010017215/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810168.11-249599010017215/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "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.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/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", "stdout": "Requirement already up-to-date: python-ironicclient in /usr/local/lib/python2.7/dist-packages\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: appdirs>=1.3.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: osc-lib>=1.2.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: 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: six>=1.9.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: oslo.i18n>=2.1.0 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: dogpile.cache>=0.6.2 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nCollecting pbr>=1.8 (from python-ironicclient)\n Downloading pbr-2.0.0-py2.py3-none-any.whl (98kB)\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: keystoneauth1>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)\nRequirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.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: stevedore>=1.17.1 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: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.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: 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: 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: openstacksdk>=0.9.13 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: 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!=7.0.0,>=6.0.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.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: 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: 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: 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: monotonic>=0.6 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: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.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: 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: 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: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->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: wrapt>=1.7.0 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: 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: 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: 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: 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)\nInstalling collected packages: pbr\n Found existing installation: pbr 1.10.0\n Uninstalling pbr-1.10.0:\n Successfully uninstalled pbr-1.10.0\nSuccessfully installed pbr-2.0.0\n", "stdout_lines": ["Requirement already up-to-date: python-ironicclient in /usr/local/lib/python2.7/dist-packages", "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: appdirs>=1.3.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: osc-lib>=1.2.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: 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: six>=1.9.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: oslo.i18n>=2.1.0 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: dogpile.cache>=0.6.2 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Collecting pbr>=1.8 (from python-ironicclient)", " Downloading pbr-2.0.0-py2.py3-none-any.whl (98kB)", "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: keystoneauth1>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient)", "Requirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from oslo.serialization>=1.10.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: stevedore>=1.17.1 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: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from osc-lib>=1.2.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: 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: 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: openstacksdk>=0.9.13 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: 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!=7.0.0,>=6.0.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.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: 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: 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: 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: monotonic>=0.6 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: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.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: 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: 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: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->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: wrapt>=1.7.0 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: 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: 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: 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: 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)", "Installing collected packages: pbr", " Found existing installation: pbr 1.10.0", " Uninstalling pbr-1.10.0:", " Successfully uninstalled pbr-1.10.0", "Successfully installed pbr-2.0.0"], "version": null, "virtualenv": ""} TASK [bifrost-ironic-install : Install from /opt/stack/python-ironicclient using pip] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/pip_install.yml:27 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 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 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 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 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 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 <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-1488810171.95-77520589306896 `" && echo ansible-tmp-1488810171.95-77520589306896="` echo $HOME/.ansible/tmp/ansible-tmp-1488810171.95-77520589306896 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp99hCQm TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810171.95-77520589306896/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810171.95-77520589306896/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810171.95-77520589306896/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810171.95-77520589306896/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810171.95-77520589306896/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["pip", "install", "/opt/stack/ironic", "--no-cache-dir", "--upgrade", "-c", "/opt/stack/requirements/upper-constraints.txt"], "delta": "0:00:13.895423", "end": "2017-03-06 06:23:05.979311", "invocation": {"module_args": {"_raw_params": "pip install /opt/stack/ironic --no-cache-dir --upgrade -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-03-06 06:22:52.083888", "stderr": "Ignoring jsbeautifier: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring jsbeautifier: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring hyperframe: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring hyperframe: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring cssutils: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring cssutils: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring kaitaistruct: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring kaitaistruct: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring tornado: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring tornado: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring ruamel.yaml: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring ruamel.yaml: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring html2text: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring html2text: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring dnspython3: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring dnspython3: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring hpack: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring hpack: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring pyperclip: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring pyperclip: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring brotlipy: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring brotlipy: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring urwid: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring urwid: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring argh: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring argh: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring blinker: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring blinker: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring h2: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring h2: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring mitmproxy: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring mitmproxy: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring EditorConfig: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring EditorConfig: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring watchdog: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring watchdog: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring backports-abc: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring backports-abc: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring pathtools: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring pathtools: markers 'python_version == \"3.5\"' don't match your environment\nIgnoring sortedcontainers: markers 'python_version == \"3.4\"' don't match your environment\nIgnoring sortedcontainers: markers '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.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/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", "stdout": "Processing /opt/stack/ironic\nCollecting WebOb===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 14))\n Downloading WebOb-1.6.3-py2.py3-none-any.whl (78kB)\nRequirement already up-to-date: pecan===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))\nRequirement already up-to-date: oslo.concurrency===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))\nRequirement already up-to-date: oslo.service===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29))\nRequirement already up-to-date: pbr===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35))\nRequirement already up-to-date: oslo.i18n===3.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 38))\nRequirement already up-to-date: oslo.context===2.12.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41))\nRequirement already up-to-date: pysendfile===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45))\nRequirement already up-to-date: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59))\nRequirement already up-to-date: python-swiftclient===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))\nRequirement already up-to-date: python-glanceclient===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))\nRequirement already up-to-date: debtcollector===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96))\nRequirement already up-to-date: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))\nRequirement already up-to-date: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116))\nRequirement already up-to-date: SQLAlchemy===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))\nCollecting eventlet===0.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 129))\n Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB)\nRequirement already up-to-date: oslo.messaging===5.17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132))\nRequirement already up-to-date: paramiko===2.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))\nRequirement already up-to-date: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))\nRequirement already up-to-date: cryptography===1.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152))\nCollecting requests===2.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 173))\n Downloading requests-2.12.5-py2.py3-none-any.whl (576kB)\nCollecting Jinja2===2.9.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 175))\n Downloading Jinja2-2.9.5-py2.py3-none-any.whl (340kB)\nRequirement already up-to-date: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))\nRequirement already up-to-date: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199))\nRequirement already up-to-date: oslo.versionedobjects===1.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))\nRequirement already up-to-date: oslo.log===3.20.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))\nRequirement already up-to-date: oslo.middleware===3.23.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))\nRequirement already up-to-date: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))\nRequirement already up-to-date: singledispatch===3.4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250))\nRequirement already up-to-date: oslo.serialization===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))\nRequirement already up-to-date: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))\nRequirement already up-to-date: automaton===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))\nRequirement already up-to-date: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))\nRequirement already up-to-date: psutil===5.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))\nRequirement already up-to-date: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281))\nRequirement already up-to-date: keystonemiddleware===4.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))\nRequirement already up-to-date: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))\nRequirement already up-to-date: tooz===1.50.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))\nRequirement already up-to-date: idna===2.4 in /home/jenkins/.local/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))\nRequirement already up-to-date: python-neutronclient===6.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))\nRequirement already up-to-date: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))\nRequirement already up-to-date: WebTest===2.0.25 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))\nRequirement already up-to-date: osc-lib===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))\nRequirement already up-to-date: oslo.config===3.22.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))\nRequirement already up-to-date: WSME===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))\nRequirement already up-to-date: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))\nRequirement already up-to-date: stevedore===1.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343))\nRequirement already up-to-date: pyasn1===0.2.3 in /home/jenkins/.local/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346))\nRequirement already up-to-date: oslo.rootwrap===5.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))\nRequirement already up-to-date: jsonpatch===1.15 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359))\nRequirement already up-to-date: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365))\nRequirement already up-to-date: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370))\nRequirement already up-to-date: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386))\nRequirement already up-to-date: oslo.db===4.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390))\nRequirement already up-to-date: simplegeneric===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391))\nRequirement already up-to-date: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394))\nRequirement already up-to-date: oslo.policy===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397))\nRequirement already up-to-date: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406))\nRequirement already up-to-date: tenacity===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407))\nRequirement already up-to-date: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411))\nRequirement already up-to-date: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422))\nRequirement already up-to-date: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429))\nRequirement already up-to-date: keystoneauth1===2.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433))\nRequirement already up-to-date: statsd===3.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434))\nRequirement already up-to-date: python-keystoneclient===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436))\nRequirement already up-to-date: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453))\nRequirement already up-to-date: futurist===0.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454))\nRequirement already up-to-date: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455))\nRequirement already up-to-date: alembic===0.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456))\nRequirement already up-to-date: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461))\nRequirement already up-to-date: logutils===0.3.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462))\nRequirement already up-to-date: greenlet===0.4.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467))\nRequirement already up-to-date: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469))\nRequirement already up-to-date: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476))\nRequirement already up-to-date: oslo.utils===3.22.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482))\nRequirement already up-to-date: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483))\nRequirement already up-to-date: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489))\nRequirement already up-to-date: ironic-lib===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492))\nRequirement already up-to-date: pytz===2016.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493))\nRequirement already up-to-date: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))\nRequirement already up-to-date: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))\nRequirement already up-to-date: setuptools>=11.3 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography===1.7.2->-c /opt/stack/requirements/upper-constraints.txt (line 152))\nRequirement already up-to-date: ipaddress===1.0.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))\nRequirement already up-to-date: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))\nRequirement already up-to-date: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))\nRequirement already up-to-date: pycadf===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44))\nRequirement already up-to-date: voluptuous===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1))\nRequirement already up-to-date: cliff===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194))\nRequirement already up-to-date: os-client-config===1.26.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))\nRequirement already up-to-date: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))\nRequirement already up-to-date: beautifulsoup4===4.5.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))\nRequirement already up-to-date: waitress===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 53))\nRequirement already up-to-date: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))\nRequirement already up-to-date: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))\nRequirement already up-to-date: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256))\nRequirement already up-to-date: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147))\nRequirement already up-to-date: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446))\nRequirement already up-to-date: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414))\nCollecting pyparsing===2.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 334))\n Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)\nRequirement already up-to-date: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428))\nRequirement already up-to-date: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405))\nRequirement already up-to-date: appdirs===1.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188))\nRequirement already up-to-date: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267))\nRequirement already up-to-date: cmd2===0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))\nRequirement already up-to-date: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138))\nRequirement already up-to-date: requestsexceptions===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))\nRequirement already up-to-date: decorator===4.0.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452))\nRequirement already up-to-date: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80))\nRequirement already up-to-date: sqlparse===0.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104))\nInstalling collected packages: WebOb, eventlet, requests, Jinja2, pyparsing, ironic\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: eventlet 0.20.1\n Uninstalling eventlet-0.20.1:\n Successfully uninstalled eventlet-0.20.1\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: Jinja2 2.8.1\n Uninstalling Jinja2-2.8.1:\n Successfully uninstalled Jinja2-2.8.1\n Found existing installation: pyparsing 2.2.0\n Uninstalling pyparsing-2.2.0:\n Successfully uninstalled pyparsing-2.2.0\n Found existing installation: ironic 7.0.1.dev47\n Uninstalling ironic-7.0.1.dev47:\n Successfully uninstalled ironic-7.0.1.dev47\n Running setup.py install for ironic: started\n Running setup.py install for ironic: finished with status 'done'\nSuccessfully installed Jinja2-2.9.5 WebOb-1.6.3 eventlet-0.19.0 ironic-7.0.1.dev47 pyparsing-2.1.10 requests-2.12.5", "stdout_lines": ["Processing /opt/stack/ironic", "Collecting WebOb===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 14))", " Downloading WebOb-1.6.3-py2.py3-none-any.whl (78kB)", "Requirement already up-to-date: pecan===1.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15))", "Requirement already up-to-date: oslo.concurrency===3.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18))", "Requirement already up-to-date: oslo.service===1.19.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29))", "Requirement already up-to-date: pbr===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35))", "Requirement already up-to-date: oslo.i18n===3.12.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 38))", "Requirement already up-to-date: oslo.context===2.12.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41))", "Requirement already up-to-date: pysendfile===2.0.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45))", "Requirement already up-to-date: Mako===1.0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 59))", "Requirement already up-to-date: python-swiftclient===3.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 84))", "Requirement already up-to-date: python-glanceclient===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94))", "Requirement already up-to-date: debtcollector===1.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96))", "Requirement already up-to-date: MarkupSafe===0.23 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100))", "Requirement already up-to-date: prettytable===0.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116))", "Requirement already up-to-date: SQLAlchemy===1.0.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124))", "Collecting eventlet===0.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 129))", " Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB)", "Requirement already up-to-date: oslo.messaging===5.17.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132))", "Requirement already up-to-date: paramiko===2.1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135))", "Requirement already up-to-date: PyYAML===3.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 149))", "Requirement already up-to-date: cryptography===1.7.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152))", "Collecting requests===2.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 173))", " Downloading requests-2.12.5-py2.py3-none-any.whl (576kB)", "Collecting Jinja2===2.9.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 175))", " Downloading Jinja2-2.9.5-py2.py3-none-any.whl (340kB)", "Requirement already up-to-date: amqp===1.4.9 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179))", "Requirement already up-to-date: funcsigs===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199))", "Requirement already up-to-date: oslo.versionedobjects===1.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210))", "Requirement already up-to-date: oslo.log===3.20.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226))", "Requirement already up-to-date: oslo.middleware===3.23.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230))", "Requirement already up-to-date: retrying===1.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245))", "Requirement already up-to-date: singledispatch===3.4.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250))", "Requirement already up-to-date: oslo.serialization===2.16.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251))", "Requirement already up-to-date: warlock===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252))", "Requirement already up-to-date: automaton===1.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260))", "Requirement already up-to-date: enum34===1.1.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266))", "Requirement already up-to-date: psutil===5.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269))", "Requirement already up-to-date: positional===1.1.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281))", "Requirement already up-to-date: keystonemiddleware===4.14.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284))", "Requirement already up-to-date: iso8601===0.1.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290))", "Requirement already up-to-date: tooz===1.50.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291))", "Requirement already up-to-date: idna===2.4 in /home/jenkins/.local/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294))", "Requirement already up-to-date: python-neutronclient===6.1.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300))", "Requirement already up-to-date: pika===0.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301))", "Requirement already up-to-date: WebTest===2.0.25 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303))", "Requirement already up-to-date: osc-lib===1.3.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314))", "Requirement already up-to-date: oslo.config===3.22.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320))", "Requirement already up-to-date: WSME===0.9.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339))", "Requirement already up-to-date: msgpack-python===0.4.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340))", "Requirement already up-to-date: stevedore===1.20.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343))", "Requirement already up-to-date: pyasn1===0.2.3 in /home/jenkins/.local/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346))", "Requirement already up-to-date: oslo.rootwrap===5.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348))", "Requirement already up-to-date: jsonpatch===1.15 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359))", "Requirement already up-to-date: six===1.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365))", "Requirement already up-to-date: kombu===3.0.37 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370))", "Requirement already up-to-date: pika-pool===0.1.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386))", "Requirement already up-to-date: oslo.db===4.17.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390))", "Requirement already up-to-date: simplegeneric===0.8.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391))", "Requirement already up-to-date: wrapt===1.10.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394))", "Requirement already up-to-date: oslo.policy===1.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397))", "Requirement already up-to-date: rfc3986===0.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406))", "Requirement already up-to-date: tenacity===3.7.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407))", "Requirement already up-to-date: Paste===2.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411))", "Requirement already up-to-date: monotonic===1.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422))", "Requirement already up-to-date: cachetools===2.0.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429))", "Requirement already up-to-date: keystoneauth1===2.18.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433))", "Requirement already up-to-date: statsd===3.2.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434))", "Requirement already up-to-date: python-keystoneclient===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436))", "Requirement already up-to-date: cffi===1.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453))", "Requirement already up-to-date: futurist===0.21.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454))", "Requirement already up-to-date: jsonschema===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455))", "Requirement already up-to-date: alembic===0.9.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456))", "Requirement already up-to-date: Babel===2.3.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461))", "Requirement already up-to-date: logutils===0.3.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462))", "Requirement already up-to-date: greenlet===0.4.12 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467))", "Requirement already up-to-date: futures===3.0.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469))", "Requirement already up-to-date: fasteners===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476))", "Requirement already up-to-date: oslo.utils===3.22.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482))", "Requirement already up-to-date: python-editor===1.0.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483))", "Requirement already up-to-date: python-dateutil===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489))", "Requirement already up-to-date: ironic-lib===2.6.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492))", "Requirement already up-to-date: pytz===2016.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493))", "Requirement already up-to-date: Routes===2.4.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10))", "Requirement already up-to-date: PasteDeploy===1.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7))", "Requirement already up-to-date: setuptools>=11.3 in /home/jenkins/.local/lib/python2.7/site-packages (from cryptography===1.7.2->-c /opt/stack/requirements/upper-constraints.txt (line 152))", "Requirement already up-to-date: ipaddress===1.0.18 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65))", "Requirement already up-to-date: netaddr===0.7.19 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107))", "Requirement already up-to-date: pyinotify===0.9.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95))", "Requirement already up-to-date: pycadf===2.5.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44))", "Requirement already up-to-date: voluptuous===0.9.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1))", "Requirement already up-to-date: cliff===2.4.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194))", "Requirement already up-to-date: os-client-config===1.26.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167))", "Requirement already up-to-date: simplejson===3.10.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 82))", "Requirement already up-to-date: beautifulsoup4===4.5.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150))", "Requirement already up-to-date: waitress===1.0.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 53))", "Requirement already up-to-date: jsonpointer===1.10 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106))", "Requirement already up-to-date: anyjson===0.3.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155))", "Requirement already up-to-date: sqlalchemy-migrate===0.11.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256))", "Requirement already up-to-date: pycparser===2.17 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147))", "Requirement already up-to-date: contextlib2===0.5.4 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446))", "Requirement already up-to-date: functools32===3.2.3.post2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414))", "Collecting pyparsing===2.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 334))", " Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB)", "Requirement already up-to-date: netifaces===0.10.5 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428))", "Requirement already up-to-date: repoze.lru===0.6 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405))", "Requirement already up-to-date: appdirs===1.4.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188))", "Requirement already up-to-date: packaging===16.8 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 267))", "Requirement already up-to-date: cmd2===0.7.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351))", "Requirement already up-to-date: unicodecsv===0.14.1 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138))", "Requirement already up-to-date: requestsexceptions===1.2.0 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374))", "Requirement already up-to-date: decorator===4.0.11 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452))", "Requirement already up-to-date: Tempita===0.5.2 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80))", "Requirement already up-to-date: sqlparse===0.2.3 in /usr/local/lib/python2.7/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104))", "Installing collected packages: WebOb, eventlet, requests, Jinja2, pyparsing, ironic", " Found existing installation: WebOb 1.7.1", " Uninstalling WebOb-1.7.1:", " Successfully uninstalled WebOb-1.7.1", " Found existing installation: eventlet 0.20.1", " Uninstalling eventlet-0.20.1:", " Successfully uninstalled eventlet-0.20.1", " Found existing installation: requests 2.13.0", " Uninstalling requests-2.13.0:", " Successfully uninstalled requests-2.13.0", " Found existing installation: Jinja2 2.8.1", " Uninstalling Jinja2-2.8.1:", " Successfully uninstalled Jinja2-2.8.1", " Found existing installation: pyparsing 2.2.0", " Uninstalling pyparsing-2.2.0:", " Successfully uninstalled pyparsing-2.2.0", " Found existing installation: ironic 7.0.1.dev47", " Uninstalling ironic-7.0.1.dev47:", " Successfully uninstalled ironic-7.0.1.dev47", " Running setup.py install for ironic: started", " Running setup.py install for ironic: finished with status 'done'", "Successfully installed Jinja2-2.9.5 WebOb-1.6.3 eventlet-0.19.0 ironic-7.0.1.dev47 pyparsing-2.1.10 requests-2.12.5"], "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 <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-1488810186.18-154691929277212 `" && echo ansible-tmp-1488810186.18-154691929277212="` echo $HOME/.ansible/tmp/ansible-tmp-1488810186.18-154691929277212 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUpwkNs TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810186.18-154691929277212/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810186.18-154691929277212/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810186.18-154691929277212/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-1488810186.18-154691929277212/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810186.18-154691929277212/" > /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.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/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", "stdout": "Requirement already up-to-date: ironic-inspector in /usr/local/lib/python2.7/dist-packages\nRequirement already up-to-date: oslo.log>=3.11.0 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: python-ironicclient>=1.11.0 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: futurist!=0.15.0,>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.db>=4.15.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: alembic>=0.8.10 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\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: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: ironic-lib>=2.5.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)\nRequirement already up-to-date: SQLAlchemy<1.1.0,>=1.0.10 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: pbr>=1.8 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: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: automaton>=0.5.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)\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: construct>=2.8.10 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: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: python-swiftclient>=3.2.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: keystoneauth1>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: keystonemiddleware>=4.12.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)\nRequirement already up-to-date: oslo.context>=2.9.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->ironic-inspector)\nRequirement already up-to-date: python-dateutil>=2.4.2 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->ironic-inspector)\nRequirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->ironic-inspector)\nRequirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.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>=3.11.0->ironic-inspector)\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: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->ironic-inspector)\nRequirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->ironic-inspector)\nRequirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->ironic-inspector)\nCollecting requests!=2.12.2,>=2.10.0 (from python-ironicclient>=1.11.0->ironic-inspector)\n Downloading requests-2.13.0-py2.py3-none-any.whl (584kB)\nRequirement already up-to-date: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.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.11.0->ironic-inspector)\nRequirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->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)\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: sqlalchemy-migrate>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from oslo.db>=4.15.0->ironic-inspector)\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->ironic-inspector)\nRequirement already up-to-date: Mako in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.10->ironic-inspector)\nRequirement already up-to-date: python-editor>=0.3 in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.10->ironic-inspector)\nRequirement already up-to-date: oslo.service>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-lib>=2.5.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: 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: 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: 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: Jinja2>=2.4 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->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->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: 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: 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: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.0->ironic-inspector)\nRequirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.0->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.18.0->ironic-inspector)\nCollecting pyparsing>=2.0.7 (from oslo.utils>=3.18.0->ironic-inspector)\n Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB)\nRequirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->ironic-inspector)\nRequirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware>=4.12.0->ironic-inspector)\nRequirement already up-to-date: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware>=4.12.0->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.log>=3.11.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.11.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.11.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.11.0->ironic-inspector)\nRequirement already up-to-date: openstacksdk>=0.9.13 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.11.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.11.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.11.0->ironic-inspector)\nRequirement already up-to-date: python-novaclient!=7.0.0,>=6.0.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.11.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.15.0->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.15.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.10->ironic-inspector)\nRequirement already up-to-date: Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-packages (from oslo.service>=1.10.0->ironic-lib>=2.5.0->ironic-inspector)\nRequirement already up-to-date: PasteDeploy>=1.5.0 in /usr/local/lib/python2.7/dist-packages (from oslo.service>=1.10.0->ironic-lib>=2.5.0->ironic-inspector)\nRequirement already up-to-date: Paste in /usr/local/lib/python2.7/dist-packages (from oslo.service>=1.10.0->ironic-lib>=2.5.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.11.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.11.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.11.0->ironic-inspector)\nRequirement already up-to-date: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->python-openstackclient>=3.3.0->python-ironicclient>=1.11.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.11.0->ironic-inspector)\nRequirement already up-to-date: repoze.lru>=0.3 in /usr/local/lib/python2.7/dist-packages (from Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3; python_version == \"2.7\"->oslo.service>=1.10.0->ironic-lib>=2.5.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.11.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.11.0->ironic-inspector)\nInstalling collected packages: eventlet, requests, WebOb, pyparsing\n Found existing installation: eventlet 0.19.0\n Uninstalling eventlet-0.19.0:\n Successfully uninstalled eventlet-0.19.0\n Found existing installation: requests 2.12.5\n Uninstalling requests-2.12.5:\n Successfully uninstalled requests-2.12.5\n Found existing installation: WebOb 1.6.3\n Uninstalling WebOb-1.6.3:\n Successfully uninstalled WebOb-1.6.3\n Found existing installation: pyparsing 2.1.10\n Uninstalling pyparsing-2.1.10:\n Successfully uninstalled pyparsing-2.1.10\nSuccessfully installed WebOb-1.7.1 eventlet-0.20.1 pyparsing-2.2.0 requests-2.13.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.log>=3.11.0 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: python-ironicclient>=1.11.0 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: futurist!=0.15.0,>=0.11.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.db>=4.15.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: pytz>=2013.6 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.config!=3.18.0,>=3.14.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: alembic>=0.8.10 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "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: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: ironic-lib>=2.5.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)", "Requirement already up-to-date: SQLAlchemy<1.1.0,>=1.0.10 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: pbr>=1.8 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: oslo.serialization>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: automaton>=0.5.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)", "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: construct>=2.8.10 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: Babel>=2.3.4 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: python-swiftclient>=3.2.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: keystoneauth1>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: keystonemiddleware>=4.12.0 in /usr/local/lib/python2.7/dist-packages (from ironic-inspector)", "Requirement already up-to-date: oslo.context>=2.9.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->ironic-inspector)", "Requirement already up-to-date: python-dateutil>=2.4.2 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->ironic-inspector)", "Requirement already up-to-date: debtcollector>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.0->ironic-inspector)", "Requirement already up-to-date: monotonic>=0.6 in /usr/local/lib/python2.7/dist-packages (from oslo.log>=3.11.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>=3.11.0->ironic-inspector)", "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: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->ironic-inspector)", "Requirement already up-to-date: appdirs>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->ironic-inspector)", "Requirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->ironic-inspector)", "Collecting requests!=2.12.2,>=2.10.0 (from python-ironicclient>=1.11.0->ironic-inspector)", " Downloading requests-2.13.0-py2.py3-none-any.whl (584kB)", "Requirement already up-to-date: python-openstackclient>=3.3.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.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.11.0->ironic-inspector)", "Requirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from python-ironicclient>=1.11.0->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)", "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: sqlalchemy-migrate>=0.9.6 in /usr/local/lib/python2.7/dist-packages (from oslo.db>=4.15.0->ironic-inspector)", "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->ironic-inspector)", "Requirement already up-to-date: Mako in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.10->ironic-inspector)", "Requirement already up-to-date: python-editor>=0.3 in /usr/local/lib/python2.7/dist-packages (from alembic>=0.8.10->ironic-inspector)", "Requirement already up-to-date: oslo.service>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from ironic-lib>=2.5.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: 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: 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: 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: Jinja2>=2.4 in /usr/local/lib/python2.7/dist-packages (from Flask!=0.11,<1.0,>=0.10->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->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: 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: 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: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.0->ironic-inspector)", "Requirement already up-to-date: positional>=1.1.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.0->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.18.0->ironic-inspector)", "Collecting pyparsing>=2.0.7 (from oslo.utils>=3.18.0->ironic-inspector)", " Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB)", "Requirement already up-to-date: netifaces>=0.10.4 in /usr/local/lib/python2.7/dist-packages (from oslo.utils>=3.18.0->ironic-inspector)", "Requirement already up-to-date: python-keystoneclient>=3.8.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware>=4.12.0->ironic-inspector)", "Requirement already up-to-date: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python2.7/dist-packages (from keystonemiddleware>=4.12.0->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.log>=3.11.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.11.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.11.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.11.0->ironic-inspector)", "Requirement already up-to-date: openstacksdk>=0.9.13 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.11.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.11.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.11.0->ironic-inspector)", "Requirement already up-to-date: python-novaclient!=7.0.0,>=6.0.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.0->python-ironicclient>=1.11.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.15.0->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.15.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.10->ironic-inspector)", "Requirement already up-to-date: Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3; python_version == \"2.7\" in /usr/local/lib/python2.7/dist-packages (from oslo.service>=1.10.0->ironic-lib>=2.5.0->ironic-inspector)", "Requirement already up-to-date: PasteDeploy>=1.5.0 in /usr/local/lib/python2.7/dist-packages (from oslo.service>=1.10.0->ironic-lib>=2.5.0->ironic-inspector)", "Requirement already up-to-date: Paste in /usr/local/lib/python2.7/dist-packages (from oslo.service>=1.10.0->ironic-lib>=2.5.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.11.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.11.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.11.0->ironic-inspector)", "Requirement already up-to-date: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->python-openstackclient>=3.3.0->python-ironicclient>=1.11.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.11.0->ironic-inspector)", "Requirement already up-to-date: repoze.lru>=0.3 in /usr/local/lib/python2.7/dist-packages (from Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3; python_version == \"2.7\"->oslo.service>=1.10.0->ironic-lib>=2.5.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.11.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.11.0->ironic-inspector)", "Installing collected packages: eventlet, requests, WebOb, pyparsing", " Found existing installation: eventlet 0.19.0", " Uninstalling eventlet-0.19.0:", " Successfully uninstalled eventlet-0.19.0", " Found existing installation: requests 2.12.5", " Uninstalling requests-2.12.5:", " Successfully uninstalled requests-2.12.5", " Found existing installation: WebOb 1.6.3", " Uninstalling WebOb-1.6.3:", " Successfully uninstalled WebOb-1.6.3", " Found existing installation: pyparsing 2.1.10", " Uninstalling pyparsing-2.1.10:", " Successfully uninstalled pyparsing-2.1.10", "Successfully installed WebOb-1.7.1 eventlet-0.20.1 pyparsing-2.2.0 requests-2.13.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 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 <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-1488810192.33-274834151902467 `" && echo ansible-tmp-1488810192.33-274834151902467="` echo $HOME/.ansible/tmp/ansible-tmp-1488810192.33-274834151902467 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpL1T8lf TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810192.33-274834151902467/pip <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810192.33-274834151902467/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810192.33-274834151902467/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-1488810192.33-274834151902467/pip; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810192.33-274834151902467/" > /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.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/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", "stdout": "Requirement already up-to-date: python-ironic-inspector-client in /usr/local/lib/python2.7/dist-packages\nRequirement already up-to-date: keystoneauth1>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: requests!=2.12.2,>=2.10.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: python-openstackclient>=3.3.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: oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)\nRequirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.0->python-ironic-inspector-client)\nRequirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.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.18.0->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.2.0->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.2.0->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.2.0->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.2.0->python-ironic-inspector-client)\nRequirement already up-to-date: openstacksdk>=0.9.13 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.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>=3.3.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>=3.3.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>=3.3.0->python-ironic-inspector-client)\nRequirement already up-to-date: python-novaclient!=7.0.0,>=6.0.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.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.18.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.18.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.18.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.18.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.18.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.18.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.18.0->python-ironic-inspector-client)\nRequirement already up-to-date: wrapt in /usr/local/lib/python2.7/dist-packages (from positional>=1.1.1->keystoneauth1>=2.18.0->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.2.0->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.2.0->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.2.0->python-ironic-inspector-client)\nRequirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.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.2.0->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.2.0->python-ironic-inspector-client)\nRequirement already up-to-date: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->python-openstackclient>=3.3.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>=3.3.0->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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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: keystoneauth1>=2.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: osc-lib>=1.2.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: requests!=2.12.2,>=2.10.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: python-openstackclient>=3.3.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: oslo.utils>=3.18.0 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: pbr>=1.8 in /usr/local/lib/python2.7/dist-packages (from python-ironic-inspector-client)", "Requirement already up-to-date: iso8601>=0.1.11 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.0->python-ironic-inspector-client)", "Requirement already up-to-date: stevedore>=1.17.1 in /usr/local/lib/python2.7/dist-packages (from keystoneauth1>=2.18.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.18.0->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.2.0->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.2.0->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.2.0->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.2.0->python-ironic-inspector-client)", "Requirement already up-to-date: openstacksdk>=0.9.13 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.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>=3.3.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>=3.3.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>=3.3.0->python-ironic-inspector-client)", "Requirement already up-to-date: python-novaclient!=7.0.0,>=6.0.0 in /usr/local/lib/python2.7/dist-packages (from python-openstackclient>=3.3.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.18.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.18.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.18.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.18.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.18.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.18.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.18.0->python-ironic-inspector-client)", "Requirement already up-to-date: wrapt in /usr/local/lib/python2.7/dist-packages (from positional>=1.1.1->keystoneauth1>=2.18.0->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.2.0->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.2.0->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.2.0->python-ironic-inspector-client)", "Requirement already up-to-date: PyYAML>=3.10.0 in /usr/local/lib/python2.7/dist-packages (from cliff>=2.3.0->osc-lib>=1.2.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.2.0->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.2.0->python-ironic-inspector-client)", "Requirement already up-to-date: deprecation>=1.0 in /usr/local/lib/python2.7/dist-packages (from openstacksdk>=0.9.13->python-openstackclient>=3.3.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>=3.3.0->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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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>=3.3.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 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 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 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 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:25 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:31 <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-1488810195.87-141694085419002 `" && echo ansible-tmp-1488810195.87-141694085419002="` echo $HOME/.ansible/tmp/ansible-tmp-1488810195.87-141694085419002 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUcsioL TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810195.87-141694085419002/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810195.87-141694085419002/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810195.87-141694085419002/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-1488810195.87-141694085419002/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810195.87-141694085419002/" > /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:33 <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-1488810196.13-249680721986612 `" && echo ansible-tmp-1488810196.13-249680721986612="` echo $HOME/.ansible/tmp/ansible-tmp-1488810196.13-249680721986612 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp46mZDC TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810196.13-249680721986612/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810196.13-249680721986612/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810196.13-249680721986612/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-1488810196.13-249680721986612/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810196.13-249680721986612/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["grep", "-i", "jenkins-bifrost-ubuntu", "/etc/hosts"], "delta": "0:00:00.003875", "end": "2017-03-06 06:23:16.267437", "invocation": {"module_args": {"_raw_params": "grep -i \"jenkins-bifrost-ubuntu\" /etc/hosts", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-03-06 06:23:16.263562", "stderr": "", "stdout": "127.0.1.1\tjenkins-bifrost-ubuntu", "stdout_lines": ["127.0.1.1\tjenkins-bifrost-ubuntu"], "warnings": []} TASK [bifrost-ironic-install : RabbitMQ - Fixing /etc/hosts] ******************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:39 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:46 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:52 <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-1488810197.76-105111207311654 `" && echo ansible-tmp-1488810197.76-105111207311654="` echo $HOME/.ansible/tmp/ansible-tmp-1488810197.76-105111207311654 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp6CUI2f TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810197.76-105111207311654/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810197.76-105111207311654/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810197.76-105111207311654/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-1488810197.76-105111207311654/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810197.76-105111207311654/" > /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:56 <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-1488810198.41-202775946269739 `" && echo ansible-tmp-1488810198.41-202775946269739="` echo $HOME/.ansible/tmp/ansible-tmp-1488810198.41-202775946269739 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpoXgYPi TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810198.41-202775946269739/wait_for <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810198.41-202775946269739/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810198.41-202775946269739/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-1488810198.41-202775946269739/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810198.41-202775946269739/" > /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:58 <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-1488810203.73-7809918893919 `" && echo ansible-tmp-1488810203.73-7809918893919="` echo $HOME/.ansible/tmp/ansible-tmp-1488810203.73-7809918893919 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8mNoZK TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810203.73-7809918893919/rabbitmq_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810203.73-7809918893919/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810203.73-7809918893919/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-1488810203.73-7809918893919/rabbitmq_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810203.73-7809918893919/" > /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:63 <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-1488810204.21-237571237502366 `" && echo ansible-tmp-1488810204.21-237571237502366="` echo $HOME/.ansible/tmp/ansible-tmp-1488810204.21-237571237502366 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpftHK9l TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810204.21-237571237502366/rabbitmq_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810204.21-237571237502366/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810204.21-237571237502366/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-1488810204.21-237571237502366/rabbitmq_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810204.21-237571237502366/" > /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:73 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:78 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:83 <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-1488810206.64-179764891581978 `" && echo ansible-tmp-1488810206.64-179764891581978="` echo $HOME/.ansible/tmp/ansible-tmp-1488810206.64-179764891581978 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpERwDVk TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810206.64-179764891581978/mysql_db <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810206.64-179764891581978/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810206.64-179764891581978/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-1488810206.64-179764891581978/mysql_db; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810206.64-179764891581978/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "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:91 <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-1488810206.97-187186563796599 `" && echo ansible-tmp-1488810206.97-187186563796599="` echo $HOME/.ansible/tmp/ansible-tmp-1488810206.97-187186563796599 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpbyFG8y TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810206.97-187186563796599/mysql_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810206.97-187186563796599/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810206.97-187186563796599/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-1488810206.97-187186563796599/mysql_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810206.97-187186563796599/" > /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:99 <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-1488810207.32-106524818896462 `" && echo ansible-tmp-1488810207.32-106524818896462="` echo $HOME/.ansible/tmp/ansible-tmp-1488810207.32-106524818896462 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpxUPuOA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810207.32-106524818896462/group <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810207.32-106524818896462/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810207.32-106524818896462/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-1488810207.32-106524818896462/group; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810207.32-106524818896462/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "gid": 1001, "invocation": {"module_args": {"gid": null, "name": "ironic", "state": "present", "system": false}, "module_name": "group"}, "name": "ironic", "state": "present", "system": false} TASK [bifrost-ironic-install : Create an ironic service user] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:102 <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-1488810207.68-90420966807259 `" && echo ansible-tmp-1488810207.68-90420966807259="` echo $HOME/.ansible/tmp/ansible-tmp-1488810207.68-90420966807259 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpeDL3nz TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810207.68-90420966807259/user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810207.68-90420966807259/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810207.68-90420966807259/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-1488810207.68-90420966807259/user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810207.68-90420966807259/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"append": false, "changed": true, "comment": "", "group": 1001, "home": "/home/ironic", "invocation": {"module_args": {"append": false, "comment": null, "createhome": true, "expires": null, "force": false, "generate_ssh_key": null, "group": "ironic", "groups": null, "home": null, "login_class": null, "move_home": false, "name": "ironic", "non_unique": false, "password": null, "remove": false, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": "2048", "ssh_key_comment": "ansible-generated on jenkins-bifrost-ubuntu", "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": 1001} TASK [bifrost-ironic-install : Ensure /etc/ironic exists] ********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:106 <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-1488810208.03-19967284779232 `" && echo ansible-tmp-1488810208.03-19967284779232="` echo $HOME/.ansible/tmp/ansible-tmp-1488810208.03-19967284779232 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpVsTsJo TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.03-19967284779232/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.03-19967284779232/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.03-19967284779232/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-1488810208.03-19967284779232/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810208.03-19967284779232/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic"}, "before": {"path": "/etc/ironic"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 493, "name": "/etc/ironic", "original_basename": null, "owner": "ironic", "path": "/etc/ironic", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/etc/ironic", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Copy rootwrap.conf from ironic source folder] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:116 <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-1488810208.37-10197322504831 `" && echo ansible-tmp-1488810208.37-10197322504831="` echo $HOME/.ansible/tmp/ansible-tmp-1488810208.37-10197322504831 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4mCMG5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.37-10197322504831/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.37-10197322504831/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.37-10197322504831/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-1488810208.37-10197322504831/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:127 <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-1488810208.61-260875063489606 `" && echo ansible-tmp-1488810208.61-260875063489606="` echo $HOME/.ansible/tmp/ansible-tmp-1488810208.61-260875063489606 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8RLTJZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.61-260875063489606/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.61-260875063489606/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810208.61-260875063489606/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-1488810208.61-260875063489606/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810208.61-260875063489606/" > /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.328645", "end": "2017-03-06 06:23:29.066803", "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-03-06 06:23:28.738158", "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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 : Refresh facts] ********************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:136 <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-1488810210.72-124409740436221 `" && echo ansible-tmp-1488810210.72-124409740436221="` echo $HOME/.ansible/tmp/ansible-tmp-1488810210.72-124409740436221 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp5NdNOC TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810210.72-124409740436221/setup <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810210.72-124409740436221/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810210.72-124409740436221/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-1488810210.72-124409740436221/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810210.72-124409740436221/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] TASK [bifrost-ironic-install : Fail if the network interface does not exist] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:16 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-ironic-install : Fail if the network interface has no IP address assigned] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:22 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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:28 ok: [127.0.0.1] => {"ansible_facts": {"enabled_drivers": "agent_ipmitool,agent_ilo,agent_ucs,pxe_ssh,pxe_ipmitool,pxe_ilo"}, "changed": false, "invocation": {"module_args": {"enabled_drivers": "agent_ipmitool,agent_ilo,agent_ucs,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:32 <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-1488810211.92-73753822360794 `" && echo ansible-tmp-1488810211.92-73753822360794="` echo $HOME/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpEufIFN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/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-1488810211.92-73753822360794/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpPVXijr TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/source && sleep 0' <127.0.0.1> PUT /tmp/tmpPl85GF TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/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-1488810211.92-73753822360794/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "b39c53c9190b42126ad7274339428088df3348dd", "dest": "/etc/ironic/ironic.conf", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/etc/ironic/ironic.conf", "directory_mode": null, "follow": true, "force": true, "group": "ironic", "mode": "0640", "original_basename": "ironic.conf.j2", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/source", "validate": null}}, "md5sum": "2d0b1b5b0767e0bbbccdeab2bc8d2cc7", "mode": "0640", "owner": "ironic", "size": 1450, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810211.92-73753822360794/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Set sudoers for PXE driver support if enabled] ** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/ironic_config.yml:39 <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-1488810212.48-199456129324178 `" && echo ansible-tmp-1488810212.48-199456129324178="` echo $HOME/.ansible/tmp/ansible-tmp-1488810212.48-199456129324178 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYr33UU TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.48-199456129324178/lineinfile <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.48-199456129324178/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.48-199456129324178/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-1488810212.48-199456129324178/lineinfile; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810212.48-199456129324178/" > /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:142 <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-1488810212.74-123804400499278 `" && echo ansible-tmp-1488810212.74-123804400499278="` echo $HOME/.ansible/tmp/ansible-tmp-1488810212.74-123804400499278 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpuDSOOy TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.74-123804400499278/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.74-123804400499278/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.74-123804400499278/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-1488810212.74-123804400499278/copy && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "c82c908c2f2cf73346d5b1258c67b3a570638d68", "dest": "/etc/ironic/policy.json", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/etc/ironic/policy.json", "directory_mode": null, "follow": false, "force": true, "group": "ironic", "mode": 420, "original_basename": null, "owner": "ironic", "regexp": null, "remote_src": true, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/opt/stack/ironic/etc/ironic/policy.json", "validate": null}}, "md5sum": "80ff0c10121ba1a6cb98dfd9a2985148", "mode": "0644", "owner": "ironic", "size": 113, "src": "/opt/stack/ironic/etc/ironic/policy.json", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Create ironic DB Schema] ************************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:150 <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-1488810212.99-255237226634107 `" && echo ansible-tmp-1488810212.99-255237226634107="` echo $HOME/.ansible/tmp/ansible-tmp-1488810212.99-255237226634107 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpKcRvPg TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.99-255237226634107/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.99-255237226634107/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.99-255237226634107/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810212.99-255237226634107/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810212.99-255237226634107/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["ironic-dbsync", "--config-file", "/etc/ironic/ironic.conf", "create_schema"], "delta": "0:00:02.526809", "end": "2017-03-06 06:23:35.674781", "invocation": {"module_args": {"_raw_params": "ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema", "_uses_shell": false, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 0, "start": "2017-03-06 06:23:33.147972", "stderr": "INFO [alembic.runtime.migration] Context impl MySQLImpl.\nINFO [alembic.runtime.migration] Will assume non-transactional DDL.\nINFO [alembic.runtime.migration] Running stamp_revision -> dbefd6bdaa2c", "stdout": "2017-03-06 06:23:34.734 1474 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261\n2017-03-06 06:23:34.736 1474 INFO alembic.runtime.migration [-] Context impl MySQLImpl.\n2017-03-06 06:23:34.736 1474 INFO alembic.runtime.migration [-] Will assume non-transactional DDL.", "stdout_lines": ["2017-03-06 06:23:34.734 1474 DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/engines.py:261", "2017-03-06 06:23:34.736 1474 INFO alembic.runtime.migration [-] Context impl MySQLImpl.", "2017-03-06 06:23:34.736 1474 INFO alembic.runtime.migration [-] Will assume non-transactional DDL."], "warnings": []} TASK [bifrost-ironic-install : Upgrade ironic DB Schema] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:154 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} 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 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 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 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 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:161 <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-1488810216.28-262210839655697 `" && echo ansible-tmp-1488810216.28-262210839655697="` echo $HOME/.ansible/tmp/ansible-tmp-1488810216.28-262210839655697 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHujr_D TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810216.28-262210839655697/user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810216.28-262210839655697/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810216.28-262210839655697/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-1488810216.28-262210839655697/user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810216.28-262210839655697/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"append": true, "changed": true, "comment": "", "group": 114, "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 jenkins-bifrost-ubuntu", "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": 1001} TASK [bifrost-ironic-install : Defined ssh_private_key_path - Check to see if there is a file where the ssh_private_key_path is defined] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/set_ssh_private_key.yml:2 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 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 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:170 <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-1488810216.98-245686532634042 `" && echo ansible-tmp-1488810216.98-245686532634042="` echo $HOME/.ansible/tmp/ansible-tmp-1488810216.98-245686532634042 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpT65yFv TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810216.98-245686532634042/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810216.98-245686532634042/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810216.98-245686532634042/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-1488810216.98-245686532634042/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810216.98-245686532634042/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "path": "/home/ironic/.ssh"}, "before": {"group": 114, "path": "/home/ironic/.ssh"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 448, "original_basename": null, "owner": "ironic", "path": "/home/ironic/.ssh", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0700", "owner": "ironic", "path": "/home/ironic/.ssh", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Set private key file] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:180 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:191 <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-1488810217.3-143474462530630 `" && echo ansible-tmp-1488810217.3-143474462530630="` echo $HOME/.ansible/tmp/ansible-tmp-1488810217.3-143474462530630 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp2TwXsN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810217.3-143474462530630/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810217.3-143474462530630/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810217.3-143474462530630/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-1488810217.3-143474462530630/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810217.3-143474462530630/" > /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": "/home/ironic/.ssh/id_rsa"}, "module_name": "stat"}, "stat": {"atime": 1488797656.547526, "checksum": "c95164c296ad7ddc8dadd87ff749dfc77a739a82", "ctime": 1488810216.539526, "dev": 64769, "exists": true, "gid": 114, "gr_name": "libvirtd", "inode": 3149253, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "1ae109170bac77788cc38102bea45949", "mode": "0600", "mtime": 1485779597.8303711, "nlink": 1, "path": "/home/ironic/.ssh/id_rsa", "pw_name": "ironic", "rgrp": false, "roth": false, "rusr": true, "size": 1675, "uid": 1001, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [bifrost-ironic-install : Generate SSH key for ironic user] *************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:194 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:199 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:209 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:217 <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-1488810217.79-199263062564127 `" && echo ansible-tmp-1488810217.79-199263062564127="` echo $HOME/.ansible/tmp/ansible-tmp-1488810217.79-199263062564127 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpLvD1y_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810217.79-199263062564127/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810217.79-199263062564127/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810217.79-199263062564127/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-1488810217.79-199263062564127/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810217.79-199263062564127/" > /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.004652", "end": "2017-03-06 06:23:37.926758", "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-03-06 06:23:37.922106", "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:221 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 <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-1488810218.14-64699759687526 `" && echo ansible-tmp-1488810218.14-64699759687526="` echo $HOME/.ansible/tmp/ansible-tmp-1488810218.14-64699759687526 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp7Avv9E TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.14-64699759687526/mysql_db <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.14-64699759687526/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.14-64699759687526/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-1488810218.14-64699759687526/mysql_db; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810218.14-64699759687526/" > /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 <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-1488810218.46-235600685355699 `" && echo ansible-tmp-1488810218.46-235600685355699="` echo $HOME/.ansible/tmp/ansible-tmp-1488810218.46-235600685355699 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpwZXJIb TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.46-235600685355699/mysql_user <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.46-235600685355699/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.46-235600685355699/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-1488810218.46-235600685355699/mysql_user; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810218.46-235600685355699/" > /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 <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-1488810218.76-126993602052958 `" && echo ansible-tmp-1488810218.76-126993602052958="` echo $HOME/.ansible/tmp/ansible-tmp-1488810218.76-126993602052958 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4eptqM TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.76-126993602052958/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.76-126993602052958/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810218.76-126993602052958/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-1488810218.76-126993602052958/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810218.76-126993602052958/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic-inspector"}, "before": {"path": "/etc/ironic-inspector"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/ironic-inspector", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "original_basename": null, "owner": "ironic", "path": "/etc/ironic-inspector", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/etc/ironic-inspector", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Error if credentials are undefined.] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/keystone_setup_inspector.yml:19 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 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 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 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 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 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 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 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 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 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 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 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 <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-1488810221.1-190800834206351 `" && echo ansible-tmp-1488810221.1-190800834206351="` echo $HOME/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpe5R6ER TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/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-1488810221.1-190800834206351/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpCvtkbq TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/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-1488810221.1-190800834206351/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.1-190800834206351/ > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "diff": {"after": {"path": "/etc/ironic-inspector/inspector.conf"}, "before": {"path": "/etc/ironic-inspector/inspector.conf"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/ironic-inspector/inspector.conf", "diff_peek": null, "directory_mode": null, "follow": true, "force": false, "group": "ironic", "mode": "0740", "original_basename": "ironic-inspector.conf.j2", "owner": "ironic", "path": "/etc/ironic-inspector/inspector.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": null, "validate": null}}, "mode": "0740", "owner": "ironic", "path": "/etc/ironic-inspector/inspector.conf", "size": 435, "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Inspector - create data folder] ***************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:51 <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-1488810221.51-118750185393003 `" && echo ansible-tmp-1488810221.51-118750185393003="` echo $HOME/.ansible/tmp/ansible-tmp-1488810221.51-118750185393003 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHpIGi1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.51-118750185393003/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.51-118750185393003/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.51-118750185393003/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-1488810221.51-118750185393003/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810221.51-118750185393003/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/opt/stack/ironic-inspector/var", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/opt/stack/ironic-inspector/var", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/opt/stack/ironic-inspector/var", "original_basename": null, "owner": "ironic", "path": "/opt/stack/ironic-inspector/var", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/opt/stack/ironic-inspector/var", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Inspector - create log folder] ****************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:58 <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-1488810221.83-193790418268633 `" && echo ansible-tmp-1488810221.83-193790418268633="` echo $HOME/.ansible/tmp/ansible-tmp-1488810221.83-193790418268633 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpxjvWDF TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.83-193790418268633/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.83-193790418268633/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810221.83-193790418268633/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-1488810221.83-193790418268633/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810221.83-193790418268633/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/opt/stack/ironic-inspector/var/log", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/opt/stack/ironic-inspector/var/log", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/opt/stack/ironic-inspector/var/log", "original_basename": null, "owner": "ironic", "path": "/opt/stack/ironic-inspector/var/log", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/opt/stack/ironic-inspector/var/log", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Upgrade inspector DB Schema] ******************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/inspector_bootstrap.yml:65 <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-1488810222.1-246537228635173 `" && echo ansible-tmp-1488810222.1-246537228635173="` echo $HOME/.ansible/tmp/ansible-tmp-1488810222.1-246537228635173 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpYKWDMP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810222.1-246537228635173/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810222.1-246537228635173/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810222.1-246537228635173/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810222.1-246537228635173/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810222.1-246537228635173/" > /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.711308", "end": "2017-03-06 06:23:42.938882", "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-03-06 06:23:42.227574", "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 <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-1488810223.13-108209073309145 `" && echo ansible-tmp-1488810223.13-108209073309145="` echo $HOME/.ansible/tmp/ansible-tmp-1488810223.13-108209073309145 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpbs2t2I TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810223.13-108209073309145/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810223.13-108209073309145/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810223.13-108209073309145/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810223.13-108209073309145/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810223.13-108209073309145/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "echo $(dirname $(which ironic-inspector))", "delta": "0:00:00.006370", "end": "2017-03-06 06:23:43.261012", "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-03-06 06:23:43.254642", "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 <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-1488810224.17-250547070603303 `" && echo ansible-tmp-1488810224.17-250547070603303="` echo $HOME/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpqR2CUP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/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-1488810224.17-250547070603303/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpi9czhP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/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-1488810224.17-250547070603303/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.17-250547070603303/ > /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 <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-1488810224.59-85446066119482 `" && echo ansible-tmp-1488810224.59-85446066119482="` echo $HOME/.ansible/tmp/ansible-tmp-1488810224.59-85446066119482 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpqjDNN_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.59-85446066119482/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.59-85446066119482/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.59-85446066119482/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-1488810224.59-85446066119482/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810224.59-85446066119482/" > /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.007889", "end": "2017-03-06 06:23:44.711572", "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-03-06 06:23:44.703683", "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:230 <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-1488810224.84-197179200665786 `" && echo ansible-tmp-1488810224.84-197179200665786="` echo $HOME/.ansible/tmp/ansible-tmp-1488810224.84-197179200665786 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmplDxdnd TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.84-197179200665786/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.84-197179200665786/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.84-197179200665786/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin LC_ALL=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810224.84-197179200665786/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810224.84-197179200665786/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": "echo $(dirname $(which ironic-api))", "delta": "0:00:00.006316", "end": "2017-03-06 06:23:44.980671", "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-03-06 06:23:44.974355", "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:234 <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-1488810225.77-254259394456651 `" && echo ansible-tmp-1488810225.77-254259394456651="` echo $HOME/.ansible/tmp/ansible-tmp-1488810225.77-254259394456651 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_i3cF8 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810225.77-254259394456651/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810225.77-254259394456651/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810225.77-254259394456651/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-1488810225.77-254259394456651/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810225.77-254259394456651/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item=/var/lib/ironic) => {"changed": false, "diff": {"after": {"path": "/var/lib/ironic"}, "before": {"path": "/var/lib/ironic"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 488, "original_basename": null, "owner": "ironic", "path": "/var/lib/ironic", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/var/lib/ironic", "mode": "0750", "owner": "ironic", "path": "/var/lib/ironic", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810226.62-18272808552682 `" && echo ansible-tmp-1488810226.62-18272808552682="` echo $HOME/.ansible/tmp/ansible-tmp-1488810226.62-18272808552682 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp3OGZHH TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810226.62-18272808552682/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810226.62-18272808552682/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810226.62-18272808552682/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-1488810226.62-18272808552682/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810226.62-18272808552682/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => (item=/var/lib/ironic/images) => {"changed": false, "diff": {"after": {"path": "/var/lib/ironic/images"}, "before": {"path": "/var/lib/ironic/images"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": 488, "original_basename": null, "owner": "ironic", "path": "/var/lib/ironic/images", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/var/lib/ironic/images", "mode": "0750", "owner": "ironic", "path": "/var/lib/ironic/images", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Place ironic services] ************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:244 <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-1488810227.53-56306874107955 `" && echo ansible-tmp-1488810227.53-56306874107955="` echo $HOME/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpgZVvcp TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/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-1488810227.53-56306874107955/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpK0zTuA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/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-1488810227.53-56306874107955/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810227.53-56306874107955/ > /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-1488810228.35-48858724462447 `" && echo ansible-tmp-1488810228.35-48858724462447="` echo $HOME/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpxE_u4Z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/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-1488810228.35-48858724462447/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpPTWZKl TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/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-1488810228.35-48858724462447/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810228.35-48858724462447/ > /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 <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-1488810229.53-227853859574336 `" && echo ansible-tmp-1488810229.53-227853859574336="` echo $HOME/.ansible/tmp/ansible-tmp-1488810229.53-227853859574336 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpTrY3SV TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810229.53-227853859574336/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810229.53-227853859574336/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810229.53-227853859574336/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-1488810229.53-227853859574336/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810229.53-227853859574336/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/tftpboot) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/tftpboot"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/tftpboot", "original_basename": null, "owner": "ironic", "path": "/tftpboot", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/tftpboot", "mode": "0755", "owner": "ironic", "path": "/tftpboot", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810230.44-281271432651619 `" && echo ansible-tmp-1488810230.44-281271432651619="` echo $HOME/.ansible/tmp/ansible-tmp-1488810230.44-281271432651619 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmptphmrQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810230.44-281271432651619/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810230.44-281271432651619/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810230.44-281271432651619/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-1488810230.44-281271432651619/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810230.44-281271432651619/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/tftpboot/pxelinux.cfg) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/tftpboot/pxelinux.cfg", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot/pxelinux.cfg", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/tftpboot/pxelinux.cfg", "original_basename": null, "owner": "ironic", "path": "/tftpboot/pxelinux.cfg", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/tftpboot/pxelinux.cfg", "mode": "0755", "owner": "ironic", "path": "/tftpboot/pxelinux.cfg", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810231.2-220469738154957 `" && echo ansible-tmp-1488810231.2-220469738154957="` echo $HOME/.ansible/tmp/ansible-tmp-1488810231.2-220469738154957 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpkvaAP1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810231.2-220469738154957/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810231.2-220469738154957/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810231.2-220469738154957/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-1488810231.2-220469738154957/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810231.2-220469738154957/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/httpboot) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/httpboot"}, "before": {"group": 0, "owner": 0, "path": "/httpboot"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/httpboot", "original_basename": null, "owner": "ironic", "path": "/httpboot", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/httpboot", "mode": "0755", "owner": "ironic", "path": "/httpboot", "size": 4096, "state": "directory", "uid": 1001} <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810231.95-238934003903575 `" && echo ansible-tmp-1488810231.95-238934003903575="` echo $HOME/.ansible/tmp/ansible-tmp-1488810231.95-238934003903575 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8N_KYL TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810231.95-238934003903575/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810231.95-238934003903575/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810231.95-238934003903575/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-1488810231.95-238934003903575/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810231.95-238934003903575/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => (item=/httpboot/pxelinux.cfg) => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/httpboot/pxelinux.cfg", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/httpboot/pxelinux.cfg", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0755", "name": "/httpboot/pxelinux.cfg", "original_basename": null, "owner": "ironic", "path": "/httpboot/pxelinux.cfg", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "item": "/httpboot/pxelinux.cfg", "mode": "0755", "owner": "ironic", "path": "/httpboot/pxelinux.cfg", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Place tftpd map-file] *************************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:24 <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-1488810232.25-121340653272340 `" && echo ansible-tmp-1488810232.25-121340653272340="` echo $HOME/.ansible/tmp/ansible-tmp-1488810232.25-121340653272340 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp94uyR2 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.25-121340653272340/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.25-121340653272340/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.25-121340653272340/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-1488810232.25-121340653272340/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810232.25-121340653272340/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102 `" && echo ansible-tmp-1488810232.39-61601855454102="` echo $HOME/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102 `" ) && 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-1488810232.39-61601855454102/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/source && sleep 0' <127.0.0.1> PUT /tmp/tmpSwKqm3 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/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-1488810232.39-61601855454102/copy; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "f36706d01b2b48807ea7ff5f6b2de88d24b1084e", "dest": "/tftpboot/map-file", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tftpboot/map-file", "directory_mode": null, "follow": false, "force": true, "group": "ironic", "mode": null, "original_basename": "tftpboot-map-file", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/source", "validate": null}}, "md5sum": "85c611da0829993174e39adff0c80cd8", "mode": "0644", "owner": "ironic", "size": 52, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810232.39-61601855454102/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Disable service tftpd-hpa] ********************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:27 <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-1488810232.67-260791803830456 `" && echo ansible-tmp-1488810232.67-260791803830456="` echo $HOME/.ansible/tmp/ansible-tmp-1488810232.67-260791803830456 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpBDOcFN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.67-260791803830456/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.67-260791803830456/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810232.67-260791803830456/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-1488810232.67-260791803830456/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810232.67-260791803830456/" > /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 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 <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-1488810233.1-169159651226909 `" && echo ansible-tmp-1488810233.1-169159651226909="` echo $HOME/.ansible/tmp/ansible-tmp-1488810233.1-169159651226909 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpt34AzW TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.1-169159651226909/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.1-169159651226909/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.1-169159651226909/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-1488810233.1-169159651226909/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810233.1-169159651226909/" > /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 <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-1488810233.39-14829853468629 `" && echo ansible-tmp-1488810233.39-14829853468629="` echo $HOME/.ansible/tmp/ansible-tmp-1488810233.39-14829853468629 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUhxKSQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.39-14829853468629/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.39-14829853468629/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.39-14829853468629/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-1488810233.39-14829853468629/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 <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-1488810233.66-76070252439448 `" && echo ansible-tmp-1488810233.66-76070252439448="` echo $HOME/.ansible/tmp/ansible-tmp-1488810233.66-76070252439448 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp6ehSDx TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.66-76070252439448/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.66-76070252439448/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.66-76070252439448/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-1488810233.66-76070252439448/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810233.66-76070252439448/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810233.79-174535304749739 `" && echo ansible-tmp-1488810233.79-174535304749739="` echo $HOME/.ansible/tmp/ansible-tmp-1488810233.79-174535304749739 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpRDYtuo TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.79-174535304749739/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.79-174535304749739/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810233.79-174535304749739/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-1488810233.79-174535304749739/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810233.79-174535304749739/" > /dev/null 2>&1 && sleep 0' ok: [127.0.0.1] => {"changed": false, "checksum": "1daaa206b08e555bd34c3042a2b738bae0800e17", "dest": "/etc/ironic/boot.ipxe", "diff": {"after": {"path": "/etc/ironic/boot.ipxe"}, "before": {"path": "/etc/ironic/boot.ipxe"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "dest": "/etc/ironic/boot.ipxe", "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": "0744", "original_basename": "boot.ipxe", "owner": "ironic", "path": "/etc/ironic/boot.ipxe", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "boot.ipxe", "state": null, "validate": null}}, "mode": "0744", "owner": "ironic", "path": "/etc/ironic/boot.ipxe", "size": 405, "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Pre-stage boot.ipxe into /httpboot/] ************ task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:46 <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-1488810234.06-100125415226749 `" && echo ansible-tmp-1488810234.06-100125415226749="` echo $HOME/.ansible/tmp/ansible-tmp-1488810234.06-100125415226749 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpFL9eU2 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.06-100125415226749/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.06-100125415226749/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.06-100125415226749/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-1488810234.06-100125415226749/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810234.06-100125415226749/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469 `" && echo ansible-tmp-1488810234.18-54973823570469="` echo $HOME/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469 `" ) && sleep 0' <127.0.0.1> PUT /opt/bifrost/playbooks/roles/bifrost-ironic-install/files/boot.ipxe TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/source && sleep 0' <127.0.0.1> PUT /tmp/tmpaYbp9e TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/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-1488810234.18-54973823570469/copy; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "1daaa206b08e555bd34c3042a2b738bae0800e17", "dest": "/httpboot/boot.ipxe", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/httpboot/boot.ipxe", "directory_mode": null, "follow": false, "force": true, "group": "ironic", "mode": "0744", "original_basename": "boot.ipxe", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/source", "validate": null}}, "md5sum": "2b7873e1839e0f4da9dc757a7678edcb", "mode": "0744", "owner": "ironic", "size": 405, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810234.18-54973823570469/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Place tftp config file] ************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:49 <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-1488810234.45-129480688054174 `" && echo ansible-tmp-1488810234.45-129480688054174="` echo $HOME/.ansible/tmp/ansible-tmp-1488810234.45-129480688054174 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpxtLQen TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.45-129480688054174/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.45-129480688054174/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.45-129480688054174/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-1488810234.45-129480688054174/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810234.45-129480688054174/" > /dev/null 2>&1 && sleep 0' <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810234.58-100963150636272 `" && echo ansible-tmp-1488810234.58-100963150636272="` echo $HOME/.ansible/tmp/ansible-tmp-1488810234.58-100963150636272 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp8HdcuT TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.58-100963150636272/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.58-100963150636272/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810234.58-100963150636272/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-1488810234.58-100963150636272/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810234.58-100963150636272/" > /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 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 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 <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-1488810236.6-23234345374967 `" && echo ansible-tmp-1488810236.6-23234345374967="` echo $HOME/.ansible/tmp/ansible-tmp-1488810236.6-23234345374967 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpy61Op5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810236.6-23234345374967/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810236.6-23234345374967/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810236.6-23234345374967/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-1488810236.6-23234345374967/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 <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-1488810237.02-222005943630729 `" && echo ansible-tmp-1488810237.02-222005943630729="` echo $HOME/.ansible/tmp/ansible-tmp-1488810237.02-222005943630729 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp1IenFc TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.02-222005943630729/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.02-222005943630729/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.02-222005943630729/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-1488810237.02-222005943630729/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 <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-1488810237.3-29838470538962 `" && echo ansible-tmp-1488810237.3-29838470538962="` echo $HOME/.ansible/tmp/ansible-tmp-1488810237.3-29838470538962 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp63xk5m TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.3-29838470538962/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.3-29838470538962/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.3-29838470538962/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-1488810237.3-29838470538962/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 <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-1488810237.58-104851708883625 `" && echo ansible-tmp-1488810237.58-104851708883625="` echo $HOME/.ansible/tmp/ansible-tmp-1488810237.58-104851708883625 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp5xYE_j TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.58-104851708883625/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.58-104851708883625/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.58-104851708883625/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-1488810237.58-104851708883625/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810237.58-104851708883625/" > /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 <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-1488810237.85-20891073548810 `" && echo ansible-tmp-1488810237.85-20891073548810="` echo $HOME/.ansible/tmp/ansible-tmp-1488810237.85-20891073548810 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpPTlGjN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.85-20891073548810/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.85-20891073548810/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810237.85-20891073548810/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-1488810237.85-20891073548810/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810237.85-20891073548810/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"group": 1001, "owner": 1001, "path": "/tftpboot/master_images", "state": "directory"}, "before": {"group": 0, "owner": 0, "path": "/tftpboot/master_images", "state": "absent"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": "ironic", "mode": null, "name": "/tftpboot/master_images", "original_basename": null, "owner": "ironic", "path": "/tftpboot/master_images", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/tftpboot/master_images", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-ironic-install : Inspector - Place default tftp boot file in /httpboot/pxelinux.cfg/] *** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/create_tftpboot.yml:75 <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-1488810238.15-55054818753169 `" && echo ansible-tmp-1488810238.15-55054818753169="` echo $HOME/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpQZlFaf TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/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-1488810238.15-55054818753169/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpvu4z9P TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/source <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/source && sleep 0' <127.0.0.1> PUT /tmp/tmpFaaXjO TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/copy <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/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-1488810238.15-55054818753169/copy && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/ > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum": "bfab774dd3cecbdd1a1f03bf42498f069ca26215", "dest": "/httpboot/pxelinux.cfg/default", "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/httpboot/pxelinux.cfg/default", "directory_mode": null, "follow": true, "force": true, "group": "ironic", "mode": null, "original_basename": "inspector-default-boot-ipxe.j2", "owner": "ironic", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/source", "validate": null}}, "md5sum": "6811a235a99d8f9cb37cc6269baab0e1", "mode": "0644", "owner": "ironic", "size": 356, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810238.15-55054818753169/source", "state": "file", "uid": 1001} TASK [bifrost-ironic-install : Setup Inventory Hosts Directory] **************** task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml:255 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:263 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:271 <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987 `" && echo ansible-tmp-1488810238.74-153446954703987="` echo $HOME/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpeSnWju TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/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-1488810238.74-153446954703987/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpFirvTH TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/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-1488810238.74-153446954703987/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810238.74-153446954703987/ > /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:276 <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-1488810239.12-82244430216026 `" && echo ansible-tmp-1488810239.12-82244430216026="` echo $HOME/.ansible/tmp/ansible-tmp-1488810239.12-82244430216026 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpVOwI0f TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.12-82244430216026/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.12-82244430216026/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.12-82244430216026/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-1488810239.12-82244430216026/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810239.12-82244430216026/" > /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:280 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:288 <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-1488810239.55-157488525991296 `" && echo ansible-tmp-1488810239.55-157488525991296="` echo $HOME/.ansible/tmp/ansible-tmp-1488810239.55-157488525991296 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpGMErjH TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.55-157488525991296/sysctl <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.55-157488525991296/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.55-157488525991296/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-1488810239.55-157488525991296/sysctl; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810239.55-157488525991296/" > /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:298 <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-1488810239.79-58063992267678 `" && echo ansible-tmp-1488810239.79-58063992267678="` echo $HOME/.ansible/tmp/ansible-tmp-1488810239.79-58063992267678 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpIRNOuv TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.79-58063992267678/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.79-58063992267678/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810239.79-58063992267678/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-1488810239.79-58063992267678/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810239.79-58063992267678/" > /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": 1488786859.587526, "ctime": 1485533718.664178, "dev": 64769, "exists": true, "gid": 0, "gr_name": "root", "inode": 2103490, "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: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-1488810240.03-158868193969364 `" && echo ansible-tmp-1488810240.03-158868193969364="` echo $HOME/.ansible/tmp/ansible-tmp-1488810240.03-158868193969364 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUlgeRO TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.03-158868193969364/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.03-158868193969364/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.03-158868193969364/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-1488810240.03-158868193969364/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810240.03-158868193969364/" > /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": 1488786859.835526, "checksum": "4db09c1b5a6a9eae1a0fc2e3f125cea5e7761e17", "ctime": 1485533718.660178, "dev": 64769, "exists": true, "gid": 0, "gr_name": "root", "inode": 1978685, "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:304 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:310 <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-1488810240.35-108409645535723 `" && echo ansible-tmp-1488810240.35-108409645535723="` echo $HOME/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpsbU4Wl TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/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-1488810240.35-108409645535723/stat && sleep 0' <127.0.0.1> PUT /tmp/tmpWjBrAh TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/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-1488810240.35-108409645535723/file && sleep 0' <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.35-108409645535723/ > /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": 738, "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 <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-1488810240.76-230132976875029 `" && echo ansible-tmp-1488810240.76-230132976875029="` echo $HOME/.ansible/tmp/ansible-tmp-1488810240.76-230132976875029 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmprr7Frm TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.76-230132976875029/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.76-230132976875029/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810240.76-230132976875029/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-1488810240.76-230132976875029/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810240.76-230132976875029/" > /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 <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-1488810241.17-264207770365227 `" && echo ansible-tmp-1488810241.17-264207770365227="` echo $HOME/.ansible/tmp/ansible-tmp-1488810241.17-264207770365227 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpnLk150 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810241.17-264207770365227/get_url <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810241.17-264207770365227/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810241.17-264207770365227/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-1488810241.17-264207770365227/get_url; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810241.17-264207770365227/" > /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/tmp1bd0uB", "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 <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-1488810243.16-208131726582484 `" && echo ansible-tmp-1488810243.16-208131726582484="` echo $HOME/.ansible/tmp/ansible-tmp-1488810243.16-208131726582484 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp4gTezB TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810243.16-208131726582484/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810243.16-208131726582484/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810243.16-208131726582484/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-1488810243.16-208131726582484/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810243.16-208131726582484/" > /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 <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-1488810243.43-210966913437546 `" && echo ansible-tmp-1488810243.43-210966913437546="` echo $HOME/.ansible/tmp/ansible-tmp-1488810243.43-210966913437546 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpVRkfM3 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810243.43-210966913437546/get_url <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810243.43-210966913437546/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810243.43-210966913437546/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-1488810243.43-210966913437546/get_url; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810243.43-210966913437546/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "checksum_dest": null, "checksum_src": "1873216f464b1c92617101e7ce8eb660bebe83ef", "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": "d1d6115232acbe1f4ad48a0a738895d0", "mode": "0644", "msg": "OK (39907932 bytes)", "owner": "root", "size": 39907932, "src": "/tmp/tmpIAvZW4", "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:315 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:320 <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-1488810249.05-173119457669177 `" && echo ansible-tmp-1488810249.05-173119457669177="` echo $HOME/.ansible/tmp/ansible-tmp-1488810249.05-173119457669177 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmph0s8Ei TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810249.05-173119457669177/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810249.05-173119457669177/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810249.05-173119457669177/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-1488810249.05-173119457669177/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810249.05-173119457669177/" > /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.006027", "end": "2017-03-06 06:24:09.161514", "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-03-06 06:24:09.155487", "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:326 <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-1488810249.25-42248633810295 `" && echo ansible-tmp-1488810249.25-42248633810295="` echo $HOME/.ansible/tmp/ansible-tmp-1488810249.25-42248633810295 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpB4D8Us TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810249.25-42248633810295/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810249.25-42248633810295/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810249.25-42248633810295/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-1488810249.25-42248633810295/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810249.25-42248633810295/" > /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.006953", "end": "2017-03-06 06:24:09.388251", "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-03-06 06:24:09.381298", "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:330 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:337 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:340 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:345 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:348 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:351 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:354 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:358 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 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 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 <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-1488810250.18-159071211416612 `" && echo ansible-tmp-1488810250.18-159071211416612="` echo $HOME/.ansible/tmp/ansible-tmp-1488810250.18-159071211416612 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpWoEfHF TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810250.18-159071211416612/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810250.18-159071211416612/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810250.18-159071211416612/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-1488810250.18-159071211416612/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810250.18-159071211416612/" > /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 <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-1488810250.48-260274306683832 `" && echo ansible-tmp-1488810250.48-260274306683832="` echo $HOME/.ansible/tmp/ansible-tmp-1488810250.48-260274306683832 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_Zxwaz TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810250.48-260274306683832/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810250.48-260274306683832/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810250.48-260274306683832/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-1488810250.48-260274306683832/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810250.48-260274306683832/" > /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 <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-1488810251.0-133452873492534 `" && echo ansible-tmp-1488810251.0-133452873492534="` echo $HOME/.ansible/tmp/ansible-tmp-1488810251.0-133452873492534 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUr8wOa TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.0-133452873492534/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.0-133452873492534/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.0-133452873492534/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-1488810251.0-133452873492534/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810251.0-133452873492534/" > /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 <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-1488810251.33-183885519349205 `" && echo ansible-tmp-1488810251.33-183885519349205="` echo $HOME/.ansible/tmp/ansible-tmp-1488810251.33-183885519349205 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpUgZibU TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.33-183885519349205/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.33-183885519349205/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.33-183885519349205/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-1488810251.33-183885519349205/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810251.33-183885519349205/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "enabled": true, "invocation": {"module_args": {"arguments": "", "enabled": true, "name": "ironic-conductor", "pattern": null, "runlevel": "default", "sleep": null, "state": "started"}, "module_name": "service"}, "name": "ironic-conductor", "state": "started"} TASK [bifrost-ironic-install : Start ironic-api] ******************************* task path: /opt/bifrost/playbooks/roles/bifrost-ironic-install/tasks/start.yml:37 <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-1488810251.58-3080710858584 `" && echo ansible-tmp-1488810251.58-3080710858584="` echo $HOME/.ansible/tmp/ansible-tmp-1488810251.58-3080710858584 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpZuqDyP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.58-3080710858584/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.58-3080710858584/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.58-3080710858584/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-1488810251.58-3080710858584/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810251.58-3080710858584/" > /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 <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-1488810251.84-278932237084495 `" && echo ansible-tmp-1488810251.84-278932237084495="` echo $HOME/.ansible/tmp/ansible-tmp-1488810251.84-278932237084495 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpJOdxtA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.84-278932237084495/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.84-278932237084495/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810251.84-278932237084495/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-1488810251.84-278932237084495/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810251.84-278932237084495/" > /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 <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-1488810252.24-36224848744733 `" && echo ansible-tmp-1488810252.24-36224848744733="` echo $HOME/.ansible/tmp/ansible-tmp-1488810252.24-36224848744733 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpHpi80Z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810252.24-36224848744733/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810252.24-36224848744733/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810252.24-36224848744733/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-1488810252.24-36224848744733/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810252.24-36224848744733/" > /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 <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-1488810252.74-144111855613430 `" && echo ansible-tmp-1488810252.74-144111855613430="` echo $HOME/.ansible/tmp/ansible-tmp-1488810252.74-144111855613430 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpo5k0M2 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810252.74-144111855613430/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810252.74-144111855613430/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810252.74-144111855613430/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-1488810252.74-144111855613430/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810252.74-144111855613430/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "cmd": ["killall", "-w", "dnsmasq"], "delta": "0:00:02.016534", "end": "2017-03-06 06:24:14.887406", "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-03-06 06:24:12.870872", "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 <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-1488810255.37-153943881765755 `" && echo ansible-tmp-1488810255.37-153943881765755="` echo $HOME/.ansible/tmp/ansible-tmp-1488810255.37-153943881765755 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpr6rqca TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810255.37-153943881765755/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810255.37-153943881765755/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810255.37-153943881765755/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-1488810255.37-153943881765755/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810255.37-153943881765755/" > /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-1488810256.11-117697703701392 `" && echo ansible-tmp-1488810256.11-117697703701392="` echo $HOME/.ansible/tmp/ansible-tmp-1488810256.11-117697703701392 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpI7qRM5 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810256.11-117697703701392/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810256.11-117697703701392/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810256.11-117697703701392/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-1488810256.11-117697703701392/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810256.11-117697703701392/" > /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 <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-1488810258.08-84152598152434 `" && echo ansible-tmp-1488810258.08-84152598152434="` echo $HOME/.ansible/tmp/ansible-tmp-1488810258.08-84152598152434 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpgFMGxw TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810258.08-84152598152434/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810258.08-84152598152434/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810258.08-84152598152434/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-1488810258.08-84152598152434/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810258.08-84152598152434/" > /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 <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-1488810259.96-135771871858840 `" && echo ansible-tmp-1488810259.96-135771871858840="` echo $HOME/.ansible/tmp/ansible-tmp-1488810259.96-135771871858840 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpLHK4Hv TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810259.96-135771871858840/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810259.96-135771871858840/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810259.96-135771871858840/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-1488810259.96-135771871858840/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810259.96-135771871858840/" > /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-1488810260.59-183266426507451 `" && echo ansible-tmp-1488810260.59-183266426507451="` echo $HOME/.ansible/tmp/ansible-tmp-1488810260.59-183266426507451 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpxGeuhr TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810260.59-183266426507451/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810260.59-183266426507451/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810260.59-183266426507451/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-1488810260.59-183266426507451/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810260.59-183266426507451/" > /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 <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-1488810260.86-87266499153831 `" && echo ansible-tmp-1488810260.86-87266499153831="` echo $HOME/.ansible/tmp/ansible-tmp-1488810260.86-87266499153831 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpmYSmAz TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810260.86-87266499153831/service <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810260.86-87266499153831/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810260.86-87266499153831/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-1488810260.86-87266499153831/service; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810260.86-87266499153831/" > /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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Initialize the DIB environment variables fact] task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:111 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:114 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:118 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:121 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:125 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:129 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:136 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 <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-1488810263.69-73826619870684 `" && echo ansible-tmp-1488810263.69-73826619870684="` echo $HOME/.ansible/tmp/ansible-tmp-1488810263.69-73826619870684 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpy7IzoD TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810263.69-73826619870684/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810263.69-73826619870684/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810263.69-73826619870684/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-1488810263.69-73826619870684/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810263.69-73826619870684/" > /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 <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-1488810263.93-95406309972694 `" && echo ansible-tmp-1488810263.93-95406309972694="` echo $HOME/.ansible/tmp/ansible-tmp-1488810263.93-95406309972694 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp_QQH7I TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810263.93-95406309972694/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810263.93-95406309972694/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810263.93-95406309972694/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-1488810263.93-95406309972694/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810263.93-95406309972694/" > /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 <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-1488810264.16-159698762363637 `" && echo ansible-tmp-1488810264.16-159698762363637="` echo $HOME/.ansible/tmp/ansible-tmp-1488810264.16-159698762363637 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpn7meLQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810264.16-159698762363637/stat <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810264.16-159698762363637/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810264.16-159698762363637/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-1488810264.16-159698762363637/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810264.16-159698762363637/" > /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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} TASK [bifrost-create-dib-image : Initialize the DIB environment variables fact] task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:111 ok: [127.0.0.1] => {"ansible_facts": {"dib_env_vars_final": {"DIB_INSTALLTYPE_simple_init": "repo", "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", "LANG": "C", "LC_ALL": "C", "LC_MESSAGES": "C", "http_proxy": "", "https_proxy": ""}}, "module_name": "set_fact"}} 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:114 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:118 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: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-1488810265.69-216132113584310 `" && echo ansible-tmp-1488810265.69-216132113584310="` echo $HOME/.ansible/tmp/ansible-tmp-1488810265.69-216132113584310 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmpTBBzcG TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810265.69-216132113584310/command <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810265.69-216132113584310/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810265.69-216132113584310/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-1488810265.69-216132113584310/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810265.69-216132113584310/" > /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:07:49.398150", "end": "2017-03-06 06:32:15.216146", "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-03-06 06:24:25.817996", "stderr": "dib-run-parts Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-dib-init-system.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/..\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/14-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/50-devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:26 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:27 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/root.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:24:27 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/01-ccache\ndib-run-parts Mon Mar 6 06:24:27 PST 2017 01-ccache completed\ndib-run-parts Mon Mar 6 06:24:27 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/08-debootstrap\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 08-debootstrap completed\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/50-block-apt-translations\n0+1 records in\n0+1 records out\n27 bytes (27 B) copied, 6.0959e-05 s, 443 kB/s\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 50-block-apt-translations completed\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/50-block-daemons\n0+1 records in\n0+1 records out\n76 bytes (76 B) copied, 9.2601e-05 s, 821 kB/s\n0+1 records in\n0+1 records out\n90 bytes (90 B) copied, 7.8197e-05 s, 1.2 MB/s\n0+1 records in\n0+1 records out\n143 bytes (143 B) copied, 9.9515e-05 s, 1.4 MB/s\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 50-block-daemons completed\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/50-build-with-http-cache\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 50-build-with-http-cache completed\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/50-shared-apt-cache\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 50-shared-apt-cache completed\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/50-trim-dpkg\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 50-trim-dpkg completed\ndib-run-parts Mon Mar 6 06:26:31 PST 2017 Running /tmp/dib_build.ow18B5uL/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: Mon Mar 6 14:27:12 UTC 2017.\nUniversal Time is now: Mon Mar 6 14:27:12 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 Mon Mar 6 06:27:30 PST 2017 75-ubuntu-minimal-baseinstall completed\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/root.d/90-base-dib-run-parts\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 90-base-dib-run-parts completed\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 \ndib-run-parts Mon Mar 6 06:27:30 PST 2017 Target: root.d\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 \ndib-run-parts Mon Mar 6 06:27:30 PST 2017 Script Seconds\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 \ndib-run-parts Mon Mar 6 06:27:30 PST 2017 01-ccache 0.035\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 08-debootstrap 124.731\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 50-block-apt-translations 0.015\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 50-block-daemons 0.078\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 50-build-with-http-cache 0.004\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 50-shared-apt-cache 0.015\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 50-trim-dpkg 0.022\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 75-ubuntu-minimal-baseinstall 58.770\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 90-base-dib-run-parts 0.015\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 \ndib-run-parts Mon Mar 6 06:27:30 PST 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Mon Mar 6 06:27:30 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/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.ow18B5uL/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/..\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/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.ow18B5uL/hooks/extra-data.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/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.ow18B5uL/hooks/extra-data.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/14-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/50-devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/extra-data.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:27:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/01-copy-apt-keys\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 01-copy-apt-keys completed\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/10-create-pkg-map-dir\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 10-create-pkg-map-dir completed\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/20-manifest-dir\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 20-manifest-dir completed\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/20-stty\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 20-stty completed\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/50-devuser\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 50-devuser completed\ndib-run-parts Mon Mar 6 06:27:31 PST 2017 Running /tmp/dib_build.ow18B5uL/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: 2017-02-10 03:46:05 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, 30 Jan 2017 12:37:09 GMT\r\n> \r\n< HTTP/1.1 304 Not Modified\r\n< Date: Mon, 06 Mar 2017 14:27:43 GMT\r\n< Via: 1.1 varnish\r\n< ETag: \"581f84d8-185810\"\r\n< Age: 3519\r\n< Connection: keep-alive\r\n< X-Served-By: cache-sea1040-SEA\r\n< X-Cache: HIT\r\n< X-Cache-Hits: 1\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 Mon Mar 6 06:27:32 PST 2017 98-source-repositories completed\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/99-enable-install-types\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 99-enable-install-types completed\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/extra-data.d/99-squash-package-install\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 99-squash-package-install completed\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 \ndib-run-parts Mon Mar 6 06:27:32 PST 2017 Target: extra-data.d\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 \ndib-run-parts Mon Mar 6 06:27:32 PST 2017 Script Seconds\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 \ndib-run-parts Mon Mar 6 06:27:32 PST 2017 01-copy-apt-keys 0.004\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 10-create-pkg-map-dir 0.096\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 20-manifest-dir 0.013\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 20-stty 0.004\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 50-devuser 0.005\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 98-source-repositories 0.954\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 99-enable-install-types 0.017\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 99-squash-package-install 0.080\ndib-run-parts Mon Mar 6 06:27:32 PST 2017 \ndib-run-parts Mon Mar 6 06:27:32 PST 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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 Mon Mar 6 14:27:32 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, 4.3143e-05 s, 1.3 MB/s\ndib-run-parts Mon Mar 6 14:27:32 UTC 2017 00-disable-apt-recommends completed\ndib-run-parts Mon Mar 6 14:27:32 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-dib-python\ndib-run-parts Mon Mar 6 14:27:32 UTC 2017 01-dib-python completed\ndib-run-parts Mon Mar 6 14:27:32 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-install-bin\ndib-run-parts Mon Mar 6 14:27:32 UTC 2017 01-install-bin completed\ndib-run-parts Mon Mar 6 14:27:32 UTC 2017 Running /tmp/in_target.d/pre-install.d/01-ubuntu-apt-update\ndib-run-parts Mon Mar 6 14:27:38 UTC 2017 01-ubuntu-apt-update completed\ndib-run-parts Mon Mar 6 14:27:38 UTC 2017 Running /tmp/in_target.d/pre-install.d/02-add-apt-keys\ndib-run-parts Mon Mar 6 14:27:38 UTC 2017 02-add-apt-keys completed\ndib-run-parts Mon Mar 6 14:27:38 UTC 2017 Running /tmp/in_target.d/pre-install.d/02-package-installs\nMissing package name for distro/element: ubuntu/debootstrap\ndebconf: delaying package configuration, since apt-utils is not installed\ndib-run-parts Mon Mar 6 14:27:48 UTC 2017 02-package-installs completed\ndib-run-parts Mon Mar 6 14:27:48 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 Mon Mar 6 14:28:14 UTC 2017 03-baseline-tools completed\ndib-run-parts Mon Mar 6 14:28:14 UTC 2017 Running /tmp/in_target.d/pre-install.d/04-dib-init-system\ndib-run-parts Mon Mar 6 14:28:14 UTC 2017 04-dib-init-system completed\ndib-run-parts Mon Mar 6 14:28:14 UTC 2017 Running /tmp/in_target.d/pre-install.d/99-apt-get-update\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 99-apt-get-update completed\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 Running /tmp/in_target.d/pre-install.d/99-package-uninstalls\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 99-package-uninstalls completed\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 \ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 Target: pre-install.d\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 \ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 Script Seconds\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 \ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 00-disable-apt-recommends 0.004\ndib-run-parts Mon Mar 6 14:28:18 UTC 2017 01-dib-python 0.006\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 01-install-bin 0.008\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 01-ubuntu-apt-update 5.489\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 02-add-apt-keys 0.003\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 02-package-installs 10.228\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 03-baseline-tools 25.927\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 04-dib-init-system 0.007\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 99-apt-get-update 4.460\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 99-package-uninstalls 0.059\ndib-run-parts Mon Mar 6 14:28:19 UTC 2017 \ndib-run-parts Mon Mar 6 14:28:19 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 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 Mon Mar 6 14:28:50 UTC 2017 Running /tmp/in_target.d/install.d/00-baseline-environment\ndib-run-parts Mon Mar 6 14:28:52 UTC 2017 00-baseline-environment completed\ndib-run-parts Mon Mar 6 14:28:52 UTC 2017 Running /tmp/in_target.d/install.d/00-up-to-date\ndib-run-parts Mon Mar 6 14:28:52 UTC 2017 00-up-to-date completed\ndib-run-parts Mon Mar 6 14:28:52 UTC 2017 Running /tmp/in_target.d/install.d/01-package-installs\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-110-generic /boot/vmlinuz-3.13.0-110-generic\nrun-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-110-generic /boot/vmlinuz-3.13.0-110-generic\nupdate-initramfs: Generating /boot/initrd.img-3.13.0-110-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-110-generic /boot/vmlinuz-3.13.0-110-generic\nrun-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-110-generic /boot/vmlinuz-3.13.0-110-generic\nupdate-initramfs: Generating /boot/initrd.img-3.13.0-110-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 Mon Mar 6 14:30:48 UTC 2017 01-package-installs completed\ndib-run-parts Mon Mar 6 14:30:48 UTC 2017 Running /tmp/in_target.d/install.d/04-install-pip\n/tmp/tmprCSzSN/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/tmprCSzSN/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/tmprCSzSN/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 Mon Mar 6 14:30:51 UTC 2017 04-install-pip completed\ndib-run-parts Mon Mar 6 14:30:51 UTC 2017 Running /tmp/in_target.d/install.d/05-puppet\n--2017-03-06 14:30:51-- 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: 9827 (9.6K) [text/plain]\nSaving to: 'install_puppet.sh'\n\n 0K ......... 100% 94.9M=0s\n\n2017-03-06 14:30:52 (94.9 MB/s) - 'install_puppet.sh' saved [9827/9827]\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 54 1558k 54 847k 0 0 3908k 0 --:--:-- --:--:-- --:--:-- 3905k\r100 1558k 100 1558k 0 0 5484k 0 --:--:-- --:--:-- --:--:-- 5485k\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 84 16944 84 14209 0 0 62091 0 --:--:-- --:--:-- --:--:-- 62048\r100 16944 100 16944 0 0 64604 0 --:--:-- --:--:-- --:--:-- 64425\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 Mon Mar 6 14:31:07 UTC 2017 05-puppet completed\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 Running /tmp/in_target.d/install.d/05-set-cloud-init-sources\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 05-set-cloud-init-sources completed\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 Running /tmp/in_target.d/install.d/10-cloud-init\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 10-cloud-init completed\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 Running /tmp/in_target.d/install.d/10-debian-networking\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 10-debian-networking completed\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 Running /tmp/in_target.d/install.d/10-install-static-files\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 10-install-static-files completed\ndib-run-parts Mon Mar 6 14:31:07 UTC 2017 Running /tmp/in_target.d/install.d/12-debian-locale-gen\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 12-debian-locale-gen completed\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 Running /tmp/in_target.d/install.d/15-cleanup-debootstrap\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 15-cleanup-debootstrap completed\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 Running /tmp/in_target.d/install.d/20-install-init-scripts\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 20-install-init-scripts completed\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 Running /tmp/in_target.d/install.d/20-stty\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 20-stty completed\ndib-run-parts Mon Mar 6 14:31:08 UTC 2017 Running /tmp/in_target.d/install.d/40-glean\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 40-glean completed\ndib-run-parts Mon Mar 6 14:31:11 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 Mon Mar 6 14:31:11 UTC 2017 50-devuser completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/install.d/50-simple-init\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 Mon Mar 6 14:31:11 UTC 2017 50-simple-init completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/install.d/60-simple-init-remove-interfaces\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 60-simple-init-remove-interfaces completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/install.d/80-disable-rfc3041\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-disable-rfc3041 completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/install.d/99-package-uninstalls\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 99-package-uninstalls completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Target: install.d\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Script Seconds\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 00-baseline-environment 1.554\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 00-up-to-date 0.345\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 01-package-installs 116.204\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 04-install-pip 3.204\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 05-puppet 15.746\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 05-set-cloud-init-sources 0.004\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 10-cloud-init 0.006\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 10-debian-networking 0.012\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 10-install-static-files 0.050\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 12-debian-locale-gen 1.187\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 15-cleanup-debootstrap 0.007\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 20-install-init-scripts 0.007\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 20-stty 0.007\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 40-glean 2.416\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 50-devuser 0.035\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 50-simple-init 0.044\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 60-simple-init-remove-interfaces 0.010\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-disable-rfc3041 0.005\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 99-package-uninstalls 0.058\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Mon Mar 6 14:31:11 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 Mon Mar 6 14:31:11 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 Mon Mar 6 14:31:11 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 Mon Mar 6 14:31:11 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 Mon Mar 6 14:31:11 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 Mon Mar 6 14:31:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/14-manifests\n+ source /tmp/in_target.d/post-install.d/../environment.d/14-manifests\n++ export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n+ set +o xtrace\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-devuser\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-devuser\n++ export DIB_DEV_USER_USERNAME=devuser\n++ DIB_DEV_USER_USERNAME=devuser\n++ export DIB_DEV_USER_SHELL=\n++ DIB_DEV_USER_SHELL=\n++ export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ DIB_DEV_USER_PWDLESS_SUDO=yes\n++ export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ DIB_DEV_USER_AUTHORIZED_KEYS=\n++ export DIB_DEV_USER_PASSWORD=devuser\n++ DIB_DEV_USER_PASSWORD=devuser\n+ set +o xtrace\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-dib-python-version\n++ '[' -z '' ']'\n++ '[' 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 Mon Mar 6 14:31:11 UTC 2017 Sourcing environment file /tmp/in_target.d/post-install.d/../environment.d/50-disable-cloud-init\n+ source /tmp/in_target.d/post-install.d/../environment.d/50-disable-cloud-init\n++ export DIB_CLOUD_INIT_DATASOURCES=None\n++ DIB_CLOUD_INIT_DATASOURCES=None\n+ set +o xtrace\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/00-package-installs\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 00-package-installs completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/10-enable-init-scripts\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 10-enable-init-scripts completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-enable-sshd-service\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-enable-sshd-service completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-growroot\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-growroot completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-infra-cloud-bridge\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-infra-cloud-bridge completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/80-ssh-keygen\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-ssh-keygen completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Running /tmp/in_target.d/post-install.d/95-package-uninstalls\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 95-package-uninstalls completed\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Target: post-install.d\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 Script Seconds\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 00-package-installs 0.048\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 10-enable-init-scripts 0.004\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-enable-sshd-service 0.004\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-growroot 0.004\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-infra-cloud-bridge 0.004\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 80-ssh-keygen 0.002\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 95-package-uninstalls 0.057\ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:11 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/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.ow18B5uL/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/..\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/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.ow18B5uL/hooks/block-device.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/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.ow18B5uL/hooks/block-device.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/14-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/50-devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/block-device.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:12 PST 2017 Running /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:15 PST 2017 10-partition completed\ndib-run-parts Mon Mar 6 06:31:15 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 06:31:15 PST 2017 \ndib-run-parts Mon Mar 6 06:31:15 PST 2017 Target: block-device.d\ndib-run-parts Mon Mar 6 06:31:15 PST 2017 \ndib-run-parts Mon Mar 6 06:31:15 PST 2017 Script Seconds\ndib-run-parts Mon Mar 6 06:31:15 PST 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 06:31:15 PST 2017 \ndib-run-parts Mon Mar 6 06:31:15 PST 2017 10-partition 2.174\ndib-run-parts Mon Mar 6 06:31:15 PST 2017 \ndib-run-parts Mon Mar 6 06:31:15 PST 2017 --------------------- END PROFILING ---------------------\nmke2fs 1.42.9 (4-Feb-2014)\ndib-run-parts Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 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 Mon Mar 6 14:31:17 UTC 2017 Running /tmp/in_target.d/finalise.d/50-bootloader\ninvoke-rc.d: policy-rc.d denied execution of start.\n\nCreating config file /etc/default/grub with new version\nInstalling for i386-pc platform.\nInstallation finished. No error reported.\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-110-generic\nFound initrd image: /boot/initrd.img-3.13.0-110-generic\ndone\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 50-bootloader completed\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 Running /tmp/in_target.d/finalise.d/50-remove-bogus-udev-links\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 50-remove-bogus-udev-links completed\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 Running /tmp/in_target.d/finalise.d/99-clean-up-cache\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 99-clean-up-cache completed\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 Running /tmp/in_target.d/finalise.d/99-write-dpkg-manifest\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 99-write-dpkg-manifest completed\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 Target: finalise.d\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 Script Seconds\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 50-bootloader 15.900\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 50-remove-bogus-udev-links 0.003\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 99-clean-up-cache 0.032\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 99-write-dpkg-manifest 0.023\ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 \ndib-run-parts Mon Mar 6 14:31:33 UTC 2017 --------------------- END PROFILING ---------------------\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-ccache.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-ccache.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:2 : for CCACHEDIR in '\"/usr/lib/ccache\"' '\"/usr/lib64/ccache\"'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:3 : [[ /usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin =~ /usr/lib64/ccache ]]\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : export PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:4 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ccache.bash:source:7 : export CCACHE_DIR=/tmp/ccache\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-debootstrap-default-locale\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-debootstrap-default-locale\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-debootstrap-default-locale:source:1 : export DIB_DEBOOTSTRAP_DEFAULT_LOCALE=C.UTF-8\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n++++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dirname /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-dib-init-system.bash\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : PATH=/usr/lib64/ccache:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/..\n+++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : dib-init-system\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-dib-init-system.bash:source:1 : DIB_INIT_SYSTEM=upstart\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-ubuntu-distro-name.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/10-ubuntu-distro-name.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : export DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:1 : DISTRO_NAME=ubuntu\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : export DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:2 : DIB_RELEASE=trusty\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : export DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:3 : DIB_DEBIAN_COMPONENTS=main,restricted,universe\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:5 : '[' -n '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/10-ubuntu-distro-name.bash:source:8 : export DIB_DISTRIBUTION_MIRROR=http://archive.ubuntu.com/ubuntu\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/11-dib-install-type.bash\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/11-dib-install-type.bash\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/11-dib-install-type.bash:source:1 : export DIB_DEFAULT_INSTALLTYPE=source\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/14-manifests\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/14-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : export DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:16 : DIB_MANIFEST_IMAGE_DIR=/etc/dib-manifests\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/14-manifests:source:17 : export DIB_MANIFEST_SAVE_DIR=/httpboot/deployment_image.d/\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/50-devuser\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/50-devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : export DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:1 : DIB_DEV_USER_USERNAME=devuser\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : export DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:2 : DIB_DEV_USER_SHELL=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : export DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:3 : DIB_DEV_USER_PWDLESS_SUDO=yes\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : export DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:4 : DIB_DEV_USER_AUTHORIZED_KEYS=\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-devuser:source:5 : export DIB_DEV_USER_PASSWORD=devuser\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/50-dib-python-version\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/50-dib-python-version\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:2 : '[' -z '' ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:3 : '[' ubuntu == ubuntu ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:4 : '[' trusty == precise ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:6 : '[' trusty == trusty ']'\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:7 : DIB_PYTHON_VERSION=2\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-dib-python-version:source:26 : '[' -z 2 ']'\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Sourcing environment file /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/50-disable-cloud-init\n+ /usr/local/bin/dib-run-parts:source_environment:72 : source /tmp/dib_build.ow18B5uL/hooks/cleanup.d/../environment.d/50-disable-cloud-init\n++ /tmp/dib_build.ow18B5uL/hooks/environment.d/50-disable-cloud-init:source:1 : export DIB_CLOUD_INIT_DATASOURCES=None\n++ /tmp/dib_build.ow18B5uL/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 Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/01-ccache\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 01-ccache completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/01-copy-manifests-dir\n1+1 records in\n1+1 records out\n584 bytes (584 B) copied, 4.5421e-05 s, 12.9 MB/s\n0+1 records in\n0+1 records out\n221 bytes (221 B) copied, 7.6814e-05 s, 2.9 MB/s\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 01-copy-manifests-dir completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/40-unblock-daemons\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 40-unblock-daemons completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/50-remove-img-build-proxy\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 50-remove-img-build-proxy completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/51-bootloader\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 51-bootloader completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/60-untrim-dpkg\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 60-untrim-dpkg completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Running /tmp/dib_build.ow18B5uL/hooks/cleanup.d/90-remove-ssh-host-keys\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 90-remove-ssh-host-keys completed\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 ----------------------- PROFILING -----------------------\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 \ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Target: cleanup.d\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 \ndib-run-parts Mon Mar 6 06:31:34 PST 2017 Script Seconds\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 --------------------------------------- ----------\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 \ndib-run-parts Mon Mar 6 06:31:34 PST 2017 01-ccache 0.013\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 01-copy-manifests-dir 0.051\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 40-unblock-daemons 0.030\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 50-remove-img-build-proxy 0.013\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 51-bootloader 0.006\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 60-untrim-dpkg 0.024\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 90-remove-ssh-host-keys 0.013\ndib-run-parts Mon Mar 6 06:31:34 PST 2017 \ndib-run-parts Mon Mar 6 06:31:34 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 ubuntu-common simple-init enable-serial-console vm manifests puppet growroot source-repositories package-installs dib-python devuser dpkg dib-run-parts 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.ow18B5uL\nDeploying hooks to /tmp/dib_build.ow18B5uL/hooks\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/install-bin/pre-install.d/01-install-bin\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/install-bin/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-common/install.d/80-disable-rfc3041\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-common/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/environment.d/50-disable-cloud-init\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/50-simple-init\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/60-simple-init-remove-interfaces\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/simple-init-repo-install\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/simple-init-source-install\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/source-repository-simple-init\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/install.d/20-stty\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/install.d/serial-console-udev.rules\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/install.d/ttySx.conf\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/cleanup.d/99-fix-grub\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/vm/block-device.d/10-partition\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/vm/finalise.d/50-remove-bogus-udev-links\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/vm/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/vm/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/manifests/extra-data.d/20-manifest-dir\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/manifests/environment.d/14-manifests\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/manifests/cleanup.d/01-copy-manifests-dir\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/manifests/README.rst\nCopying hooks /opt/puppet-infracloud/files/elements/puppet/install.d/05-puppet\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/post-install.d/80-growroot\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/static/usr\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/init-scripts/openrc\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/init-scripts/systemd\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/init-scripts/upstart\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/source-repositories/extra-data.d/98-source-repositories\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/extra-data.d/99-squash-package-install\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/post-install.d/00-package-installs\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/post-install.d/95-package-uninstalls\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-installs\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-installs-squash\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-installs-v2\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-uninstalls\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/pre-install.d/02-package-installs\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/pre-install.d/99-package-uninstalls\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/install.d/01-package-installs\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/install.d/99-package-uninstalls\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/package-installs/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/package-installs/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-python/environment.d/50-dib-python-version\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-python/pre-install.d/01-dib-python\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/dib-python/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/devuser/extra-data.d/50-devuser\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/devuser/environment.d/50-devuser\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/devuser/install.d/50-devuser\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/devuser/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/extra-data.d/01-copy-apt-keys\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/bin/install-packages\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-block-apt-translations\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-block-daemons\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-build-with-http-cache\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-shared-apt-cache\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-trim-dpkg\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/pre-install.d/00-disable-apt-recommends\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/pre-install.d/02-add-apt-keys\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/pre-install.d/99-apt-get-update\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/cleanup.d/40-unblock-daemons\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/cleanup.d/50-remove-img-build-proxy\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/cleanup.d/60-untrim-dpkg\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/finalise.d/99-clean-up-cache\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/finalise.d/99-write-dpkg-manifest\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/dpkg/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/dpkg/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-run-parts/root.d/90-base-dib-run-parts\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/post-install.d/10-enable-init-scripts\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/environment.d/10-dib-init-system.bash\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/pre-install.d/04-dib-init-system\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/install.d/20-install-init-scripts\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/dib-init-system\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/install-types/extra-data.d/99-enable-install-types\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/install-types/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/install-static/install.d/10-install-static-files\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/install-static/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/install-static/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/install-static/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/openssh-server/post-install.d/80-enable-sshd-service\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/root.d/75-ubuntu-minimal-baseinstall\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/environment.d/10-ubuntu-distro-name.bash\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/pre-install.d/01-ubuntu-apt-update\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/test-share/diskimage-builder\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/element-deps\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/element-provides\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/root.d/01-ccache\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/environment.d/10-ccache.bash\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/pre-install.d/03-baseline-tools\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/install.d/00-baseline-environment\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/install.d/00-up-to-date\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/install.d/10-cloud-init\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/base/cleanup.d/01-ccache\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/base/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/base/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/base/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/base/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/root.d/08-debootstrap\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/environment.d/10-debootstrap-default-locale\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/install.d/10-debian-networking\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/install.d/12-debian-locale-gen\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/install.d/15-cleanup-debootstrap\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/bootloader/cleanup.d/51-bootloader\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/bootloader/finalise.d/50-bootloader\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/bootloader/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/bootloader/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/serial-console/extra-data.d/20-stty\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/serial-console/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/serial-console/element-deps\nCopying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/post-install.d/80-infra-cloud-bridge\nCopying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/static/opt\nCopying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/init-scripts/systemd\nCopying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/init-scripts/upstart\nCopy hook /opt/puppet-infracloud/files/elements/infra-cloud-bridge/package-installs.yaml\nCopy hook /opt/puppet-infracloud/files/elements/infra-cloud-bridge/README.rst\nCopy hook /opt/puppet-infracloud/files/elements/infra-cloud-bridge/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/post-install.d/80-ssh-keygen\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/static/usr\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/init-scripts/systemd\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/init-scripts/upstart\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/cleanup.d/90-remove-ssh-host-keys\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/test-share/diskimage-builder\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/package-installs.yaml\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/cache-url/bin/cache-url\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/cache-url/__init__.py\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/cache-url/README.rst\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/pkg-map/bin/pkg-map\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pkg-map/README.rst\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/pkg-map/element-deps\nCopying hooks /usr/local/bin/../share/diskimage-builder/elements/cloud-init-datasources/install.d/05-set-cloud-init-sources\nCopy hook /usr/local/bin/../share/diskimage-builder/elements/cloud-init-datasources/README.rst\nRunning hooks from /tmp/dib_build.ow18B5uL/hooks/root.d\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 [956 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 [399 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 [589 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 [154 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 2383 kB in 4s (485 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, 213 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.24 [736 kB]\nGet:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.24 [34.7 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 31s (730 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.24_amd64.deb ...\nAdding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'\nUnpacking udev (204-5ubuntu20.24) over (204-5ubuntu20) ...\nPreparing to unpack .../libudev1_204-5ubuntu20.24_amd64.deb ...\nUnpacking libudev1:amd64 (204-5ubuntu20.24) 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.24) ...\nSetting up udev (204-5ubuntu20.24) ...\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 (325 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 5223 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.22 [828 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 5223 kB in 8s (612 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.22_amd64.deb ...\nUnpacking libssl1.0.0:amd64 (1.0.1f-1ubuntu2.22) ...\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.22) ...\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) ...\nRunning hooks from /tmp/dib_build.ow18B5uL/hooks/extra-data.d\nDIB_ADD_APT_KEYS is not set - not importing keys\nCopying pkg-map files to /tmp/dib_build.ow18B5uL/mnt/usr/share/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/simple-init/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/growroot/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/source-repositories/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/openssh-server/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/base/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/debootstrap/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/bootloader/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map\nDeploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map\nUse of serial-console element is deprecated, please use enable-serial-console instead.\nGetting /home/jenkins/.cache/image-create/source-repositories/repositories_flock: Mon Mar 6 06:27:31 PST 2017 for /tmp/dib_build.ow18B5uL/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: Mon Mar 6 06:27:31 PST 2017 for /tmp/dib_build.ow18B5uL/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 3e70cc9 Merge \"Adjust the way we wait for interfaces to become available\"\n/tmp/dib_build.ow18B5uL/hooks/install.d /opt/bifrost/playbooks\n/opt/bifrost/playbooks\n/tmp/dib_build.ow18B5uL/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', '', '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 (635 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) ...\nreturncode: 0\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 7518 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.6 [394 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.22 [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 7518 kB in 13s (540 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.6_amd64.deb ...\nUnpacking libgnutls26:amd64 (2.12.23-12ubuntu2.6) ...\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.22_amd64.deb ...\nUnpacking openssl (1.0.1f-1ubuntu2.22) ...\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.6) ...\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.22) ...\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.6 [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 16s (811 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.6_amd64.deb ...\nUnpacking libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.6) ...\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.6) ...\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', 'cloud-utils', '', 'rsync', 'git', 'openssh-client', 'ifupdown', 'adduser', 'openssh-server', 'linux-image-generic', 'isc-dhcp-client', 'e2fsprogs', 'ca-certificates', 'ccache', 'net-tools', 'python-dev', 'bridge-utils', '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-110-generic\n> linux-image-extra-3.13.0-110-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-110-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-110-generic\n> linux-image-extra-3.13.0-110-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-110.157 [771 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-110-generic amd64 3.13.0-110.157 [15.3 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-110-generic amd64 3.13.0-110.157 [36.7 MB]\n> Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-generic amd64 3.13.0.110.118 [2458 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.32 [415 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 10s (1735 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-110.157_amd64.deb ...\n> Unpacking linux-libc-dev:amd64 (3.13.0-110.157) ...\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-110-generic.\n> Preparing to unpack .../linux-image-3.13.0-110-generic_3.13.0-110.157_amd64.deb ...\n> Unpacking linux-image-3.13.0-110-generic (3.13.0-110.157) ...\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-110-generic.\n> Preparing to unpack .../linux-image-extra-3.13.0-110-generic_3.13.0-110.157_amd64.deb ...\n> Unpacking linux-image-extra-3.13.0-110-generic (3.13.0-110.157) ...\n> Selecting previously unselected package linux-image-generic.\n> Preparing to unpack .../linux-image-generic_3.13.0.110.118_amd64.deb ...\n> Unpacking linux-image-generic (3.13.0.110.118) ...\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.32_amd64.deb ...\n> Unpacking qemu-utils (2.0.0+dfsg-2ubuntu1.32) ...\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-110.157) ...\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-110-generic (3.13.0-110.157) ...\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-110-generic\n> Setting up linux-image-extra-3.13.0-110-generic (3.13.0-110.157) ...\n> Setting up linux-image-generic (3.13.0.110.118) ...\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.32) ...\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) ...\nreturncode: 0\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.3.1-py2.py3-none-any.whl (389kB)\nCollecting appdirs>=1.4.0 (from setuptools)\n Downloading appdirs-1.4.2-py2.py3-none-any.whl\nCollecting packaging>=16.8 (from setuptools)\n Downloading packaging-16.8-py2.py3-none-any.whl\nCollecting six>=1.6.0 (from setuptools)\n Downloading six-1.10.0-py2.py3-none-any.whl\nCollecting pyparsing (from packaging>=16.8->setuptools)\n Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB)\nInstalling collected packages: appdirs, pyparsing, six, 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.2 packaging-16.8 pyparsing-2.2.0 setuptools-34.3.1 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://archive.ubuntu.com/ubuntu/ trusty/main dmidecode amd64 2.12-2 [45.9 kB]\nGet:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pciutils amd64 1:3.2.1-1ubuntu5.1 [282 kB]\nGet:8 http://apt.puppetlabs.com/ trusty/main puppet all 3.8.7-1puppetlabs1 [9308 B]\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 5s (912 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) ...\nNetwork configuration set to source /etc/network/interfaces.d/*\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.dev4\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.ow18B5uL/mnt/var/cache/apt/archives\nUnmount /tmp/dib_build.ow18B5uL/mnt/tmp/ccache\nUnmount /tmp/dib_build.ow18B5uL/mnt/sys\nUnmount /tmp/dib_build.ow18B5uL/mnt/proc\nUnmount /tmp/dib_build.ow18B5uL/mnt/dev/pts\nUnmount /tmp/dib_build.ow18B5uL/mnt/dev\nCalculating image size (this may take a minute)...\nRunning hooks from /tmp/dib_build.ow18B5uL/hooks/block-device.d\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 4s (858 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-110-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.6\",\"status\": \"ii \"},{\"package\": \"libgnutls26:amd64\",\"arch\": \"amd64\",\"version\": \"2.12.23-12ubuntu2.6\",\"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.22\",\"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.24\",\"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-110-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-110.157\",\"status\": \"ii \"},{\"package\": \"linux-image-extra-3.13.0-110-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-110.157\",\"status\": \"ii \"},{\"package\": \"linux-image-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0.110.118\",\"status\": \"ii \"},{\"package\": \"linux-libc-dev:amd64\",\"arch\": \"amd64\",\"version\": \"3.13.0-110.157\",\"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.22\",\"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.32\",\"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.24\",\"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 \"},Running hooks from /tmp/dib_build.ow18B5uL/hooks/cleanup.d\n'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests' -> '/httpboot/deployment_image.d/dib-manifests'\n'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib_arguments' -> '/httpboot/deployment_image.d/dib-manifests/dib_arguments'\n'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib_environment' -> '/httpboot/deployment_image.d/dib-manifests/dib_environment'\n'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib-manifest-dpkg-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-dpkg-deployment_image'\n'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib-manifest-git-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-git-deployment_image'\nUnmount /tmp/dib_build.ow18B5uL/mnt/sys\nUnmount /tmp/dib_build.ow18B5uL/mnt/proc\nUnmount /tmp/dib_build.ow18B5uL/mnt/dev/pts\nUnmount /tmp/dib_build.ow18B5uL/mnt/dev\nUnmount /tmp/dib_build.ow18B5uL/mnt\n/dev/loop0: [0029]:3 (/tmp/dib_image.VrHP2fOJ/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 ubuntu-common simple-init enable-serial-console vm manifests puppet growroot source-repositories package-installs dib-python devuser dpkg dib-run-parts 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.ow18B5uL", "Deploying hooks to /tmp/dib_build.ow18B5uL/hooks", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/install-bin/pre-install.d/01-install-bin", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/install-bin/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-common/install.d/80-disable-rfc3041", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-common/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/environment.d/50-disable-cloud-init", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/50-simple-init", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/60-simple-init-remove-interfaces", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/simple-init-repo-install", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/simple-init/install.d/simple-init-source-install", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/source-repository-simple-init", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/simple-init/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/install.d/20-stty", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/install.d/serial-console-udev.rules", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/install.d/ttySx.conf", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/cleanup.d/99-fix-grub", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/enable-serial-console/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/vm/block-device.d/10-partition", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/vm/finalise.d/50-remove-bogus-udev-links", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/vm/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/vm/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/manifests/extra-data.d/20-manifest-dir", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/manifests/environment.d/14-manifests", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/manifests/cleanup.d/01-copy-manifests-dir", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/manifests/README.rst", "Copying hooks /opt/puppet-infracloud/files/elements/puppet/install.d/05-puppet", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/post-install.d/80-growroot", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/static/usr", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/init-scripts/openrc", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/init-scripts/systemd", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/growroot/init-scripts/upstart", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/growroot/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/source-repositories/extra-data.d/98-source-repositories", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/source-repositories/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/extra-data.d/99-squash-package-install", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/post-install.d/00-package-installs", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/post-install.d/95-package-uninstalls", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-installs", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-installs-squash", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-installs-v2", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/bin/package-uninstalls", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/pre-install.d/02-package-installs", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/pre-install.d/99-package-uninstalls", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/install.d/01-package-installs", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/package-installs/install.d/99-package-uninstalls", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/package-installs/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/package-installs/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-python/environment.d/50-dib-python-version", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-python/pre-install.d/01-dib-python", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/dib-python/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/devuser/extra-data.d/50-devuser", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/devuser/environment.d/50-devuser", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/devuser/install.d/50-devuser", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/devuser/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/extra-data.d/01-copy-apt-keys", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/bin/install-packages", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-block-apt-translations", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-block-daemons", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-build-with-http-cache", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-shared-apt-cache", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/root.d/50-trim-dpkg", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/pre-install.d/00-disable-apt-recommends", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/pre-install.d/02-add-apt-keys", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/pre-install.d/99-apt-get-update", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/cleanup.d/40-unblock-daemons", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/cleanup.d/50-remove-img-build-proxy", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/cleanup.d/60-untrim-dpkg", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/finalise.d/99-clean-up-cache", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dpkg/finalise.d/99-write-dpkg-manifest", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/dpkg/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/dpkg/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-run-parts/root.d/90-base-dib-run-parts", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/post-install.d/10-enable-init-scripts", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/environment.d/10-dib-init-system.bash", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/pre-install.d/04-dib-init-system", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/install.d/20-install-init-scripts", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/dib-init-system/dib-init-system", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/install-types/extra-data.d/99-enable-install-types", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/install-types/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/install-static/install.d/10-install-static-files", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/install-static/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/install-static/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/install-static/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/openssh-server/post-install.d/80-enable-sshd-service", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/openssh-server/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/root.d/75-ubuntu-minimal-baseinstall", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/environment.d/10-ubuntu-distro-name.bash", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/pre-install.d/01-ubuntu-apt-update", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/test-share/diskimage-builder", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/element-deps", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/ubuntu-minimal/element-provides", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/root.d/01-ccache", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/environment.d/10-ccache.bash", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/pre-install.d/03-baseline-tools", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/install.d/00-baseline-environment", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/install.d/00-up-to-date", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/install.d/10-cloud-init", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/base/cleanup.d/01-ccache", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/base/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/base/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/base/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/base/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/root.d/08-debootstrap", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/environment.d/10-debootstrap-default-locale", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/install.d/10-debian-networking", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/install.d/12-debian-locale-gen", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/debootstrap/install.d/15-cleanup-debootstrap", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/debootstrap/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/bootloader/cleanup.d/51-bootloader", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/bootloader/finalise.d/50-bootloader", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/bootloader/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/bootloader/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/serial-console/extra-data.d/20-stty", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/serial-console/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/serial-console/element-deps", "Copying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/post-install.d/80-infra-cloud-bridge", "Copying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/static/opt", "Copying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/init-scripts/systemd", "Copying hooks /opt/puppet-infracloud/files/elements/infra-cloud-bridge/init-scripts/upstart", "Copy hook /opt/puppet-infracloud/files/elements/infra-cloud-bridge/package-installs.yaml", "Copy hook /opt/puppet-infracloud/files/elements/infra-cloud-bridge/README.rst", "Copy hook /opt/puppet-infracloud/files/elements/infra-cloud-bridge/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/post-install.d/80-ssh-keygen", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/static/usr", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/init-scripts/systemd", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/init-scripts/upstart", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/cleanup.d/90-remove-ssh-host-keys", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/install.d/pip-and-virtualenv-source-install", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/test-share/diskimage-builder", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/package-installs.yaml", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/cache-url/bin/cache-url", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/cache-url/__init__.py", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/cache-url/README.rst", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/pkg-map/extra-data.d/10-create-pkg-map-dir", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/pkg-map/bin/pkg-map", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pkg-map/README.rst", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/pkg-map/element-deps", "Copying hooks /usr/local/bin/../share/diskimage-builder/elements/cloud-init-datasources/install.d/05-set-cloud-init-sources", "Copy hook /usr/local/bin/../share/diskimage-builder/elements/cloud-init-datasources/README.rst", "Running hooks from /tmp/dib_build.ow18B5uL/hooks/root.d", "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 [956 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 [399 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 [589 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 [154 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 2383 kB in 4s (485 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, 213 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.24 [736 kB]", "Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.24 [34.7 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 31s (730 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.24_amd64.deb ...", "Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'", "Unpacking udev (204-5ubuntu20.24) over (204-5ubuntu20) ...", "Preparing to unpack .../libudev1_204-5ubuntu20.24_amd64.deb ...", "Unpacking libudev1:amd64 (204-5ubuntu20.24) 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.24) ...", "Setting up udev (204-5ubuntu20.24) ...", "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 (325 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 5223 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.22 [828 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 5223 kB in 8s (612 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.22_amd64.deb ...", "Unpacking libssl1.0.0:amd64 (1.0.1f-1ubuntu2.22) ...", "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.22) ...", "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) ...", "Running hooks from /tmp/dib_build.ow18B5uL/hooks/extra-data.d", "DIB_ADD_APT_KEYS is not set - not importing keys", "Copying pkg-map files to /tmp/dib_build.ow18B5uL/mnt/usr/share/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/simple-init/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/growroot/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/source-repositories/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/openssh-server/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/base/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/debootstrap/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/bootloader/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/runtime-ssh-host-keys/pkg-map", "Deploying pkg-map /usr/local/bin/../share/diskimage-builder/elements/pip-and-virtualenv/pkg-map", "Use of serial-console element is deprecated, please use enable-serial-console instead.", "Getting /home/jenkins/.cache/image-create/source-repositories/repositories_flock: Mon Mar 6 06:27:31 PST 2017 for /tmp/dib_build.ow18B5uL/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: Mon Mar 6 06:27:31 PST 2017 for /tmp/dib_build.ow18B5uL/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 3e70cc9 Merge \"Adjust the way we wait for interfaces to become available\"", "/tmp/dib_build.ow18B5uL/hooks/install.d /opt/bifrost/playbooks", "/opt/bifrost/playbooks", "/tmp/dib_build.ow18B5uL/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', '', '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 (635 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) ...", "returncode: 0", "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 7518 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.6 [394 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.22 [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 7518 kB in 13s (540 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.6_amd64.deb ...", "Unpacking libgnutls26:amd64 (2.12.23-12ubuntu2.6) ...", "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.22_amd64.deb ...", "Unpacking openssl (1.0.1f-1ubuntu2.22) ...", "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.6) ...", "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.22) ...", "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.6 [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 16s (811 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.6_amd64.deb ...", "Unpacking libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.6) ...", "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.6) ...", "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', 'cloud-utils', '', 'rsync', 'git', 'openssh-client', 'ifupdown', 'adduser', 'openssh-server', 'linux-image-generic', 'isc-dhcp-client', 'e2fsprogs', 'ca-certificates', 'ccache', 'net-tools', 'python-dev', 'bridge-utils', '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-110-generic", "> linux-image-extra-3.13.0-110-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-110-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-110-generic", "> linux-image-extra-3.13.0-110-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-110.157 [771 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-110-generic amd64 3.13.0-110.157 [15.3 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-110-generic amd64 3.13.0-110.157 [36.7 MB]", "> Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-generic amd64 3.13.0.110.118 [2458 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.32 [415 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 10s (1735 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-110.157_amd64.deb ...", "> Unpacking linux-libc-dev:amd64 (3.13.0-110.157) ...", "> 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-110-generic.", "> Preparing to unpack .../linux-image-3.13.0-110-generic_3.13.0-110.157_amd64.deb ...", "> Unpacking linux-image-3.13.0-110-generic (3.13.0-110.157) ...", "> 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-110-generic.", "> Preparing to unpack .../linux-image-extra-3.13.0-110-generic_3.13.0-110.157_amd64.deb ...", "> Unpacking linux-image-extra-3.13.0-110-generic (3.13.0-110.157) ...", "> Selecting previously unselected package linux-image-generic.", "> Preparing to unpack .../linux-image-generic_3.13.0.110.118_amd64.deb ...", "> Unpacking linux-image-generic (3.13.0.110.118) ...", "> 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.32_amd64.deb ...", "> Unpacking qemu-utils (2.0.0+dfsg-2ubuntu1.32) ...", "> 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-110.157) ...", "> 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-110-generic (3.13.0-110.157) ...", "> 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-110-generic", "> Setting up linux-image-extra-3.13.0-110-generic (3.13.0-110.157) ...", "> Setting up linux-image-generic (3.13.0.110.118) ...", "> 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.32) ...", "> 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) ...", "returncode: 0", "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.3.1-py2.py3-none-any.whl (389kB)", "Collecting appdirs>=1.4.0 (from setuptools)", " Downloading appdirs-1.4.2-py2.py3-none-any.whl", "Collecting packaging>=16.8 (from setuptools)", " Downloading packaging-16.8-py2.py3-none-any.whl", "Collecting six>=1.6.0 (from setuptools)", " Downloading six-1.10.0-py2.py3-none-any.whl", "Collecting pyparsing (from packaging>=16.8->setuptools)", " Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB)", "Installing collected packages: appdirs, pyparsing, six, 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.2 packaging-16.8 pyparsing-2.2.0 setuptools-34.3.1 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://archive.ubuntu.com/ubuntu/ trusty/main dmidecode amd64 2.12-2 [45.9 kB]", "Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pciutils amd64 1:3.2.1-1ubuntu5.1 [282 kB]", "Get:8 http://apt.puppetlabs.com/ trusty/main puppet all 3.8.7-1puppetlabs1 [9308 B]", "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 5s (912 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) ...", "Network configuration set to source /etc/network/interfaces.d/*", "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.dev4", "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.ow18B5uL/mnt/var/cache/apt/archives", "Unmount /tmp/dib_build.ow18B5uL/mnt/tmp/ccache", "Unmount /tmp/dib_build.ow18B5uL/mnt/sys", "Unmount /tmp/dib_build.ow18B5uL/mnt/proc", "Unmount /tmp/dib_build.ow18B5uL/mnt/dev/pts", "Unmount /tmp/dib_build.ow18B5uL/mnt/dev", "Calculating image size (this may take a minute)...", "Running hooks from /tmp/dib_build.ow18B5uL/hooks/block-device.d", "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 4s (858 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-110-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.6\",\"status\": \"ii \"},{\"package\": \"libgnutls26:amd64\",\"arch\": \"amd64\",\"version\": \"2.12.23-12ubuntu2.6\",\"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.22\",\"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.24\",\"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-110-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-110.157\",\"status\": \"ii \"},{\"package\": \"linux-image-extra-3.13.0-110-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0-110.157\",\"status\": \"ii \"},{\"package\": \"linux-image-generic\",\"arch\": \"amd64\",\"version\": \"3.13.0.110.118\",\"status\": \"ii \"},{\"package\": \"linux-libc-dev:amd64\",\"arch\": \"amd64\",\"version\": \"3.13.0-110.157\",\"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.22\",\"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.32\",\"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.24\",\"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 \"},Running hooks from /tmp/dib_build.ow18B5uL/hooks/cleanup.d", "'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests' -> '/httpboot/deployment_image.d/dib-manifests'", "'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib_arguments' -> '/httpboot/deployment_image.d/dib-manifests/dib_arguments'", "'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib_environment' -> '/httpboot/deployment_image.d/dib-manifests/dib_environment'", "'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib-manifest-dpkg-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-dpkg-deployment_image'", "'/tmp/dib_build.ow18B5uL/mnt//etc/dib-manifests/dib-manifest-git-deployment_image' -> '/httpboot/deployment_image.d/dib-manifests/dib-manifest-git-deployment_image'", "Unmount /tmp/dib_build.ow18B5uL/mnt/sys", "Unmount /tmp/dib_build.ow18B5uL/mnt/proc", "Unmount /tmp/dib_build.ow18B5uL/mnt/dev/pts", "Unmount /tmp/dib_build.ow18B5uL/mnt/dev", "Unmount /tmp/dib_build.ow18B5uL/mnt", "/dev/loop0: [0029]:3 (/tmp/dib_image.VrHP2fOJ/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:125 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:129 <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-1488810735.46-253603413240567 `" && echo ansible-tmp-1488810735.46-253603413240567="` echo $HOME/.ansible/tmp/ansible-tmp-1488810735.46-253603413240567 `" ) && sleep 0' <127.0.0.1> PUT /tmp/tmp60cskR TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.46-253603413240567/file <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.46-253603413240567/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.46-253603413240567/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-1488810735.46-253603413240567/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810735.46-253603413240567/" > /dev/null 2>&1 && sleep 0' changed: [127.0.0.1] => {"changed": true, "diff": {"after": {"path": "/httpboot"}, "before": {"path": "/httpboot"}}, "gid": 1001, "group": "ironic", "invocation": {"module_args": {"backup": null, "content": null, "delimiter": null, "diff_peek": null, "directory_mode": null, "follow": false, "force": false, "group": null, "mode": "u=rwX,g=rX,o=rX", "original_basename": null, "owner": null, "path": "/httpboot", "recurse": true, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "validate": null}, "module_name": "file"}, "mode": "0755", "owner": "ironic", "path": "/httpboot", "size": 4096, "state": "directory", "uid": 1001} TASK [bifrost-create-dib-image : Restore proper context on created data for http_boot] *** task path: /opt/bifrost/playbooks/roles/bifrost-create-dib-image/tasks/main.yml:136 skipping: [127.0.0.1] => {"changed": false, "skip_reason": "Conditional check failed", "skipped": true} PLAY [Enroll node with Ironic] ************************************************* TASK [setup] ******************************************************************* <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-1488810735.76-192988590447384 `" && echo ansible-tmp-1488810735.76-192988590447384="` echo $HOME/.ansible/tmp/ansible-tmp-1488810735.76-192988590447384 `" ) && 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-1488810735.77-67548942167813 `" && echo ansible-tmp-1488810735.77-67548942167813="` echo $HOME/.ansible/tmp/ansible-tmp-1488810735.77-67548942167813 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpTCmXn1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.76-192988590447384/setup <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-1488810735.78-184170920759993 `" && echo ansible-tmp-1488810735.78-184170920759993="` echo $HOME/.ansible/tmp/ansible-tmp-1488810735.78-184170920759993 `" ) && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.76-192988590447384/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.76-192988590447384/setup && sleep 0' <192.168.122.3> PUT /tmp/tmp7SLR3b TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.77-67548942167813/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.77-67548942167813/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.77-67548942167813/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-1488810735.76-192988590447384/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810735.76-192988590447384/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpUxyJpF TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.78-184170920759993/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.78-184170920759993/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810735.78-184170920759993/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-1488810735.77-67548942167813/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810735.77-67548942167813/" > /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-1488810735.78-184170920759993/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810735.78-184170920759993/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] ok: [controller00.opnfvlocal] ok: [compute00.opnfvlocal] TASK [ironic-enroll-dynamic : Collect facts] *********************************** task path: /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:15 <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-1488810736.53-63993542227068 `" && echo ansible-tmp-1488810736.53-63993542227068="` echo $HOME/.ansible/tmp/ansible-tmp-1488810736.53-63993542227068 `" ) && 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-1488810736.54-270427932522712 `" && echo ansible-tmp-1488810736.54-270427932522712="` echo $HOME/.ansible/tmp/ansible-tmp-1488810736.54-270427932522712 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpWfvuYP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.53-63993542227068/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.53-63993542227068/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.53-63993542227068/setup && 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-1488810736.55-140843358031752 `" && echo ansible-tmp-1488810736.55-140843358031752="` echo $HOME/.ansible/tmp/ansible-tmp-1488810736.55-140843358031752 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmplXozwn TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.54-270427932522712/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.54-270427932522712/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.54-270427932522712/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-1488810736.53-63993542227068/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810736.53-63993542227068/" > /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-1488810736.54-270427932522712/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810736.54-270427932522712/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmp_mFK6w TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.55-140843358031752/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.55-140843358031752/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810736.55-140843358031752/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-1488810736.55-140843358031752/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810736.55-140843358031752/" > /dev/null 2>&1 && sleep 0' ok: [compute00.opnfvlocal] ok: [jumphost.opnfvlocal] ok: [controller00.opnfvlocal] TASK [ironic-enroll-dynamic : If in noauth mode, unset authentication parameters.] *** task path: /opt/bifrost/playbooks/roles/ironic-enroll-dynamic/tasks/main.yml:18 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:24 <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-1488810737.45-269338924590442 `" && echo ansible-tmp-1488810737.45-269338924590442="` echo $HOME/.ansible/tmp/ansible-tmp-1488810737.45-269338924590442 `" ) && 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-1488810737.45-138604317308796 `" && echo ansible-tmp-1488810737.45-138604317308796="` echo $HOME/.ansible/tmp/ansible-tmp-1488810737.45-138604317308796 `" ) && sleep 0' <192.168.122.3> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810737.45-229813275628396 `" && echo ansible-tmp-1488810737.45-229813275628396="` echo $HOME/.ansible/tmp/ansible-tmp-1488810737.45-229813275628396 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp2sZKZP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-269338924590442/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-269338924590442/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-269338924590442/os_client_config && sleep 0' <192.168.122.3> PUT /tmp/tmpuFEg7W TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-229813275628396/os_client_config <192.168.122.4> PUT /tmp/tmpA3Vb8Y TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-138604317308796/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-229813275628396/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-229813275628396/os_client_config && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-138604317308796/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-138604317308796/os_client_config && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-269338924590442/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-269338924590442/" > /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-1488810737.45-138604317308796/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-138604317308796/" > /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-1488810737.45-229813275628396/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810737.45-229813275628396/" > /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: [controller00.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-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:31 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:38 <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-1488810738.75-251858973997430 `" && echo ansible-tmp-1488810738.75-251858973997430="` echo $HOME/.ansible/tmp/ansible-tmp-1488810738.75-251858973997430 `" ) && 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-1488810738.75-88592050585114 `" && echo ansible-tmp-1488810738.75-88592050585114="` echo $HOME/.ansible/tmp/ansible-tmp-1488810738.75-88592050585114 `" ) && 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-1488810738.75-247751202007120 `" && echo ansible-tmp-1488810738.75-247751202007120="` echo $HOME/.ansible/tmp/ansible-tmp-1488810738.75-247751202007120 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpVT7lIY TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-251858973997430/os_ironic <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-251858973997430/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-251858973997430/os_ironic && sleep 0' <192.168.122.4> PUT /tmp/tmpBOtQeq TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-88592050585114/os_ironic <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-88592050585114/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-88592050585114/os_ironic && sleep 0' <192.168.122.3> PUT /tmp/tmpeHfofZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-247751202007120/os_ironic <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-247751202007120/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-247751202007120/os_ironic && 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-1488810738.75-251858973997430/os_ironic; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-251858973997430/" > /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-1488810738.75-88592050585114/os_ironic; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-88592050585114/" > /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-1488810738.75-247751202007120/os_ironic; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810738.75-247751202007120/" > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"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:4d:38:6d"}], "properties": {"cpu_arch": "x86_64", "cpus": "2", "disk_size": "30", "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: [controller00.opnfvlocal] => {"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:56:17:d3"}], "properties": {"cpu_arch": "x86_64", "cpus": "2", "disk_size": "30", "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: [jumphost.opnfvlocal] => {"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:10:e0:d1"}], "properties": {"cpu_arch": "x86_64", "cpus": "2", "disk_size": "30", "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 : Collect facts] ************************************* task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:15 <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-1488810740.46-49570977103086 `" && echo ansible-tmp-1488810740.46-49570977103086="` echo $HOME/.ansible/tmp/ansible-tmp-1488810740.46-49570977103086 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpIULXn6 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.46-49570977103086/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.46-49570977103086/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.46-49570977103086/setup && 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-1488810740.47-163621078674539 `" && echo ansible-tmp-1488810740.47-163621078674539="` echo $HOME/.ansible/tmp/ansible-tmp-1488810740.47-163621078674539 `" ) && 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-1488810740.46-49570977103086/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810740.46-49570977103086/" > /dev/null 2>&1 && sleep 0' <192.168.122.3> PUT /tmp/tmphnA79t TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.47-163621078674539/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.47-163621078674539/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.47-163621078674539/setup && 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-1488810740.49-220213723550414 `" && echo ansible-tmp-1488810740.49-220213723550414="` echo $HOME/.ansible/tmp/ansible-tmp-1488810740.49-220213723550414 `" ) && 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-1488810740.47-163621078674539/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810740.47-163621078674539/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpnds0sF TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.49-220213723550414/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.49-220213723550414/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810740.49-220213723550414/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-1488810740.49-220213723550414/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810740.49-220213723550414/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] ok: [controller00.opnfvlocal] ok: [compute00.opnfvlocal] TASK [ironic-inspect-node : If in noauth mode, unset authentication parameters.] *** task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:18 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:24 <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-1488810741.36-32626504040341 `" && echo ansible-tmp-1488810741.36-32626504040341="` echo $HOME/.ansible/tmp/ansible-tmp-1488810741.36-32626504040341 `" ) && 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-1488810741.36-279877577915337 `" && echo ansible-tmp-1488810741.36-279877577915337="` echo $HOME/.ansible/tmp/ansible-tmp-1488810741.36-279877577915337 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpVJOGN1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-279877577915337/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-279877577915337/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-279877577915337/os_client_config && sleep 0' <192.168.122.2> PUT /tmp/tmp5Likzy TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-32626504040341/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-32626504040341/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-32626504040341/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-1488810741.36-279877577915337/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-279877577915337/" > /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-1488810741.36-32626504040341/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810741.36-32626504040341/" > /dev/null 2>&1 && 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-1488810741.39-78874700888047 `" && echo ansible-tmp-1488810741.39-78874700888047="` echo $HOME/.ansible/tmp/ansible-tmp-1488810741.39-78874700888047 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpwydR2Z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.39-78874700888047/os_client_config <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.39-78874700888047/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810741.39-78874700888047/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-1488810741.39-78874700888047/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810741.39-78874700888047/" > /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:31 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:38 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:47 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 : Sending dnsmasq HUP] ******************************* task path: /opt/bifrost/playbooks/roles/ironic-inspect-node/tasks/main.yml:56 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:63 <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-1488810742.94-200300035362837 `" && echo ansible-tmp-1488810742.94-200300035362837="` echo $HOME/.ansible/tmp/ansible-tmp-1488810742.94-200300035362837 `" ) && 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.3> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810742.94-93942371523186 `" && echo ansible-tmp-1488810742.94-93942371523186="` echo $HOME/.ansible/tmp/ansible-tmp-1488810742.94-93942371523186 `" ) && sleep 0' <192.168.122.4> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810742.94-237240340501231 `" && echo ansible-tmp-1488810742.94-237240340501231="` echo $HOME/.ansible/tmp/ansible-tmp-1488810742.94-237240340501231 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpEiYDSc TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-93942371523186/os_ironic_inspect <192.168.122.2> PUT /tmp/tmp3z85Og TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-200300035362837/os_ironic_inspect <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-93942371523186/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-93942371523186/os_ironic_inspect && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-200300035362837/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-200300035362837/os_ironic_inspect && sleep 0' <192.168.122.4> PUT /tmp/tmpa4TGm9 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-237240340501231/os_ironic_inspect <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-237240340501231/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-237240340501231/os_ironic_inspect && 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-1488810742.94-200300035362837/os_ironic_inspect; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-200300035362837/" > /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-1488810742.94-93942371523186/os_ironic_inspect; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-93942371523186/" > /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-1488810742.94-237240340501231/os_ironic_inspect; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810742.94-237240340501231/" > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"ansible_facts": {"cpu_arch": "x86_64", "cpus": "2", "local_gb": "30", "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"}} changed: [controller00.opnfvlocal] => {"ansible_facts": {"cpu_arch": "x86_64", "cpus": "2", "local_gb": "30", "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: [jumphost.opnfvlocal] => {"ansible_facts": {"cpu_arch": "x86_64", "cpus": "2", "local_gb": "30", "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"}} PLAY [Create configuration drive files and deploy machines] ******************** TASK [setup] ******************************************************************* <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-1488810796.32-247150666646552 `" && echo ansible-tmp-1488810796.32-247150666646552="` echo $HOME/.ansible/tmp/ansible-tmp-1488810796.32-247150666646552 `" ) && 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-1488810796.32-210204169022813 `" && echo ansible-tmp-1488810796.32-210204169022813="` echo $HOME/.ansible/tmp/ansible-tmp-1488810796.32-210204169022813 `" ) && 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-1488810796.32-52229985983081 `" && echo ansible-tmp-1488810796.32-52229985983081="` echo $HOME/.ansible/tmp/ansible-tmp-1488810796.32-52229985983081 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp6lum5Y TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-247150666646552/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-247150666646552/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-247150666646552/setup && sleep 0' <192.168.122.4> PUT /tmp/tmpH_VwOH TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-210204169022813/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-210204169022813/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-210204169022813/setup && sleep 0' <192.168.122.3> PUT /tmp/tmpGMUTdJ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-52229985983081/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-52229985983081/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-52229985983081/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-1488810796.32-210204169022813/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-210204169022813/" > /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-1488810796.32-247150666646552/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-247150666646552/" > /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-1488810796.32-52229985983081/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810796.32-52229985983081/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] ok: [controller00.opnfvlocal] ok: [compute00.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 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 <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-1488810797.1-173643437363099 `" && echo ansible-tmp-1488810797.1-173643437363099="` echo $HOME/.ansible/tmp/ansible-tmp-1488810797.1-173643437363099 `" ) && 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-1488810797.1-100531702274393 `" && echo ansible-tmp-1488810797.1-100531702274393="` echo $HOME/.ansible/tmp/ansible-tmp-1488810797.1-100531702274393 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpwZQVoq TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-173643437363099/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-173643437363099/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-173643437363099/os_client_config && sleep 0' <192.168.122.3> PUT /tmp/tmpKI3RHy TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-100531702274393/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-100531702274393/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-100531702274393/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-1488810797.12-144688865571027 `" && echo ansible-tmp-1488810797.12-144688865571027="` echo $HOME/.ansible/tmp/ansible-tmp-1488810797.12-144688865571027 `" ) && 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-1488810797.1-173643437363099/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-173643437363099/" > /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-1488810797.1-100531702274393/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810797.1-100531702274393/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpdEGEEp TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.12-144688865571027/os_client_config <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.12-144688865571027/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810797.12-144688865571027/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-1488810797.12-144688865571027/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810797.12-144688865571027/" > /dev/null 2>&1 && sleep 0' ok: [compute00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} ok: [controller00.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} ok: [jumphost.opnfvlocal] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"} TASK [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 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 <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-1488810798.31-176612503067098 `" && echo ansible-tmp-1488810798.31-176612503067098="` echo $HOME/.ansible/tmp/ansible-tmp-1488810798.31-176612503067098 `" ) && 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-1488810798.31-184542232809683 `" && echo ansible-tmp-1488810798.31-184542232809683="` echo $HOME/.ansible/tmp/ansible-tmp-1488810798.31-184542232809683 `" ) && 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-1488810798.32-182894913995710 `" && echo ansible-tmp-1488810798.32-182894913995710="` echo $HOME/.ansible/tmp/ansible-tmp-1488810798.32-182894913995710 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpiXlqGR TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-176612503067098/os_ironic_facts <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-176612503067098/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-176612503067098/os_ironic_facts && sleep 0' <192.168.122.4> PUT /tmp/tmpjNahKy TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.32-182894913995710/os_ironic_facts <192.168.122.3> PUT /tmp/tmpwoyuni TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-184542232809683/os_ironic_facts <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.32-182894913995710/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.32-182894913995710/os_ironic_facts && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-184542232809683/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-184542232809683/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-1488810798.31-176612503067098/os_ironic_facts; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-176612503067098/" > /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-1488810798.32-182894913995710/os_ironic_facts; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810798.32-182894913995710/" > /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-1488810798.31-184542232809683/os_ironic_facts; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810798.31-184542232809683/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] => {"ansible_facts": {"HUMAN_ID": false, "NAME_ATTR": "name", "chassis_uuid": null, "console_enabled": false, "created_at": "2017-03-06T14:32:20+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-03-06T14:33:13+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": "2", "local_gb": "30", "memory_mb": "8192"}, "provision_state": "available", "provision_updated_at": "2017-03-06T14:33:16+00:00", "reservation": null, "target_power_state": null, "target_provision_state": null, "updated_at": "2017-03-06T14:33:16+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"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"HUMAN_ID": false, "NAME_ATTR": "name", "chassis_uuid": null, "console_enabled": false, "created_at": "2017-03-06T14:32:19+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-03-06T14:33:13+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": "2", "local_gb": "30", "memory_mb": "8192"}, "provision_state": "available", "provision_updated_at": "2017-03-06T14:33:15+00:00", "reservation": null, "target_power_state": null, "target_provision_state": null, "updated_at": "2017-03-06T14:33:15+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: [jumphost.opnfvlocal] => {"ansible_facts": {"HUMAN_ID": false, "NAME_ATTR": "name", "chassis_uuid": null, "console_enabled": false, "created_at": "2017-03-06T14:32:20+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-03-06T14:33:14+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": "2", "local_gb": "30", "memory_mb": "8192"}, "provision_state": "available", "provision_updated_at": "2017-03-06T14:33:16+00:00", "reservation": null, "target_power_state": null, "target_provision_state": null, "updated_at": "2017-03-06T14:33:16+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"}} 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 ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810799.77-255843685587803 `" && echo ansible-tmp-1488810799.77-255843685587803="` echo $HOME/.ansible/tmp/ansible-tmp-1488810799.77-255843685587803 `" ) && sleep 0' PUT /tmp/tmp3fqlYb TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.77-255843685587803/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.77-255843685587803/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.77-255843685587803/stat && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810799.78-52457521353425 `" && echo ansible-tmp-1488810799.78-52457521353425="` echo $HOME/.ansible/tmp/ansible-tmp-1488810799.78-52457521353425 `" ) && 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-1488810799.77-255843685587803/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810799.77-255843685587803/" > /dev/null 2>&1 && sleep 0' PUT /tmp/tmpiEQ68w TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.78-52457521353425/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.78-52457521353425/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.78-52457521353425/stat && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810799.8-203998487539744 `" && echo ansible-tmp-1488810799.8-203998487539744="` echo $HOME/.ansible/tmp/ansible-tmp-1488810799.8-203998487539744 `" ) && 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-1488810799.78-52457521353425/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810799.78-52457521353425/" > /dev/null 2>&1 && sleep 0' PUT /tmp/tmpvORbgZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.8-203998487539744/stat EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.8-203998487539744/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810799.8-203998487539744/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-1488810799.8-203998487539744/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810799.8-203998487539744/" > /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": "/home/jenkins/.ssh/id_rsa.pub"}, "module_name": "stat"}, "stat": {"atime": 1488787069.287526, "checksum": "19cb02bddf51ecc75e57d225113783351159d208", "ctime": 1485781347.2863712, "dev": 64769, "exists": true, "gid": 1000, "gr_name": "jenkins", "inode": 3017710, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "2b6ec65dd50317f22f8432a8a39e85c9", "mode": "0644", "mtime": 1485781347.2863712, "nlink": 1, "path": "/home/jenkins/.ssh/id_rsa.pub", "pw_name": "jenkins", "rgrp": true, "roth": true, "rusr": true, "size": 412, "uid": 1000, "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": "/home/jenkins/.ssh/id_rsa.pub"}, "module_name": "stat"}, "stat": {"atime": 1488787069.287526, "checksum": "19cb02bddf51ecc75e57d225113783351159d208", "ctime": 1485781347.2863712, "dev": 64769, "exists": true, "gid": 1000, "gr_name": "jenkins", "inode": 3017710, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "2b6ec65dd50317f22f8432a8a39e85c9", "mode": "0644", "mtime": 1485781347.2863712, "nlink": 1, "path": "/home/jenkins/.ssh/id_rsa.pub", "pw_name": "jenkins", "rgrp": true, "roth": true, "rusr": true, "size": 412, "uid": 1000, "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": 1488787069.287526, "checksum": "19cb02bddf51ecc75e57d225113783351159d208", "ctime": 1485781347.2863712, "dev": 64769, "exists": true, "gid": 1000, "gr_name": "jenkins", "inode": 3017710, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "2b6ec65dd50317f22f8432a8a39e85c9", "mode": "0644", "mtime": 1485781347.2863712, "nlink": 1, "path": "/home/jenkins/.ssh/id_rsa.pub", "pw_name": "jenkins", "rgrp": true, "roth": true, "rusr": true, "size": 412, "uid": 1000, "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 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 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: [jumphost.opnfvlocal] => {"ansible_facts": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNS7s/zpz9PmhDJsSoBsfY+cwJtHcinCq3sVISG4rRafnNS6P0j6IvHW6pI6s6cvcct4a9qc+4Ci1xzf2tk6D6pkaJgdznoc0Vsr7M/SdtNh7E1/6S1DamQ15oaA5YFd4DNXomRgznxNBbyOQKXs6fGFaNvQFZj9+DDIZ2cg2DaqxNeSBz4TuHtyZ1hBh91L1amlLFRDFPa8oZ/LOrUj3eYlMBSUwsalkT3KqK56FQ278pOuumIlSIiK23Q+5l86WqNWvMCsxiwBZpJtGOLX5NPHUY8o9aaX28HU/9nT2DlmnC0wddnyNc/hnG+XVkapgWUpfgAyDBYaZ6wTztIkfv jenkins@jenkins-bifrost-ubuntu"}, "changed": false, "invocation": {"module_args": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNS7s/zpz9PmhDJsSoBsfY+cwJtHcinCq3sVISG4rRafnNS6P0j6IvHW6pI6s6cvcct4a9qc+4Ci1xzf2tk6D6pkaJgdznoc0Vsr7M/SdtNh7E1/6S1DamQ15oaA5YFd4DNXomRgznxNBbyOQKXs6fGFaNvQFZj9+DDIZ2cg2DaqxNeSBz4TuHtyZ1hBh91L1amlLFRDFPa8oZ/LOrUj3eYlMBSUwsalkT3KqK56FQ278pOuumIlSIiK23Q+5l86WqNWvMCsxiwBZpJtGOLX5NPHUY8o9aaX28HU/9nT2DlmnC0wddnyNc/hnG+XVkapgWUpfgAyDBYaZ6wTztIkfv jenkins@jenkins-bifrost-ubuntu"}, "module_name": "set_fact"}} ok: [controller00.opnfvlocal] => {"ansible_facts": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNS7s/zpz9PmhDJsSoBsfY+cwJtHcinCq3sVISG4rRafnNS6P0j6IvHW6pI6s6cvcct4a9qc+4Ci1xzf2tk6D6pkaJgdznoc0Vsr7M/SdtNh7E1/6S1DamQ15oaA5YFd4DNXomRgznxNBbyOQKXs6fGFaNvQFZj9+DDIZ2cg2DaqxNeSBz4TuHtyZ1hBh91L1amlLFRDFPa8oZ/LOrUj3eYlMBSUwsalkT3KqK56FQ278pOuumIlSIiK23Q+5l86WqNWvMCsxiwBZpJtGOLX5NPHUY8o9aaX28HU/9nT2DlmnC0wddnyNc/hnG+XVkapgWUpfgAyDBYaZ6wTztIkfv jenkins@jenkins-bifrost-ubuntu"}, "changed": false, "invocation": {"module_args": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNS7s/zpz9PmhDJsSoBsfY+cwJtHcinCq3sVISG4rRafnNS6P0j6IvHW6pI6s6cvcct4a9qc+4Ci1xzf2tk6D6pkaJgdznoc0Vsr7M/SdtNh7E1/6S1DamQ15oaA5YFd4DNXomRgznxNBbyOQKXs6fGFaNvQFZj9+DDIZ2cg2DaqxNeSBz4TuHtyZ1hBh91L1amlLFRDFPa8oZ/LOrUj3eYlMBSUwsalkT3KqK56FQ278pOuumIlSIiK23Q+5l86WqNWvMCsxiwBZpJtGOLX5NPHUY8o9aaX28HU/9nT2DlmnC0wddnyNc/hnG+XVkapgWUpfgAyDBYaZ6wTztIkfv jenkins@jenkins-bifrost-ubuntu"}, "module_name": "set_fact"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNS7s/zpz9PmhDJsSoBsfY+cwJtHcinCq3sVISG4rRafnNS6P0j6IvHW6pI6s6cvcct4a9qc+4Ci1xzf2tk6D6pkaJgdznoc0Vsr7M/SdtNh7E1/6S1DamQ15oaA5YFd4DNXomRgznxNBbyOQKXs6fGFaNvQFZj9+DDIZ2cg2DaqxNeSBz4TuHtyZ1hBh91L1amlLFRDFPa8oZ/LOrUj3eYlMBSUwsalkT3KqK56FQ278pOuumIlSIiK23Q+5l86WqNWvMCsxiwBZpJtGOLX5NPHUY8o9aaX28HU/9nT2DlmnC0wddnyNc/hnG+XVkapgWUpfgAyDBYaZ6wTztIkfv jenkins@jenkins-bifrost-ubuntu"}, "changed": false, "invocation": {"module_args": {"ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNS7s/zpz9PmhDJsSoBsfY+cwJtHcinCq3sVISG4rRafnNS6P0j6IvHW6pI6s6cvcct4a9qc+4Ci1xzf2tk6D6pkaJgdznoc0Vsr7M/SdtNh7E1/6S1DamQ15oaA5YFd4DNXomRgznxNBbyOQKXs6fGFaNvQFZj9+DDIZ2cg2DaqxNeSBz4TuHtyZ1hBh91L1amlLFRDFPa8oZ/LOrUj3eYlMBSUwsalkT3KqK56FQ278pOuumIlSIiK23Q+5l86WqNWvMCsxiwBZpJtGOLX5NPHUY8o9aaX28HU/9nT2DlmnC0wddnyNc/hnG+XVkapgWUpfgAyDBYaZ6wTztIkfv jenkins@jenkins-bifrost-ubuntu"}, "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 <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-1488810800.2-53711430844426 `" && echo ansible-tmp-1488810800.2-53711430844426="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.2-53711430844426 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpbZbmWj TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.2-53711430844426/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.2-53711430844426/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.2-53711430844426/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-1488810800.2-53711430844426/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.2-53711430844426/" > /dev/null 2>&1 && 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-1488810800.22-181030974244773 `" && echo ansible-tmp-1488810800.22-181030974244773="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.22-181030974244773 `" ) && 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-1488810800.23-102362140775606 `" && echo ansible-tmp-1488810800.23-102362140775606="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.23-102362140775606 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpmCqmGt TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.23-102362140775606/command <192.168.122.3> PUT /tmp/tmpmLJc0W TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.22-181030974244773/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.23-102362140775606/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.23-102362140775606/command && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.22-181030974244773/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.22-181030974244773/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-1488810800.23-102362140775606/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.23-102362140775606/" > /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-1488810800.22-181030974244773/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.22-181030974244773/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": ["mktemp", "-d"], "delta": "0:00:00.003317", "end": "2017-03-06 06:33:20.320799", "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-03-06 06:33:20.317482", "stderr": "", "stdout": "/tmp/tmp.kWULPmVaXi", "stdout_lines": ["/tmp/tmp.kWULPmVaXi"], "warnings": []} changed: [controller00.opnfvlocal] => {"changed": true, "cmd": ["mktemp", "-d"], "delta": "0:00:00.004121", "end": "2017-03-06 06:33:20.332413", "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-03-06 06:33:20.328292", "stderr": "", "stdout": "/tmp/tmp.LK0zGdw3mk", "stdout_lines": ["/tmp/tmp.LK0zGdw3mk"], "warnings": []} changed: [compute00.opnfvlocal] => {"changed": true, "cmd": ["mktemp", "-d"], "delta": "0:00:00.003292", "end": "2017-03-06 06:33:20.343683", "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-03-06 06:33:20.340391", "stderr": "", "stdout": "/tmp/tmp.3yd1RSII4Q", "stdout_lines": ["/tmp/tmp.3yd1RSII4Q"], "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 <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-1488810800.41-15678176176115 `" && echo ansible-tmp-1488810800.41-15678176176115="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.41-15678176176115 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpx2YrGT TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.41-15678176176115/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.41-15678176176115/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.41-15678176176115/file && 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-1488810800.42-42117504896583 `" && echo ansible-tmp-1488810800.42-42117504896583="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.42-42117504896583 `" ) && 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-1488810800.42-244743860634996 `" && echo ansible-tmp-1488810800.42-244743860634996="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.42-244743860634996 `" ) && 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-1488810800.41-15678176176115/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.41-15678176176115/" > /dev/null 2>&1 && sleep 0' <192.168.122.3> PUT /tmp/tmpfiDtfr TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-42117504896583/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-42117504896583/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-42117504896583/file && sleep 0' <192.168.122.4> PUT /tmp/tmpURdIlW TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-244743860634996/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-244743860634996/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-244743860634996/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-1488810800.42-244743860634996/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-244743860634996/" > /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-1488810800.42-42117504896583/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.42-42117504896583/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "state": "directory"}, "before": {"path": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/2012-08-10/", "original_basename": null, "owner": null, "path": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/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.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "state": "directory"}, "before": {"path": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/2012-08-10/", "original_basename": null, "owner": null, "path": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/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.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "state": "directory"}, "before": {"path": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/2012-08-10/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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 <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-1488810800.62-126338970725414 `" && echo ansible-tmp-1488810800.62-126338970725414="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.62-126338970725414 `" ) && 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-1488810800.63-270625252539614 `" && echo ansible-tmp-1488810800.63-270625252539614="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.63-270625252539614 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpHW54Q9 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.62-126338970725414/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.62-126338970725414/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.62-126338970725414/file && sleep 0' <192.168.122.3> PUT /tmp/tmp447LMM TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.63-270625252539614/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.63-270625252539614/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.63-270625252539614/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-1488810800.64-121637379991898 `" && echo ansible-tmp-1488810800.64-121637379991898="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.64-121637379991898 `" ) && 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-1488810800.62-126338970725414/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.62-126338970725414/" > /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-1488810800.63-270625252539614/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.63-270625252539614/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpNybWvC TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.64-121637379991898/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.64-121637379991898/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.64-121637379991898/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-1488810800.64-121637379991898/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.64-121637379991898/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "state": "directory"}, "before": {"path": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "original_basename": null, "owner": null, "path": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/latest/", "size": 4096, "state": "directory", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "state": "directory"}, "before": {"path": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "original_basename": null, "owner": null, "path": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/latest/", "size": 4096, "state": "directory", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "state": "directory"}, "before": {"path": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/latest/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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 <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-1488810800.84-205495556392146 `" && echo ansible-tmp-1488810800.84-205495556392146="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146 `" ) && 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-1488810800.85-227083906490327 `" && echo ansible-tmp-1488810800.85-227083906490327="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpazlwWm TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/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-1488810800.84-205495556392146/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-1488810800.86-8237596395296 `" && echo ansible-tmp-1488810800.86-8237596395296="` echo $HOME/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmptv0hVh TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/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-1488810800.85-227083906490327/stat && sleep 0' <192.168.122.4> PUT /tmp/tmpEPrjSp TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/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-1488810800.86-8237596395296/stat && sleep 0' <192.168.122.2> PUT /tmp/tmpWhTa55 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/source && sleep 0' <192.168.122.2> PUT /tmp/tmpwrFmQi TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/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-1488810800.84-205495556392146/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpCYci4R TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/source && sleep 0' <192.168.122.3> PUT /tmp/tmpREPKiw TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpRL0M8C TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/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-1488810800.85-227083906490327/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpFvU5_k TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/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-1488810800.86-8237596395296/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "7f3afbe1357778ac7f95e3ecb66498cdcc4138fe", "dest": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/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-1488810800.84-205495556392146/source", "validate": null}}, "md5sum": "f33ab5a0d7fc7ad05ccd9f0fc93d2bc5", "mode": "0644", "owner": "root", "size": 766, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.84-205495556392146/source", "state": "file", "uid": 0} <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/ > /dev/null 2>&1 && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "ed1228a9deb52e542f23cb15284e9be5c0e06c46", "dest": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/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-1488810800.85-227083906490327/source", "validate": null}}, "md5sum": "711f39123819c63142780116bd04c65f", "mode": "0644", "owner": "root", "size": 774, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.85-227083906490327/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "681ccb00693acada7f99f3085a1935b8f3bc2e60", "dest": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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-1488810800.86-8237596395296/source", "validate": null}}, "md5sum": "c216e2354eb967e94925bcd6617190cd", "mode": "0644", "owner": "root", "size": 768, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810800.86-8237596395296/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 <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-1488810801.2-149171158964387 `" && echo ansible-tmp-1488810801.2-149171158964387="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387 `" ) && 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-1488810801.21-110209250921673 `" && echo ansible-tmp-1488810801.21-110209250921673="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpFEsVQd TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/stat && sleep 0' <192.168.122.3> PUT /tmp/tmp3xW8zw TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/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-1488810801.2-149171158964387/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-1488810801.23-87851990507698 `" && echo ansible-tmp-1488810801.23-87851990507698="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698 `" ) && 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-1488810801.21-110209250921673/stat && sleep 0' <192.168.122.4> PUT /tmp/tmpBSDxD2 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/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-1488810801.23-87851990507698/stat && sleep 0' <192.168.122.2> PUT /tmp/tmpxHZuxA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/source && sleep 0' <192.168.122.3> PUT /tmp/tmpiyaFMZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/source && sleep 0' <192.168.122.2> PUT /tmp/tmpx0DiJK TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpPJUEot TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/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-1488810801.2-149171158964387/copy && sleep 0' <192.168.122.4> PUT /tmp/tmp_RvatD TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/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-1488810801.21-110209250921673/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpCJ2bML TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/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-1488810801.23-87851990507698/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "7f3afbe1357778ac7f95e3ecb66498cdcc4138fe", "dest": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/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-1488810801.2-149171158964387/source", "validate": null}}, "md5sum": "f33ab5a0d7fc7ad05ccd9f0fc93d2bc5", "mode": "0644", "owner": "root", "size": 766, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.2-149171158964387/source", "state": "file", "uid": 0} <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "ed1228a9deb52e542f23cb15284e9be5c0e06c46", "dest": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/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-1488810801.21-110209250921673/source", "validate": null}}, "md5sum": "711f39123819c63142780116bd04c65f", "mode": "0644", "owner": "root", "size": 774, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.21-110209250921673/source", "state": "file", "uid": 0} <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/ > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "681ccb00693acada7f99f3085a1935b8f3bc2e60", "dest": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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-1488810801.23-87851990507698/source", "validate": null}}, "md5sum": "c216e2354eb967e94925bcd6617190cd", "mode": "0644", "owner": "root", "size": 768, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.23-87851990507698/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 <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-1488810801.66-254671233432923 `" && echo ansible-tmp-1488810801.66-254671233432923="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.66-254671233432923 `" ) && 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.3> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.66-240918177384940 `" && echo ansible-tmp-1488810801.66-240918177384940="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.66-240918177384940 `" ) && sleep 0' <192.168.122.4> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.66-260552726342438 `" && echo ansible-tmp-1488810801.66-260552726342438="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.66-260552726342438 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpuUGxxP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-240918177384940/network_metadata <192.168.122.4> PUT /tmp/tmpPXLK64 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-260552726342438/network_metadata <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-240918177384940/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-240918177384940/network_metadata && sleep 0' <192.168.122.2> PUT /tmp/tmpVZL_2z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-254671233432923/network_metadata <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-254671233432923/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-254671233432923/network_metadata && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-260552726342438/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-260552726342438/network_metadata && 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-1488810801.66-240918177384940/network_metadata; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-240918177384940/" > /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-1488810801.66-260552726342438/network_metadata; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-260552726342438/" > /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-1488810801.66-254671233432923/network_metadata; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.66-254671233432923/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] => {"ansible_facts": {"network_metadata": {"links": [{"ethernet_mac_address": "52:54:00:56:17:d3", "id": "52:54:00:56:17:d3", "mtu": "1500", "type": "phy"}], "networks": [{"dns_nameservers": ["8.8.8.8"], "id": "ipv4-52:54:00:56:17:d3", "ip_address": "192.168.122.3", "link": "52:54:00:56:17:d3", "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:56:17:d3"}], "node_network_data": {}, "vlan_id": ""}, "module_name": "network_metadata"}} ok: [compute00.opnfvlocal] => {"ansible_facts": {"network_metadata": {"links": [{"ethernet_mac_address": "52:54:00:4d:38:6d", "id": "52:54:00:4d:38:6d", "mtu": "1500", "type": "phy"}], "networks": [{"dns_nameservers": ["8.8.8.8"], "id": "ipv4-52:54:00:4d:38:6d", "ip_address": "192.168.122.4", "link": "52:54:00:4d:38:6d", "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:4d:38:6d"}], "node_network_data": {}, "vlan_id": ""}, "module_name": "network_metadata"}} ok: [jumphost.opnfvlocal] => {"ansible_facts": {"network_metadata": {"links": [{"ethernet_mac_address": "52:54:00:10:e0:d1", "id": "52:54:00:10:e0:d1", "mtu": "1500", "type": "phy"}], "networks": [{"dns_nameservers": ["8.8.8.8"], "id": "ipv4-52:54:00:10:e0:d1", "ip_address": "192.168.122.2", "link": "52:54:00:10:e0:d1", "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:10:e0:d1"}], "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 <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-1488810801.85-247177727473336 `" && echo ansible-tmp-1488810801.85-247177727473336="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpJltY__ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/stat && 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-1488810801.87-13476094403090 `" && echo ansible-tmp-1488810801.87-13476094403090="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090 `" ) && 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-1488810801.87-200034578717419 `" && echo ansible-tmp-1488810801.87-200034578717419="` echo $HOME/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419 `" ) && 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-1488810801.85-247177727473336/stat && sleep 0' <192.168.122.4> PUT /tmp/tmpkfksHO TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/stat && sleep 0' <192.168.122.3> PUT /tmp/tmp65HtxK TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/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-1488810801.87-200034578717419/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-1488810801.87-13476094403090/stat && sleep 0' <192.168.122.3> PUT /tmp/tmpFXQgTk TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/source <192.168.122.2> PUT /tmp/tmpWNqPyq TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/source && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/source && sleep 0' <192.168.122.2> PUT /tmp/tmpDdas7z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/copy && sleep 0' <192.168.122.3> PUT /tmp/tmp2pVT2W TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/copy <192.168.122.4> PUT /tmp/tmpVedlIM TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/copy && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/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-1488810801.85-247177727473336/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-1488810801.87-13476094403090/copy && sleep 0' <192.168.122.4> PUT /tmp/tmpcH0rxe TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/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-1488810801.87-200034578717419/copy && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/ > /dev/null 2>&1 && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/ > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "d5f09ef2bbc194772ad39cac6bcb3b26d8a1e265", "dest": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/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-1488810801.87-13476094403090/source", "validate": null}}, "md5sum": "e79af9e3319ec480adb4ccbb32b502d4", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-13476094403090/source", "state": "file", "uid": 0} changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "4f1d71a41a515aba504e59f6998bf54e60ad38eb", "dest": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/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-1488810801.85-247177727473336/source", "validate": null}}, "md5sum": "58c39f927a258b0bcb7d459e57ee2ec8", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.85-247177727473336/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "045170164fca45f6ad382a055ba48891dc4d93a3", "dest": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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-1488810801.87-200034578717419/source", "validate": null}}, "md5sum": "d79e797a82a845a43410e875f9dff829", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810801.87-200034578717419/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 <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-1488810802.21-141122558544254 `" && echo ansible-tmp-1488810802.21-141122558544254="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254 `" ) && 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-1488810802.22-230316455836646 `" && echo ansible-tmp-1488810802.22-230316455836646="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646 `" ) && 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-1488810802.22-128570178584576 `" && echo ansible-tmp-1488810802.22-128570178584576="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpRChu9k TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/stat && sleep 0' <192.168.122.3> PUT /tmp/tmpfQtcDe TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/stat <192.168.122.4> PUT /tmp/tmpuztQoE TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/stat <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-1488810802.21-141122558544254/stat && sleep 0' <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/stat && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/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-1488810802.22-230316455836646/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-1488810802.22-128570178584576/stat && sleep 0' <192.168.122.2> PUT /tmp/tmpQxQat0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/source <192.168.122.4> PUT /tmp/tmptiFPq0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/source && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/source && sleep 0' <192.168.122.4> PUT /tmp/tmpruhXaI TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/copy <192.168.122.2> PUT /tmp/tmpfDPxlv TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpQuL88D TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/source && 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-1488810802.22-128570178584576/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-1488810802.21-141122558544254/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpferkDg TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/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-1488810802.22-230316455836646/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/ > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "4f1d71a41a515aba504e59f6998bf54e60ad38eb", "dest": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/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-1488810802.21-141122558544254/source", "validate": null}}, "md5sum": "58c39f927a258b0bcb7d459e57ee2ec8", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.21-141122558544254/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "045170164fca45f6ad382a055ba48891dc4d93a3", "dest": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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-1488810802.22-128570178584576/source", "validate": null}}, "md5sum": "d79e797a82a845a43410e875f9dff829", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-128570178584576/source", "state": "file", "uid": 0} <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "d5f09ef2bbc194772ad39cac6bcb3b26d8a1e265", "dest": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/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-1488810802.22-230316455836646/source", "validate": null}}, "md5sum": "e79af9e3319ec480adb4ccbb32b502d4", "mode": "0644", "owner": "root", "size": 833, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.22-230316455836646/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 <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-1488810802.55-88498350139886 `" && echo ansible-tmp-1488810802.55-88498350139886="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.55-88498350139886 `" ) && 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-1488810802.56-178155704929091 `" && echo ansible-tmp-1488810802.56-178155704929091="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.56-178155704929091 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpS7nq8T TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.55-88498350139886/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.55-88498350139886/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.55-88498350139886/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-1488810802.55-88498350139886/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.55-88498350139886/" > /dev/null 2>&1 && sleep 0' <192.168.122.3> PUT /tmp/tmpnHYXGx TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.56-178155704929091/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.56-178155704929091/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.56-178155704929091/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-1488810802.58-168962325560259 `" && echo ansible-tmp-1488810802.58-168962325560259="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.58-168962325560259 `" ) && 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-1488810802.56-178155704929091/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.56-178155704929091/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpqBWo5Z TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.58-168962325560259/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.58-168962325560259/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.58-168962325560259/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-1488810802.58-168962325560259/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.58-168962325560259/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "state": "directory"}, "before": {"path": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "original_basename": null, "owner": null, "path": "/tmp/tmp.kWULPmVaXi/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.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/", "size": 4096, "state": "directory", "uid": 0} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "state": "directory"}, "before": {"path": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "original_basename": null, "owner": null, "path": "/tmp/tmp.LK0zGdw3mk/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.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/", "size": 4096, "state": "directory", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "state": "directory"}, "before": {"path": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/", "original_basename": null, "owner": null, "path": "/tmp/tmp.3yd1RSII4Q/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.3yd1RSII4Q/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 <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-1488810802.77-193403495684106 `" && echo ansible-tmp-1488810802.77-193403495684106="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106 `" ) && 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-1488810802.79-203344413780088 `" && echo ansible-tmp-1488810802.79-203344413780088="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpv4UHDk TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/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-1488810802.77-193403495684106/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-1488810802.79-257177875168009 `" && echo ansible-tmp-1488810802.79-257177875168009="` echo $HOME/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp5aj3A0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/stat && sleep 0' <192.168.122.4> PUT /tmp/tmptZgbKw TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/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-1488810802.79-203344413780088/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-1488810802.79-257177875168009/stat && sleep 0' <192.168.122.2> PUT /tmp/tmp6qlfX0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/source <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/source && sleep 0' <192.168.122.2> PUT /tmp/tmpnK0dIZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/copy <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/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-1488810802.77-193403495684106/copy && sleep 0' <192.168.122.4> PUT /tmp/tmp22gigE TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/source <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/source && sleep 0' <192.168.122.3> PUT /tmp/tmpAYRFxd TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/source <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/source && sleep 0' <192.168.122.4> PUT /tmp/tmpaGX7PZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/copy <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/copy && sleep 0' <192.168.122.3> PUT /tmp/tmpItLFpu TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/copy <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/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-1488810802.79-257177875168009/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-1488810802.79-203344413780088/copy && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/ > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "checksum": "5198ac5aa4432c9045961b75e2f7c33e3f157f98", "dest": "/tmp/tmp.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01/openstack/content/0000", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.kWULPmVaXi/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-1488810802.77-193403495684106/source", "validate": null}}, "md5sum": "dc8a055f0cb7034987d55168df9d5c7d", "mode": "0644", "owner": "root", "size": 206, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.77-193403495684106/source", "state": "file", "uid": 0} <192.168.122.3> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/ > /dev/null 2>&1 && sleep 0' <192.168.122.4> EXEC /bin/sh -c 'rm -f -r /home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/ > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "checksum": "32d3bfb0447eeb6a91cc22434fd03ded497859e6", "dest": "/tmp/tmp.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02/openstack/content/0000", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.LK0zGdw3mk/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-1488810802.79-203344413780088/source", "validate": null}}, "md5sum": "565caa25bec26fce01b4ad7faaf279f5", "mode": "0644", "owner": "root", "size": 206, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-203344413780088/source", "state": "file", "uid": 0} changed: [compute00.opnfvlocal] => {"changed": true, "checksum": "dbfc8e5def0c67e522bac6110a190ac5eb559794", "dest": "/tmp/tmp.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03/openstack/content/0000", "gid": 0, "group": "root", "invocation": {"module_args": {"backup": false, "content": null, "delimiter": null, "dest": "/tmp/tmp.3yd1RSII4Q/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-1488810802.79-257177875168009/source", "validate": null}}, "md5sum": "8753d5004239fdf50ac52dadf60ece68", "mode": "0644", "owner": "root", "size": 206, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1488810802.79-257177875168009/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 <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-1488810803.11-222751860917564 `" && echo ansible-tmp-1488810803.11-222751860917564="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.11-222751860917564 `" ) && 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-1488810803.12-222772192579467 `" && echo ansible-tmp-1488810803.12-222772192579467="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.12-222772192579467 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpot5g7x TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.11-222751860917564/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.11-222751860917564/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.11-222751860917564/command && sleep 0' <192.168.122.3> PUT /tmp/tmp2fMENm TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.12-222772192579467/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.12-222772192579467/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.12-222772192579467/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-1488810803.14-41022248586492 `" && echo ansible-tmp-1488810803.14-41022248586492="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.14-41022248586492 `" ) && 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-1488810803.11-222751860917564/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.11-222751860917564/" > /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-1488810803.12-222772192579467/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.12-222772192579467/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpUX8ByR TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.14-41022248586492/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.14-41022248586492/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.14-41022248586492/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-1488810803.14-41022248586492/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.14-41022248586492/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": "mkisofs --help &> /dev/null", "delta": "0:00:00.007228", "end": "2017-03-06 06:33:23.211099", "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-03-06 06:33:23.203871", "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.005594", "end": "2017-03-06 06:33:23.247973", "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-03-06 06:33:23.242379", "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.006091", "end": "2017-03-06 06:33:23.250051", "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-03-06 06:33:23.243960", "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 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 <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-1488810803.39-25069777084766 `" && echo ansible-tmp-1488810803.39-25069777084766="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.39-25069777084766 `" ) && 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-1488810803.39-89484078555353 `" && echo ansible-tmp-1488810803.39-89484078555353="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.39-89484078555353 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpxuw13C TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-25069777084766/command <192.168.122.3> PUT /tmp/tmpsCxSN1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-89484078555353/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-89484078555353/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-89484078555353/command && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-25069777084766/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-25069777084766/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-1488810803.39-89484078555353/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-89484078555353/" > /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-1488810803.39-25069777084766/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.39-25069777084766/" > /dev/null 2>&1 && 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-1488810803.41-253738506802836 `" && echo ansible-tmp-1488810803.41-253738506802836="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.41-253738506802836 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpESU5y_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.41-253738506802836/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.41-253738506802836/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.41-253738506802836/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-1488810803.41-253738506802836/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.41-253738506802836/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "cmd": "genisoimage --help &> /dev/null", "delta": "0:00:00.007218", "end": "2017-03-06 06:33:23.506864", "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-03-06 06:33:23.499646", "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: [jumphost.opnfvlocal] => {"changed": true, "cmd": "genisoimage --help &> /dev/null", "delta": "0:00:00.006751", "end": "2017-03-06 06:33:23.513276", "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-03-06 06:33:23.506525", "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.007451", "end": "2017-03-06 06:33:23.534625", "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-03-06 06:33:23.527174", "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 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 <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-1488810803.67-45040153837231 `" && echo ansible-tmp-1488810803.67-45040153837231="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.67-45040153837231 `" ) && sleep 0' <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-1488810803.68-223643354043160 `" && echo ansible-tmp-1488810803.68-223643354043160="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.68-223643354043160 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpiFIxD7 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.67-45040153837231/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.67-45040153837231/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.67-45040153837231/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-1488810803.67-45040153837231/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.67-45040153837231/" > /dev/null 2>&1 && sleep 0' <192.168.122.2> PUT /tmp/tmpqc6FcX TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.68-223643354043160/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.68-223643354043160/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.68-223643354043160/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-1488810803.68-223643354043160/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.68-223643354043160/" > /dev/null 2>&1 && 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-1488810803.7-65124637934127 `" && echo ansible-tmp-1488810803.7-65124637934127="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.7-65124637934127 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpMfD1I6 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.7-65124637934127/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.7-65124637934127/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.7-65124637934127/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-1488810803.7-65124637934127/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.7-65124637934127/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "cmd": ["genisoimage", "-R", "-V", "config-2", "-o", "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso", "/tmp/tmp.LK0zGdw3mk/a8cb6624-0d9f-c882-affc-046ebb96ec02"], "delta": "0:00:00.012747", "end": "2017-03-06 06:33:23.795445", "invocation": {"module_args": {"_raw_params": "genisoimage -R -V config-2 -o /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec02.iso /tmp/tmp.LK0zGdw3mk/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-03-06 06:33:23.782698", "stderr": "I: -input-charset not specified, using utf-8 (detected in locale settings)\nUsing NETWO000.JSO;1 for /tmp/tmp.LK0zGdw3mk/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: 8192\nPath table size(bytes): 72\nMax brk space used 22000\n184 extents written (0 MB)", "stdout": "", "stdout_lines": [], "warnings": []} changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": ["genisoimage", "-R", "-V", "config-2", "-o", "/httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso", "/tmp/tmp.kWULPmVaXi/a8cb6624-0d9f-c882-affc-046ebb96ec01"], "delta": "0:00:00.010351", "end": "2017-03-06 06:33:23.797855", "invocation": {"module_args": {"_raw_params": "genisoimage -R -V config-2 -o /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec01.iso /tmp/tmp.kWULPmVaXi/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-03-06 06:33:23.787504", "stderr": "I: -input-charset not specified, using utf-8 (detected in locale settings)\nUsing NETWO000.JSO;1 for /tmp/tmp.kWULPmVaXi/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: 8192\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.3yd1RSII4Q/a8cb6624-0d9f-c882-affc-046ebb96ec03"], "delta": "0:00:00.010391", "end": "2017-03-06 06:33:23.844261", "invocation": {"module_args": {"_raw_params": "genisoimage -R -V config-2 -o /httpboot/configdrive-a8cb6624-0d9f-c882-affc-046ebb96ec03.iso /tmp/tmp.3yd1RSII4Q/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-03-06 06:33:23.833870", "stderr": "I: -input-charset not specified, using utf-8 (detected in locale settings)\nUsing NETWO000.JSO;1 for /tmp/tmp.3yd1RSII4Q/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: 8192\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 <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-1488810803.92-62182178267718 `" && echo ansible-tmp-1488810803.92-62182178267718="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.92-62182178267718 `" ) && 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-1488810803.92-215109683444811 `" && echo ansible-tmp-1488810803.92-215109683444811="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.92-215109683444811 `" ) && 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-1488810803.93-226759158958717 `" && echo ansible-tmp-1488810803.93-226759158958717="` echo $HOME/.ansible/tmp/ansible-tmp-1488810803.93-226759158958717 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpstO1sg TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-62182178267718/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-62182178267718/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-62182178267718/command && sleep 0' <192.168.122.3> PUT /tmp/tmpXB1qbU TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-215109683444811/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-215109683444811/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-215109683444811/command && sleep 0' <192.168.122.4> PUT /tmp/tmpt2pjiR TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.93-226759158958717/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.93-226759158958717/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810803.93-226759158958717/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-1488810803.92-62182178267718/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-62182178267718/" > /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-1488810803.92-215109683444811/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.92-215109683444811/" > /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-1488810803.93-226759158958717/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810803.93-226759158958717/" > /dev/null 2>&1 && sleep 0' 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.007541", "end": "2017-03-06 06:33:24.046106", "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-03-06 06:33:24.038565", "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.007051", "end": "2017-03-06 06:33:24.048722", "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-03-06 06:33:24.041671", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []} 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.011134", "end": "2017-03-06 06:33:24.061349", "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-03-06 06:33:24.050215", "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 <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-1488810804.12-34048286039628 `" && echo ansible-tmp-1488810804.12-34048286039628="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.12-34048286039628 `" ) && sleep 0' <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-1488810804.13-232594223709623 `" && echo ansible-tmp-1488810804.13-232594223709623="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.13-232594223709623 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpYsmsNN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.12-34048286039628/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.12-34048286039628/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.12-34048286039628/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-1488810804.12-34048286039628/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.12-34048286039628/" > /dev/null 2>&1 && sleep 0' <192.168.122.2> PUT /tmp/tmpB02DOl TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.13-232594223709623/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-1488810804.14-244798627896983 `" && echo ansible-tmp-1488810804.14-244798627896983="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.14-244798627896983 `" ) && sleep 0' <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.13-232594223709623/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.13-232594223709623/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-1488810804.13-232594223709623/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.13-232594223709623/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpsLbqY9 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.14-244798627896983/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.14-244798627896983/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.14-244798627896983/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-1488810804.14-244798627896983/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.14-244798627896983/" > /dev/null 2>&1 && sleep 0' 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: [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: [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 <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-1488810804.33-213349262013576 `" && echo ansible-tmp-1488810804.33-213349262013576="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.33-213349262013576 `" ) && 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-1488810804.34-93102896485976 `" && echo ansible-tmp-1488810804.34-93102896485976="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.34-93102896485976 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpUCXN2m TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.33-213349262013576/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.33-213349262013576/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.33-213349262013576/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-1488810804.35-7278887796049 `" && echo ansible-tmp-1488810804.35-7278887796049="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.35-7278887796049 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpieFvvT TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.34-93102896485976/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.34-93102896485976/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.34-93102896485976/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-1488810804.33-213349262013576/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.33-213349262013576/" > /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-1488810804.34-93102896485976/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.34-93102896485976/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmp2E5ra0 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.35-7278887796049/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.35-7278887796049/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.35-7278887796049/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-1488810804.35-7278887796049/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.35-7278887796049/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.kWULPmVaXi", "state": "absent"}, "before": {"path": "/tmp/tmp.kWULPmVaXi", "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.kWULPmVaXi", "original_basename": null, "owner": null, "path": "/tmp/tmp.kWULPmVaXi", "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.kWULPmVaXi", "state": "absent"} changed: [controller00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.LK0zGdw3mk", "state": "absent"}, "before": {"path": "/tmp/tmp.LK0zGdw3mk", "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.LK0zGdw3mk", "original_basename": null, "owner": null, "path": "/tmp/tmp.LK0zGdw3mk", "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.LK0zGdw3mk", "state": "absent"} changed: [compute00.opnfvlocal] => {"changed": true, "diff": {"after": {"path": "/tmp/tmp.3yd1RSII4Q", "state": "absent"}, "before": {"path": "/tmp/tmp.3yd1RSII4Q", "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.3yd1RSII4Q", "original_basename": null, "owner": null, "path": "/tmp/tmp.3yd1RSII4Q", "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.3yd1RSII4Q", "state": "absent"} TASK [bifrost-deploy-nodes-dynamic : Obtain setup facts] *********************** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:20 <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-1488810804.55-146844187336891 `" && echo ansible-tmp-1488810804.55-146844187336891="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.55-146844187336891 `" ) && 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-1488810804.55-160689477138003 `" && echo ansible-tmp-1488810804.55-160689477138003="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.55-160689477138003 `" ) && 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-1488810804.56-142079487161180 `" && echo ansible-tmp-1488810804.56-142079487161180="` echo $HOME/.ansible/tmp/ansible-tmp-1488810804.56-142079487161180 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmplLd45n TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-146844187336891/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-146844187336891/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-146844187336891/setup && sleep 0' <192.168.122.3> PUT /tmp/tmpnXQnsQ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-160689477138003/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-160689477138003/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-160689477138003/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-1488810804.55-146844187336891/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-146844187336891/" > /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-1488810804.55-160689477138003/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.55-160689477138003/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmprOvK54 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.56-142079487161180/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.56-142079487161180/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810804.56-142079487161180/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-1488810804.56-142079487161180/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810804.56-142079487161180/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] ok: [compute00.opnfvlocal] ok: [controller00.opnfvlocal] 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:23 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:29 <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-1488810805.33-59056970523044 `" && echo ansible-tmp-1488810805.33-59056970523044="` echo $HOME/.ansible/tmp/ansible-tmp-1488810805.33-59056970523044 `" ) && 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-1488810805.34-114343166578344 `" && echo ansible-tmp-1488810805.34-114343166578344="` echo $HOME/.ansible/tmp/ansible-tmp-1488810805.34-114343166578344 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpnzaUhk TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.33-59056970523044/os_client_config <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.33-59056970523044/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.33-59056970523044/os_client_config && sleep 0' <192.168.122.3> PUT /tmp/tmp3lJJSl TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.34-114343166578344/os_client_config <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.34-114343166578344/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.34-114343166578344/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-1488810805.35-9458630130334 `" && echo ansible-tmp-1488810805.35-9458630130334="` echo $HOME/.ansible/tmp/ansible-tmp-1488810805.35-9458630130334 `" ) && 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-1488810805.33-59056970523044/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810805.33-59056970523044/" > /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-1488810805.34-114343166578344/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810805.34-114343166578344/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpUEo9oP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.35-9458630130334/os_client_config <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.35-9458630130334/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810805.35-9458630130334/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-1488810805.35-9458630130334/os_client_config; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810805.35-9458630130334/" > /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:36 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:43 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:52 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:61 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:67 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 : Collect the checksum of the deployment image.] *** task path: /opt/bifrost/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml:79 <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-1488810806.8-165338270001298 `" && echo ansible-tmp-1488810806.8-165338270001298="` echo $HOME/.ansible/tmp/ansible-tmp-1488810806.8-165338270001298 `" ) && sleep 0' <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-1488810806.81-15871367078890 `" && echo ansible-tmp-1488810806.81-15871367078890="` echo $HOME/.ansible/tmp/ansible-tmp-1488810806.81-15871367078890 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpPp_POp TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.8-165338270001298/stat <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.8-165338270001298/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.8-165338270001298/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-1488810806.81-72169019845982 `" && echo ansible-tmp-1488810806.81-72169019845982="` echo $HOME/.ansible/tmp/ansible-tmp-1488810806.81-72169019845982 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp0p7H3q TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-15871367078890/stat <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-15871367078890/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-15871367078890/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-1488810806.8-165338270001298/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810806.8-165338270001298/" > /dev/null 2>&1 && sleep 0' <192.168.122.4> PUT /tmp/tmpfnTCI1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-72169019845982/stat <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-72169019845982/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-72169019845982/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-1488810806.81-15871367078890/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-15871367078890/" > /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-1488810806.81-72169019845982/stat; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810806.81-72169019845982/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] => {"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": 1488810734.379526, "checksum": "3fce8e76fdef8e2d1ccb97158f715e436072ef7c", "ctime": 1488810734.459526, "dev": 64769, "exists": true, "gid": 0, "gr_name": "root", "inode": 23330828, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "c04d4eb257a672375a3952ea9999fcc9", "mode": "0644", "mtime": 1488810734.455526, "nlink": 1, "path": "/httpboot/deployment_image.qcow2", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 348567552, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [jumphost.opnfvlocal] => {"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": 1488810806.883526, "checksum": "3fce8e76fdef8e2d1ccb97158f715e436072ef7c", "ctime": 1488810734.459526, "dev": 64769, "exists": true, "gid": 0, "gr_name": "root", "inode": 23330828, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "c04d4eb257a672375a3952ea9999fcc9", "mode": "0644", "mtime": 1488810734.455526, "nlink": 1, "path": "/httpboot/deployment_image.qcow2", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 348567552, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} ok: [compute00.opnfvlocal] => {"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": 1488810806.883526, "checksum": "3fce8e76fdef8e2d1ccb97158f715e436072ef7c", "ctime": 1488810734.459526, "dev": 64769, "exists": true, "gid": 0, "gr_name": "root", "inode": 23330828, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "c04d4eb257a672375a3952ea9999fcc9", "mode": "0644", "mtime": 1488810734.455526, "nlink": 1, "path": "/httpboot/deployment_image.qcow2", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 348567552, "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 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 ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810808.65-10199619864149 `" && echo ansible-tmp-1488810808.65-10199619864149="` echo $HOME/.ansible/tmp/ansible-tmp-1488810808.65-10199619864149 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810808.65-134538352550016 `" && echo ansible-tmp-1488810808.65-134538352550016="` echo $HOME/.ansible/tmp/ansible-tmp-1488810808.65-134538352550016 `" ) && sleep 0' ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1488810808.65-90972293700220 `" && echo ansible-tmp-1488810808.65-90972293700220="` echo $HOME/.ansible/tmp/ansible-tmp-1488810808.65-90972293700220 `" ) && sleep 0' PUT /tmp/tmp6c7By7 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-10199619864149/os_ironic_node EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-10199619864149/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-10199619864149/os_ironic_node && sleep 0' PUT /tmp/tmp_xzL3u TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-90972293700220/os_ironic_node PUT /tmp/tmpkPySgb TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-134538352550016/os_ironic_node EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-90972293700220/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-90972293700220/os_ironic_node && sleep 0' EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-134538352550016/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-134538352550016/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-1488810808.65-10199619864149/os_ironic_node; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-10199619864149/" > /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-1488810808.65-90972293700220/os_ironic_node; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-90972293700220/" > /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-1488810808.65-134538352550016/os_ironic_node; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810808.65-134538352550016/" > /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": "c04d4eb257a672375a3952ea9999fcc9", "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": "c04d4eb257a672375a3952ea9999fcc9", "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": "c04d4eb257a672375a3952ea9999fcc9", "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] ******************************************************************* <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-1488810811.19-258056820934113 `" && echo ansible-tmp-1488810811.19-258056820934113="` echo $HOME/.ansible/tmp/ansible-tmp-1488810811.19-258056820934113 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpRdZQEP TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810811.19-258056820934113/setup <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810811.19-258056820934113/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810811.19-258056820934113/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-1488810811.19-258056820934113/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810811.19-258056820934113/" > /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 <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-1488810811.84-114383536519718 `" && echo ansible-tmp-1488810811.84-114383536519718="` echo $HOME/.ansible/tmp/ansible-tmp-1488810811.84-114383536519718 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmp4sDD5Q TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810811.84-114383536519718/wait_for <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810811.84-114383536519718/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810811.84-114383536519718/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-1488810811.84-114383536519718/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810811.84-114383536519718/" > /dev/null 2>&1 && sleep 0' ok: [jumphost.opnfvlocal] => {"changed": false, "elapsed": 163, "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 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-03-06 06:36:15.337837", "stderr": "", "stdout": "Paused for 10.0 seconds", "stop": "2017-03-06 06:36:25.337954", "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 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 <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-1488810985.55-250669438192559 `" && echo ansible-tmp-1488810985.55-250669438192559="` echo $HOME/.ansible/tmp/ansible-tmp-1488810985.55-250669438192559 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpChmIHA TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810985.55-250669438192559/file <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810985.55-250669438192559/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810985.55-250669438192559/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-1488810985.55-250669438192559/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810985.55-250669438192559/" > /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": 1000, "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": 205422, "state": "file", "uid": 1000} 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 <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-1488810985.77-39756216056201 `" && echo ansible-tmp-1488810985.77-39756216056201="` echo $HOME/.ansible/tmp/ansible-tmp-1488810985.77-39756216056201 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpXAyMsB TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810985.77-39756216056201/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810985.77-39756216056201/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810985.77-39756216056201/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-1488810985.77-39756216056201/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810985.77-39756216056201/" > /dev/null 2>&1 && sleep 0' changed: [jumphost.opnfvlocal] => {"changed": true, "cmd": ["ssh-keygen", "-R", "192.168.122.2"], "delta": "0:00:00.005163", "end": "2017-03-06 06:36:25.895074", "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-03-06 06:36:25.889911", "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 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 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 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 <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-1488810986.12-153260373864992 `" && echo ansible-tmp-1488810986.12-153260373864992="` echo $HOME/.ansible/tmp/ansible-tmp-1488810986.12-153260373864992 `" ) && sleep 0' <192.168.122.2> PUT /tmp/tmpZ_Luvv TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810986.12-153260373864992/command <192.168.122.2> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810986.12-153260373864992/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810986.12-153260373864992/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-1488810986.12-153260373864992/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810986.12-153260373864992/" > /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.054977", "end": "2017-03-06 06:36:26.313379", "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-03-06 06:36:26.258402", "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] ******************************************************************* <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-1488810986.41-234063914118611 `" && echo ansible-tmp-1488810986.41-234063914118611="` echo $HOME/.ansible/tmp/ansible-tmp-1488810986.41-234063914118611 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpL67DGo TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810986.41-234063914118611/setup <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810986.41-234063914118611/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810986.41-234063914118611/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-1488810986.41-234063914118611/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810986.41-234063914118611/" > /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 <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-1488810987.14-205383745265291 `" && echo ansible-tmp-1488810987.14-205383745265291="` echo $HOME/.ansible/tmp/ansible-tmp-1488810987.14-205383745265291 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpyQ5gg1 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810987.14-205383745265291/wait_for <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810987.14-205383745265291/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810987.14-205383745265291/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-1488810987.14-205383745265291/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810987.14-205383745265291/" > /dev/null 2>&1 && sleep 0' ok: [controller00.opnfvlocal] => {"changed": false, "elapsed": 0, "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 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-03-06 06:36:27.372228", "stderr": "", "stdout": "Paused for 10.0 seconds", "stop": "2017-03-06 06:36:37.372465", "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 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 <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-1488810997.51-64835499273275 `" && echo ansible-tmp-1488810997.51-64835499273275="` echo $HOME/.ansible/tmp/ansible-tmp-1488810997.51-64835499273275 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmp3pj6cD TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810997.51-64835499273275/file <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810997.51-64835499273275/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810997.51-64835499273275/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-1488810997.51-64835499273275/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810997.51-64835499273275/" > /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": 1000, "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": 205992, "state": "file", "uid": 1000} 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 <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-1488810997.72-114817648316344 `" && echo ansible-tmp-1488810997.72-114817648316344="` echo $HOME/.ansible/tmp/ansible-tmp-1488810997.72-114817648316344 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpzyE5uZ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810997.72-114817648316344/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810997.72-114817648316344/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810997.72-114817648316344/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-1488810997.72-114817648316344/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810997.72-114817648316344/" > /dev/null 2>&1 && sleep 0' changed: [controller00.opnfvlocal] => {"changed": true, "cmd": ["ssh-keygen", "-R", "192.168.122.3"], "delta": "0:00:00.036060", "end": "2017-03-06 06:36:37.892305", "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-03-06 06:36:37.856245", "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 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 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 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 <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-1488810998.07-144285853133020 `" && echo ansible-tmp-1488810998.07-144285853133020="` echo $HOME/.ansible/tmp/ansible-tmp-1488810998.07-144285853133020 `" ) && sleep 0' <192.168.122.3> PUT /tmp/tmpRo3WY_ TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810998.07-144285853133020/command <192.168.122.3> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810998.07-144285853133020/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810998.07-144285853133020/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-1488810998.07-144285853133020/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810998.07-144285853133020/" > /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.043605", "end": "2017-03-06 06:36:38.250857", "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-03-06 06:36:38.207252", "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] ******************************************************************* <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-1488810998.37-166710033880674 `" && echo ansible-tmp-1488810998.37-166710033880674="` echo $HOME/.ansible/tmp/ansible-tmp-1488810998.37-166710033880674 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmph93gMN TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810998.37-166710033880674/setup <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810998.37-166710033880674/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810998.37-166710033880674/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-1488810998.37-166710033880674/setup; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810998.37-166710033880674/" > /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 <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-1488810999.11-197303287382792 `" && echo ansible-tmp-1488810999.11-197303287382792="` echo $HOME/.ansible/tmp/ansible-tmp-1488810999.11-197303287382792 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpQhzfmV TO /home/jenkins/.ansible/tmp/ansible-tmp-1488810999.11-197303287382792/wait_for <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488810999.11-197303287382792/ /home/jenkins/.ansible/tmp/ansible-tmp-1488810999.11-197303287382792/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-1488810999.11-197303287382792/wait_for; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488810999.11-197303287382792/" > /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 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-03-06 06:36:39.336831", "stderr": "", "stdout": "Paused for 10.0 seconds", "stop": "2017-03-06 06:36:49.336954", "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 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 <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-1488811009.6-173289174156274 `" && echo ansible-tmp-1488811009.6-173289174156274="` echo $HOME/.ansible/tmp/ansible-tmp-1488811009.6-173289174156274 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpu1zYU9 TO /home/jenkins/.ansible/tmp/ansible-tmp-1488811009.6-173289174156274/file <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488811009.6-173289174156274/ /home/jenkins/.ansible/tmp/ansible-tmp-1488811009.6-173289174156274/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-1488811009.6-173289174156274/file; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488811009.6-173289174156274/" > /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": 1000, "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": 206562, "state": "file", "uid": 1000} 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 <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-1488811009.79-105634360477168 `" && echo ansible-tmp-1488811009.79-105634360477168="` echo $HOME/.ansible/tmp/ansible-tmp-1488811009.79-105634360477168 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpAWHVKk TO /home/jenkins/.ansible/tmp/ansible-tmp-1488811009.79-105634360477168/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488811009.79-105634360477168/ /home/jenkins/.ansible/tmp/ansible-tmp-1488811009.79-105634360477168/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-1488811009.79-105634360477168/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488811009.79-105634360477168/" > /dev/null 2>&1 && sleep 0' changed: [compute00.opnfvlocal] => {"changed": true, "cmd": ["ssh-keygen", "-R", "192.168.122.4"], "delta": "0:00:00.006128", "end": "2017-03-06 06:36:49.932181", "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-03-06 06:36:49.926053", "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 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 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 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 <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-1488811010.27-65876428583413 `" && echo ansible-tmp-1488811010.27-65876428583413="` echo $HOME/.ansible/tmp/ansible-tmp-1488811010.27-65876428583413 `" ) && sleep 0' <192.168.122.4> PUT /tmp/tmpsMA9yh TO /home/jenkins/.ansible/tmp/ansible-tmp-1488811010.27-65876428583413/command <192.168.122.4> EXEC /bin/sh -c 'chmod u+x /home/jenkins/.ansible/tmp/ansible-tmp-1488811010.27-65876428583413/ /home/jenkins/.ansible/tmp/ansible-tmp-1488811010.27-65876428583413/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-1488811010.27-65876428583413/command; rm -rf "/home/jenkins/.ansible/tmp/ansible-tmp-1488811010.27-65876428583413/" > /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.067567", "end": "2017-03-06 06:36:50.464846", "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-03-06 06:36:50.397279", "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=106 changed=47 unreachable=0 failed=0 compute00.opnfvlocal : ok=44 changed=21 unreachable=0 failed=0 controller00.opnfvlocal : ok=44 changed=21 unreachable=0 failed=0 jumphost.opnfvlocal : ok=44 changed=21 unreachable=0 failed=0 + EXITCODE=0 + '[' 0 '!=' 0 ']' + exit 0 + logs_on_exit + /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-046ebb96ec03 | compute00.opnfvlocal | None | power on | active | False | | a8cb6624-0d9f-c882-affc-046ebb96ec02 | controller00.opnfvlocal | None | power on | active | False | | a8cb6624-0d9f-c882-affc-046ebb96ec01 | jumphost.opnfvlocal | None | power on | active | False | +--------------------------------------+-------------------------+---------------+-------------+--------------------+-------------+ Id Name State ---------------------------------------------------- 8 compute00.opnfvlocal running 9 controller00.opnfvlocal running 10 jumphost.opnfvlocal running CommandException: No URLs matched: gs://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/review.openstack.org/441958/1/openstack-bifrost-verify-trusty-virtual-master/index.html Uploading collected bifrost build logs to http://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/review.openstack.org/441958/1/openstack-bifrost-verify-trusty-virtual-master Compressing and uploading compute00.opnfvlocal_console.log Compressing and uploading controller00.opnfvlocal_console.log Compressing and uploading dmesg.log Compressing and uploading interface_counters.log Compressing and uploading iptables.log Compressing and uploading ironic-api.log Compressing and uploading ironic-conductor.log Compressing and uploading jumphost.opnfvlocal_console.log Compressing and uploading netstat.log Generating the http://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/review.openstack.org/441958/1/openstack-bifrost-verify-trusty-virtual-master/index.html landing page Uploading the final console output