ubuntu@ovespa45:/opt/stack/heat$ ls -la total 132 drwxrwxr-x 12 ubuntu ubuntu 4096 Feb 16 05:45 . drwxr-xr-x 24 ubuntu root 4096 Feb 16 04:12 .. -rw-rw-r-- 1 ubuntu ubuntu 16 Feb 16 04:12 babel.cfg drwxrwxr-x 2 ubuntu ubuntu 4096 Feb 16 04:12 bin drwxrwxr-x 3 ubuntu ubuntu 4096 Feb 16 04:12 contrib -rw-rw-r-- 1 ubuntu ubuntu 538 Feb 16 04:12 CONTRIBUTING.rst drwxrwxr-x 4 ubuntu ubuntu 4096 Feb 16 04:12 doc drwxrwxr-x 2 ubuntu ubuntu 4096 Feb 16 04:12 docs drwxrwxr-x 3 ubuntu ubuntu 4096 Feb 16 04:12 etc drwxrwxr-x 8 ubuntu ubuntu 4096 Feb 16 05:50 .git -rw-rw-r-- 1 ubuntu ubuntu 182 Feb 16 04:12 .gitignore -rw-rw-r-- 1 ubuntu ubuntu 101 Feb 16 04:12 .gitreview -rw-rw-r-- 1 ubuntu ubuntu 1812 Feb 16 04:12 HACKING.rst drwxrwxr-x 13 ubuntu ubuntu 4096 Feb 16 04:26 heat drwxr-xr-x 2 ubuntu root 4096 Feb 16 04:12 heat.egg-info -rwxrwxr-x 1 ubuntu ubuntu 3527 Feb 16 04:12 install.sh -rw-rw-r-- 1 ubuntu ubuntu 10143 Feb 16 04:12 LICENSE -rw-rw-r-- 1 ubuntu ubuntu 806 Feb 16 04:12 MANIFEST.in -rw-rw-r-- 1 ubuntu ubuntu 539 Feb 16 04:12 openstack-common.conf -rw-rw-r-- 1 ubuntu ubuntu 877 Feb 16 04:12 pylintrc -rw-rw-r-- 1 ubuntu ubuntu 1252 Feb 16 04:12 README.rst -rw-rw-r-- 1 ubuntu ubuntu 472 Feb 16 04:12 requirements.txt -rwxrwxr-x 1 ubuntu ubuntu 3423 Feb 16 04:12 run_tests.sh -rw-rw-r-- 1 ubuntu ubuntu 1230 Feb 16 04:12 setup.cfg -rw-rw-r-- 1 ubuntu ubuntu 781 Feb 16 04:12 setup.py -rw-rw-r-- 1 ubuntu ubuntu 151 Feb 16 04:12 .testr.conf drwxrwxr-x 2 ubuntu ubuntu 4096 Feb 16 05:45 .testrepository -rw-rw-r-- 1 ubuntu ubuntu 293 Feb 16 04:12 test-requirements.txt drwxrwxr-x 4 ubuntu ubuntu 4096 Feb 16 04:12 tools -rw-rw-r-- 1 ubuntu ubuntu 1402 Feb 16 04:12 tox.ini -rwxrwxr-x 1 ubuntu ubuntu 481 Feb 16 04:12 uninstall.sh ubuntu@ovespa45:/opt/stack/heat$ python tools/install_venv.py Creating venv... done. Installing dependencies with pip (this can take a while)... Downloading/unpacking pip>=1.3 from https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz#md5=5da30919f732d68b1c666e484e7676f5 Downloading pip-1.5.2.tar.gz (1.1MB): 1.1MB downloaded Running setup.py egg_info for package pip warning: no files found matching 'pip/cacert.pem' warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.rst' found under directory 'docs/_build' no previously-included directories found matching 'docs/_build/_sources' Installing collected packages: pip Found existing installation: pip 1.4.1 Uninstalling pip: Successfully uninstalled pip Running setup.py install for pip warning: no files found matching 'pip/cacert.pem' warning: no files found matching '*.html' under directory 'docs' warning: no previously-included files matching '*.rst' found under directory 'docs/_build' no previously-included directories found matching 'docs/_build/_sources' Installing pip script to /opt/stack/heat/.venv/bin Installing pip2.7 script to /opt/stack/heat/.venv/bin Installing pip2 script to /opt/stack/heat/.venv/bin Successfully installed pip Cleaning up... Downloading/unpacking setuptools from https://pypi.python.org/packages/3.4/s/setuptools/setuptools-2.2-py2.py3-none-any.whl#md5=3b7d84f496aed8c07b91efba4aa197a4 Downloading setuptools-2.2-py2.py3-none-any.whl (540kB): 540kB downloaded Installing collected packages: setuptools Found existing installation: setuptools 0.9.8 Uninstalling setuptools: Successfully uninstalled setuptools Successfully installed setuptools Cleaning up... Downloading/unpacking pbr>=0.5.21,<1.0 (from -r /opt/stack/heat/requirements.txt (line 1)) Downloading pbr-0.6.tar.gz (76kB): 76kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/pbr/setup.py) egg_info for package pbr [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution Downloading/unpacking pycrypto>=2.6 (from -r /opt/stack/heat/requirements.txt (line 2)) Downloading pycrypto-2.6.1.tar.gz (446kB): 446kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/pycrypto/setup.py) egg_info for package pycrypto Downloading/unpacking eventlet>=0.13.0 (from -r /opt/stack/heat/requirements.txt (line 3)) Downloading eventlet-0.14.0.tar.gz (279kB): 279kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/eventlet/setup.py) egg_info for package eventlet Downloading/unpacking greenlet>=0.3.2 (from -r /opt/stack/heat/requirements.txt (line 4)) Downloading greenlet-0.4.2.zip (74kB): 74kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/greenlet/setup.py) egg_info for package greenlet Downloading/unpacking httplib2 (from -r /opt/stack/heat/requirements.txt (line 5)) Downloading httplib2-0.8.tar.gz (110kB): 110kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/httplib2/setup.py) egg_info for package httplib2 Downloading/unpacking iso8601>=0.1.8 (from -r /opt/stack/heat/requirements.txt (line 6)) Downloading iso8601-0.1.8.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/iso8601/setup.py) egg_info for package iso8601 Downloading/unpacking kombu>=2.4.8 (from -r /opt/stack/heat/requirements.txt (line 7)) Downloading kombu-3.0.12-py27-none-any.whl (204kB): 204kB downloaded Requirement already up-to-date: argparse in /usr/lib/python2.7 (from -r /opt/stack/heat/requirements.txt (line 8)) Downloading/unpacking lxml>=2.3 (from -r /opt/stack/heat/requirements.txt (line 9)) Downloading lxml-3.3.1.tar.gz (3.4MB): 3.4MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/lxml/setup.py) egg_info for package lxml /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' warnings.warn(msg) /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extra_require' warnings.warn(msg) Building lxml version 3.3.1. Building without Cython. Using build configuration of libxslt 1.1.28 warning: no previously-included files found matching '*.py' Downloading/unpacking netaddr (from -r /opt/stack/heat/requirements.txt (line 10)) Downloading netaddr-0.7.10.tar.gz (1.3MB): 1.3MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/netaddr/setup.py) egg_info for package netaddr warning: no previously-included files matching '*.svn*' found anywhere in distribution warning: no previously-included files matching '*.git*' found anywhere in distribution Downloading/unpacking six>=1.4.1 (from -r /opt/stack/heat/requirements.txt (line 11)) Downloading six-1.5.2-py2.py3-none-any.whl Downloading/unpacking sqlalchemy-migrate>=0.7.2 (from -r /opt/stack/heat/requirements.txt (line 12)) Downloading sqlalchemy-migrate-0.8.2.tar.gz (138kB): 138kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/sqlalchemy-migrate/setup.py) egg_info for package sqlalchemy-migrate Installed /opt/stack/heat/.venv/build/sqlalchemy-migrate/pbr-0.6-py2.7.egg [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching 'README' warning: no files found matching '*' under directory 'docs' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*' found under directory 'docs/_build' Downloading/unpacking python-novaclient>=2.15.0 (from -r /opt/stack/heat/requirements.txt (line 13)) Downloading python-novaclient-2.15.0.tar.gz (302kB): 302kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-novaclient/setup.py) egg_info for package python-novaclient Installed /opt/stack/heat/.venv/build/python-novaclient/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' Downloading/unpacking PasteDeploy>=1.5.0 (from -r /opt/stack/heat/requirements.txt (line 14)) Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl Downloading/unpacking Routes>=1.12.3 (from -r /opt/stack/heat/requirements.txt (line 15)) Downloading Routes-2.0-py27-none-any.whl (45kB): 45kB downloaded Downloading/unpacking SQLAlchemy>=0.7.8,<=0.7.99 (from -r /opt/stack/heat/requirements.txt (line 16)) Downloading SQLAlchemy-0.7.10.tar.gz (3.5MB): 3.5MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/SQLAlchemy/setup.py) egg_info for package SQLAlchemy warning: no files found matching '*.jpg' under directory 'doc' no previously-included directories found matching 'doc/build/output' Downloading/unpacking WebOb>=1.2.3,<1.3 (from -r /opt/stack/heat/requirements.txt (line 17)) Downloading WebOb-1.2.3.tar.gz (191kB): 191kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/WebOb/setup.py) egg_info for package WebOb no previously-included directories found matching '*.pyc' no previously-included directories found matching '*.pyo' Downloading/unpacking python-keystoneclient>=0.3.2 (from -r /opt/stack/heat/requirements.txt (line 18)) Downloading python-keystoneclient-0.6.0.tar.gz (231kB): 231kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-keystoneclient/setup.py) egg_info for package python-keystoneclient Installed /opt/stack/heat/.venv/build/python-keystoneclient/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching 'HACKING' warning: no files found matching '*' under directory 'tests' Downloading/unpacking python-swiftclient>=1.5 (from -r /opt/stack/heat/requirements.txt (line 19)) Downloading python-swiftclient-2.0.2.tar.gz (54kB): 54kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-swiftclient/setup.py) egg_info for package python-swiftclient Installed /opt/stack/heat/.venv/build/python-swiftclient/pbr-0.6-py2.7.egg [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching '*' under directory 'tools' Downloading/unpacking python-neutronclient>=2.3.0,<3 (from -r /opt/stack/heat/requirements.txt (line 20)) Downloading python-neutronclient-2.3.3.tar.gz (146kB): 146kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-neutronclient/setup.py) egg_info for package python-neutronclient Installed /opt/stack/heat/.venv/build/python-neutronclient/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching '*' under directory 'tests' Downloading/unpacking python-ceilometerclient>=1.0.5 (from -r /opt/stack/heat/requirements.txt (line 21)) Downloading python-ceilometerclient-1.0.9.tar.gz (93kB): 93kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-ceilometerclient/setup.py) egg_info for package python-ceilometerclient Installed /opt/stack/heat/.venv/build/python-ceilometerclient/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching 'README.md' warning: no files found matching '*' under directory 'tests' Downloading/unpacking python-cinderclient>=1.0.6 (from -r /opt/stack/heat/requirements.txt (line 22)) Downloading python-cinderclient-1.0.8.tar.gz (131kB): 131kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-cinderclient/setup.py) egg_info for package python-cinderclient Installed /opt/stack/heat/.venv/build/python-cinderclient/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' Downloading/unpacking PyYAML>=3.1.0 (from -r /opt/stack/heat/requirements.txt (line 23)) Downloading PyYAML-3.10.tar.gz (241kB): 241kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/PyYAML/setup.py) egg_info for package PyYAML Downloading/unpacking paramiko>=1.8.0 (from -r /opt/stack/heat/requirements.txt (line 24)) Downloading paramiko-1.12.2.tar.gz (907kB): 907kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/paramiko/setup.py) egg_info for package paramiko Downloading/unpacking Babel>=1.3 (from -r /opt/stack/heat/requirements.txt (line 25)) Downloading Babel-1.3.tar.gz (3.4MB): 3.4MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/Babel/setup.py) egg_info for package Babel warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' Downloading/unpacking oslo.config>=1.2.0 (from -r /opt/stack/heat/requirements.txt (line 26)) Downloading oslo.config-1.2.1.tar.gz (75kB): 75kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/oslo.config/setup.py) egg_info for package oslo.config Installed /opt/stack/heat/.venv/build/oslo.config/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching '*' under directory 'tools' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution Requirement already up-to-date: pip>=1.0 in ./.venv/lib/python2.7/site-packages (from pbr>=0.5.21,<1.0->-r /opt/stack/heat/requirements.txt (line 1)) Downloading/unpacking amqp>=1.4.2,<2.0 (from kombu>=2.4.8->-r /opt/stack/heat/requirements.txt (line 7)) Downloading amqp-1.4.3-py27-none-any.whl (49kB): 49kB downloaded Downloading/unpacking anyjson>=0.3.3 (from kombu>=2.4.8->-r /opt/stack/heat/requirements.txt (line 7)) Downloading anyjson-0.3.3.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/anyjson/setup.py) egg_info for package anyjson Downloading/unpacking decorator (from sqlalchemy-migrate>=0.7.2->-r /opt/stack/heat/requirements.txt (line 12)) Downloading decorator-3.4.0.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/decorator/setup.py) egg_info for package decorator warning: no previously-included files found matching 'Makefile' Downloading/unpacking Tempita>=0.4 (from sqlalchemy-migrate>=0.7.2->-r /opt/stack/heat/requirements.txt (line 12)) Downloading Tempita-0.5.2.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/Tempita/setup.py) egg_info for package Tempita Downloading/unpacking PrettyTable>=0.6,<0.8 (from python-novaclient>=2.15.0->-r /opt/stack/heat/requirements.txt (line 13)) Downloading prettytable-0.7.2.tar.bz2 Running setup.py (path:/opt/stack/heat/.venv/build/PrettyTable/setup.py) egg_info for package PrettyTable Downloading/unpacking requests>=1.1 (from python-novaclient>=2.15.0->-r /opt/stack/heat/requirements.txt (line 13)) Downloading requests-2.2.1-py2.py3-none-any.whl (625kB): 625kB downloaded Downloading/unpacking simplejson>=2.0.9 (from python-novaclient>=2.15.0->-r /opt/stack/heat/requirements.txt (line 13)) Downloading simplejson-3.3.3.tar.gz (67kB): 67kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/simplejson/setup.py) egg_info for package simplejson Downloading/unpacking repoze.lru>=0.3 (from Routes>=1.12.3->-r /opt/stack/heat/requirements.txt (line 15)) Downloading repoze.lru-0.6.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/repoze.lru/setup.py) egg_info for package repoze.lru Downloading/unpacking cliff>=1.4.3 (from python-neutronclient>=2.3.0,<3->-r /opt/stack/heat/requirements.txt (line 20)) Downloading cliff-1.5.2.tar.gz (54kB): 54kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/cliff/setup.py) egg_info for package cliff Installed /opt/stack/heat/.venv/build/cliff/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching '*.html' under directory 'docs' warning: no files found matching '*.css' under directory 'docs' warning: no files found matching '*.js' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.py' under directory 'tests' Downloading/unpacking ecdsa (from paramiko>=1.8.0->-r /opt/stack/heat/requirements.txt (line 24)) Downloading ecdsa-0.10.tar.gz (45kB): 45kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/ecdsa/setup.py) egg_info for package ecdsa Downloading/unpacking pytz>=0a (from Babel>=1.3->-r /opt/stack/heat/requirements.txt (line 25)) Downloading pytz-2013.9.tar.bz2 (159kB): 159kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/pytz/setup.py) egg_info for package pytz warning: no files found matching '*.pot' under directory 'pytz' warning: no previously-included files found matching 'test_zdump.py' Downloading/unpacking cmd2>=0.6.7 (from cliff>=1.4.3->python-neutronclient>=2.3.0,<3->-r /opt/stack/heat/requirements.txt (line 20)) Downloading cmd2-0.6.7.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/cmd2/setup.py) egg_info for package cmd2 Downloading/unpacking pyparsing>=2.0.1 (from cliff>=1.4.3->python-neutronclient>=2.3.0,<3->-r /opt/stack/heat/requirements.txt (line 20)) Downloading pyparsing-2.0.1.tar.gz (1.1MB): 1.1MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/pyparsing/setup.py) egg_info for package pyparsing Downloading/unpacking stevedore (from cliff>=1.4.3->python-neutronclient>=2.3.0,<3->-r /opt/stack/heat/requirements.txt (line 20)) Downloading stevedore-0.14.1.tar.gz (357kB): 357kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/stevedore/setup.py) egg_info for package stevedore Installed /opt/stack/heat/.venv/build/stevedore/pbr-0.6-py2.7.egg [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching '*.html' under directory 'docs' warning: no files found matching '*.css' under directory 'docs' warning: no files found matching '*.js' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.py' under directory 'tests' Installing collected packages: pbr, pycrypto, eventlet, greenlet, httplib2, iso8601, kombu, lxml, netaddr, six, sqlalchemy-migrate, python-novaclient, PasteDeploy, Routes, SQLAlchemy, WebOb, python-keystoneclient, python-swiftclient, python-neutronclient, python-ceilometerclient, python-cinderclient, PyYAML, paramiko, Babel, oslo.config, amqp, anyjson, decorator, Tempita, PrettyTable, requests, simplejson, repoze.lru, cliff, ecdsa, pytz, cmd2, pyparsing, stevedore Running setup.py install for pbr [pbr] Reusing existing SOURCES.txt Running setup.py install for pycrypto checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for __gmpz_init in -lgmp... no checking for __gmpz_init in -lmpir... no checking whether mpz_powm is declared... no checking whether mpz_powm_sec is declared... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memmove... yes checking for memset... yes configure: creating ./config.status config.status: creating src/config.h warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. building 'Crypto.Hash._MD2' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/MD2.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so building 'Crypto.Hash._MD4' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/MD4.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so building 'Crypto.Hash._SHA256' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA256.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so building 'Crypto.Hash._SHA224' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA224.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so building 'Crypto.Hash._SHA384' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA384.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so building 'Crypto.Hash._SHA512' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/SHA512.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so building 'Crypto.Hash._RIPEMD160' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/RIPEMD160.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so building 'Crypto.Cipher._AES' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so building 'Crypto.Cipher._ARC2' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so building 'Crypto.Cipher._Blowfish' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so building 'Crypto.Cipher._CAST' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so building 'Crypto.Cipher._DES' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so building 'Crypto.Cipher._DES3' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so building 'Crypto.Cipher._ARC4' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so building 'Crypto.Cipher._XOR' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so building 'Crypto.Util.strxor' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so building 'Crypto.Util._counter' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so Running setup.py install for eventlet Running setup.py install for greenlet x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -fno-tree-dominator-opts -I/usr/include/python2.7 -c /tmp/tmpIelLXY/simple.c -o /tmp/tmpIelLXY/tmp/tmpIelLXY/simple.o /tmp/tmpIelLXY/simple.c:1:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes] void foo(){} ^ building 'greenlet' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -fno-tree-dominator-opts -I/usr/include/python2.7 -c greenlet.c -o build/temp.linux-x86_64-2.7/greenlet.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/greenlet.o -o build/lib.linux-x86_64-2.7/greenlet.so Linking /opt/stack/heat/.venv/build/greenlet/build/lib.linux-x86_64-2.7/greenlet.so to /opt/stack/heat/.venv/build/greenlet/greenlet.so Running setup.py install for httplib2 Running setup.py install for iso8601 Running setup.py install for lxml /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' warnings.warn(msg) /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extra_require' warnings.warn(msg) Building lxml version 3.3.1. Building without Cython. Using build configuration of libxslt 1.1.28 building 'lxml.etree' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -I/opt/stack/heat/.venv/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-x86_64-2.7/lxml/etree.so building 'lxml.objectify' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -I/opt/stack/heat/.venv/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -w x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/lxml/lxml.objectify.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-x86_64-2.7/lxml/objectify.so Running setup.py install for netaddr changing mode of build/scripts-2.7/netaddr from 664 to 775 warning: no previously-included files matching '*.svn*' found anywhere in distribution warning: no previously-included files matching '*.git*' found anywhere in distribution changing mode of /opt/stack/heat/.venv/bin/netaddr to 775 Running setup.py install for sqlalchemy-migrate [pbr] Reusing existing SOURCES.txt Installing migrate script to /opt/stack/heat/.venv/bin Installing migrate-repository script to /opt/stack/heat/.venv/bin Running setup.py install for python-novaclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Installing nova script to /opt/stack/heat/.venv/bin Running setup.py install for SQLAlchemy building 'sqlalchemy.cprocessors' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so building 'sqlalchemy.cresultproxy' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so warning: no files found matching '*.jpg' under directory 'doc' no previously-included directories found matching 'doc/build/output' Running setup.py install for WebOb no previously-included directories found matching '*.pyc' no previously-included directories found matching '*.pyo' Running setup.py install for python-keystoneclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Installing keystone script to /opt/stack/heat/.venv/bin Running setup.py install for python-swiftclient [pbr] Reusing existing SOURCES.txt changing mode of build/scripts-2.7/swift from 664 to 775 changing mode of /opt/stack/heat/.venv/bin/swift to 775 Running setup.py install for python-neutronclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Installing neutron script to /opt/stack/heat/.venv/bin Running setup.py install for python-ceilometerclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Installing ceilometer script to /opt/stack/heat/.venv/bin Running setup.py install for python-cinderclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Installing cinder script to /opt/stack/heat/.venv/bin Running setup.py install for PyYAML checking if libyaml is compilable x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory #include ^ compilation terminated. libyaml is not found or a compiler error: forcing --without-libyaml (if libyaml is installed correctly, you may need to specify the option --include-dirs or uncomment and modify the parameter include_dirs in setup.cfg) Running setup.py install for paramiko Running setup.py install for Babel warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' Installing pybabel script to /opt/stack/heat/.venv/bin Running setup.py install for oslo.config [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Skipping installation of /opt/stack/heat/.venv/lib/python2.7/site-packages/oslo/__init__.py (namespace package) Installing /opt/stack/heat/.venv/lib/python2.7/site-packages/oslo.config-1.2.1-py2.7-nspkg.pth Running setup.py install for anyjson Running setup.py install for decorator warning: no previously-included files found matching 'Makefile' Running setup.py install for Tempita Running setup.py install for PrettyTable Running setup.py install for simplejson building 'simplejson._speedups' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so Running setup.py install for repoze.lru Skipping installation of /opt/stack/heat/.venv/lib/python2.7/site-packages/repoze/__init__.py (namespace package) Installing /opt/stack/heat/.venv/lib/python2.7/site-packages/repoze.lru-0.6-py2.7-nspkg.pth Running setup.py install for cliff [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Running setup.py install for ecdsa Running setup.py install for pytz warning: no files found matching '*.pot' under directory 'pytz' warning: no previously-included files found matching 'test_zdump.py' Running setup.py install for cmd2 Running setup.py install for pyparsing Running setup.py install for stevedore [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Successfully installed pbr pycrypto eventlet greenlet httplib2 iso8601 kombu lxml netaddr six sqlalchemy-migrate python-novaclient PasteDeploy Routes SQLAlchemy WebOb python-keystoneclient python-swiftclient python-neutronclient python-ceilometerclient python-cinderclient PyYAML paramiko Babel oslo.config amqp anyjson decorator Tempita PrettyTable requests simplejson repoze.lru cliff ecdsa pytz cmd2 pyparsing stevedore Cleaning up... Downloading/unpacking pep8==1.4.5 (from -r /opt/stack/heat/test-requirements.txt (line 2)) Downloading pep8-1.4.5.tar.gz (63kB): 63kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/pep8/setup.py) egg_info for package pep8 warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'testsuite' warning: no previously-included files matching '*.pyo' found under directory 'testsuite' no previously-included directories found matching 'docs/_build' Downloading/unpacking pyflakes>=0.7.2,<0.7.4 (from -r /opt/stack/heat/test-requirements.txt (line 3)) Downloading pyflakes-0.7.3.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/pyflakes/setup.py) egg_info for package pyflakes Downloading/unpacking flake8==2.0 (from -r /opt/stack/heat/test-requirements.txt (line 4)) Downloading flake8-2.0.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/flake8/setup.py) egg_info for package flake8 Downloading/unpacking hacking>=0.5.6,<0.8 (from -r /opt/stack/heat/test-requirements.txt (line 5)) Downloading hacking-0.7.2.tar.gz (125kB): 125kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/hacking/setup.py) egg_info for package hacking [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution Downloading/unpacking coverage>=3.6 (from -r /opt/stack/heat/test-requirements.txt (line 7)) Downloading coverage-3.7.1.tar.gz (284kB): 284kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/coverage/setup.py) egg_info for package coverage warning: no previously-included files matching '*.pyc' found anywhere in distribution Downloading/unpacking discover (from -r /opt/stack/heat/test-requirements.txt (line 8)) Downloading discover-0.4.0.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/discover/setup.py) egg_info for package discover Downloading/unpacking mock>=1.0 (from -r /opt/stack/heat/test-requirements.txt (line 9)) Downloading mock-1.0.1.tar.gz (818kB): 818kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/mock/setup.py) egg_info for package mock warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.css' under directory 'docs' warning: no files found matching '*.html' under directory 'docs' warning: no files found matching '*.js' under directory 'docs' Downloading/unpacking mox>=0.5.3 (from -r /opt/stack/heat/test-requirements.txt (line 10)) Downloading mox-0.5.3.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/mox/setup.py) egg_info for package mox Downloading/unpacking testtools>=0.9.32 (from -r /opt/stack/heat/test-requirements.txt (line 11)) Downloading testtools-0.9.35.tar.gz (195kB): 195kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/testtools/setup.py) egg_info for package testtools no previously-included directories found matching 'doc/_build' Downloading/unpacking testrepository>=0.0.17 (from -r /opt/stack/heat/test-requirements.txt (line 12)) Downloading testrepository-0.0.18.tar.gz (84kB): 84kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/testrepository/setup.py) egg_info for package testrepository Downloading/unpacking testscenarios>=0.4 (from -r /opt/stack/heat/test-requirements.txt (line 13)) Downloading testscenarios-0.4.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/testscenarios/setup.py) egg_info for package testscenarios Downloading/unpacking python-glanceclient>=0.9.0 (from -r /opt/stack/heat/test-requirements.txt (line 14)) Downloading python-glanceclient-0.12.0.tar.gz (123kB): 123kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-glanceclient/setup.py) egg_info for package python-glanceclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' Downloading/unpacking sphinx>=1.1.2,<1.2 (from -r /opt/stack/heat/test-requirements.txt (line 15)) Downloading Sphinx-1.1.3.tar.gz (2.6MB): 2.6MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/sphinx/setup.py) egg_info for package sphinx no previously-included directories found matching 'doc/_build' Downloading/unpacking oslo.sphinx (from -r /opt/stack/heat/test-requirements.txt (line 16)) Downloading oslo.sphinx-1.1.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/oslo.sphinx/setup.py) egg_info for package oslo.sphinx [pbr] Processing SOURCES.txt warning: LocalManifestMaker: standard file '-c' not found [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no files found matching '*.js' under directory 'oslo' Requirement already up-to-date: setuptools in ./.venv/lib/python2.7/site-packages (from flake8==2.0->-r /opt/stack/heat/test-requirements.txt (line 4)) Downloading/unpacking mccabe>=0.2 (from flake8==2.0->-r /opt/stack/heat/test-requirements.txt (line 4)) Downloading mccabe-0.2.1.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/mccabe/setup.py) egg_info for package mccabe Requirement already up-to-date: pbr>=0.5.21,<1.0 in ./.venv/lib/python2.7/site-packages (from hacking>=0.5.6,<0.8->-r /opt/stack/heat/test-requirements.txt (line 5)) Requirement already up-to-date: six in ./.venv/lib/python2.7/site-packages (from hacking>=0.5.6,<0.8->-r /opt/stack/heat/test-requirements.txt (line 5)) Downloading/unpacking extras (from testtools>=0.9.32->-r /opt/stack/heat/test-requirements.txt (line 11)) Downloading extras-0.0.3.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/extras/setup.py) egg_info for package extras Downloading/unpacking python-mimeparse (from testtools>=0.9.32->-r /opt/stack/heat/test-requirements.txt (line 11)) Downloading python-mimeparse-0.1.4.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/python-mimeparse/setup.py) egg_info for package python-mimeparse Downloading/unpacking fixtures (from testrepository>=0.0.17->-r /opt/stack/heat/test-requirements.txt (line 12)) Downloading fixtures-0.3.14.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/fixtures/setup.py) egg_info for package fixtures Downloading/unpacking python-subunit>=0.0.10 (from testrepository>=0.0.17->-r /opt/stack/heat/test-requirements.txt (line 12)) Downloading python-subunit-0.0.18.tar.gz (87kB): 87kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/python-subunit/setup.py) egg_info for package python-subunit warning: no previously-included files found matching '.bzrignore' warning: no previously-included files found matching 'aclocal.m4' no previously-included directories found matching 'autom4te.cache' no previously-included directories found matching 'c' no previously-included directories found matching 'c++' no previously-included directories found matching 'compile' warning: no previously-included files found matching 'configure*' warning: no previously-included files found matching 'depcomp' warning: no previously-included files found matching 'INSTALL' warning: no previously-included files found matching 'install-sh' warning: no previously-included files found matching 'lib*' warning: no previously-included files found matching 'ltmain.sh' no previously-included directories found matching 'm4' warning: no previously-included files found matching 'Makefile*' warning: no previously-included files found matching 'missing' no previously-included directories found matching 'perl' warning: no previously-included files found matching 'py-compile' no previously-included directories found matching 'shell' warning: no previously-included files found matching 'stamp-h1' Requirement already up-to-date: PrettyTable>=0.6,<0.8 in ./.venv/lib/python2.7/site-packages (from python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Requirement already up-to-date: python-keystoneclient>=0.3.0 in ./.venv/lib/python2.7/site-packages (from python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading/unpacking pyOpenSSL (from python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading pyOpenSSL-0.13.1.tar.gz (254kB): 254kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/pyOpenSSL/setup.py) egg_info for package pyOpenSSL warning: no previously-included files matching '*.pyc' found anywhere in distribution Downloading/unpacking warlock>=1.0.1,<2 (from python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading warlock-1.1.0.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/warlock/setup.py) egg_info for package warlock Downloading/unpacking Pygments>=1.2 (from sphinx>=1.1.2,<1.2->-r /opt/stack/heat/test-requirements.txt (line 15)) Downloading Pygments-1.6.tar.gz (1.4MB): 1.4MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/Pygments/setup.py) egg_info for package Pygments Downloading/unpacking Jinja2>=2.3 (from sphinx>=1.1.2,<1.2->-r /opt/stack/heat/test-requirements.txt (line 15)) Downloading Jinja2-2.7.2.tar.gz (378kB): 378kB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/Jinja2/setup.py) egg_info for package Jinja2 warning: no files found matching '*' under directory 'custom_fixers' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' Downloading/unpacking docutils>=0.7 (from sphinx>=1.1.2,<1.2->-r /opt/stack/heat/test-requirements.txt (line 15)) Downloading docutils-0.11.tar.gz (1.6MB): 1.6MB downloaded Running setup.py (path:/opt/stack/heat/.venv/build/docutils/setup.py) egg_info for package docutils warning: no files found matching 'MANIFEST' warning: no files found matching '*' under directory 'extras' warning: no previously-included files matching '.cvsignore' found under directory '*' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*~' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' Requirement already up-to-date: pip>=1.0 in ./.venv/lib/python2.7/site-packages (from pbr>=0.5.21,<1.0->hacking>=0.5.6,<0.8->-r /opt/stack/heat/test-requirements.txt (line 5)) Requirement already up-to-date: Babel>=1.3 in ./.venv/lib/python2.7/site-packages (from python-keystoneclient>=0.3.0->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Requirement already up-to-date: iso8601>=0.1.8 in ./.venv/lib/python2.7/site-packages (from python-keystoneclient>=0.3.0->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Requirement already up-to-date: netaddr>=0.7.6 in ./.venv/lib/python2.7/site-packages (from python-keystoneclient>=0.3.0->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Requirement already up-to-date: oslo.config>=1.2.0 in ./.venv/lib/python2.7/site-packages (from python-keystoneclient>=0.3.0->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Requirement already up-to-date: requests>=1.1 in ./.venv/lib/python2.7/site-packages (from python-keystoneclient>=0.3.0->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading/unpacking jsonschema>=0.7,<3 (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading jsonschema-2.3.0-py2.py3-none-any.whl Downloading/unpacking jsonpatch>=0.10,<2 (from warlock>=1.0.1,<2->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading jsonpatch-1.3.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/jsonpatch/setup.py) egg_info for package jsonpatch /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_poimts' warnings.warn(msg) Downloading/unpacking markupsafe (from Jinja2>=2.3->sphinx>=1.1.2,<1.2->-r /opt/stack/heat/test-requirements.txt (line 15)) Downloading MarkupSafe-0.18.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/markupsafe/setup.py) egg_info for package markupsafe Requirement already up-to-date: pytz>=0a in ./.venv/lib/python2.7/site-packages (from Babel>=1.3->python-keystoneclient>=0.3.0->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading/unpacking jsonpointer>=1.0 (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.9.0->-r /opt/stack/heat/test-requirements.txt (line 14)) Downloading jsonpointer-1.1.tar.gz Running setup.py (path:/opt/stack/heat/.venv/build/jsonpointer/setup.py) egg_info for package jsonpointer /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_poimts' warnings.warn(msg) Installing collected packages: pep8, pyflakes, flake8, hacking, coverage, discover, mock, mox, testtools, testrepository, testscenarios, python-glanceclient, sphinx, oslo.sphinx, mccabe, extras, python-mimeparse, fixtures, python-subunit, pyOpenSSL, warlock, Pygments, Jinja2, docutils, jsonschema, jsonpatch, markupsafe, jsonpointer Running setup.py install for pep8 warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'testsuite' warning: no previously-included files matching '*.pyo' found under directory 'testsuite' no previously-included directories found matching 'docs/_build' Installing pep8 script to /opt/stack/heat/.venv/bin Running setup.py install for pyflakes Installing pyflakes script to /opt/stack/heat/.venv/bin Running setup.py install for flake8 Installing flake8 script to /opt/stack/heat/.venv/bin Running setup.py install for hacking [pbr] Reusing existing SOURCES.txt Running setup.py install for coverage building 'coverage.tracer' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c coverage/tracer.c -o build/temp.linux-x86_64-2.7/coverage/tracer.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/coverage/tracer.o -o build/lib.linux-x86_64-2.7/coverage/tracer.so warning: no previously-included files matching '*.pyc' found anywhere in distribution Installing coverage2 script to /opt/stack/heat/.venv/bin Installing coverage-2.7 script to /opt/stack/heat/.venv/bin Installing coverage script to /opt/stack/heat/.venv/bin Running setup.py install for discover Installing discover script to /opt/stack/heat/.venv/bin Running setup.py install for mock warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.css' under directory 'docs' warning: no files found matching '*.html' under directory 'docs' warning: no files found matching '*.js' under directory 'docs' Running setup.py install for mox Running setup.py install for testtools no previously-included directories found matching 'doc/_build' Running setup.py install for testrepository changing mode of build/scripts-2.7/testr from 664 to 775 changing mode of /opt/stack/heat/.venv/bin/testr to 775 Running setup.py install for testscenarios Running setup.py install for python-glanceclient [pbr] Excluding argparse: Python 2.6 only dependency [pbr] Reusing existing SOURCES.txt Installing glance script to /opt/stack/heat/.venv/bin Running setup.py install for sphinx no previously-included directories found matching 'doc/_build' Installing sphinx-apidoc script to /opt/stack/heat/.venv/bin Installing sphinx-build script to /opt/stack/heat/.venv/bin Installing sphinx-quickstart script to /opt/stack/heat/.venv/bin Installing sphinx-autogen script to /opt/stack/heat/.venv/bin Running setup.py install for oslo.sphinx [pbr] Reusing existing SOURCES.txt Skipping installation of /opt/stack/heat/.venv/lib/python2.7/site-packages/oslo/__init__.py (namespace package) Installing /opt/stack/heat/.venv/lib/python2.7/site-packages/oslo.sphinx-1.1-py2.7-nspkg.pth Running setup.py install for mccabe Running setup.py install for extras Running setup.py install for python-mimeparse Running setup.py install for fixtures Running setup.py install for python-subunit changing mode of build/scripts-2.7/subunit-1to2 from 664 to 775 changing mode of build/scripts-2.7/subunit-2to1 from 664 to 775 changing mode of build/scripts-2.7/subunit-filter from 664 to 775 changing mode of build/scripts-2.7/subunit-ls from 664 to 775 changing mode of build/scripts-2.7/subunit-notify from 664 to 775 changing mode of build/scripts-2.7/subunit-output from 664 to 775 changing mode of build/scripts-2.7/subunit-stats from 664 to 775 changing mode of build/scripts-2.7/subunit-tags from 664 to 775 changing mode of build/scripts-2.7/subunit2gtk from 664 to 775 changing mode of build/scripts-2.7/subunit2junitxml from 664 to 775 changing mode of build/scripts-2.7/subunit2pyunit from 664 to 775 changing mode of build/scripts-2.7/tap2subunit from 664 to 775 warning: no previously-included files found matching '.bzrignore' warning: no previously-included files found matching 'aclocal.m4' no previously-included directories found matching 'autom4te.cache' no previously-included directories found matching 'c' no previously-included directories found matching 'c++' no previously-included directories found matching 'compile' warning: no previously-included files found matching 'configure*' warning: no previously-included files found matching 'depcomp' warning: no previously-included files found matching 'INSTALL' warning: no previously-included files found matching 'install-sh' warning: no previously-included files found matching 'lib*' warning: no previously-included files found matching 'ltmain.sh' no previously-included directories found matching 'm4' warning: no previously-included files found matching 'Makefile*' warning: no previously-included files found matching 'missing' no previously-included directories found matching 'perl' warning: no previously-included files found matching 'py-compile' no previously-included directories found matching 'shell' warning: no previously-included files found matching 'stamp-h1' changing mode of /opt/stack/heat/.venv/bin/subunit2pyunit to 775 changing mode of /opt/stack/heat/.venv/bin/subunit2junitxml to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-tags to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-ls to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-output to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-stats to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-notify to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-filter to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-2to1 to 775 changing mode of /opt/stack/heat/.venv/bin/tap2subunit to 775 changing mode of /opt/stack/heat/.venv/bin/subunit-1to2 to 775 changing mode of /opt/stack/heat/.venv/bin/subunit2gtk to 775 Running setup.py install for pyOpenSSL building 'OpenSSL.crypto' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crypto.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509name.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkey.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509store.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509req.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/x509ext.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs7.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/pkcs12.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/netscape_spki.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/revoked.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/crypto/crl.c -o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.7/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/crypto.so building 'OpenSSL.rand' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/rand.so building 'OpenSSL.SSL' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/context.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/ssl/ssl.c -o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.7/OpenSSL/util.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/OpenSSL/ssl/connection.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/context.o build/temp.linux-x86_64-2.7/OpenSSL/ssl/ssl.o build/temp.linux-x86_64-2.7/OpenSSL/util.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/OpenSSL/SSL.so warning: no previously-included files matching '*.pyc' found anywhere in distribution Running setup.py install for warlock Running setup.py install for Pygments Installing pygmentize script to /opt/stack/heat/.venv/bin Running setup.py install for Jinja2 warning: no files found matching '*' under directory 'custom_fixers' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' Running setup.py install for docutils changing mode of build/scripts-2.7/rst2html.py from 664 to 775 changing mode of build/scripts-2.7/rst2s5.py from 664 to 775 changing mode of build/scripts-2.7/rst2latex.py from 664 to 775 changing mode of build/scripts-2.7/rst2xetex.py from 664 to 775 changing mode of build/scripts-2.7/rst2man.py from 664 to 775 changing mode of build/scripts-2.7/rst2xml.py from 664 to 775 changing mode of build/scripts-2.7/rst2pseudoxml.py from 664 to 775 changing mode of build/scripts-2.7/rstpep2html.py from 664 to 775 changing mode of build/scripts-2.7/rst2odt.py from 664 to 775 changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 664 to 775 warning: no files found matching 'MANIFEST' warning: no files found matching '*' under directory 'extras' warning: no previously-included files matching '.cvsignore' found under directory '*' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*~' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' changing mode of /opt/stack/heat/.venv/bin/rst2xml.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2xetex.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2latex.py to 775 changing mode of /opt/stack/heat/.venv/bin/rstpep2html.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2s5.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2odt.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2odt_prepstyles.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2html.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2pseudoxml.py to 775 changing mode of /opt/stack/heat/.venv/bin/rst2man.py to 775 Running setup.py install for jsonpatch /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_poimts' warnings.warn(msg) changing mode of build/scripts-2.7/jsondiff from 664 to 775 changing mode of build/scripts-2.7/jsonpatch from 664 to 775 changing mode of /opt/stack/heat/.venv/bin/jsonpatch to 775 changing mode of /opt/stack/heat/.venv/bin/jsondiff to 775 Running setup.py install for markupsafe building 'markupsafe._speedups' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so Running setup.py install for jsonpointer /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_poimts' warnings.warn(msg) changing mode of build/scripts-2.7/jsonpointer from 664 to 775 changing mode of /opt/stack/heat/.venv/bin/jsonpointer to 775 Successfully installed pep8 pyflakes flake8 hacking coverage discover mock mox testtools testrepository testscenarios python-glanceclient sphinx oslo.sphinx mccabe extras python-mimeparse fixtures python-subunit pyOpenSSL warlock Pygments Jinja2 docutils jsonschema jsonpatch markupsafe jsonpointer Cleaning up... Heat development environment setup is complete. Heat development uses virtualenv to track and manage Python dependencies while in development and testing. To activate the Heat virtualenv for the extent of your current shell session you can run: $ source /opt/stack/heat/.venv/bin/activate Or, if you prefer, you can run commands in the virtualenv on a case by case basis by running: $ /opt/stack/heat/tools/with_venv.sh Also, make test will automatically use the virtualenv. ubuntu@ovespa45:/opt/stack/heat$ . .venv/bin/activate (.venv)ubuntu@ovespa45:/opt/stack/heat$ bzr branch lp:testrepository The program 'bzr' is currently not installed. You can install it by typing: sudo apt-get install bzr (.venv)ubuntu@ovespa45:/opt/stack/heat$ sudo apt-get install bzr Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libassuan0 libgpgme11 python-bzrlib python-crypto python-dbus python-dbus-dev python-gi python-gpgme python-httplib2 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-paramiko python-secretstorage python-simplejson python-wadllib Suggested packages: bzr-doc bzr-svn bzrtools python-bzrlib.tests gpgsm python-bzrlib-dbg python-kerberos xdg-utils python-crypto-dbg python-crypto-doc python-dbus-doc python-dbus-dbg python-gi-cairo gir1.2-gnomekeyring-1.0 python-gdata python-keyczar python-kde4 python-testresources gnome-keyring python-secretstorage-doc The following NEW packages will be installed: bzr libassuan0 libgpgme11 python-bzrlib python-crypto python-dbus python-dbus-dev python-gi python-gpgme python-httplib2 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-paramiko python-secretstorage python-simplejson python-wadllib 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 3,309 kB of archives. After this operation, 14.7 MB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main libassuan0 amd64 2.1.0-1 [34.4 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main libgpgme11 amd64 1.4.2-0.1ubuntu3 [186 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-gi amd64 3.10.0-1ubuntu1 [237 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-bzrlib amd64 2.6.0-3ubuntu1 [1,857 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main bzr all 2.6.0-3ubuntu1 [38.2 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-crypto amd64 2.6-5 [357 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-dbus-dev all 1.2.0-2 [5,528 B] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-dbus amd64 1.2.0-2 [103 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-gpgme amd64 0.3-0ubuntu1 [30.1 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-httplib2 all 0.8-2 [39.7 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-keyring all 1.6-1 [60.0 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-lazr.uri all 1.0.3-1 [14.6 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-simplejson amd64 3.3.0-2ubuntu2 [63.8 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-wadllib all 1.3.2-2 [32.4 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-lazr.restfulclient all 0.13.3-1 [56.1 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-launchpadlib all 1.10.2+ds-1 [51.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-paramiko all 1.10.1-1 [132 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ saucy/main python-secretstorage all 1.0.0-1 [10.5 kB] Fetched 3,309 kB in 2s (1,530 kB/s) debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline Selecting previously unselected package libassuan0:amd64. (Reading database ... 83662 files and directories currently installed.) Unpacking libassuan0:amd64 (from .../libassuan0_2.1.0-1_amd64.deb) ... Selecting previously unselected package libgpgme11:amd64. Unpacking libgpgme11:amd64 (from .../libgpgme11_1.4.2-0.1ubuntu3_amd64.deb) ... Selecting previously unselected package python-gi. Unpacking python-gi (from .../python-gi_3.10.0-1ubuntu1_amd64.deb) ... Selecting previously unselected package python-bzrlib. Unpacking python-bzrlib (from .../python-bzrlib_2.6.0-3ubuntu1_amd64.deb) ... Selecting previously unselected package bzr. Unpacking bzr (from .../bzr_2.6.0-3ubuntu1_all.deb) ... Selecting previously unselected package python-crypto. Unpacking python-crypto (from .../python-crypto_2.6-5_amd64.deb) ... Selecting previously unselected package python-dbus-dev. Unpacking python-dbus-dev (from .../python-dbus-dev_1.2.0-2_all.deb) ... Selecting previously unselected package python-dbus. Unpacking python-dbus (from .../python-dbus_1.2.0-2_amd64.deb) ... Selecting previously unselected package python-gpgme. Unpacking python-gpgme (from .../python-gpgme_0.3-0ubuntu1_amd64.deb) ... Selecting previously unselected package python-httplib2. Unpacking python-httplib2 (from .../python-httplib2_0.8-2_all.deb) ... Selecting previously unselected package python-keyring. Unpacking python-keyring (from .../python-keyring_1.6-1_all.deb) ... Selecting previously unselected package python-lazr.uri. Unpacking python-lazr.uri (from .../python-lazr.uri_1.0.3-1_all.deb) ... Selecting previously unselected package python-simplejson. Unpacking python-simplejson (from .../python-simplejson_3.3.0-2ubuntu2_amd64.deb) ... Selecting previously unselected package python-wadllib. Unpacking python-wadllib (from .../python-wadllib_1.3.2-2_all.deb) ... Selecting previously unselected package python-lazr.restfulclient. Unpacking python-lazr.restfulclient (from .../python-lazr.restfulclient_0.13.3-1_all.deb) ... Selecting previously unselected package python-launchpadlib. Unpacking python-launchpadlib (from .../python-launchpadlib_1.10.2+ds-1_all.deb) ... Selecting previously unselected package python-paramiko. Unpacking python-paramiko (from .../python-paramiko_1.10.1-1_all.deb) ... Selecting previously unselected package python-secretstorage. Unpacking python-secretstorage (from .../python-secretstorage_1.0.0-1_all.deb) ... Processing triggers for man-db ... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline Setting up libassuan0:amd64 (2.1.0-1) ... Setting up libgpgme11:amd64 (1.4.2-0.1ubuntu3) ... Setting up python-gi (3.10.0-1ubuntu1) ... Setting up python-bzrlib (2.6.0-3ubuntu1) ... Setting up bzr (2.6.0-3ubuntu1) ... Setting up python-crypto (2.6-5) ... Setting up python-dbus-dev (1.2.0-2) ... Setting up python-dbus (1.2.0-2) ... Remove stale byte-compiled files... Setting up python-gpgme (0.3-0ubuntu1) ... Setting up python-httplib2 (0.8-2) ... Setting up python-keyring (1.6-1) ... Setting up python-lazr.uri (1.0.3-1) ... Setting up python-simplejson (3.3.0-2ubuntu2) ... Setting up python-wadllib (1.3.2-2) ... Setting up python-lazr.restfulclient (0.13.3-1) ... Setting up python-launchpadlib (1.10.2+ds-1) ... Setting up python-paramiko (1.10.1-1) ... Setting up python-secretstorage (1.0.0-1) ... Processing triggers for libc-bin ... (.venv)ubuntu@ovespa45:/opt/stack/heat$ bzr branch lp:testrepository You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". Branched 239 revisions. (.venv)ubuntu@ovespa45:/opt/stack/heat$ exit Process shell finished ubuntu@ovespa45:/opt/stack/heat$ ./run_tests.sh -V -u Running tests running testr running=${PYTHON:-python} -m subunit.run discover -t ./ . --list Non-zero exit code (2) from test listing. stdout='\xb3)\x01@G=heat.tests.test_api_aws.AWSCommonTest.test_extract_param_list\xee8\xf7\xc9\xb3)\x01@Q@Fheat.tests.test_api_aws.AWSCommonTest.test_extract_param_list_badindex\r\xe6c\xbf\xb3)\x01@W@Lheat.tests.test_api_aws.AWSCommonTest.test_extract_param_list_garbage_prefixYN\x0c,\xb3)\x01@X@Mheat.tests.test_api_aws.AWSCommonTest.test_extract_param_list_garbage_prefix2`=\x82\x04\xb3)\x01@W@Lheat.tests.test_api_aws.AWSCommonTest.test_extract_param_list_garbage_suffix\x7fO\r|\xb3)\x01@Q@Fheat.tests.test_api_aws.AWSCommonTest.test_extract_param_list_multiple\x07H\xfc\x15\xb3)\x01@Y@Nheat.tests.test_api_aws.AWSCommonTest.test_extract_param_list_multiple_missing\xa8\xf2\x06\x06\xb3)\x01@D:heat.tests.test_api_aws.AWSCommonTest.test_format_response\xc5\t\xf1\x8d\xb3)\x01@C9heat.tests.test_api_aws.AWSCommonTest.test_params_extract\x92\xe1IH\xb3)\x01@H>heat.tests.test_api_aws.AWSCommonTest.test_params_extract_dots\xec\xf1\x92\x8f\xb3)\x01@L@Aheat.tests.test_api_aws.AWSCommonTest.test_params_extract_garbage\xc2L\xcd3\xb3)\x01@S@Hheat.tests.test_api_aws.AWSCommonTest.test_params_extract_garbage_prefix\xe9~\xd1r\xb3)\x01@S@Hheat.tests.test_api_aws.AWSCommonTest.test_params_extract_garbage_suffix\xcf\x7f\xd0"\xb3)\x01@G=heat.tests.test_api_aws.AWSCommonTest.test_reformat_dict_keys\xba\x92$\xfd\xb3)\x01@P@Eheat.tests.test_api_aws.AWSCommonTest.test_reformat_dict_keys_missing\xc9\xabd\xef\xb3)\x01@[@Pheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_bad_resources_in_template\x18Bj\xa5\xb3)\x01@G=heat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create\x1a\xad\x01:\xb3)\x01@S@Hheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_err_engine\xfa\xf58O\xb3)\x01@S@Hheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_err_exists\xa0\xc2Dr\xb3)\x01@[@Pheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_err_inval_template\x82P7\xb4\xb3)\x01@X@Mheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_err_no_template\xeb\x87&\xf8\xb3)\x01@S@Hheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_err_rpcerr\xd8*\x95&\xb3)\x01@V@Kheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_onfailure_err\xc9\xf5]y\xb3)\x01@_@Theat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_onfailure_false_delete\x16\xdb\xfem\xb3)\x01@a@Vheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_onfailure_false_rollbackng\xd0y\xb3)\x01@W@Lheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_onfailure_true\x02\xc8\x00v\xb3)\x01@V@Kheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_or_update_err+\xcb\x1dP\xb3)\x01@Q@Fheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_create_rollback>\xa4_\xd9\xb3)\x01@G=heat.tests.test_api_cfn_v1.CfnStackControllerTest.test_delete\xafi\x9dF\xb3)\x01@Q@Fheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_delete_bad_name7\xf2B\x84\xb3)\x01@S@Hheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_delete_err_rpcerr\x8c\xb8\xb7\xf2\xb3)\x01@I?heat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe\xff\x16\xf8C\xb3)\x01@N@Cheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_arn\xb8\xca\x18~\xb3)\x01@\\@Qheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_arn_invalidtenant\xd8\xf4\xd0\xd9\xb3)\x01@P@Eheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_aterr\xa7\xdf>*\xb3)\x01@S@Hheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_bad_name\xf8,\x1c\n\xb3)\x01@Y@Nheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resource\'<%\xb8\xb3)\x01@e@Zheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resource_nonexistent\x1c\x8aB\xf0\xb3)\x01@k@`heat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resource_nonexistent_stackTN&\xc2\xb3)\x01@Z@Oheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resourcesBgu\x0b\xb3)\x01@c@Xheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resources_bad_name\xa1\xbfz8\xb3)\x01@d@Yheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resources_err_inval!\xe3\xac\xd4\xb3)\x01@c@Xheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resources_physical\xfa\xfa\xc1\x82\xb3)\x01@m@bheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_describe_stack_resources_physical_not_found\x97\xcdN\xd5\xb3)\x01@P@Eheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_enforce_denied\x8c\x94?\xb9\xb3)\x01@M@Bheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_enforce_ise\x8e\x92\xda!\xb3)\x01@L@Aheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_enforce_ok\xd9n\xf8\r\xb3)\x01@M@Bheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_events_listLu\xc7]\xb3)\x01@V@Kheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_events_list_bad_name7\xe9\xfc\x15\xb3)\x01@X@Mheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_events_list_err_rpcerr\xac\xdf\xce\x1a\xb3)\x01@N@Cheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_get_template\x9e\x02\x02\xa4\xb3)\x01@W@Lheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_get_template_bad_namee\xf2\xab\xc9\xb3)\x01@W@Lheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_get_template_err_none\xcd=\xbb\xcc\xb3)\x01@Y@Nheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_get_template_err_rpcerrE\x02H]\xb3)\x01@W@Lheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_get_template_int_bodyH\x8d\xb0Y\xb3)\x01@E;heat.tests.test_api_cfn_v1.CfnStackControllerTest.test_list\xa6!?~\xb3)\x01@P@Eheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_list_rmt_aterr\x05N\x99\xb5\xb3)\x01@Q@Fheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_list_rmt_interr\xa2?G1\xb3)\x01@V@Kheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_list_stack_resources\x16\xcby\xa3\xb3)\x01@_@Theat.tests.test_api_cfn_v1.CfnStackControllerTest.test_list_stack_resources_bad_name\xc3\xda\';\xb3)\x01@S@Hheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_stackid_addprefix\xc9$\xa2l\xb3)\x01@G=heat.tests.test_api_cfn_v1.CfnStackControllerTest.test_update\r^\xd4\xb9\xb3)\x01@Q@Fheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_update_bad_nameq\x7f\xbc0\xb3)\x01@]@Rheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_validate_err_inval_template\x81\x8d"\x9b\xb3)\x01@Z@Oheat.tests.test_api_cfn_v1.CfnStackControllerTest.test_validate_err_no_template\xd4}\xd8\xe5\xb3)\x01@H>heat.tests.test_api_cloudwatch.WatchControllerTest.test_delete\x8a13\x7f\xb3)\x01@Y@Nheat.tests.test_api_cloudwatch.WatchControllerTest.test_describe_alarm_history\xfb\xc53d\xb3)\x01@]@Rheat.tests.test_api_cloudwatch.WatchControllerTest.test_describe_alarms_for_metric\x01\x91\n\x1d\xb3)\x01@O@Dheat.tests.test_api_cloudwatch.WatchControllerTest.test_describe_all\x1f\x81\x9b\xc9\xb3)\x01@X@Mheat.tests.test_api_cloudwatch.WatchControllerTest.test_disable_alarm_actions\x1d \x9fr\xb3)\x01@W@Lheat.tests.test_api_cloudwatch.WatchControllerTest.test_enable_alarm_actionsPs\xbc\xd8\xb3)\x01@R@Gheat.tests.test_api_cloudwatch.WatchControllerTest.test_enforce_default\x0c\x9cx\x86\xb3)\x01@Q@Fheat.tests.test_api_cloudwatch.WatchControllerTest.test_enforce_denied\xb3\xab\x11\x16\xb3)\x01@N@Cheat.tests.test_api_cloudwatch.WatchControllerTest.test_enforce_ise\xc8\xa0\xa1\xfd\xb3)\x01@X@Mheat.tests.test_api_cloudwatch.WatchControllerTest.test_get_metric_statistics\x11`\x1f@\xb3)\x01@S@Hheat.tests.test_api_cloudwatch.WatchControllerTest.test_list_metrics_allF\xe3<\x98\xb3)\x01@[@Pheat.tests.test_api_cloudwatch.WatchControllerTest.test_list_metrics_filter_name\x8d\x14\x94t\xb3)\x01@`@Uheat.tests.test_api_cloudwatch.WatchControllerTest.test_list_metrics_filter_namespace\xb0\x05\xc9\xb4\xb3)\x01@S@Hheat.tests.test_api_cloudwatch.WatchControllerTest.test_put_metric_alarmcMJp\xb3)\x01@R@Gheat.tests.test_api_cloudwatch.WatchControllerTest.test_put_metric_data\xa3\xd1\xc5\xaf\xb3)\x01@V@Kheat.tests.test_api_cloudwatch.WatchControllerTest.test_reformat_dimensions\xdfF\xcd\xac\xb3)\x01@R@Gheat.tests.test_api_cloudwatch.WatchControllerTest.test_set_alarm_state\x10\xf4\x9f\xcf\xb3)\x01@[@Pheat.tests.test_api_cloudwatch.WatchControllerTest.test_set_alarm_state_badstate\x85\x1cq\xc2\xb3)\x01@L@Aheat.tests.test_api_ec2token.Ec2TokenTest.test_call_auth_noaccess\xa9\xde\x16L\xb3)\x01@H>heat.tests.test_api_ec2token.Ec2TokenTest.test_call_auth_nosig}$\xa1\xfb\xb3)\x01@I?heat.tests.test_api_ec2token.Ec2TokenTest.test_call_auth_nouserO(\x94#\xb3)\x01@Q@Fheat.tests.test_api_ec2token.Ec2TokenTest.test_call_badconf_no_authuri\xde\x17\'\n\xb3)\x01@H>heat.tests.test_api_ec2token.Ec2TokenTest.test_call_err_denied>\xd9g\x19\xb3)\x01@M@Bheat.tests.test_api_ec2token.Ec2TokenTest.test_call_err_multicloud\x92\x14\x16\xd5\xb3)\x01@Z@Oheat.tests.test_api_ec2token.Ec2TokenTest.test_call_err_multicloud_none_allowed*+g\xed\xb3)\x01@L@Aheat.tests.test_api_ec2token.Ec2TokenTest.test_call_err_signature\x95;Ym\xb3)\x01@I?heat.tests.test_api_ec2token.Ec2TokenTest.test_call_err_tokenid\x0e\xdfZ\xd4\xb3)\x01?6heat.tests.test_api_ec2token.Ec2TokenTest.test_call_ok\xaa\x03\x1b\xe1\xb3)\x01@W@Lheat.tests.test_api_ec2token.Ec2TokenTest.test_call_ok_auth_uri_ec2authtoken\xf6\xf2Pc\xb3)\x01@W@Lheat.tests.test_api_ec2token.Ec2TokenTest.test_call_ok_auth_uri_ks_authtoken\x95,\xc8v\xb3)\x01@L@Aheat.tests.test_api_ec2token.Ec2TokenTest.test_call_ok_multicloud\xa9\x88\x15\x11\xb3)\x01@F5heat.tests.test_components.ComponentTest.test_depends\x17PI8\xb3)\x01@A7heat.tests.test_components.ComponentTest.test_hosted_onD;\xb3\'\xb3)\x01;2heat.tests.test_components.ComponentTest.test_init\xd4\xe3\x85\'\xb3)\x01?6heat.tests.test_components.ComponentsTest.test_depends\xcb\xb0\xca\x82\xb3)\x01>5heat.tests.test_components.ComponentsTest.test_filterf\xcd6\xdf\xb3)\x01<3heat.tests.test_components.ComponentsTest.test_init{t\xda\xc1\xb3)\x01@Fheat.tests.test_dependencies.dependenciesTest.test_complex_fwd\\\x97|3\xb3)\x01@M@Bheat.tests.test_dependencies.dependenciesTest.test_complex_partial\xde\xc1\x8e\xb7\xb3)\x01@H>heat.tests.test_dependencies.dependenciesTest.test_complex_rev\xcc\xf5v\x04\xb3)\x01@L@Aheat.tests.test_dependencies.dependenciesTest.test_dbldiamond_fwdR\x06{_\xb3)\x01@L@Aheat.tests.test_dependencies.dependenciesTest.test_dbldiamond_rev\xc2dqh\xb3)\x01@H>heat.tests.test_dependencies.dependenciesTest.test_diamond_fwd\x87\x07^\xc4\xb3)\x01@H>heat.tests.test_dependencies.dependenciesTest.test_diamond_rev\x17eT\xf3\xb3)\x01@E;heat.tests.test_dependencies.dependenciesTest.test_disjoint \xb5G\x04\xb3)\x01@B8heat.tests.test_dependencies.dependenciesTest.test_edgesu\x16Ja\xb3)\x01@L@Aheat.tests.test_dependencies.dependenciesTest.test_many_edges_fwdde\xb2\xec\xb3)\x01@L@Aheat.tests.test_dependencies.dependenciesTest.test_many_edges_rev\xf4\x07\xb8\xdb\xb3)\x01@M@Bheat.tests.test_dependencies.dependenciesTest.test_noexist_partial\xc3\x13\xf7\xd1\xb3)\x01@A7heat.tests.test_dependencies.dependenciesTest.test_repr\xacc\x1a\xe6\xb3)\x01@H>heat.tests.test_dependencies.dependenciesTest.test_required_by\xaaa-5\xb3)\x01@E;heat.tests.test_dependencies.dependenciesTest.test_self_refV\x0eT\xbe\xb3)\x01@W@Lheat.tests.test_dependencies.dependenciesTest.test_simple_multilevel_partiale\x90{\xb2\xb3)\x01@L@Aheat.tests.test_dependencies.dependenciesTest.test_simple_partial\xae[\t\t\xb3)\x01@G=heat.tests.test_dependencies.dependenciesTest.test_single_fwd\x13:Y\xc9\xb3)\x01@H>heat.tests.test_dependencies.dependenciesTest.test_single_node\x92\xc3\xea\x13\xb3)\x01@L@Aheat.tests.test_dependencies.dependenciesTest.test_single_partial^\x08\n\xb1\xb3)\x01@G=heat.tests.test_dependencies.dependenciesTest.test_single_rev\x83XS\xfe\xb3)\x01@E;heat.tests.test_eip.AllocTest.test_association_allocationid\xb8\xeb\xac\xcf\xb3)\x017.heat.tests.test_eip.AllocTest.test_neutron_eip\x97\xe3$\xd3\xb3)\x0190heat.tests.test_eip.EIPTest.test_association_eipNu\x84\xbe\xb3)\x01@D:heat.tests.test_eip.EIPTest.test_delete_eip_with_exception\xfa\xafa\xfe\xb3)\x01-$heat.tests.test_eip.EIPTest.test_eip\x12P\xc4\xcf\xb3)\x01<3heat.tests.test_eip.EIPTest.test_eip_with_exception\xe7C|h\xb3)\x01@[@Pheat.tests.test_engine_api_utils.EngineApiTest.test_disable_rollback_extract_bad6b\x9d\x95\xb3)\x01@]@Rheat.tests.test_engine_api_utils.EngineApiTest.test_disable_rollback_extract_false4\xf3\x9f[\xb3)\x01@\\@Qheat.tests.test_engine_api_utils.EngineApiTest.test_disable_rollback_extract_true\xc3X\xcc\x1f\xb3)\x01@N@Cheat.tests.test_engine_api_utils.EngineApiTest.test_timeout_extract\xc4\x1c;4\xb3)\x01@V@Kheat.tests.test_engine_api_utils.EngineApiTest.test_timeout_extract_garbage\x18\x94\x97\x87\xb3)\x01@S@Hheat.tests.test_engine_api_utils.EngineApiTest.test_timeout_extract_none\n\xf7\xffU\xb3)\x01@Z@Oheat.tests.test_engine_api_utils.EngineApiTest.test_timeout_extract_not_present\xb0\xf2\x14\xfb\xb3)\x01@S@Hheat.tests.test_engine_api_utils.EngineApiTest.test_timeout_extract_zero\xde\xb9\x0e\x08\xb3)\x01@Q@Fheat.tests.test_engine_api_utils.FormatTest.test_format_stack_resource4\xdaP-\xb3)\x01@]@Rheat.tests.test_engine_api_utils.FormatTest.test_format_stack_resource_required_by\xca\xb7\xf8\xab\xb3)\x01@e@Zheat.tests.test_engine_service.StackCreateTest.test_wordpress_single_instance_stack_create\x8c\x1b\xb5\xc1\xb3)\x01@e@Zheat.tests.test_engine_service.StackCreateTest.test_wordpress_single_instance_stack_delete9\xdf)\xbd\xb3)\x01@^@Sheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create\\u\xee\x10\xb3)\x01@t@iheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_equals_max_per_tenantwo\xfb\xf0\xb3)\x01@u@jheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_exceeds_max_per_tenant\x81\xa3\x1a\xb8\xb3)\x01@t@iheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_invalid_resource_nameU\xc8\xc6\x18\xb3)\x01@q@fheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_invalid_stack_name\xf9\xf4\x8e\xc6\xb3)\x01@m@bheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_no_credentials\xbd\xcaE\xf4\xb3)\x01@y@nheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_total_resources_equals_max\xce\xae\x92{\xb3)\x01@z@oheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_total_resources_exceeds_max\x18\xf3\x96J\xb3)\x01@i@^heat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_create_verify_err\x9f\xf4y\xec\xb3)\x01@^@Sheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_delete\xe9\xb1rl\xb3)\x01@g@\\heat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_delete_nonexist\rk\x1d\xd1\xb3)\x01@^@Sheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_updateK\x86;\x93\xb3)\x01@e@Zheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_update_equalsC\xa9\xef5\xb3)\x01@u@jheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_update_exceeds_resource_limit{\xf7D\x8a\xb3)\x01@m@bheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_update_no_credentials\x1d?\xa4\n\xb3)\x01@g@\\heat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_update_nonexistK\xe6\xe3e\xb3)\x01@i@^heat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_update_verify_err\x11\xca\xa9\x12\xb3)\x01@`@Uheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_stack_validate\x8d)\r\xcc\xb3)\x01@\x84@yheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_validate_deferred_auth_context_missing_credentials\xa1\xab\xc9\xbd\xb3)\x01@}@rheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_validate_deferred_auth_context_not_required\xe5\xaf%o\xb3)\x01@w@lheat.tests.test_engine_service.StackServiceCreateUpdateDeleteTest.test_validate_deferred_auth_context_trusts\xdbdS\xf2\xb3)\x01@Y@Nheat.tests.test_engine_service.StackServiceSuspendResumeTest.test_stack_resume\x90\x91\x96K\xb3)\x01@b@Wheat.tests.test_engine_service.StackServiceSuspendResumeTest.test_stack_resume_nonexist_\xd1\x8b\x00\xb3)\x01@Z@Oheat.tests.test_engine_service.StackServiceSuspendResumeTest.test_stack_suspend\x9a/\x8f\xb7\xb3)\x01@c@Xheat.tests.test_engine_service.StackServiceSuspendResumeTest.test_stack_suspend_nonexist`\xc7O\xea\xb3)\x01@V@Kheat.tests.test_engine_service.StackServiceTest.test_find_physical_resourceTOzI\xb3)\x01@_@Theat.tests.test_engine_service.StackServiceTest.test_find_physical_resource_nonexistT\x8e\xe5\xae\xb3)\x01@S@Hheat.tests.test_engine_service.StackServiceTest.test_lazy_load_resources\xa3Y\x04H\xb3)\x01@S@Hheat.tests.test_engine_service.StackServiceTest.test_list_resource_types\xe2\xe5\x10r\xb3)\x01@G=heat.tests.test_engine_service.StackServiceTest.test_metadata\x9a\xda\x07D\xb3)\x01@U@Jheat.tests.test_engine_service.StackServiceTest.test_metadata_err_resource\xc42\xc8"\xb3)\x01@R@Gheat.tests.test_engine_service.StackServiceTest.test_metadata_err_stacku\xea\x8f\xbb\xb3)\x01@[@Pheat.tests.test_engine_service.StackServiceTest.test_periodic_watch_task_created\xacN\x84{\xb3)\x01@b@Wheat.tests.test_engine_service.StackServiceTest.test_periodic_watch_task_created_nested\xd5g\x14$\xb3)\x01@_@Theat.tests.test_engine_service.StackServiceTest.test_periodic_watch_task_not_created\x0fy\xcc:\xb3)\x01@O@Dheat.tests.test_engine_service.StackServiceTest.test_resource_schema0S\xab\xf2\xb3)\x01@X@Mheat.tests.test_engine_service.StackServiceTest.test_resource_schema_nonexistCGpe\xb3)\x01@O@Dheat.tests.test_engine_service.StackServiceTest.test_set_watch_state\x86(\x01\xba\xb3)\x01@X@Mheat.tests.test_engine_service.StackServiceTest.test_set_watch_state_badstate\x17\xe3)\xe4\xb3)\x01@W@Lheat.tests.test_engine_service.StackServiceTest.test_set_watch_state_noexist\xfb\x14\x9f?\xb3)\x01@I?heat.tests.test_engine_service.StackServiceTest.test_show_watch\xfa!\xfa}\xb3)\x01@Q@Fheat.tests.test_engine_service.StackServiceTest.test_show_watch_metrice\xc8\x9ey\xb3)\x01@P@Eheat.tests.test_engine_service.StackServiceTest.test_signal_reception\x9a\xf9\x03\xaf\xb3)\x01@\\@Qheat.tests.test_engine_service.StackServiceTest.test_signal_reception_no_resource\xfe\xdfJY\xb3)\x01@j@_heat.tests.test_engine_service.StackServiceTest.test_stack_authorize_stack_user_attribute_errorNK)\xbb\xb3)\x01@b@Wheat.tests.test_engine_service.StackServiceTest.test_stack_authorize_stack_user_nocredsN\x9e\x020\xb3)\x01@e@Zheat.tests.test_engine_service.StackServiceTest.test_stack_authorize_stack_user_type_error\xc7-%\xec\xb3)\x01@U@Jheat.tests.test_engine_service.StackServiceTest.test_stack_by_name_tenants\x8e\xd6gi\xb3)\x01@U@Jheat.tests.test_engine_service.StackServiceTest.test_stack_create_existing\xb4\xae\xd8"\xb3)\x01@N@Cheat.tests.test_engine_service.StackServiceTest.test_stack_describe\xb6Q)\xa0\xb3)\x01@R@Gheat.tests.test_engine_service.StackServiceTest.test_stack_describe_all\x8b\x88\x8f\xf8\xb3)\x01@X@Mheat.tests.test_engine_service.StackServiceTest.test_stack_describe_all_empty\x94\x9du\x7f\xb3)\x01@Y@Nheat.tests.test_engine_service.StackServiceTest.test_stack_describe_bad_tenantjA\xe9O\xb3)\x01@Z@Oheat.tests.test_engine_service.StackServiceTest.test_stack_describe_nonexistent\x99\xca\xd6/\xb3)\x01@P@Eheat.tests.test_engine_service.StackServiceTest.test_stack_event_list\x80\x8d\x90\xd9\xb3)\x01@Z@Oheat.tests.test_engine_service.StackServiceTest.test_stack_event_list_by_tenant\x04\xdb\xd7\xd5\xb3)\x01@a@Vheat.tests.test_engine_service.StackServiceTest.test_stack_event_list_deleted_resource\x8e\x03~\xf5\xb3)\x01@N@Cheat.tests.test_engine_service.StackServiceTest.test_stack_identify\xf3:\xd4e\xb3)\x01@W@Lheat.tests.test_engine_service.StackServiceTest.test_stack_identify_nonexist\xad\xd0\x9fm\xb3)\x01@S@Hheat.tests.test_engine_service.StackServiceTest.test_stack_identify_uuid\x83\xb0\x82O\xb3)\x01@N@Cheat.tests.test_engine_service.StackServiceTest.test_stack_list_all\xcb\xc0\xa0\x82\xb3)\x01@T@Iheat.tests.test_engine_service.StackServiceTest.test_stack_list_all_empty\x8f\x93}w\xb3)\x01@W@Lheat.tests.test_engine_service.StackServiceTest.test_stack_resource_describe\xe5A0\xe6\xb3)\x01@i@^heat.tests.test_engine_service.StackServiceTest.test_stack_resource_describe_nonexist_resource\xe5S\x84\xb5\xb3)\x01@f@[heat.tests.test_engine_service.StackServiceTest.test_stack_resource_describe_nonexist_stack\xe9@\xe0\xd1\xb3)\x01@g@\\heat.tests.test_engine_service.StackServiceTest.test_stack_resource_describe_stack_user_denyOh0M\xb3)\x01@X@Mheat.tests.test_engine_service.StackServiceTest.test_stack_resources_describeE\xc4c\xeb\xb3)\x01@c@Xheat.tests.test_engine_service.StackServiceTest.test_stack_resources_describe_bad_lookup\x9ew\x9d\xea\xb3)\x01@b@Wheat.tests.test_engine_service.StackServiceTest.test_stack_resources_describe_no_filter\xe0\x99(\xe2\xb3)\x01@g@\\heat.tests.test_engine_service.StackServiceTest.test_stack_resources_describe_nonexist_stack\x0bg\xd6\x92\xb3)\x01@T@Iheat.tests.test_engine_service.StackServiceTest.test_stack_resources_list\xb5\x19$\xb7\xb3)\x01@c@Xheat.tests.test_engine_service.StackServiceTest.test_stack_resources_list_nonexist_stackv\x90\xce\xaa\xb3)\x01@w@lheat.tests.test_engine_service.StackServiceUpdateNotSupportedTest.test_stack_update_during(suspend_complete)\x0c\xd3\xf5}\xb3)\x01@u@jheat.tests.test_engine_service.StackServiceUpdateNotSupportedTest.test_stack_update_during(suspend_failed)\xa1\xbc\xbf\x85\xb3)\x01@z@oheat.tests.test_engine_service.StackServiceUpdateNotSupportedTest.test_stack_update_during(suspend_in_progress)\x80i\x92\x00\xb3)\x01@O@Dheat.tests.test_environment_format.YamlEnvironmentTest.test_bad_yamlg\xac\x08\xcc\xb3)\x01@S@Hheat.tests.test_environment_format.YamlEnvironmentTest.test_minimal_yaml\xe9d(V\xb3)\x01@U@Jheat.tests.test_environment_format.YamlEnvironmentTest.test_wrong_sections\xea&j\x89\xb3)\x015,heat.tests.test_event.EventTest.test_badprop\xe0\x06\xd6\xe6\xb3)\x018/heat.tests.test_event.EventTest.test_identifier\xd0aK\xbc\xb3)\x012)heat.tests.test_event.EventTest.test_load\xf8_\xc5>\xb3)\x01@E;heat.tests.test_event.EventTest.test_load_given_stack_event\xe7\x05\x85\xea\xb3)\x01?6heat.tests.test_event.EventTest.test_store_caps_eventsl>J\xa1\xb3)\x01@Q@Fheat.tests.test_exception.TestHeatException.test_fatal_exception_error\x9b\xf4A\xc0\xb3)\x01@c@Xheat.tests.test_fault_middleware.FaultMiddlewareTest.test_exception_with_non_ascii_charsX\xe7\x8e\xbd\xb3)\x01@d@Yheat.tests.test_fault_middleware.FaultMiddlewareTest.test_openstack_exception_with_kwargs\xba\x98V\x9a\xb3)\x01@g@\\heat.tests.test_fault_middleware.FaultMiddlewareTest.test_openstack_exception_without_kwargs\n\x1f\x8b\xc8\xb3)\x01@U@Jheat.tests.test_fault_middleware.FaultMiddlewareTest.test_remote_exception\xaf\x18\xcbF\xb3)\x01@_@Theat.tests.test_heatclient.KeystoneClientTest.test_create_trust_context_trust_create\xc8\x1d\xbdp\xb3)\x01@[@Pheat.tests.test_heatclient.KeystoneClientTest.test_create_trust_context_trust_id\xb1\xdb\x96\x82\xb3)\x01@I?heat.tests.test_heatclient.KeystoneClientTest.test_delete_trust_y\x00\xfb\xb3)\x01@Q@Fheat.tests.test_heatclient.KeystoneClientTest.test_init_v2_bad_nocreds\xe6\xdb8\x8c\xb3)\x01@N@Cheat.tests.test_heatclient.KeystoneClientTest.test_init_v2_passwordC\xb7\x13\x81\xb3)\x01@Q@Fheat.tests.test_heatclient.KeystoneClientTest.test_init_v3_bad_nocreds;M\xe1\t\xb3)\x01@N@Cheat.tests.test_heatclient.KeystoneClientTest.test_init_v3_password\xacux\xbf\xb3)\x01@K@@heat.tests.test_heatclient.KeystoneClientTest.test_init_v3_token{\x16\x9d\xb2\xb3)\x01@G=heat.tests.test_heatclient.KeystoneClientTest.test_trust_init/\xcf\x8d\x8d\xb3)\x01@M@Bheat.tests.test_heatclient.KeystoneClientTest.test_trust_init_fail\x8fa\x8d`\xb3)\x01@K@@heat.tests.test_heatclient.KeystoneClientTest.test_trust_init_pw\x06\xd51\xd9\xb3)\x01@N@Cheat.tests.test_heatclient.KeystoneClientTest.test_trust_init_token\x93\x1b\xafn\xb3)\x01@M@Bheat.tests.test_heatclient.KeystoneClientTest.test_username_lengthHMr4\xb3)\x01@U@Jheat.tests.test_hot.HOTParamValidatorTest.test_hot_template_validate_param;\xffn\x00\xb3)\x01@Z@Oheat.tests.test_hot.HOTParamValidatorTest.test_multiple_constraint_descriptions\xf7\xf9l\xb2\xb3)\x01@I?heat.tests.test_hot.HOTParamValidatorTest.test_range_constrainti\x86\xec\x95\xb3)\x0190heat.tests.test_hot.HOTemplateTest.test_defaults\xe9\x00\x14\x97\xb3)\x01;2heat.tests.test_hot.HOTemplateTest.test_param_refs\xbc\xa1Kt\xb3)\x01?6heat.tests.test_hot.HOTemplateTest.test_str_fn_replace\x16k\x9d-\xb3)\x01<3heat.tests.test_hot.HOTemplateTest.test_str_replace\xc6\xa88\x8f\xb3)\x01@Q@Fheat.tests.test_hot.HOTemplateTest.test_str_replace_invalid_param_keys \xbfM\x1e\xb3)\x01@R@Gheat.tests.test_hot.HOTemplateTest.test_str_replace_invalid_param_typesV\xbd]1\xb3)\x01@D:heat.tests.test_hot.HOTemplateTest.test_str_replace_syntax~\x03\xc9\xa0\xb3)\x01@C9heat.tests.test_hot.HOTemplateTest.test_translate_outputs\r\xd3\xdeK\xb3)\x01@F5heat.tests.test_hot.StackTest.test_stack_name_invalid\x92v\x85\xc4\xb3)\x01<3heat.tests.test_hot.StackTest.test_stack_name_valid\x80r\xfd\x14\xb3)\x011(heat.tests.test_hot.StackTest.test_state{+\xb2,\xb3)\x015,heat.tests.test_hot.StackTest.test_state_bad\x95E\x8c\xda\xb3)\x01:1heat.tests.test_hot.StackTest.test_state_defaultsM\xcb\xcb\xac\xb3)\x0190heat.tests.test_hot.StackTest.test_status_reason\x8dv\xddL\xb3)\x01=4heat.tests.test_hot.StackTest.test_store_saves_creds\xef\xf6\xc6\xba\xb3)\x01@D:heat.tests.test_hot.StackTest.test_store_saves_creds_trust3v\x89\xf6\xb3)\x01=4heat.tests.test_hot.StackTest.test_store_saves_owner\x7f\x915\xbf\xb3)\x018/heat.tests.test_hot.StackTest.test_suspend_fail\xbc\x03\xca\xdb\xb3)\x01:1heat.tests.test_hot.StackTest.test_suspend_resume\xc1q\x01b\xb3)\x01;2heat.tests.test_hot.StackTest.test_suspend_timeout\x18t\x88&\xb3)\x01@B8heat.tests.test_hot.StackTest.test_total_resources_empty\x9ccM\xca\xb3)\x01@D:heat.tests.test_hot.StackTest.test_total_resources_genericY+/\xc6\xb3)\x01@C9heat.tests.test_hot.StackTest.test_total_resources_nestedn\x0eA\xfc\xb3)\x016-heat.tests.test_hot.StackTest.test_update_add6\xa2\x7f\x95\xb3)\x01@E;heat.tests.test_hot.StackTest.test_update_add_failed_create\x92\xd1q\xdb\xb3)\x01;2heat.tests.test_hot.StackTest.test_update_badstate\x02\xe8N\xe0\xb3)\x01@P@Eheat.tests.test_hot.StackTest.test_update_by_reference_and_rollback_18\xa8\x85f\xb3)\x01@P@Eheat.tests.test_hot.StackTest.test_update_by_reference_and_rollback_2\xa1\xa1\xd4\xdc\xb3)\x01>5heat.tests.test_hot.StackTest.test_update_description\xf0v\xbc|\xb3)\x01@E;heat.tests.test_hot.StackTest.test_update_modify_ok_replaceE\xe7+\xef\xb3)\x01@Q@Fheat.tests.test_hot.StackTest.test_update_modify_replace_failed_createN\xbd\n\xc5\xb3)\x01@Q@Fheat.tests.test_hot.StackTest.test_update_modify_replace_failed_delete\xfby\x96\xb9\xb3)\x01@H>heat.tests.test_hot.StackTest.test_update_modify_update_failed\xbc\xf3\x961\xb3)\x0190heat.tests.test_hot.StackTest.test_update_remove`\xd2f\xd3\xb3)\x01@H>heat.tests.test_hot.StackTest.test_update_replace_by_reference\xd6\x0f*\x16\xb3)\x01@Fheat.tests.test_identifier.EventIdentifierTest.test_event_init\xb7k\xb3U\xb3)\x01@S@Hheat.tests.test_identifier.EventIdentifierTest.test_event_init_from_dict\xd4k\x9fG\xb3)\x01@M@Bheat.tests.test_identifier.EventIdentifierTest.test_event_resource\x9e\x01G?\xb3)\x01@I?heat.tests.test_identifier.EventIdentifierTest.test_event_stack\x02o\x0b\x10\xb3)\x01@L@Aheat.tests.test_identifier.EventIdentifierTest.test_resource_name\xf9\xf6\x88\xa6\xb3)\x01;2heat.tests.test_identifier.IdentifierTest.test_arn\x8c\x06kk\xb3)\x01@V@Kheat.tests.test_identifier.IdentifierTest.test_arn_decode_escape_round_trip\xf7%\xc3]\xb3)\x01@V@Kheat.tests.test_identifier.IdentifierTest.test_arn_escape_decode_round_tripji\x1bu\xb3)\x01@C9heat.tests.test_identifier.IdentifierTest.test_arn_id_int,`Wt\xb3)\x01@B8heat.tests.test_identifier.IdentifierTest.test_arn_parse\xa9\x8a\xa1:\xb3)\x01@O@Dheat.tests.test_identifier.IdentifierTest.test_arn_parse_arn_invalid)\x8b\xca\x08\xb3)\x01@O@Dheat.tests.test_identifier.IdentifierTest.test_arn_parse_empty_field\xf0\xe3\xbcm\xb3)\x01@P@Eheat.tests.test_identifier.IdentifierTest.test_arn_parse_heat_invalid\xb2\t1\xd9\xb3)\x01@Q@Fheat.tests.test_identifier.IdentifierTest.test_arn_parse_missing_field\x8f\x1cv9\xb3)\x01@N@Cheat.tests.test_identifier.IdentifierTest.test_arn_parse_os_invalid\xe4\xedi\xf2\xb3)\x01@P@Eheat.tests.test_identifier.IdentifierTest.test_arn_parse_path_default\x9bpX\xcf\xb3)\x01@N@Cheat.tests.test_identifier.IdentifierTest.test_arn_parse_round_trip\xd7\xb7\x01f\xb3)\x01@R@Gheat.tests.test_identifier.IdentifierTest.test_arn_parse_stacks_invalid{\xe4v\xf5\xb3)\x01@H>heat.tests.test_identifier.IdentifierTest.test_arn_parse_upper\x07\xc2\xcd\x91\xb3)\x01@G=heat.tests.test_identifier.IdentifierTest.test_arn_round_tripg\x1dB\x12\xb3)\x01?6heat.tests.test_identifier.IdentifierTest.test_arn_url]\xb6\xe3\x06\xb3)\x01@Z@Oheat.tests.test_identifier.IdentifierTest.test_arn_url_decode_escape_round_trip-\x18\x7f\x85\xb3)\x01@F\x1f\x82\xb3)\x01@S@Hheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_empty_field\xfczy\xe2\xb3)\x01@T@Iheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_heat_invalid\x00\xc0\xd3b\xb3)\x01@T@Iheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_leading_charS\xd0\x8d\xab\xb3)\x01@U@Jheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_leading_space\x16d\n\xa9\xb3)\x01@U@Jheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_missing_field\x8f\x97\xfdT\xb3)\x01@R@Gheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_os_invalid\x19\x04\xf0\xaf\xb3)\x01@I?heat.tests.test_identifier.IdentifierTest.test_arn_url_parse_qs\x92\x7f\xfbQ\xb3)\x01@R@Gheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_round_trip*^\x98;\xb3)\x01@V@Kheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_stacks_invalidG\x9b\x1b\xb3\xb3)\x01@M@Bheat.tests.test_identifier.IdentifierTest.test_arn_url_parse_upper\xe1AWY\xb3)\x01=4heat.tests.test_identifier.IdentifierTest.test_attrs%\x10\x84\xbe\xb3)\x01@H>heat.tests.test_identifier.IdentifierTest.test_dict_round_tripX\xcb\x7f`\xb3)\x01=4heat.tests.test_identifier.IdentifierTest.test_equal\nk\xf4\x1c\xb3)\x01@C9heat.tests.test_identifier.IdentifierTest.test_equal_dict\xd13!p\xb3)\x01@B8heat.tests.test_identifier.IdentifierTest.test_id_decode\xdb[\x06\xca\xb3)\x01@B8heat.tests.test_identifier.IdentifierTest.test_id_escape\xdb\x97M\x12\xb3)\x01@E;heat.tests.test_identifier.IdentifierTest.test_invalid_attr\xd27fP\xb3)\x01@E;heat.tests.test_identifier.IdentifierTest.test_invalid_item\xc9R`Z\xb3)\x01=4heat.tests.test_identifier.IdentifierTest.test_items\xc5\xde\x08\xa6\xb3)\x01@D:heat.tests.test_identifier.IdentifierTest.test_name_decodel\x9d\x17E\xb3)\x01@D:heat.tests.test_identifier.IdentifierTest.test_name_escapelQ\\\x9d\xb3)\x01@B8heat.tests.test_identifier.IdentifierTest.test_not_equal\xae]\x18\x0e\xb3)\x01@G=heat.tests.test_identifier.IdentifierTest.test_not_equal_dict"\x0e\xf3\xb6\xb3)\x01@H>heat.tests.test_identifier.IdentifierTest.test_path_componentsXC\x8a\xe3\xb3)\x01@D:heat.tests.test_identifier.IdentifierTest.test_path_decode\x0b{\x19s\xb3)\x01@E;heat.tests.test_identifier.IdentifierTest.test_path_default\x1fjH\xca\xb3)\x01@D:heat.tests.test_identifier.IdentifierTest.test_path_escape\x0b\xb7R\xab\xb3)\x01@I?heat.tests.test_identifier.IdentifierTest.test_stack_name_slash\x13\x1f\xd9L\xb3)\x01@Fheat.tests.test_identifier.IdentifierTest.test_url_name_decodeQ\xfd\xea}\xb3)\x01@A7heat.tests.test_identifier.IdentifierTest.test_url_path\xc5\xdfz.\xb3)\x01@H>heat.tests.test_identifier.IdentifierTest.test_url_path_decode6\x1b\xe4K\xb3)\x01@I?heat.tests.test_identifier.IdentifierTest.test_url_path_default\x8f\x94,j\xb3)\x01@K@@heat.tests.test_identifier.IdentifierTest.test_url_tenant_decodey\xd3\xb8;\xb3)\x01@M@Bheat.tests.test_identifier.ResourceIdentifierTest.test_resource_id\\\xdf\x97I\xb3)\x01@Y@Nheat.tests.test_identifier.ResourceIdentifierTest.test_resource_init_from_dict\r=F)\xb3)\x01@W@Lheat.tests.test_identifier.ResourceIdentifierTest.test_resource_init_no_path\xd9\xd1\x1f^\xb3)\x01@T@Iheat.tests.test_identifier.ResourceIdentifierTest.test_resource_init_pathB\x91\xe2\x08\xb3)\x01@U@Jheat.tests.test_identifier.ResourceIdentifierTest.test_resource_name_slash\xff\x18K\xef\xb3)\x01@P@Eheat.tests.test_identifier.ResourceIdentifierTest.test_resource_stack\xb1jlx\xb3)\x01?6heat.tests.test_instance.InstancesTest.test_build_nics\xedG\xd0M\xb3)\x01@V@Kheat.tests.test_instance.InstancesTest.test_build_nics_with_security_groupsFG\x1ac\xb3)\x01@E;heat.tests.test_instance.InstancesTest.test_instance_create\xb5\xf1m1\xb3)\x01@M@Bheat.tests.test_instance.InstancesTest.test_instance_create_delete\xffs\xae\xd2\xb3)\x01@_@Theat.tests.test_instance.InstancesTest.test_instance_create_duplicate_image_name_errK\xba\x8d\xd2\xb3)\x01@U@Jheat.tests.test_instance.InstancesTest.test_instance_create_error_no_fault\x16\x06\xb5J\xb3)\x01@S@Hheat.tests.test_instance.InstancesTest.test_instance_create_error_status\x9f\x93#\xf8\xb3)\x01@S@Hheat.tests.test_instance.InstancesTest.test_instance_create_image_id_errQS\xa8N\xb3)\x01@U@Jheat.tests.test_instance.InstancesTest.test_instance_create_image_name_err\xc4n\x02s\xb3)\x01@X@Mheat.tests.test_instance.InstancesTest.test_instance_create_unexpected_status\xca\xe66\x9b\xb3)\x01@T@Iheat.tests.test_instance.InstancesTest.test_instance_create_with_image_id\xc4\x08e\xf9\xb3)\x01@S@Hheat.tests.test_instance.InstancesTest.test_instance_resume_volumes_step\x0c\xf2\xce\x9f\xb3)\x01@L@Aheat.tests.test_instance.InstancesTest.test_instance_status_build\x1a\xfb_\xf1\xb3)\x01@U@Jheat.tests.test_instance.InstancesTest.test_instance_status_build_spawning\xf0\x89\x9d\xbf\xb3)\x01@R@Gheat.tests.test_instance.InstancesTest.test_instance_status_hard_reboot\xea\xd1r\n\xb3)\x01@O@Dheat.tests.test_instance.InstancesTest.test_instance_status_passworde\xc1+\xeb\xb3)\x01@M@Bheat.tests.test_instance.InstancesTest.test_instance_status_reboot\x83\xf9@"\xb3)\x01@M@Bheat.tests.test_instance.InstancesTest.test_instance_status_rescue\xb8\xdbS\x95\xb3)\x01@M@Bheat.tests.test_instance.InstancesTest.test_instance_status_resize2\xd4\xca\x8c\xb3)\x01@W@Lheat.tests.test_instance.InstancesTest.test_instance_status_resume_immediate\x1c\x83\xc3?\xb3)\x01@R@Gheat.tests.test_instance.InstancesTest.test_instance_status_resume_wait\xf9\xb4`\x97\xb3)\x01@T@Iheat.tests.test_instance.InstancesTest.test_instance_status_revert_resize;\x00G\xb2\xb3)\x01@N@Cheat.tests.test_instance.InstancesTest.test_instance_status_shutoff\x1ab\xb0n\xb3)\x01@X@Mheat.tests.test_instance.InstancesTest.test_instance_status_suspend_immediate`\x93z\xad\xb3)\x01@S@Hheat.tests.test_instance.InstancesTest.test_instance_status_suspend_wait\xdb\xd1l\xc7\xb3)\x01@P@Eheat.tests.test_instance.InstancesTest.test_instance_status_suspended~\x06\x93\x05\xb3)\x01@T@Iheat.tests.test_instance.InstancesTest.test_instance_status_verify_resize;u\xb8\x84\xb3)\x01@T@Iheat.tests.test_instance.InstancesTest.test_instance_suspend_volumes_step7p\xaa8\xb3)\x01@T@Iheat.tests.test_instance.InstancesTest.test_instance_update_instance_type\x9bp\x9fj\xb3)\x01@[@Pheat.tests.test_instance.InstancesTest.test_instance_update_instance_type_failed\xc8\xd8\x00\xb5\xb3)\x01@O@Dheat.tests.test_instance.InstancesTest.test_instance_update_metadataF\xeb\x05S\xb3)\x01@Q@Fheat.tests.test_instance.InstancesTest.test_instance_update_properties\xf4\x87\x95k\xb3)\x01@N@Cheat.tests.test_instance.InstancesTest.test_instance_update_replace\xfcG\xbe\x8d\xb3)\x01@G=heat.tests.test_instance.InstancesTest.test_instance_validateC\xd2P0\xb3)\x01@R@Gheat.tests.test_instance.InstancesTest.test_instance_without_ip_address\xd5Ey\xd4\xb3)\x01@M@Bheat.tests.test_instance_group.InstanceGroupTest.test_create_errorCEY\x10\xb3)\x01@S@Hheat.tests.test_instance_group.InstanceGroupTest.test_handle_update_size"\xea\x12\xbe\xb3)\x01@O@Dheat.tests.test_instance_group.InstanceGroupTest.test_instance_group\x13n(y\xb3)\x01@_@Theat.tests.test_instance_group.InstanceGroupTest.test_instance_group_custom_resourceH"\x83#\xb3)\x01@N@Cheat.tests.test_instance_group.InstanceGroupTest.test_missing_image\x82$\xb9-\xb3)\x01@M@Bheat.tests.test_instance_group.InstanceGroupTest.test_update_error\x17\xce\xc3\xf3\xb3)\x01@S@Hheat.tests.test_instance_group.InstanceGroupTest.test_update_fail_badkey\xb1G\xfd\xb4\xb3)\x01@T@Iheat.tests.test_instance_group.InstanceGroupTest.test_update_fail_badprop63\x84\x06\xb3)\x01@d@Yheat.tests.test_instance_group_update_policy.InstanceGroupTest.test_instance_group_update\xc3\xf7\xd1/\xb3)\x01@s@hheat.tests.test_instance_group_update_policy.InstanceGroupTest.test_instance_group_update_policy_removed\x98\xb2\x91\x0c\xb3)\x01@k@`heat.tests.test_instance_group_update_policy.InstanceGroupTest.test_parse_with_bad_update_policy\x15\x83\xcd\xf5\xb3)\x01@o@dheat.tests.test_instance_group_update_policy.InstanceGroupTest.test_parse_with_default_update_policy\x89\xd1\x9a\xff\xb3)\x01@g@\\heat.tests.test_instance_group_update_policy.InstanceGroupTest.test_parse_with_update_policy>8-\xe1\xb3)\x01@j@_heat.tests.test_instance_group_update_policy.InstanceGroupTest.test_parse_without_update_policy{u\xb0\xdf\xb3)\x01@b@Wheat.tests.test_instance_group_update_policy.InstanceGroupTest.test_update_policy_addeds\xea1*\xb3)\x01@d@Yheat.tests.test_instance_group_update_policy.InstanceGroupTest.test_update_policy_removed\xff|\xe6\xc2\xb3)\x01@d@Yheat.tests.test_instance_group_update_policy.InstanceGroupTest.test_update_policy_updated\x87\x8b\x8aH\xb3)\x01@N@Cheat.tests.test_instance_network.instancesTest.test_instance_createK\t\xd6\xaf\xb3)\x01@W@Lheat.tests.test_instance_network.instancesTest.test_instance_create_with_nic\xfc\xa3;y\xb3)\x01@R@Gheat.tests.test_iso8601_utils.ISO8601UtilityTest.test_invalid_durations\x07[y(\xb3)\x01@P@Eheat.tests.test_iso8601_utils.ISO8601UtilityTest.test_valid_durations\n\x0f\xb3\xb9\xb3)\x01@I?heat.tests.test_loadbalancer.LoadBalancerTest.test_loadbalancer<]V&\xb3)\x01@P@Eheat.tests.test_loadbalancer.LoadBalancerTest.test_loadbalancer_nokeyr\x8aAJ\xb3)\x01@_@Theat.tests.test_loadbalancer.LoadBalancerTest.test_loadbalancer_validate_badtemplate=\xb89\n\xb3)\x01>5heat.tests.test_loguserdata.LoguserdataTest.test_call\x06\xbb\x06\x19\xb3)\x01@E;heat.tests.test_loguserdata.LoguserdataTest.test_ci_versiong\xa5\xa3Y\xb3)\x01>5heat.tests.test_loguserdata.LoguserdataTest.test_mainu\x1d\xe4C\xb3)\x01@L@Aheat.tests.test_loguserdata.LoguserdataTest.test_main_error_other\x8f\xb7\x1d!\xb3)\x01@E;heat.tests.test_loguserdata.LoguserdataTest.test_main_failsW\x9d\x0c&\xb3)\x01@H>heat.tests.test_loguserdata.LoguserdataTest.test_main_os_error\xd7\xe2\xc0\r\xb3)\x01@M@Bheat.tests.test_loguserdata.LoguserdataTest.test_main_script_empty|\xc0\x18\xb5\xb3)\x01@M@Bheat.tests.test_metadata_refresh.MetadataRefreshTest.test_FnGetAtt9t\xd0T\xb3)\x01@U@Jheat.tests.test_metadata_refresh.WaitCondMetadataUpdateTest.test_wait_meta\xf2\x9e\xe7=\xb3)\x01@P@Eheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_create\xf0.\tJ\xb3)\x01@f@[heat.tests.test_nested_stack.NestedStackTest.test_nested_stack_create_equals_resource_limit)\xf4\xea\xce\xb3)\x01@g@\\heat.tests.test_nested_stack.NestedStackTest.test_nested_stack_create_exceeds_resource_limit1\x91l\xfc\xb3)\x01@S@Hheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_four_deepZ\xf8\xe3\x7f\xb3)\x01@S@Hheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_four_widee\x887\xc0\xb3)\x01@\\@Qheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_infinite_recursion\xe4C\xcdd\xb3)\x01@X@Mheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_suspend_resume\xd1\x0fC4\xb3)\x01@T@Iheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_three_deep\xab\x18K\xf4\xb3)\x01@P@Eheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_update\xe7\xdd\xdc\xc9\xb3)\x01@f@[heat.tests.test_nested_stack.NestedStackTest.test_nested_stack_update_equals_resource_limit\r\x12\xa5E\xb3)\x01@^@Sheat.tests.test_nested_stack.NestedStackTest.test_nested_stack_update_exceeds_limitg\xec\x90\xb1\xb3)\x01@W@Lheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_create\x84W/Q\xb3)\x01@m@bheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_create_equals_resource_limit\xb1\xe5x\x0b\xb3)\x01@n@cheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_create_exceeds_resource_limit\xa7\xa9\xe0\xf8\xb3)\x01@Z@Oheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_four_deep\xb1q\xa7\x81\xb3)\x01@Z@Oheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_four_wide\x8e\x01s>\xb3)\x01@c@Xheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_infinite_recursion\xeb\xf1\x81\xf0\xb3)\x01@_@Theat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_suspend_resume\x96\x81\xcc\x12\xb3)\x01@[@Pheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_three_deepe\x98BA\xb3)\x01@W@Lheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_update\x93\xa4\xfa\xd2\xb3)\x01@m@bheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_update_equals_resource_limit\x95\x037\x80\xb3)\x01@e@Zheat.tests.test_nested_stack.ResDataNestedStackTest.test_nested_stack_update_exceeds_limit3\xa3u\xcf\xb3)\x01@S@Hheat.tests.test_nested_stack.ResDataNestedStackTest.test_res_data_delete\x89\xf5\xd7p\xb3)\x01@H>heat.tests.test_neutron.NeutronFloatingIPTest.test_floating_ip\x99\xf3\x12:\xb3)\x01@I?heat.tests.test_neutron.NeutronFloatingIPTest.test_floatip_port*G>\x8f\xb3)\x01@A7heat.tests.test_neutron.NeutronFloatingIPTest.test_port\x98#\x8a\xb0\xb3)\x018/heat.tests.test_neutron.NeutronNetTest.test_net\xb4\xa8\xb4\x8c\xb3)\x01@H>heat.tests.test_neutron.NeutronPortTest.test_missing_fixed_ips\x98\x03\x05\xf4\xb3)\x01@I?heat.tests.test_neutron.NeutronPortTest.test_missing_ip_address\x13\t]\x11\xb3)\x01@H>heat.tests.test_neutron.NeutronPortTest.test_missing_subnet_id\x8eO\xa1\x9f\xb3)\x01@G=heat.tests.test_neutron.NeutronRouterTest.test_gateway_router\x91\xae\xc5G\xb3)\x01>5heat.tests.test_neutron.NeutronRouterTest.test_router\xe0qrt\xb3)\x01@I?heat.tests.test_neutron.NeutronRouterTest.test_router_interfaceHU+\n\xb3)\x01@H>heat.tests.test_neutron.NeutronSubnetTest.test_null_gateway_ip\x10\xf2s\xda\xb3)\x01>5heat.tests.test_neutron.NeutronSubnetTest.test_subnetaz&\xa0\xb3)\x01@M@Bheat.tests.test_neutron.NeutronSubnetTest.test_subnet_disable_dhcp}.\x1b&\xb3)\x01:1heat.tests.test_neutron.NeutronTest.test_is_built\xbd\xa21\x8f\xb3)\x01@E;heat.tests.test_neutron.NeutronTest.test_prepare_propertiesp\xd4vi\xb3)\x01@Fheat.tests.test_neutron_vpnservice.IPsecPolicyTest.test_create6F\xec\x9e\xb3)\x01@P@Eheat.tests.test_neutron_vpnservice.IPsecPolicyTest.test_create_failedD\xd3o\xb9\xb3)\x01@H>heat.tests.test_neutron_vpnservice.IPsecPolicyTest.test_delete\x83\x82p\xe2\xb3)\x01@V@Kheat.tests.test_neutron_vpnservice.IPsecPolicyTest.test_delete_already_goneC=\x9f\x95\xb3)\x01@P@Eheat.tests.test_neutron_vpnservice.IPsecPolicyTest.test_delete_failed3\x86\xf3m\xb3)\x01@H>heat.tests.test_neutron_vpnservice.IPsecPolicyTest.test_update!\xb59\x1d\xb3)\x01@T@Iheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_attribute\xd7K\xc4\xd6\xb3)\x01@[@Pheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_attribute_failedNw\xb3G\xb3)\x01@Q@Fheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_createw>\xe3j\xb3)\x01@X@Mheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_create_failed\x90\x04l\x0e\xb3)\x01@Q@Fheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_delete\xc2\xfa\x7f\x16\xb3)\x01@^@Sheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_delete_already_gone\x9b\x97\xe4\xb8\xb3)\x01@X@Mheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_delete_failed\xe7Q\xf0\xda\xb3)\x01@Q@Fheat.tests.test_neutron_vpnservice.IPsecSiteConnectionTest.test_update`\xcd6\xe9\xb3)\x01@K@@heat.tests.test_neutron_vpnservice.VPNServiceTest.test_attributew<\xb4=\xb3)\x01@R@Gheat.tests.test_neutron_vpnservice.VPNServiceTest.test_attribute_failed^>\x7f\xf6\xb3)\x01@G=heat.tests.test_neutron_vpnservice.VPNServiceTest.test_create\x86~\xcc\xb2\xb3)\x01@O@Dheat.tests.test_neutron_vpnservice.VPNServiceTest.test_create_failed\x9e\x1d\xf0\x04\xb3)\x01@G=heat.tests.test_neutron_vpnservice.VPNServiceTest.test_delete3\xbaP\xce\xb3)\x01@U@Jheat.tests.test_neutron_vpnservice.VPNServiceTest.test_delete_already_goneX]f\xab\xb3)\x01@O@Dheat.tests.test_neutron_vpnservice.VPNServiceTest.test_delete_failed\xe9Hl\xd0\xb3)\x01@G=heat.tests.test_neutron_vpnservice.VPNServiceTest.test_update\x91\x8d\x191\xb3)\x01:1heat.tests.test_nokey.nokeyTest.test_nokey_createeL-?\xb3)\x01@G=heat.tests.test_nova_utils.NovaUtilsTests.test_build_userdatas\xb1\xb6f\xb3)\x01@Fheat.tests.test_parameters.ParameterTest.test_default_override\x85\xe0\x1dL\xb3)\x01@C9heat.tests.test_parameters.ParameterTest.test_description\xbaF\xb2\xfe\xb3)\x01@L@Aheat.tests.test_parameters.ParameterTest.test_list_value_list_badY\x17\xd9\x00\xb3)\x01@M@Bheat.tests.test_parameters.ParameterTest.test_list_value_list_good\xdf\x86\x0f3\xb3)\x01@C9heat.tests.test_parameters.ParameterTest.test_map_overrun\xfa\xb3\xea\xd2\xb3)\x01@D:heat.tests.test_parameters.ParameterTest.test_map_underrun\xbe\xfd\xb4\xdf\xb3)\x01@A7heat.tests.test_parameters.ParameterTest.test_map_value\'/\xe8s\xb3)\x01@E;heat.tests.test_parameters.ParameterTest.test_map_value_bad\xf7\xecLS\xb3)\x01@L@Aheat.tests.test_parameters.ParameterTest.test_map_value_bad_parse\xde\xcb~\xda\xb3)\x01@G=heat.tests.test_parameters.ParameterTest.test_map_value_parse7\xb8\xda\xe7\xb3)\x01@Fheat.tests.test_parameters.ParameterTest.test_string_underflowMe\xe6o\xb3)\x01@N@Cheat.tests.test_parameters.ParameterTest.test_string_value_list_bad\xcc\xa1\x14\x0e\xb3)\x01@O@Dheat.tests.test_parameters.ParameterTest.test_string_value_list_good=\xadcs\xb3)\x01;2heat.tests.test_parameters.ParametersTest.test_mapn\x04R\x0c\xb3)\x01?6heat.tests.test_parameters.ParametersTest.test_map_str\x04\x17\xf5"\xb3)\x01@R@Gheat.tests.test_parameters.ParametersTest.test_missing_attribute_params\xbc\xac\xb4\xd6\xb3)\x01@G=heat.tests.test_parameters.ParametersTest.test_missing_params|\x8b\x18\x81\xb3)\x01@N@Cheat.tests.test_parameters.ParametersTest.test_pseudo_param_stackid\n\x99um\xb3)\x01@F5heat.tests.test_parser.ParserTest.test_join_recursive\x03k\x92\xab\xb3)\x014+heat.tests.test_parser.ParserTest.test_list\xca\xba\xb5V\xb3)\x0190heat.tests.test_parser.ParserTest.test_list_dict\x82\xb1\x1a\x93\xb3)\x01;2heat.tests.test_parser.StackTest.test_created_timeD\xf1\xf7\\\xb3)\x015,heat.tests.test_parser.StackTest.test_delete\xa3\xad\xbb}\xb3)\x01?6heat.tests.test_parser.StackTest.test_delete_badaction\xd7z\xe8\x81\xb3)\x01>5heat.tests.test_parser.StackTest.test_delete_rollback?)p\xa4\xb3)\x01;2heat.tests.test_parser.StackTest.test_delete_trust@WF\xc3\xb3)\x01@A7heat.tests.test_parser.StackTest.test_delete_trust_fail\xe5\xab;\xc3\xb3)\x0190heat.tests.test_parser.StackTest.test_identifier\x0e\xc9\xdc\x1e\xb3)\x01@A7heat.tests.test_parser.StackTest.test_load_honors_ownerj\xb4\x16j\xb3)\x01@C9heat.tests.test_parser.StackTest.test_load_nonexistant_id\xaa1\x91\xfc\xb3)\x01<3heat.tests.test_parser.StackTest.test_load_param_id\xa2\x08\'\xa7\xb3)\x01@D:heat.tests.test_parser.StackTest.test_load_parent_resourceO\x02\xef3\xb3)\x01<3heat.tests.test_parser.StackTest.test_no_auth_token\x8eUWi\xb3)\x01@F5heat.tests.test_parser.StackTest.test_suspend_timeout\xd6\x16!L\xb3)\x01@E;heat.tests.test_parser.StackTest.test_total_resources_empty\x9f+\x18j\xb3)\x01@G=heat.tests.test_parser.StackTest.test_total_resources_genericN\x13\x8b\x05\xb3)\x01@Fheat.tests.test_parser.StackTest.test_update_add_failed_createo\x86\x13\xe6\xb3)\x01>5heat.tests.test_parser.StackTest.test_update_badstate\xcc\x8a\xe7\x8a\xb3)\x01@S@Hheat.tests.test_parser.StackTest.test_update_by_reference_and_rollback_1\x97\x03\xb0\x8a\xb3)\x01@S@Hheat.tests.test_parser.StackTest.test_update_by_reference_and_rollback_2\x0e\n\xe10\xb3)\x01@B8heat.tests.test_parser.StackTest.test_update_description\x866\x13S\xb3)\x01@H>heat.tests.test_parser.StackTest.test_update_modify_ok_replace\xb8\xb0I\xd2\xb3)\x01@T@Iheat.tests.test_parser.StackTest.test_update_modify_replace_failed_create_9\xcc\xb7\xb3)\x01@T@Iheat.tests.test_parser.StackTest.test_update_modify_replace_failed_delete\xea\xfdP\xcb\xb3)\x01@L@Aheat.tests.test_parser.StackTest.test_update_modify_update_failed\xeb\xa9\x17\xc9\xb3)\x01<3heat.tests.test_parser.StackTest.test_update_remove\xdf}\x1ex\xb3)\x01@L@Aheat.tests.test_parser.StackTest.test_update_replace_by_reference\x81U\xab\xee\xb3)\x01@I?heat.tests.test_parser.StackTest.test_update_replace_parameters\xb3W\xce\xc6\xb3)\x01>5heat.tests.test_parser.StackTest.test_update_rollbacky\xa4\x8e\x10\xb3)\x01@C9heat.tests.test_parser.StackTest.test_update_rollback_addL\xb3\x1e\x08\xb3)\x01@D:heat.tests.test_parser.StackTest.test_update_rollback_fail\x14^\xd0\xb0\xb3)\x01@Fheat.tests.test_parser.TemplateTest.test_member_list2map_good2;\x91X\xdc\xb3)\x01@Q@Fheat.tests.test_parser.TemplateTest.test_member_list2map_no_key_or_val\xc8\xb7\xa1\x9d\xb3)\x01@K@@heat.tests.test_parser.TemplateTest.test_member_list2map_no_list\x867\x8a\xf8\xb3)\x01@N@Cheat.tests.test_parser.TemplateTest.test_member_list2map_not_string\x12\xb1xQ\xb3)\x01@D:heat.tests.test_parser.TemplateTest.test_param_ref_missing%^\xd3&\xb3)\x01<3heat.tests.test_parser.TemplateTest.test_param_refs\xcd\x1e\x851\xb3)\x01@F5heat.tests.test_parser.TemplateTest.test_replace_dict\x9d\xfa\xcd\x1e\xb3)\x01@G=heat.tests.test_parser.TemplateTest.test_replace_list_mapping\xc2\r\x05G\xb3)\x01@Fheat.tests.test_parser.TemplateTest.test_replace_none_template\x18b35\xb3)\x01@Fheat.tests.test_parser.TemplateTest.test_select_wrong_num_args\x8c\n\x98\xfd\xb3)\x01@A7heat.tests.test_parser.TemplateTest.test_split_no_delim{\xe8\x07c\xb3)\x01@H>heat.tests.test_parser.TemplateTest.test_split_no_delim_in_str\xe7I\x1b\x86\xb3)\x01?6heat.tests.test_parser.TemplateTest.test_split_no_list\x9e0\xfd/\xb3)\x01:1heat.tests.test_parser.TemplateTest.test_split_ok\x9b(\x95\xcd\xb3)\x01@Z@Oheat.tests.test_plugin_loader.PluginLoaderTest.test_create_subpackage_path_list5\x99\xa3\xd9\xb3)\x01@\\@Qheat.tests.test_plugin_loader.PluginLoaderTest.test_create_subpackage_single_path\xa4\x90\xdfP\xb3)\x01@U@Jheat.tests.test_plugin_loader.PluginLoaderTest.test_import_module_existing\x87\x1b!\x8c\xb3)\x01@T@Iheat.tests.test_plugin_loader.PluginLoaderTest.test_import_module_garbage?d\xfb\xcc\xb3)\x01@I?heat.tests.test_plugin_loader.PluginLoaderTest.test_module_name\xa3%#1\xb3)\x01?6heat.tests.test_properties.PropertiesTest.test_bad_key\xd0^\xa5\xa0\xb3)\x01@E;heat.tests.test_properties.PropertiesTest.test_bad_resolver\xe1\x9eh-\xb3)\x01?6heat.tests.test_properties.PropertiesTest.test_default\xfb\xe0G\xf0\xb3)\x01@I?heat.tests.test_properties.PropertiesTest.test_default_override\xdc\xcc\xb9\\\xb3)\x01@D:heat.tests.test_properties.PropertiesTest.test_integer_bad\xd6U\xe4\x1e\xb3)\x01@E;heat.tests.test_properties.PropertiesTest.test_integer_good\x0b\xae\xe5\x08\xb3)\x01?6heat.tests.test_properties.PropertiesTest.test_missing\xe8\x1e<\xf6\xb3)\x01@I?heat.tests.test_properties.PropertiesTest.test_missing_required\x8dw\xdfM\xb3)\x01@E;heat.tests.test_properties.PropertiesTest.test_none_boolean\xa7\x12\xdb\xa4\xb3)\x01@N@Cheat.tests.test_properties.PropertiesTest.test_none_default_boolean:\xf2sd\xb3)\x01@N@Cheat.tests.test_properties.PropertiesTest.test_none_default_integer\xeaxP\x07\xb3)\x01@K@@heat.tests.test_properties.PropertiesTest.test_none_default_list\x18o\x87\x0e\xb3)\x01@I?heat.tests.test_properties.PropertiesTest.test_none_default_mapw}\'\x13\xb3)\x01@M@Bheat.tests.test_properties.PropertiesTest.test_none_default_number\x18\xccW\xb3\xb3)\x01@M@Bheat.tests.test_properties.PropertiesTest.test_none_default_string\x10\xe2\xfaN\xb3)\x01@E;heat.tests.test_properties.PropertiesTest.test_none_integerw\x98\xf8\xc7\xb3)\x01@B8heat.tests.test_properties.PropertiesTest.test_none_list\xff\x8cb\x8e\xb3)\x01@A7heat.tests.test_properties.PropertiesTest.test_none_mapI\xcc\xac?\xb3)\x01@D:heat.tests.test_properties.PropertiesTest.test_none_number\xa0\xb3\xd5\xd5\xb3)\x01@D:heat.tests.test_properties.PropertiesTest.test_none_string\xa8\x9dx(\xb3)\x01@P@Eheat.tests.test_properties.PropertiesTest.test_schema_from_hot_params\xa1\xf5W\xbf\xb3)\x01@L@Aheat.tests.test_properties.PropertiesTest.test_schema_from_params\x1e9s$\xb3)\x01@D:heat.tests.test_properties.PropertiesTest.test_string_good\xcc\xf0dK\xb3)\x01@L@Aheat.tests.test_properties.PropertiesValidationTest.test_bad_data\xb4\x13@\x7f\xb3)\x01@K@@heat.tests.test_properties.PropertiesValidationTest.test_missing\xaa\x98\xbc\x85\xb3)\x01@T@Iheat.tests.test_properties.PropertiesValidationTest.test_missing_required\x8a\x9e\'6\xb3)\x01@Y@Nheat.tests.test_properties.PropertiesValidationTest.test_missing_unimplemented\xfb\xf5\x17\x88\xb3)\x01@P@Eheat.tests.test_properties.PropertiesValidationTest.test_none_boolean\x19\x0f\x14\x82\xb3)\x01@X@Mheat.tests.test_properties.PropertiesValidationTest.test_none_default_boolean\n\x15\xfe6\xb3)\x01@X@Mheat.tests.test_properties.PropertiesValidationTest.test_none_default_integer\xda\x9f\xddU\xb3)\x01@U@Jheat.tests.test_properties.PropertiesValidationTest.test_none_default_listE\x8cS\xff\xb3)\x01@T@Iheat.tests.test_properties.PropertiesValidationTest.test_none_default_mapp\x94\xdfh\xb3)\x01@W@Lheat.tests.test_properties.PropertiesValidationTest.test_none_default_number\xb8\xa9\'f\xb3)\x01@W@Lheat.tests.test_properties.PropertiesValidationTest.test_none_default_string\xb0\x87\x8a\x9b\xb3)\x01@P@Eheat.tests.test_properties.PropertiesValidationTest.test_none_integer\xc9\x857\xe1\xb3)\x01@M@Bheat.tests.test_properties.PropertiesValidationTest.test_none_listfl\xf8\x89\xb3)\x01@L@Aheat.tests.test_properties.PropertiesValidationTest.test_none_map\x8a\xbc\xed\x0e\xb3)\x01@O@Dheat.tests.test_properties.PropertiesValidationTest.test_none_number\x02D>\xf1\xb3)\x01@O@Dheat.tests.test_properties.PropertiesValidationTest.test_none_string\nj\x93\x0c\xb3)\x01@Y@Nheat.tests.test_properties.PropertiesValidationTest.test_present_unimplemented\x84\xed\x16\x14\xb3)\x01@L@Aheat.tests.test_properties.PropertiesValidationTest.test_required+4\xe3\xa1\xb3)\x01@f@[heat.tests.test_properties.PropertiesValidationTest.test_schema_invalid_parameters_stripped\n\x02\x97~\xb3)\x01@q@fheat.tests.test_properties.PropertiesValidationTest.test_schema_to_template_nested_map_list_map_schemak\xe6qC\xb3)\x01@l@aheat.tests.test_properties.PropertiesValidationTest.test_schema_to_template_nested_map_map_schema\x1b\n_;\xb3)\x01@P@Eheat.tests.test_properties.PropertiesValidationTest.test_unknown_typo\xbfnj\xfc\xb3)\x01=4heat.tests.test_properties.PropertyTest.test_bad_key\xbf\xf6?\xda\xb3)\x01>5heat.tests.test_properties.PropertyTest.test_bad_type"Fm\xbd\xb3)\x01@D:heat.tests.test_properties.PropertyTest.test_boolean_false\x94\xf4\x04\xe7\xb3)\x01@Fheat.tests.test_properties.PropertyTest.test_implemented_false\xfa9\xd3r\xb3)\x01@G=heat.tests.test_properties.PropertyTest.test_implemented_true3\x1c\x97\x8e\xb3)\x01=4heat.tests.test_properties.PropertyTest.test_int_bad$\xfc\xdc%\xb3)\x01>5heat.tests.test_properties.PropertyTest.test_int_goodj\xe8\x1a"\xb3)\x01@C9heat.tests.test_properties.PropertyTest.test_integer_high\x03[|A\xb3)\x01@B8heat.tests.test_properties.PropertyTest.test_integer_low\xfc}\xff\x05\xb3)\x01@N@Cheat.tests.test_properties.PropertyTest.test_integer_value_list_bad/\xb7\x98\x91\xb3)\x01@O@Dheat.tests.test_properties.PropertyTest.test_integer_value_list_good]\xfe\xfb*\xb3)\x01?6heat.tests.test_properties.PropertyTest.test_list_dict\xce\xf3,\xaf\xb3)\x01@O@Dheat.tests.test_properties.PropertyTest.test_list_exceeded_maxlength\xdd\x0f\xf8\xdd\xb3)\x01?6heat.tests.test_properties.PropertyTest.test_list_goodi\xc9\xa0\x9b\xb3)\x01@L@Aheat.tests.test_properties.PropertyTest.test_list_length_in_range\x10\xe5\x7f\x99\xb3)\x01@K@@heat.tests.test_properties.PropertyTest.test_list_maxlength_good\xe9U;V\xb3)\x01@K@@heat.tests.test_properties.PropertyTest.test_list_minlength_goodPs\xa0\'\xb3)\x01@L@Aheat.tests.test_properties.PropertyTest.test_list_schema_bad_data;s\xba\xdb\xb3)\x01@G=heat.tests.test_properties.PropertyTest.test_list_schema_goodo\x8d\xab\x8c\xb3)\x01@P@Eheat.tests.test_properties.PropertyTest.test_list_schema_int_bad_data\xc4[\x9b \xb3)\x01@L@Aheat.tests.test_properties.PropertyTest.test_list_schema_int_goodR\xf0i\x0e\xb3)\x01@S@Hheat.tests.test_properties.PropertyTest.test_list_smaller_than_minlength\x0e\xc7\xc8\xe5\xb3)\x01@B8heat.tests.test_properties.PropertyTest.test_list_string*\xfa\x7f|\xb3)\x01>5heat.tests.test_properties.PropertyTest.test_map_list\xab7\x90\xad\xb3)\x01@K@@heat.tests.test_properties.PropertyTest.test_map_schema_bad_data\x1e\x8dQ\xea\xb3)\x01@F\x08\x8d\xf7\xb3)\x01@G=heat.tests.test_properties.SchemaTest.test_from_legacy_string#\x17\xee\xb1\xb3)\x01@D:heat.tests.test_properties.SchemaTest.test_from_list_param\xb1\x9a\xadY\xb3)\x01@T@Iheat.tests.test_properties.SchemaTest.test_from_number_param_allowed_vals\x8b\xd75\xe6\xb3)\x01@K@@heat.tests.test_properties.SchemaTest.test_from_number_param_max\xfalEx\xb3)\x01@K@@heat.tests.test_properties.SchemaTest.test_from_number_param_min\xc6az!\xb3)\x01@O@Dheat.tests.test_properties.SchemaTest.test_from_number_param_min_max\xa3\xe6\xa9\x9d\xb3)\x01@K@@heat.tests.test_properties.SchemaTest.test_from_param_no_default\x06\xa6\x97=\xb3)\x01@O@Dheat.tests.test_properties.SchemaTest.test_from_param_string_max_len\x0b\xb9\xdb\xc0\xb3)\x01@O@Dheat.tests.test_properties.SchemaTest.test_from_param_string_min_len\x08J;\x8f\xb3)\x01@S@Hheat.tests.test_properties.SchemaTest.test_from_param_string_min_max_len\xbd\xa3v}\xb3)\x01@Q@Fheat.tests.test_properties.SchemaTest.test_from_string_allowed_pattern\xca\x9e\xef\x8e\xb3)\x01@S@Hheat.tests.test_properties.SchemaTest.test_from_string_multi_constraintss\xc7:\x03\xb3)\x01@Fheat.tests.test_properties.SchemaTest.test_length_invalid_typeH>\t\x94\xb3)\x01@D:heat.tests.test_properties.SchemaTest.test_length_max_fail*\xb0\xe4\x93\xb3)\x01@F5heat.tests.test_properties.SchemaTest.test_schema_all\xef\xa6d\xe5\xb3)\x01@H>heat.tests.test_properties.SchemaTest.test_schema_invalid_type\xaaM\xfd\xde\xb3)\x01@G=heat.tests.test_properties.SchemaTest.test_schema_list_schema\x99@\xe8k\xb3)\x01@F\xb3)\x01@\\@Qheat.tests.test_provider_template.ProviderTemplateTest.test_get_os_empty_registry\x91o\xf7\xc6\xb3)\x01@V@Kheat.tests.test_provider_template.ProviderTemplateTest.test_get_os_no_match\xed\x9a\x9a\x1d\xb3)\x01@\\@Qheat.tests.test_provider_template.ProviderTemplateTest.test_get_template_resource\x06\xb2\x9f\xf6\xb3)\x01@`@Uheat.tests.test_provider_template.ProviderTemplateTest.test_properties_extra_required\x92\xd5\x8c\xba\xb3)\x01@Y@Nheat.tests.test_provider_template.ProviderTemplateTest.test_properties_missing^\t\xfdo\xb3)\x01@X@Mheat.tests.test_provider_template.ProviderTemplateTest.test_properties_normal\x98\xda07\xb3)\x01@_@Theat.tests.test_provider_template.ProviderTemplateTest.test_properties_type_mismatcht\x9e\x8a\xa1\xb3)\x01@g@\\heat.tests.test_provider_template.ProviderTemplateTest.test_system_template_retrieve_by_file\xac\\\x1fN\xb3)\x01@d@Yheat.tests.test_provider_template.ProviderTemplateTest.test_system_template_retrieve_fail\xa5\xd5\xc4\xdc\xb3)\x01@[@Pheat.tests.test_provider_template.ProviderTemplateTest.test_template_as_resourcep$\x19\xb5\xb3)\x01@_@Theat.tests.test_provider_template.ProviderTemplateTest.test_template_resource_update\xbe\nX\xb2\xb3)\x01@T@Iheat.tests.test_provider_template.ProviderTemplateTest.test_to_parameters\xe2x#q\xb3)\x01@j@_heat.tests.test_provider_template.ProviderTemplateTest.test_user_template_not_retrieved_by_file>rI\xed\xb3)\x01@b@Wheat.tests.test_provider_template.ProviderTemplateTest.test_user_template_retrieve_fail^\xe9&\x12\xb3)\x01@A7heat.tests.test_resource.MetadataTest.test_read_initial[2h_\xb3)\x0190heat.tests.test_resource.MetadataTest.test_write\x94\x8c\xa8\xd4\xb3)\x01@Y@Nheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(big_names)\x1d\xabF\x1f\xb3)\x01@[@Pheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(limit_exact)V\xb3\x956\xb3)\x01@Z@Oheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(limit_four)\xbd\xda\x1b\xae\xb3)\x01@_@Theat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(limit_minus_one)\xd3\xbd\x0co\xb3)\x01@^@Sheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(limit_plus_one)l\xf4\xb6\xa6\xb3)\x01@[@Pheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(limit_three)\xeb!tY\xb3)\x01@S@Hheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(one)\xf7\x91H\xb0\xb3)\x01@c@Xheat.tests.test_resource.ReducePhysicalResourceNameTest.test_reduce(three_nested_stacks)A\x0bF\x95\xb3)\x01@K@@heat.tests.test_resource.ResourceDependenciesTest.test_dependson\xb9\xf3\xb9\xb3)\x01@X@Mheat.tests.test_resource.ResourceDependenciesTest.test_hot_getatt_nested_dict\x16\xda\xa4B\xb3)\x01@H>heat.tests.test_resource.ResourceDependenciesTest.test_hot_refJ\xaf\x90\xb8\xb3)\x01@N@Cheat.tests.test_resource.ResourceDependenciesTest.test_hot_ref_fail\xd9e\x01\xe4\xb3)\x01@U@Jheat.tests.test_resource.ResourceDependenciesTest.test_hot_ref_nested_deep7\xbb\xf9\n\xb3)\x01@U@Jheat.tests.test_resource.ResourceDependenciesTest.test_hot_ref_nested_dicto\x96c\xf1\xb3)\x01@H>heat.tests.test_resource.ResourceDependenciesTest.test_no_deps\xfbEs=\xb3)\x01@D:heat.tests.test_resource.ResourceDependenciesTest.test_ref\x1e\xaf\x9f\xed\xb3)\x01@I?heat.tests.test_resource.ResourceDependenciesTest.test_ref_fail\x04\xd6\x8cE\xb3)\x01@Q@Fheat.tests.test_resource.ResourceDependenciesTest.test_ref_nested_deep;\xfc2L\xb3)\x01@Q@Fheat.tests.test_resource.ResourceDependenciesTest.test_ref_nested_dictc\xd1\xa8\xb7\xb3)\x01@V@Kheat.tests.test_resource.ResourceTest.test_create_fail_metadata_parse_error\xdcBX\x81\xb3)\x01@R@Gheat.tests.test_resource.ResourceTest.test_create_fail_missing_req_prop\xb3\x10\xceU\xb3)\x01@K@@heat.tests.test_resource.ResourceTest.test_create_fail_prop_typo\xa7\x17O&\xb3)\x01@S@Hheat.tests.test_resource.ResourceTest.test_create_resource_after_destroyVHz\x95\xb3)\x01@A7heat.tests.test_resource.ResourceTest.test_created_time\xd8\xe1\x06\x03\xb3)\x01@M@Bheat.tests.test_resource.ResourceTest.test_equals_different_stacks\x0c\x8c\xdf\xf6\xb3)\x01@A7heat.tests.test_resource.ResourceTest.test_equals_names\x8c\xff\x91\x10\xb3)\x01@F\xd3\x08F\xb3)\x01@N@Cheat.tests.test_rpc_client.EngineRpcAPITestCase.test_identify_stack\xdcs\x86]\xb3)\x01@K@@heat.tests.test_rpc_client.EngineRpcAPITestCase.test_list_events\xc8\xa0\xb1\xca\xb3)\x01@S@Hheat.tests.test_rpc_client.EngineRpcAPITestCase.test_list_resource_typesd>W{\xb3)\x01@T@Iheat.tests.test_rpc_client.EngineRpcAPITestCase.test_list_stack_resources^\xb2\x87\xa9\xb3)\x01@K@@heat.tests.test_rpc_client.EngineRpcAPITestCase.test_list_stacks-\x0f\t\xb6\xb3)\x01@O@Dheat.tests.test_rpc_client.EngineRpcAPITestCase.test_metadata_update \x8aJ\xb8\xb3)\x01@O@Dheat.tests.test_rpc_client.EngineRpcAPITestCase.test_resource_schemak\x83\xb7\xa4\xb3)\x01@O@Dheat.tests.test_rpc_client.EngineRpcAPITestCase.test_resource_signal\xa7\x01c\x03\xb3)\x01@O@Dheat.tests.test_rpc_client.EngineRpcAPITestCase.test_set_watch_state\xdd\xf8\x1d\xec\xb3)\x01@I?heat.tests.test_rpc_client.EngineRpcAPITestCase.test_show_stack)k$f\xb3)\x01@I?heat.tests.test_rpc_client.EngineRpcAPITestCase.test_show_watch8\xc8\x15*\xb3)\x01@Q@Fheat.tests.test_rpc_client.EngineRpcAPITestCase.test_show_watch_metric\x9d(c4\xb3)\x01@L@Aheat.tests.test_rpc_client.EngineRpcAPITestCase.test_stack_resume,j(\xfe\xb3)\x01@M@Bheat.tests.test_rpc_client.EngineRpcAPITestCase.test_stack_suspend$\xda\xd8D\xb3)\x01@L@Aheat.tests.test_rpc_client.EngineRpcAPITestCase.test_update_stack\xb9\x88\x83\x93\xb3)\x01@Q@Fheat.tests.test_rpc_client.EngineRpcAPITestCase.test_validate_template\xc61D\x00\xb3)\x012)heat.tests.test_s3.s3Test.test_attributes\xe2\x0c\xd6\xc9\xb3)\x01:1heat.tests.test_s3.s3Test.test_authenticated_read\xda\x04\xa3\x9a\xb3)\x018/heat.tests.test_s3.s3Test.test_delete_exception\x01\n\x9ds\xb3)\x015,heat.tests.test_s3.s3Test.test_delete_retain G\x9c\xfa\xb3)\x013*heat.tests.test_s3.s3Test.test_public_read\xb2x\xbc\xb9\xb3)\x0190heat.tests.test_s3.s3Test.test_public_read_write\xa2\xd4\x95\xcf\xb3)\x01/&heat.tests.test_s3.s3Test.test_website\x18\x89\xc9\xdc\xb3)\x01@K@@heat.tests.test_scheduler.DependencyTaskGroupTest.test_chain_fwd\xad\x1f*.\xb3)\x01@O@Dheat.tests.test_scheduler.DependencyTaskGroupTest.test_circular_deps\xcc\x08\x7f\xa7\xb3)\x01@M@Bheat.tests.test_scheduler.DependencyTaskGroupTest.test_complex_fwd\x05\nu\x83\xb3)\x01@P@Eheat.tests.test_scheduler.DependencyTaskGroupTest.test_dbldiamond_fwd\x1a\x1b\xed-\xb3)\x01@M@Bheat.tests.test_scheduler.DependencyTaskGroupTest.test_diamond_fwd\xde\x9aWt\xb3)\x01@I?heat.tests.test_scheduler.DependencyTaskGroupTest.test_disjoint\xeb\x8by#\xb3)\x01@P@Eheat.tests.test_scheduler.DependencyTaskGroupTest.test_many_edges_fwd,x$\x9e\xb3)\x01@I?heat.tests.test_scheduler.DependencyTaskGroupTest.test_no_steps\xc0"\xe3\xe9\xb3)\x01@L@Aheat.tests.test_scheduler.DependencyTaskGroupTest.test_single_fwd\x035\xf9\x11\xb3)\x01@M@Bheat.tests.test_scheduler.DependencyTaskGroupTest.test_single_node\xcb^\xe3\xa3\xb3)\x01<3heat.tests.test_scheduler.DescriptionTest.test_func|+D\x88\xb3)\x01>5heat.tests.test_scheduler.DescriptionTest.test_lambda\x9e@B\x1a\xb3)\x01>5heat.tests.test_scheduler.DescriptionTest.test_method\x13\x84\x87\xf8\xb3)\x01>5heat.tests.test_scheduler.DescriptionTest.test_object\xe5p\x16t\xb3)\x01@B8heat.tests.test_scheduler.PollingTaskGroupTest.test_argsf\x04\xe0\xe9\xb3)\x01@H>heat.tests.test_scheduler.PollingTaskGroupTest.test_args_short\x80\xf9\x8d\xa2\xb3)\x01@C9heat.tests.test_scheduler.PollingTaskGroupTest.test_group\xaf5\xc9q\xb3)\x01@D:heat.tests.test_scheduler.PollingTaskGroupTest.test_kwargs\xc1\xef\xbc>\xb3)\x01@K@@heat.tests.test_scheduler.PollingTaskGroupTest.test_kwargs_short\rX\xb8\n\xb3)\x01@E;heat.tests.test_scheduler.PollingTaskGroupTest.test_no_args\xb8\xf3\x19\xa5\xb3)\x01@G=heat.tests.test_scheduler.PollingTaskGroupTest.test_no_kwargs\xfb|\x96a\xb3)\x01@L@Aheat.tests.test_scheduler.PollingTaskGroupTest.test_with_all_args$\nL\\\xb3)\x01@N@Cheat.tests.test_scheduler.PollingTaskGroupTest.test_with_empty_args\xb9\xf9\x17\xf1\xb3)\x01@P@Eheat.tests.test_scheduler.PollingTaskGroupTest.test_with_empty_kwargs\xaf%YN\xb3)\x01@K@@heat.tests.test_scheduler.PollingTaskGroupTest.test_with_no_args\x90\xee\t\x89\xb3)\x01@M@Bheat.tests.test_scheduler.PollingTaskGroupTest.test_with_no_kwargs.X\x90\x96\xb3)\x01@N@Cheat.tests.test_scheduler.PollingTaskGroupTest.test_with_short_args\xa3\x0b\xa6r\xb3)\x01@P@Eheat.tests.test_scheduler.PollingTaskGroupTest.test_with_short_kwargs\x03\xed\x0b.\xb3)\x015,heat.tests.test_scheduler.TaskTest.test_args\xfeG\xaa\xed\xb3)\x01@C9heat.tests.test_scheduler.TaskTest.test_call_double_start\xcbg\xe2b\xb3)\x01=4heat.tests.test_scheduler.TaskTest.test_double_start)X^\x02\xb3)\x01=4heat.tests.test_scheduler.TaskTest.test_non_callableU\x1e\xae\xcf\xb3)\x01>5heat.tests.test_scheduler.TaskTest.test_repeated_done}\x80#\xf1\xb3)\x014+heat.tests.test_scheduler.TaskTest.test_run\xc1hY\xe5\xb3)\x01>5heat.tests.test_scheduler.TaskTest.test_run_wait_time\xa2\x87\'\x84\xb3)\x016-heat.tests.test_scheduler.TaskTest.test_sleep-\xfaD\x15\xb3)\x01;2heat.tests.test_scheduler.TaskTest.test_sleep_none\x02,\xbf+\xb3)\x01;2heat.tests.test_scheduler.TaskTest.test_sleep_zero\xd6bNv\xb3)\x01?6heat.tests.test_scheduler.TaskTest.test_start_function\xa6\x0b)\xac\xb3)\x01?6heat.tests.test_scheduler.TaskTest.test_start_no_steps\xbe\xc0)0\xb3)\x01;2heat.tests.test_scheduler.TaskTest.test_start_only7\xdf\x82q\xb3)\x01:1heat.tests.test_scheduler.TaskTest.test_start_run\xc6\t\xb4\xe0\xb3)\x01@E;heat.tests.test_scheduler.TaskTest.test_start_run_wait_time\x17\xe4\x06\xdb\xb3)\x0190heat.tests.test_scheduler.TaskTest.test_stepping\x89f\x12%\xb3)\x018/heat.tests.test_scheduler.TaskTest.test_timeout\xff+>\xf1\xb3)\x01?6heat.tests.test_scheduler.TaskTest.test_timeout_return>\xec\xfa\xef\xb3)\x01@C9heat.tests.test_scheduler.TaskTest.test_timeout_swallowedT\x8a\x91;\xb3)\x01>5heat.tests.test_scheduler.WrapperTaskTest.test_cancelR\xa7\xea\x80\xb3)\x01@D:heat.tests.test_scheduler.WrapperTaskTest.test_cancel_exit\x17\x04{\x83\xb3)\x01@L@Aheat.tests.test_scheduler.WrapperTaskTest.test_cancel_parent_exit\xda&D\x8d\xb3)\x01@H>heat.tests.test_scheduler.WrapperTaskTest.test_child_exception\xb82\xd5\xcb\xb3)\x01@N@Cheat.tests.test_scheduler.WrapperTaskTest.test_child_exception_exit\n\xb24/\xb3)\x01@Q@Fheat.tests.test_scheduler.WrapperTaskTest.test_child_exception_swallown\tMO\xb3)\x01@V@Kheat.tests.test_scheduler.WrapperTaskTest.test_child_exception_swallow_next\xf0j\xd9\xb2\xb3)\x01@F5heat.tests.test_server.ServersTest.test_server_create\x0b\x92/\x15\xb3)\x01@Y@Nheat.tests.test_server.ServersTest.test_server_create_duplicate_image_name_err\x8a}3\x02\xb3)\x01@M@Bheat.tests.test_server.ServersTest.test_server_create_error_status\x11\'\x0c\xb7\xb3)\x01@M@Bheat.tests.test_server.ServersTest.test_server_create_image_id_err\xdf\xe7\x87\x01\xb3)\x01@O@Dheat.tests.test_server.ServersTest.test_server_create_image_name_err.\xec\x1b\xea\xb3)\x01@R@Gheat.tests.test_server.ServersTest.test_server_create_unexpected_status\xad\xde\x00\xe7\xb3)\x01@N@Cheat.tests.test_server.ServersTest.test_server_create_with_image_idV\x12\xa7+\xb3)\x01>5heat.tests.test_server.ServersTest.test_server_delete\xbeV\xb3i\xb3)\x01@H>heat.tests.test_server.ServersTest.test_server_delete_notfound\xae\x11\x99\xcd\xb3)\x01@E;heat.tests.test_server.ServersTest.test_server_status_build\x92G\x17o\xb3)\x01@O@Dheat.tests.test_server.ServersTest.test_server_status_build_spawning\x1a\x0b\x84&\xb3)\x01@L@Aheat.tests.test_server.ServersTest.test_server_status_hard_reboot4\x86s\xc6\xb3)\x01@H>heat.tests.test_server.ServersTest.test_server_status_password_\x00O\x85\xb3)\x01@F\xd7\xd1\xb3)\x01@Fheat.tests.test_server.ServersTest.test_server_update_metadata|*a=\xb3)\x01@K@@heat.tests.test_server.ServersTest.test_server_update_properties\x95\xc9C\xd1\xb3)\x01@G=heat.tests.test_server.ServersTest.test_server_update_replace\xb0\xe9\x80\x8f\xb3)\x01@N@Cheat.tests.test_server.ServersTest.test_server_update_server_flavorh\xe7W\xc8\xb3)\x01@U@Jheat.tests.test_server.ServersTest.test_server_update_server_flavor_failed\x16\xaaB\x94\xb3)\x01@\\@Qheat.tests.test_server.ServersTest.test_server_update_server_flavor_policy_update3\x0c\x84\xa4\xb3)\x01@V@Kheat.tests.test_server.ServersTest.test_server_update_server_flavor_replacef\xc0;v\xb3)\x01@A7heat.tests.test_server.ServersTest.test_server_validate\x147\xd5\xc9\xb3)\x01@P@Eheat.tests.test_server.ServersTest.test_server_validate_delete_policy\t[y\xe2\xb3)\x01@T@Iheat.tests.test_server.ServersTest.test_server_validate_with_bootable_vol\x89\xc4\xd7\x9c\xb3)\x01@L@Aheat.tests.test_server.ServersTest.test_server_without_ip_address\x0b\x12x\x18\xb3)\x01@_@Theat.tests.test_server.ServersTest.test_validate_conflict_block_device_mapping_props\xaaP\xc5{\xb3)\x01@c@Xheat.tests.test_server.ServersTest.test_validate_insufficient_block_device_mapping_props*d\x90\xb1\xb3)\x01@\\@Qheat.tests.test_server.ServersTest.test_validate_without_image_or_bootable_volume\xb2I\x8f\x93\xb3)\x01@G=heat.tests.test_server_tags.ServerTagsTest.test_as_group_tagsQ\x1a\xe1]\xb3)\x01@D:heat.tests.test_server_tags.ServerTagsTest.test_group_tags\xfa\x7f"\xa5\xb3)\x01@G=heat.tests.test_server_tags.ServerTagsTest.test_instance_tags\xd7C\xbd/\xb3)\x01@B8heat.tests.test_short_id.ShortIdTest.test_byte_string_12\x19\x95)7\xb3)\x01@B8heat.tests.test_short_id.ShortIdTest.test_byte_string_16\x1e\xf8\xed.\xb3)\x01@B8heat.tests.test_short_id.ShortIdTest.test_byte_string_60\xb8\xda\xde\xdc\xb3)\x01@A7heat.tests.test_short_id.ShortIdTest.test_byte_string_8\x1a\x15\x1d\x17\xb3)\x01?6heat.tests.test_short_id.ShortIdTest.test_generate_ids\xef\xec\xe6\x7f\xb3)\x01@A7heat.tests.test_short_id.ShortIdTest.test_get_id_string\xe9\xe2\xfe\xe8\xb3)\x01?6heat.tests.test_short_id.ShortIdTest.test_get_id_uuid1M@\xb2Y\xb3)\x01@A7heat.tests.test_short_id.ShortIdTest.test_get_id_uuid_0\xbeI\xb4m\xb3)\x01@A7heat.tests.test_short_id.ShortIdTest.test_get_id_uuid_1\xc9N\x84\xfb\xb3)\x01@K@@heat.tests.test_short_id.ShortIdTest.test_get_id_uuid_endianness\xael\xaa\xb5\xb3)\x01@A7heat.tests.test_short_id.ShortIdTest.test_get_id_uuid_f5heat.tests.test_swift.swiftTest.test_delete_exception1\x0cuC\xb3)\x01;2heat.tests.test_swift.swiftTest.test_delete_retain\x10]j\xed\xb3)\x0190heat.tests.test_swift.swiftTest.test_public_read\x12\xa6\xd3\xc3\xb3)\x01?6heat.tests.test_swift.swiftTest.test_public_read_writeX\xaf\x0c\x05\xb3)\x015,heat.tests.test_swift.swiftTest.test_website2\x11\xd3\xcf\xb3)\x01@T@Iheat.tests.test_template_format.JsonToYamlTest.test_convert_all_templates\x9c\xd6\xd4\x8b\xb3)\x01@\\@Qheat.tests.test_template_format.JsonYamlResolvedCompareTest.test_neutron_resolved\xcfog\xf2\xb3)\x01@^@Sheat.tests.test_template_format.JsonYamlResolvedCompareTest.test_wordpress_resolved\xcfU\xf7\xf6\xb3)\x01@H>heat.tests.test_template_format.YamlMinimalTest.test_long_yamlv4\x92\xca\xb3)\x01@L@Aheat.tests.test_template_format.YamlMinimalTest.test_minimal_yaml\x98\x94\xde\xa6\xb3)\x01@S@Hheat.tests.test_urlfetch.UrlFetchTest.test_file_scheme_default_behaviour\xc6\xe9\xdb\xb9\xb3)\x01@H>heat.tests.test_urlfetch.UrlFetchTest.test_file_scheme_failurec\x9f\xa8E\xb3)\x01@K@@heat.tests.test_urlfetch.UrlFetchTest.test_file_scheme_supported\xa4\x82\xc5\x97\xb3)\x01;2heat.tests.test_urlfetch.UrlFetchTest.test_garbage\xe6\xf6\x19p\xb3)\x01>5heat.tests.test_urlfetch.UrlFetchTest.test_http_errori\x0c5\xc9\xb3)\x01?6heat.tests.test_urlfetch.UrlFetchTest.test_http_scheme\x01\xfc\xa9\x9b\xb3)\x01@A7heat.tests.test_urlfetch.UrlFetchTest.test_https_scheme\xcdr\\\xae\xb3)\x01@B8heat.tests.test_urlfetch.UrlFetchTest.test_non_exist_url\x18\xafUn\xb3)\x01;2heat.tests.test_user.AccessKeyTest.test_access_key\xf8_\xebP\xb3)\x01@D:heat.tests.test_user.AccessKeyTest.test_access_key_deleted^2B\x17\xb3)\x01@D:heat.tests.test_user.AccessKeyTest.test_access_key_no_user\x1c\xda\x08"\xb3)\x01@Q@Fheat.tests.test_user.AccessPolicyTest.test_accesspolicy_access_allowedsH6X\xb3)\x01@V@Kheat.tests.test_user.AccessPolicyTest.test_accesspolicy_create_err_notfound\xf6\x978\xae\xb3)\x01@L@Aheat.tests.test_user.AccessPolicyTest.test_accesspolicy_create_ok\x88\x9f\x7fR\xb3)\x01@R@Gheat.tests.test_user.AccessPolicyTest.test_accesspolicy_create_ok_emptyF\x19(\xf7\xb3)\x01@H>heat.tests.test_user.AccessPolicyTest.test_accesspolicy_update5\x02\xff\x03\xb3)\x010\'heat.tests.test_user.UserTest.test_user\x0b[8\x88\xb3)\x01?6heat.tests.test_user.UserTest.test_user_access_allowed\xb2\x13\xce\xd7\xb3)\x01@N@Cheat.tests.test_user.UserTest.test_user_access_allowed_ignorepolicyUO\xa3>\xb3)\x01@E;heat.tests.test_user.UserTest.test_user_create_bad_policies\x1c\xc8\xaf\xa1\xb3)\x01@C9heat.tests.test_user.UserTest.test_user_validate_policiesd\x86\xa8\x8f\xb3)\x01@W@Lheat.tests.test_validate.validateTest.test_client_exception_from_nova_clientT\x04\xb8\xd0\xb3)\x01@E;heat.tests.test_validate.validateTest.test_duplicated_image\x04;\xbd?\xb3)\x01@M@Bheat.tests.test_validate.validateTest.test_invalid_deletion_policy\xad\x96\xa5\xcc\xb3)\x01@Fheat.tests.test_validate.validateTest.test_validate_parameters\x87@\n\x14\xb3)\x01@H>heat.tests.test_validate.validateTest.test_validate_properties\x06\x10s-\xb3)\x01@I?heat.tests.test_validate.validateTest.test_validate_ref_invalidp\x0c\x8e\x07\xb3)\x01@G=heat.tests.test_validate.validateTest.test_validate_ref_valid\x13\xa4\x1fN\xb3)\x01@R@Gheat.tests.test_validate.validateTest.test_validate_unique_logical_name%\xc5\x87#\xb3)\x01@S@Hheat.tests.test_validate.validateTest.test_validate_volumeattach_invalid\xbb\xa3\xde\xec\xb3)\x01@Q@Fheat.tests.test_validate.validateTest.test_validate_volumeattach_valid\x14&H\xd9\xb3)\x01@U@Jheat.tests.test_validate.validateTest.test_volume_snapshot_deletion_policy\xde5C\xbf\xb3)\x01@B8heat.tests.test_volume.VolumeTest.test_cinder_attachment\xb8Ju\xfa\xb3)\x01=4heat.tests.test_volume.VolumeTest.test_cinder_create\xed\x0c\xe3\xfc\xb3)\x01@I?heat.tests.test_volume.VolumeTest.test_cinder_create_from_image\x98\x07\x12\xd9\xb3)\x01>5heat.tests.test_volume.VolumeTest.test_cinder_default\x1a\xf93\xf9\xb3)\x01@A7heat.tests.test_volume.VolumeTest.test_cinder_fn_getatt\xcd\xd1\xe6\x8c\xb3)\x01@E;heat.tests.test_volume.VolumeTest.test_create_from_snapshot}cu%\xb3)\x01@L@Aheat.tests.test_volume.VolumeTest.test_create_from_snapshot_errory\x11J\xd3\xb3)\x018/heat.tests.test_volume.VolumeTest.test_snapshot\xa91\x89\x91\xb3)\x01>5heat.tests.test_volume.VolumeTest.test_snapshot_error\xfb"\x91\x1f\xb3)\x01@C9heat.tests.test_volume.VolumeTest.test_snapshot_no_volumeE\x99\x02\xf5\xb3)\x016-heat.tests.test_volume.VolumeTest.test_volume\xd7\x0e\xb3\xdb\xb3)\x01@B8heat.tests.test_volume.VolumeTest.test_volume_attachmenty\x9c\xd2z\xb3)\x01@H>heat.tests.test_volume.VolumeTest.test_volume_attachment_error}\x91\x03|\xb3)\x01@D:heat.tests.test_volume.VolumeTest.test_volume_create_error-\xe3\xddW\xb3)\x01@B8heat.tests.test_volume.VolumeTest.test_volume_default_az^Rw\x87\xb3)\x01=4heat.tests.test_volume.VolumeTest.test_volume_deleteC{\x06\x94\xb3)\x01@H>heat.tests.test_volume.VolumeTest.test_volume_detach_non_existk\xdc\xc1\x96\xb3)\x01@I?heat.tests.test_volume.VolumeTest.test_volume_detach_with_error@\xb2\t\x02\xb3)\x01@L@Aheat.tests.test_volume.VolumeTest.test_volume_detach_with_latency V_\x93\xb3)\x01@F\\\xb3)\x01@T@Iheat.tests.test_vpc.NetworkInterfaceTest.test_network_interface_exception8\xea\xf2*\xb3)\x01@\\@Qheat.tests.test_vpc.NetworkInterfaceTest.test_network_interface_existing_groupset\x0b>\x9f\x85\xb3)\x01@V@Kheat.tests.test_vpc.NetworkInterfaceTest.test_network_interface_no_groupset\xfeI\xd6\x8a\xb3)\x01<3heat.tests.test_vpc.RouteTableTest.test_route_table.\xed\xc5f\xb3)\x013*heat.tests.test_vpc.SubnetTest.test_subnet\t\x08(\x91\xb3)\x01-$heat.tests.test_vpc.VPCTest.test_vpc\xb2\xe9\xeb\x99\xb3)\x01@P@Eheat.tests.test_waitcondition.WaitConditionHandleTest.test_get_statusixVp\xb3)\x01@W@Lheat.tests.test_waitcondition.WaitConditionHandleTest.test_get_status_reason+\x07\xbd\xb0\xb3)\x01@L@Aheat.tests.test_waitcondition.WaitConditionHandleTest.test_handleM\xe2`\x89\xb3)\x01@U@Jheat.tests.test_waitcondition.WaitConditionHandleTest.test_metadata_update\x99\x0fNY\xb3)\x01@]@Rheat.tests.test_waitcondition.WaitConditionHandleTest.test_metadata_update_invalid\xf4\xc1\x86\x98\xb3)\x01@G=heat.tests.test_waitcondition.WaitConditionTest.test_FnGetAttOR\xc55\xb3)\x01@V@Kheat.tests.test_waitcondition.WaitConditionTest.test_post_failure_to_handle\x05\xab\xcf\x9e\xb3)\x01@\\@Qheat.tests.test_waitcondition.WaitConditionTest.test_post_failure_to_handle_countB\xedL0\xb3)\x01@V@Kheat.tests.test_waitcondition.WaitConditionTest.test_post_success_to_handle\x8c8\xe5\xab\xb3)\x01@\\@Qheat.tests.test_waitcondition.WaitConditionTest.test_post_success_to_handle_count\xdc:\x83\xce\xb3)\x01@Fheat.tests.test_watch.WatchRuleTest.test_rule_actions_ok_alarmheat.tests.test_wsgi.RequestTest.test_content_type_unsupportedR\xe9\xf9 \xb3)\x01@I?heat.tests.test_wsgi.RequestTest.test_content_type_with_charset\xa3$C\xb5\xb3)\x018/heat.tests.test_wsgi.ResourceTest.test_dispatch\x80\xad\xb7\x16\xb3)\x01@A7heat.tests.test_wsgi.ResourceTest.test_dispatch_default\xc7+\x17g\xb3)\x01@D:heat.tests.test_wsgi.ResourceTest.test_dispatch_no_default\x0f\x1b\r\xed\xb3)\x01?6heat.tests.test_wsgi.ResourceTest.test_get_action_args T"\xdc\xb3)\x01@V@Kheat.tests.test_wsgi.ResourceTest.test_get_action_args_del_controller_error\x85\x86)\xf7\xb3)\x01@R@Gheat.tests.test_wsgi.ResourceTest.test_get_action_args_del_format_error\xa3a2\xd7\xb3)\x01@O@Dheat.tests.test_wsgi.ResourceTest.test_get_action_args_invalid_index\xea\xdfn\x00\xb3)\x01@L@Aheat.tests.test_wsgi.ResourceTest.test_resource_call_error_handle=\x99\xb5\xed\xb3)\x01@V@Kheat.tests.test_wsgi.ResourceTest.test_resource_call_error_handle_localized]PN]\xb3 `@\xa9\x17text/plain;charset=utf8\rimport errors@xheat.tests.test_api_openstack_v1\nheat.tests.test_cloudwatch\nheat.tests.test_environment\nheat.tests.test_neutron_firewalld\xfe\x88\xf6', stderr=None error: testr failed (3) ubuntu@ovespa45:/opt/stack/heat$ exit Process shell exited abnormally with code 1