Last active
December 19, 2015 17:18
-
-
Save terriyu/5989746 to your computer and use it in GitHub Desktop.
When running tox for the first time after installing Ceilometer, I get an error: ERROR: /bin/sh: 1: xslt-config: not found ** make sure the development packages of libxml2 and libxslt are installed ** This was solved by installing dependencies via $ sudo apt-get install libxml2-dev libxslt1-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tox -e py27 | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 create: /opt/stack/ceilometer/.tox/py27 | |
| py27 installdeps: -r/opt/stack/ceilometer/requirements.txt, -r/opt/stack/ceilometer/test-requirements.txt | |
| ERROR: invocation failed, logfile: /opt/stack/ceilometer/.tox/py27/log/py27-1.log | |
| ERROR: actionid=py27 | |
| msg=getenv | |
| cmdargs=[local('/opt/stack/ceilometer/.tox/py27/bin/pip'), 'install', '--download-cache=/opt/stack/ceilometer/.tox/_download', '-r/opt/stack/ceilometer/requirements.txt', '-r/opt/stack/ceilometer/test-requirements.txt'] | |
| env={'PYTHONIOENCODING': 'utf_8', 'OS_CACERT': '/opt/stack/data/CA/int-ca/ca-chain.pem', 'LESSOPEN': '| /usr/bin/lesspipe %s', 'SSH_CLIENT': '10.0.2.2 35512 22', 'LOGNAME': 'vagrant', 'USER': 'vagrant', 'OS_PASSWORD': 'nomoresecrete', 'PATH': '/opt/stack/ceilometer/.tox/py27/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin', 'EVENTLET_NO_GREENDNS': 'yes', 'DISPLAY': 'localhost:10.0', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 'SHELL': '/bin/bash', 'OS_IDENTITY_API_VERSION': '2.0', 'PWD': '/opt/stack/ceilometer', 'HOME': '/home/vagrant', 'OS_NO_CACHE': '1', 'OS_USERNAME': 'demo', 'VIRTUAL_ENV': '/opt/stack/ceilometer/.tox/py27', 'OS_TENANT_NAME': 'demo', 'NOVA_VERSION': '1.1', 'LC_ALL': 'en_US', 'COMPUTE_API_VERSION': '1.1', '_': '/usr/local/bin/tox', 'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'SSH_TTY': '/dev/pts/1', 'OLDPWD': '/home/vagrant', 'SHLVL': '1', 'OS_AUTH_URL': 'http://10.0.2.15:5000/v2.0', 'MAIL': '/var/mail/vagrant', 'SSH_CONNECTION': '10.0.2.2 35512 10.0.2.15 22'} | |
| Downloading/unpacking d2to1>=0.2.10,<0.3 (from -r /opt/stack/ceilometer/requirements.txt (line 1)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fd2to1%2Fd2to1-0.2.10.tar.gz | |
| Running setup.py egg_info for package d2to1 | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Downloading/unpacking pbr>=0.5,<0.6 (from -r /opt/stack/ceilometer/requirements.txt (line 2)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpbr%2Fpbr-0.5.18.tar.gz | |
| Running setup.py egg_info for package pbr | |
| Installed /opt/stack/ceilometer/.tox/py27/build/pbr/d2to1-0.2.10-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| 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 WebOb>=1.2 (from -r /opt/stack/ceilometer/requirements.txt (line 3)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWebOb%2FWebOb-1.2.3.tar.gz | |
| Running setup.py egg_info for package WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Downloading/unpacking kombu>2.4.7 (from -r /opt/stack/ceilometer/requirements.txt (line 4)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fk%2Fkombu%2Fkombu-2.5.12.tar.gz | |
| Running setup.py egg_info for package kombu | |
| Downloading/unpacking iso8601 (from -r /opt/stack/ceilometer/requirements.txt (line 5)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fi%2Fiso8601%2Fiso8601-0.1.4.tar.gz | |
| Running setup.py egg_info for package iso8601 | |
| Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from -r /opt/stack/ceilometer/requirements.txt (line 6)) | |
| Downloading/unpacking SQLAlchemy>=0.7,<=0.7.99 (from -r /opt/stack/ceilometer/requirements.txt (line 7)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FS%2FSQLAlchemy%2FSQLAlchemy-0.7.10.tar.gz | |
| Running 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 sqlalchemy-migrate>=0.7.2 (from -r /opt/stack/ceilometer/requirements.txt (line 8)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsqlalchemy-migrate%2Fsqlalchemy-migrate-0.7.2.tar.gz | |
| Running setup.py egg_info for package sqlalchemy-migrate | |
| warning: no files found matching '*' under directory 'tests' | |
| warning: no previously-included files matching '*pyc' found anywhere in distribution | |
| warning: no previously-included files found matching '.hgtags' | |
| warning: no previously-included files matching '*' found under directory 'docs/_build' | |
| Downloading/unpacking pymongo>=2.2 (from -r /opt/stack/ceilometer/requirements.txt (line 9)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpymongo%2Fpymongo-2.5.2.tar.gz | |
| Running setup.py egg_info for package pymongo | |
| Downloading/unpacking eventlet (from -r /opt/stack/ceilometer/requirements.txt (line 10)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fe%2Feventlet%2Feventlet-0.13.0.tar.gz | |
| Running setup.py egg_info for package eventlet | |
| Downloading/unpacking anyjson>=0.3.3 (from -r /opt/stack/ceilometer/requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Fanyjson%2Fanyjson-0.3.3.tar.gz | |
| Running setup.py egg_info for package anyjson | |
| Downloading/unpacking Flask==0.9 (from -r /opt/stack/ceilometer/requirements.txt (line 12)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FF%2FFlask%2FFlask-0.9.tar.gz | |
| Running setup.py egg_info for package Flask | |
| warning: no files found matching '*' under directory 'tests' | |
| 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 'tests' | |
| warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
| warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
| warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
| no previously-included directories found matching 'docs/_build' | |
| no previously-included directories found matching 'docs/_themes/.git' | |
| Downloading/unpacking pecan>=0.2.0 (from -r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpecan%2Fpecan-0.3.0.tar.gz | |
| Running setup.py egg_info for package pecan | |
| Downloading/unpacking stevedore>=0.9 (from -r /opt/stack/ceilometer/requirements.txt (line 14)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fstevedore%2Fstevedore-0.10.tar.gz | |
| Running setup.py egg_info for package stevedore | |
| 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 msgpack-python (from -r /opt/stack/ceilometer/requirements.txt (line 15)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fm%2Fmsgpack-python%2Fmsgpack-python-0.3.0.tar.gz | |
| Running setup.py egg_info for package msgpack-python | |
| Downloading/unpacking python-glanceclient (from -r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-glanceclient%2Fpython-glanceclient-0.9.0.tar.gz | |
| Running setup.py egg_info for package python-glanceclient | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-glanceclient/setuptools_git-1.0-py2.7.egg | |
| warning: no previously-included files found matching '.gitignore' | |
| warning: no previously-included files found matching '.gitreview' | |
| Downloading/unpacking python-novaclient>=2.6.10 (from -r /opt/stack/ceilometer/requirements.txt (line 17)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-novaclient%2Fpython-novaclient-2.13.0.tar.gz | |
| Running setup.py egg_info for package python-novaclient | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-novaclient/setuptools_git-1.0-py2.7.egg | |
| warning: no previously-included files found matching '.gitignore' | |
| warning: no previously-included files found matching '.gitreview' | |
| Downloading/unpacking python-keystoneclient>=0.2,<0.3 (from -r /opt/stack/ceilometer/requirements.txt (line 18)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-keystoneclient%2Fpython-keystoneclient-0.2.5.tar.gz | |
| Running setup.py egg_info for package python-keystoneclient | |
| Installed /tmp/easy_install-QVb6Bw/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-keystoneclient/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1>=0.2.10,<0.3 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-bFrSKw/d2to1-0.2.10/egg-dist-tmp-BeDbLB | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-keystoneclient/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-CBp4Yz/setuptools-git-1.0/egg-dist-tmp-sHuB1t | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-keystoneclient/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Downloading/unpacking python-ceilometerclient>=1.0.1 (from -r /opt/stack/ceilometer/requirements.txt (line 19)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-ceilometerclient%2Fpython-ceilometerclient-1.0.1.tar.gz | |
| Running setup.py egg_info for package python-ceilometerclient | |
| Installed /tmp/easy_install-9AYjZq/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-ceilometerclient/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1>=0.2.10,<0.3 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-EJADuG/d2to1-0.2.10/egg-dist-tmp-EE48TM | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-ceilometerclient/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-rIAcM1/setuptools-git-1.0/egg-dist-tmp-aPbVnM | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-ceilometerclient/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Downloading/unpacking python-swiftclient (from -r /opt/stack/ceilometer/requirements.txt (line 20)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-swiftclient%2Fpython-swiftclient-1.5.0.tar.gz | |
| Running setup.py egg_info for package python-swiftclient | |
| Installed /tmp/easy_install-0ZyYfk/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-swiftclient/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-S6i_zI/d2to1-0.2.10/egg-dist-tmp-Tu7Lr6 | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-swiftclient/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-kecFl9/setuptools-git-1.0/egg-dist-tmp-sU54gy | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-swiftclient/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| warning: no files found matching '*' under directory 'tools' | |
| Downloading/unpacking lxml (from -r /opt/stack/ceilometer/requirements.txt (line 21)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fl%2Flxml%2Flxml-3.2.1.tar.gz | |
| Running setup.py egg_info for package lxml | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' | |
| warnings.warn(msg) | |
| Building lxml version 3.2.1. | |
| Building without Cython. | |
| ERROR: /bin/sh: 1: xslt-config: not found | |
| ** make sure the development packages of libxml2 and libxslt are installed ** | |
| Using build configuration of libxslt | |
| warning: no previously-included files found matching '*.py' | |
| warning: no files found matching '*.txt' under directory 'src/lxml/tests' | |
| Downloading/unpacking requests>=1.1,<1.2.1 (from -r /opt/stack/ceilometer/requirements.txt (line 22)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fr%2Frequests%2Frequests-1.2.0.tar.gz | |
| Running setup.py egg_info for package requests | |
| Downloading/unpacking wsme>=0.5b2 (from -r /opt/stack/ceilometer/requirements.txt (line 23)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWSME%2FWSME-0.5b2.tar.gz | |
| Running setup.py egg_info for package wsme | |
| Installed /opt/stack/ceilometer/.tox/py27/build/wsme/d2to1-0.2.10-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| warning: no files found matching '*.ini' under directory 'tests' | |
| Downloading/unpacking pyyaml (from -r /opt/stack/ceilometer/requirements.txt (line 24)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPyYAML%2FPyYAML-3.10.tar.gz | |
| Running setup.py egg_info for package pyyaml | |
| Downloading/unpacking oslo.config>=1.2.0a3 (from -r /opt/stack/ceilometer/requirements.txt (line 26)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/http%3A%2F%2Ftarballs.openstack.org%2Foslo.config%2Foslo.config-1.2.0a3.tar.gz | |
| Running setup.py egg_info for package oslo.config | |
| Installed /tmp/easy_install-VhCLb4/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/oslo.config/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-wKtfby/d2to1-0.2.10/egg-dist-tmp-xJOQZY | |
| Installed /opt/stack/ceilometer/.tox/py27/build/oslo.config/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ju_myJ/setuptools-git-1.0/egg-dist-tmp-OZl4lo | |
| Installed /opt/stack/ceilometer/.tox/py27/build/oslo.config/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| 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 | |
| Downloading/unpacking happybase>=0.4 (from -r /opt/stack/ceilometer/requirements.txt (line 27)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fh%2Fhappybase%2Fhappybase-0.6.tar.gz | |
| Running setup.py egg_info for package happybase | |
| Downloading/unpacking coverage (from -r /opt/stack/ceilometer/test-requirements.txt (line 1)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcoverage%2Fcoverage-3.6.tar.gz | |
| Running 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/ceilometer/test-requirements.txt (line 2)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdiscover%2Fdiscover-0.4.0.tar.gz | |
| Running setup.py egg_info for package discover | |
| Downloading/unpacking httplib2 (from -r /opt/stack/ceilometer/test-requirements.txt (line 3)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fh%2Fhttplib2%2Fhttplib2-0.8.tar.gz | |
| Running setup.py egg_info for package httplib2 | |
| Downloading/unpacking mock (from -r /opt/stack/ceilometer/test-requirements.txt (line 4)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fm%2Fmock%2Fmock-1.0.1.zip | |
| Running 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 (from -r /opt/stack/ceilometer/test-requirements.txt (line 5)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fm%2Fmox%2Fmox-0.5.3.tar.gz | |
| Running setup.py egg_info for package mox | |
| Downloading/unpacking fixtures>=0.3.12 (from -r /opt/stack/ceilometer/test-requirements.txt (line 6)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ff%2Ffixtures%2Ffixtures-0.3.12.tar.gz | |
| Running setup.py egg_info for package fixtures | |
| Downloading/unpacking Babel>=0.9.6 (from -r /opt/stack/ceilometer/test-requirements.txt (line 7)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FB%2FBabel%2FBabel-0.9.6.tar.gz | |
| Running setup.py egg_info for package Babel | |
| Downloading/unpacking Ming>=0.3.4 (from -r /opt/stack/ceilometer/test-requirements.txt (line 10)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMing%2FMing-0.4.0.tar.gz | |
| Running setup.py egg_info for package Ming | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' | |
| warnings.warn(msg) | |
| Downloading/unpacking nova from http://tarballs.openstack.org/nova/nova-master.tar.gz (from -r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/http%3A%2F%2Ftarballs.openstack.org%2Fnova%2Fnova-master.tar.gz | |
| Running setup.py egg_info for package nova | |
| Installed /tmp/easy_install-D02cam/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/nova/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1>=0.2.10,<0.3 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9pwunA/d2to1-0.2.10/egg-dist-tmp-As_Iz5 | |
| Installed /opt/stack/ceilometer/.tox/py27/build/nova/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Z3rHiG/setuptools-git-1.0/egg-dist-tmp-sjrEWy | |
| Installed /opt/stack/ceilometer/.tox/py27/build/nova/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| 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 swift (from -r /opt/stack/ceilometer/test-requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Flaunchpad.net%2Fswift%2Fhavana%2F1.9.0%2F%2Bdownload%2Fswift-1.9.0.tar.gz | |
| Running setup.py egg_info for package swift | |
| Downloading/unpacking netifaces (from -r /opt/stack/ceilometer/test-requirements.txt (line 15)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/http%3A%2F%2Falastairs-place.net%2Fprojects%2Fnetifaces%2Fnetifaces-0.8.tar.gz | |
| Running setup.py egg_info for package netifaces | |
| Downloading/unpacking sphinx (from -r /opt/stack/ceilometer/test-requirements.txt (line 17)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FS%2FSphinx%2FSphinx-1.2b1.tar.gz | |
| Running setup.py egg_info for package sphinx | |
| warning: no files found matching 'README' | |
| no previously-included directories found matching 'doc/_build' | |
| Downloading/unpacking sphinxcontrib-pecanwsme>=0.2 (from -r /opt/stack/ceilometer/test-requirements.txt (line 18)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsphinxcontrib-pecanwsme%2Fsphinxcontrib-pecanwsme-0.2.tar.gz | |
| Running setup.py egg_info for package sphinxcontrib-pecanwsme | |
| Installed /tmp/easy_install-csDD4P/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/sphinxcontrib-pecanwsme/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-gP4dHS/d2to1-0.2.10/egg-dist-tmp-qhlFbF | |
| Installed /opt/stack/ceilometer/.tox/py27/build/sphinxcontrib-pecanwsme/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ztLAkB/setuptools-git-1.0/egg-dist-tmp-hw93Xl | |
| Installed /opt/stack/ceilometer/.tox/py27/build/sphinxcontrib-pecanwsme/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Downloading/unpacking docutils==0.9.1 (from -r /opt/stack/ceilometer/test-requirements.txt (line 19)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdocutils%2Fdocutils-0.9.1.tar.gz | |
| Running 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 '*' | |
| Downloading/unpacking oslo.sphinx (from -r /opt/stack/ceilometer/test-requirements.txt (line 20)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fo%2Foslo.sphinx%2Foslo.sphinx-1.0.tar.gz | |
| Running setup.py egg_info for package oslo.sphinx | |
| Installed /tmp/easy_install-cJ_Zx4/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/oslo.sphinx/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1>=0.2.10,<0.3 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-p0B1pv/d2to1-0.2.10/egg-dist-tmp-Q4p687 | |
| Installed /opt/stack/ceilometer/.tox/py27/build/oslo.sphinx/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-cGyTtr/setuptools-git-1.0/egg-dist-tmp-KJKU6u | |
| Installed /opt/stack/ceilometer/.tox/py27/build/oslo.sphinx/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Downloading/unpacking python-spidermonkey (from -r /opt/stack/ceilometer/test-requirements.txt (line 21)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-spidermonkey%2Fpython-spidermonkey-0.0.10.tar.gz | |
| Running setup.py egg_info for package python-spidermonkey | |
| no previously-included directories found matching 'doc/.build' | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-spidermonkey/nose-1.3.0-py2.7.egg | |
| warning: no files found matching 'README' | |
| Downloading/unpacking python-subunit (from -r /opt/stack/ceilometer/test-requirements.txt (line 22)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-subunit%2Fpython-subunit-0.0.13.tar.gz | |
| Running 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' | |
| Downloading/unpacking testrepository>=0.0.13 (from -r /opt/stack/ceilometer/test-requirements.txt (line 23)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Ftestrepository%2Ftestrepository-0.0.15.tar.gz | |
| Running setup.py egg_info for package testrepository | |
| Downloading/unpacking testtools>=0.9.29 (from -r /opt/stack/ceilometer/test-requirements.txt (line 24)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Ftesttools%2Ftesttools-0.9.32.tar.gz | |
| Running setup.py egg_info for package testtools | |
| no previously-included directories found matching 'doc/_build' | |
| Downloading/unpacking testscenarios<0.5 (from -r /opt/stack/ceilometer/test-requirements.txt (line 25)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Ftestscenarios%2Ftestscenarios-0.4.tar.gz | |
| Running setup.py egg_info for package testscenarios | |
| Requirement already satisfied (use --upgrade to upgrade): setuptools in /opt/stack/ceilometer/.tox/py27/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg (from d2to1>=0.2.10,<0.3->-r /opt/stack/ceilometer/requirements.txt (line 1)) | |
| Downloading/unpacking setuptools-git>=0.4 (from pbr>=0.5,<0.6->-r /opt/stack/ceilometer/requirements.txt (line 2)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsetuptools-git%2Fsetuptools-git-1.0.tar.gz | |
| Running setup.py egg_info for package setuptools-git | |
| Downloading/unpacking amqp>=1.0.12,<1.1.0 (from kombu>2.4.7->-r /opt/stack/ceilometer/requirements.txt (line 4)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Famqp%2Famqp-1.0.12.tar.gz | |
| Running setup.py egg_info for package amqp | |
| Downloading/unpacking decorator (from sqlalchemy-migrate>=0.7.2->-r /opt/stack/ceilometer/requirements.txt (line 8)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fd%2Fdecorator%2Fdecorator-3.4.0.tar.gz | |
| Running setup.py egg_info for package decorator | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3' | |
| warnings.warn(msg) | |
| warning: no previously-included files found matching 'Makefile' | |
| Downloading/unpacking Tempita>=0.4 (from sqlalchemy-migrate>=0.7.2->-r /opt/stack/ceilometer/requirements.txt (line 8)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FT%2FTempita%2FTempita-0.5.1.tar.gz | |
| Running setup.py egg_info for package Tempita | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3' | |
| warnings.warn(msg) | |
| Downloading/unpacking greenlet>=0.3 (from eventlet->-r /opt/stack/ceilometer/requirements.txt (line 10)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fg%2Fgreenlet%2Fgreenlet-0.4.1.zip | |
| Running setup.py egg_info for package greenlet | |
| Downloading/unpacking Werkzeug>=0.7 (from Flask==0.9->-r /opt/stack/ceilometer/requirements.txt (line 12)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWerkzeug%2FWerkzeug-0.9.1.tar.gz | |
| Running setup.py egg_info for package Werkzeug | |
| warning: no files found matching '*' under directory 'werkzeug/debug/templates' | |
| warning: no files found matching '*' under directory 'tests' | |
| 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 'tests' | |
| warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
| warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
| warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
| no previously-included directories found matching 'docs/_build' | |
| Downloading/unpacking Jinja2>=2.4 (from Flask==0.9->-r /opt/stack/ceilometer/requirements.txt (line 12)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FJ%2FJinja2%2FJinja2-2.7.tar.gz | |
| Running 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 simplegeneric>=0.8 (from pecan>=0.2.0->-r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsimplegeneric%2Fsimplegeneric-0.8.1.zip | |
| Running setup.py egg_info for package simplegeneric | |
| Downloading/unpacking Mako>=0.4.0 (from pecan>=0.2.0->-r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMako%2FMako-0.8.1.tar.gz | |
| Running setup.py egg_info for package Mako | |
| warning: no files found matching '*.xml' under directory 'examples' | |
| warning: no files found matching '*.mako' under directory 'examples' | |
| warning: no files found matching 'ez_setup.py' | |
| no previously-included directories found matching 'doc/build/output' | |
| Downloading/unpacking WebTest>=1.3.1 (from pecan>=0.2.0->-r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWebTest%2FWebTest-2.0.6.zip | |
| Running setup.py egg_info for package WebTest | |
| no previously-included directories found matching 'docs/_build' | |
| warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
| warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
| Downloading/unpacking six (from pecan>=0.2.0->-r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsix%2Fsix-1.3.0.tar.gz | |
| Running setup.py egg_info for package six | |
| Downloading/unpacking prettytable>=0.6,<0.8 (from python-glanceclient->-r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPrettyTable%2Fprettytable-0.7.2.zip | |
| Running setup.py egg_info for package prettytable | |
| Downloading/unpacking pyOpenSSL (from python-glanceclient->-r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2FpyOpenSSL%2FpyOpenSSL-0.13.tar.gz | |
| Running setup.py egg_info for package pyOpenSSL | |
| warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
| Downloading/unpacking warlock>=0.7.0,<2 (from python-glanceclient->-r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwarlock%2Fwarlock-1.0.1.tar.gz | |
| Running setup.py egg_info for package warlock | |
| warning: no files found matching 'LICENSE' | |
| Downloading/unpacking simplejson (from python-novaclient>=2.6.10->-r /opt/stack/ceilometer/requirements.txt (line 17)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsimplejson%2Fsimplejson-3.3.0.tar.gz | |
| Running setup.py egg_info for package simplejson | |
| Downloading/unpacking thrift>=0.8.0 (from happybase>=0.4->-r /opt/stack/ceilometer/requirements.txt (line 27)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Fthrift%2Fthrift-0.9.0.tar.gz | |
| Running setup.py egg_info for package thrift | |
| Downloading/unpacking FormEncode>=1.2.1 (from Ming>=0.3.4->-r /opt/stack/ceilometer/test-requirements.txt (line 10)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FF%2FFormEncode%2FFormEncode-1.2.6.zip | |
| Running setup.py egg_info for package FormEncode | |
| warning: no files found matching '*.py' under directory '.' | |
| warning: no files found matching '*.html' under directory 'docs' | |
| warning: no previously-included files matching '*.pyc' found under directory '.' | |
| warning: no previously-included files matching '*.pyo' found under directory '.' | |
| warning: no previously-included files matching '*~' found under directory '.' | |
| no previously-included directories found matching 'docs/_build' | |
| no previously-included directories found matching '**/.svn' | |
| no previously-included directories found matching '.hg' | |
| no previously-included directories found matching '.git' | |
| Downloading/unpacking Cheetah>=2.4.4 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FC%2FCheetah%2FCheetah-2.4.4.tar.gz | |
| Running setup.py egg_info for package Cheetah | |
| warning: no files found matching 'examples' | |
| warning: no files found matching 'docs' | |
| warning: no files found matching 'bin' | |
| warning: no files found matching '*' under directory 'docs' | |
| warning: no files found matching '*' under directory 'examples' | |
| warning: no previously-included files matching '*.pyc' found under directory 'cheetah' | |
| warning: no previously-included files matching '*~' found under directory 'cheetah' | |
| warning: no previously-included files matching '*.aux' found under directory 'cheetah' | |
| warning: no previously-included files matching '*~' found under directory 'docs' | |
| warning: no previously-included files matching '*.aux' found under directory 'docs' | |
| Downloading/unpacking amqplib>=0.6.1 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Famqplib%2Famqplib-1.0.2.tgz | |
| Running setup.py egg_info for package amqplib | |
| Downloading/unpacking boto (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fb%2Fboto%2Fboto-2.9.7.tar.gz | |
| Running setup.py egg_info for package boto | |
| warning: no files found matching 'boto/mturk/test/*.doctest' | |
| warning: no files found matching 'boto/mturk/test/.gitignore' | |
| Downloading/unpacking routes>=1.12.3 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FR%2FRoutes%2FRoutes-1.13.tar.gz | |
| Running setup.py egg_info for package routes | |
| warning: no previously-included files matching '.DS_Store' found anywhere in distribution | |
| warning: no previously-included files matching '*.hgignore' found anywhere in distribution | |
| warning: no previously-included files matching '*.hgtags' found anywhere in distribution | |
| Downloading/unpacking PasteDeploy>=1.5.0 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPasteDeploy%2FPasteDeploy-1.5.0.tar.gz | |
| Running setup.py egg_info for package PasteDeploy | |
| Downloading/unpacking paste (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPaste%2FPaste-1.7.5.1.tar.gz | |
| Running setup.py egg_info for package paste | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| Downloading/unpacking netaddr>=0.7.6 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fgithub.com%2Fdownloads%2Fdrkjam%2Fnetaddr%2Fnetaddr-0.7.10.zip | |
| Running 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 suds>=0.4 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsuds%2Fsuds-0.4.tar.gz | |
| Running setup.py egg_info for package suds | |
| Downloading/unpacking paramiko (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fparamiko%2Fparamiko-1.10.1.tar.gz | |
| Running setup.py egg_info for package paramiko | |
| Downloading/unpacking pyasn1 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpyasn1%2Fpyasn1-0.1.7.tar.gz | |
| Running setup.py egg_info for package pyasn1 | |
| Downloading/unpacking python-cinderclient>=1.0.1 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-cinderclient%2Fpython-cinderclient-1.0.4.tar.gz | |
| Running setup.py egg_info for package python-cinderclient | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-cinderclient/setuptools_git-1.0-py2.7.egg | |
| warning: no previously-included files found matching '.gitignore' | |
| warning: no previously-included files found matching '.gitreview' | |
| Downloading/unpacking python-quantumclient>=2.2.0,<3.0.0 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-quantumclient%2Fpython-quantumclient-2.2.3.tar.gz | |
| Running setup.py egg_info for package python-quantumclient | |
| Installed /tmp/easy_install-t5giG1/pbr-0.5.18/d2to1-0.2.10-py2.7.egg | |
| 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 | |
| zip_safe flag not set; analyzing archive contents... | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-quantumclient/pbr-0.5.18-py2.7.egg | |
| Searching for d2to1>=0.2.10,<0.3 | |
| Reading http://pypi.python.org/simple/d2to1/ | |
| Best match: d2to1 0.2.10 | |
| Downloading https://pypi.python.org/packages/source/d/d2to1/d2to1-0.2.10.tar.gz#md5=be97f5330bae3206e1555b58dae23848 | |
| Processing d2to1-0.2.10.tar.gz | |
| Running d2to1-0.2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-m_Skoh/d2to1-0.2.10/egg-dist-tmp-jMVvR1 | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-quantumclient/d2to1-0.2.10-py2.7.egg | |
| Searching for setuptools-git>=0.4 | |
| Reading http://pypi.python.org/simple/setuptools_git/ | |
| Best match: setuptools-git 1.0 | |
| Downloading https://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0.tar.gz#md5=de63b541a10c2b83caa478c687458b16 | |
| Processing setuptools-git-1.0.tar.gz | |
| Running setuptools-git-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-l5XGoS/setuptools-git-1.0/egg-dist-tmp-myvd7X | |
| Installed /opt/stack/ceilometer/.tox/py27/build/python-quantumclient/setuptools_git-1.0-py2.7.egg | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Downloading/unpacking websockify<0.4 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwebsockify%2Fwebsockify-0.3.0.tar.gz | |
| Running setup.py egg_info for package websockify | |
| Downloading/unpacking pyparsing>=1.5.7,<2.0 (from nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpyparsing%2Fpyparsing-1.5.7.tar.gz | |
| Running setup.py egg_info for package pyparsing | |
| Downloading/unpacking dnspython>=1.10.0 (from swift->-r /opt/stack/ceilometer/test-requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/http%3A%2F%2Fwww.dnspython.org%2Fkits%2F1.11.0%2Fdnspython-1.11.0.zip | |
| Running setup.py egg_info for package dnspython | |
| Downloading/unpacking xattr>=0.4 (from swift->-r /opt/stack/ceilometer/test-requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fx%2Fxattr%2Fxattr-0.6.4.tar.gz | |
| Running setup.py egg_info for package xattr | |
| Downloading/unpacking Pygments>=1.2 (from sphinx->-r /opt/stack/ceilometer/test-requirements.txt (line 17)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPygments%2FPygments-1.6.tar.gz | |
| Running setup.py egg_info for package Pygments | |
| Downloading/unpacking sphinxcontrib-httpdomain (from sphinxcontrib-pecanwsme>=0.2->-r /opt/stack/ceilometer/test-requirements.txt (line 18)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fs%2Fsphinxcontrib-httpdomain%2Fsphinxcontrib-httpdomain-1.1.8.tar.gz | |
| Running setup.py egg_info for package sphinxcontrib-httpdomain | |
| warning: no files found matching 'README' | |
| warning: no files found matching 'CHANGES.*' | |
| Downloading/unpacking extras (from python-subunit->-r /opt/stack/ceilometer/test-requirements.txt (line 22)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fe%2Fextras%2Fextras-0.0.3.tar.gz | |
| Running setup.py egg_info for package extras | |
| Downloading/unpacking python-mimeparse (from testtools>=0.9.29->-r /opt/stack/ceilometer/test-requirements.txt (line 24)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpython-mimeparse%2Fpython-mimeparse-0.1.4.tar.gz | |
| Running setup.py egg_info for package python-mimeparse | |
| Downloading/unpacking markupsafe (from Jinja2>=2.4->Flask==0.9->-r /opt/stack/ceilometer/requirements.txt (line 12)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMarkupSafe%2FMarkupSafe-0.18.tar.gz | |
| Running setup.py egg_info for package markupsafe | |
| Downloading/unpacking waitress (from WebTest>=1.3.1->pecan>=0.2.0->-r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwaitress%2Fwaitress-0.8.5.tar.gz | |
| Running setup.py egg_info for package waitress | |
| Downloading/unpacking beautifulsoup4 (from WebTest>=1.3.1->pecan>=0.2.0->-r /opt/stack/ceilometer/requirements.txt (line 13)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fb%2Fbeautifulsoup4%2Fbeautifulsoup4-4.2.1.tar.gz | |
| Running setup.py egg_info for package beautifulsoup4 | |
| Downloading/unpacking jsonschema>=0.7,<3 (from warlock>=0.7.0,<2->python-glanceclient->-r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fj%2Fjsonschema%2Fjsonschema-2.0.0.zip | |
| Running setup.py egg_info for package jsonschema | |
| Downloading/unpacking jsonpatch>=0.10,<2 (from warlock>=0.7.0,<2->python-glanceclient->-r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fj%2Fjsonpatch%2Fjsonpatch-1.1.tar.gz | |
| Running setup.py egg_info for package jsonpatch | |
| Downloading/unpacking Markdown>=2.0.1 (from Cheetah>=2.4.4->nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMarkdown%2FMarkdown-2.3.1.tar.gz | |
| Running setup.py egg_info for package Markdown | |
| Downloading/unpacking repoze.lru>=0.3 (from routes>=1.12.3->nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fr%2Frepoze.lru%2Frepoze.lru-0.6.tar.gz | |
| Running setup.py egg_info for package repoze.lru | |
| Downloading/unpacking pycrypto>=2.1,!=2.4 (from paramiko->nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpycrypto%2Fpycrypto-2.6.tar.gz | |
| Running setup.py egg_info for package pycrypto | |
| Downloading/unpacking cliff>=1.4 (from python-quantumclient>=2.2.0,<3.0.0->nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcliff%2Fcliff-1.4.tar.gz | |
| Running setup.py egg_info for package cliff | |
| Downloading/unpacking numpy (from websockify<0.4->nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fn%2Fnumpy%2Fnumpy-1.7.1.tar.gz | |
| Running setup.py egg_info for package numpy | |
| Running from numpy source directory. | |
| /bin/sh: 1: svnversion: not found | |
| non-existing path in 'numpy/distutils': 'site.cfg' | |
| F2PY Version 2 | |
| blas_opt_info: | |
| blas_mkl_info: | |
| libraries mkl,vml,guide not found in ['/opt/stack/ceilometer/.tox/py27/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
| NOT AVAILABLE | |
| atlas_blas_threads_info: | |
| Setting PTATLAS=ATLAS | |
| libraries ptf77blas,ptcblas,atlas not found in ['/opt/stack/ceilometer/.tox/py27/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
| NOT AVAILABLE | |
| atlas_blas_info: | |
| libraries f77blas,cblas,atlas not found in ['/opt/stack/ceilometer/.tox/py27/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
| NOT AVAILABLE | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/numpy/distutils/system_info.py:1494: UserWarning: | |
| Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
| Directories to search for the libraries can be specified in the | |
| numpy/distutils/site.cfg file (section [atlas]) or by setting | |
| the ATLAS environment variable. | |
| warnings.warn(AtlasNotFoundError.__doc__) | |
| blas_info: | |
| libraries blas not found in ['/opt/stack/ceilometer/.tox/py27/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
| NOT AVAILABLE | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/numpy/distutils/system_info.py:1503: UserWarning: | |
| Blas (http://www.netlib.org/blas/) libraries not found. | |
| Directories to search for the libraries can be specified in the | |
| numpy/distutils/site.cfg file (section [blas]) or by setting | |
| the BLAS environment variable. | |
| warnings.warn(BlasNotFoundError.__doc__) | |
| blas_src_info: | |
| NOT AVAILABLE | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/numpy/distutils/system_info.py:1506: UserWarning: | |
| Blas (http://www.netlib.org/blas/) sources not found. | |
| Directories to search for the sources can be specified in the | |
| numpy/distutils/site.cfg file (section [blas_src]) or by setting | |
| the BLAS_SRC environment variable. | |
| warnings.warn(BlasSrcNotFoundError.__doc__) | |
| NOT AVAILABLE | |
| /bin/sh: 1: svnversion: not found | |
| lapack_opt_info: | |
| lapack_mkl_info: | |
| mkl_info: | |
| libraries mkl,vml,guide not found in ['/opt/stack/ceilometer/.tox/py27/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
| NOT AVAILABLE | |
| NOT AVAILABLE | |
| atlas_threads_info: | |
| Setting PTATLAS=ATLAS | |
| libraries ptf77blas,ptcblas,atlas not found in /opt/stack/ceilometer/.tox/py27/lib | |
| libraries lapack_atlas not found in /opt/stack/ceilometer/.tox/py27/lib | |
| libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib | |
| libraries lapack_atlas not found in /usr/local/lib | |
| libraries ptf77blas,ptcblas,atlas not found in /usr/lib | |
| libraries lapack_atlas not found in /usr/lib | |
| libraries ptf77blas,ptcblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
| libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
| numpy.distutils.system_info.atlas_threads_info | |
| NOT AVAILABLE | |
| atlas_info: | |
| libraries f77blas,cblas,atlas not found in /opt/stack/ceilometer/.tox/py27/lib | |
| libraries lapack_atlas not found in /opt/stack/ceilometer/.tox/py27/lib | |
| libraries f77blas,cblas,atlas not found in /usr/local/lib | |
| libraries lapack_atlas not found in /usr/local/lib | |
| libraries f77blas,cblas,atlas not found in /usr/lib | |
| libraries lapack_atlas not found in /usr/lib | |
| libraries f77blas,cblas,atlas not found in /usr/lib/x86_64-linux-gnu | |
| libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu | |
| numpy.distutils.system_info.atlas_info | |
| NOT AVAILABLE | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/numpy/distutils/system_info.py:1408: UserWarning: | |
| Atlas (http://math-atlas.sourceforge.net/) libraries not found. | |
| Directories to search for the libraries can be specified in the | |
| numpy/distutils/site.cfg file (section [atlas]) or by setting | |
| the ATLAS environment variable. | |
| warnings.warn(AtlasNotFoundError.__doc__) | |
| lapack_info: | |
| libraries lapack not found in ['/opt/stack/ceilometer/.tox/py27/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] | |
| NOT AVAILABLE | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/numpy/distutils/system_info.py:1419: UserWarning: | |
| Lapack (http://www.netlib.org/lapack/) libraries not found. | |
| Directories to search for the libraries can be specified in the | |
| numpy/distutils/site.cfg file (section [lapack]) or by setting | |
| the LAPACK environment variable. | |
| warnings.warn(LapackNotFoundError.__doc__) | |
| lapack_src_info: | |
| NOT AVAILABLE | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/numpy/distutils/system_info.py:1422: UserWarning: | |
| Lapack (http://www.netlib.org/lapack/) sources not found. | |
| Directories to search for the sources can be specified in the | |
| numpy/distutils/site.cfg file (section [lapack_src]) or by setting | |
| the LAPACK_SRC environment variable. | |
| warnings.warn(LapackSrcNotFoundError.__doc__) | |
| NOT AVAILABLE | |
| build_src | |
| building py_modules sources | |
| building library "npymath" sources | |
| customize Gnu95FCompiler | |
| Could not locate executable gfortran | |
| Could not locate executable f95 | |
| customize IntelFCompiler | |
| Could not locate executable ifort | |
| Could not locate executable ifc | |
| customize LaheyFCompiler | |
| Could not locate executable lf95 | |
| customize PGroupFCompiler | |
| Could not locate executable pgfortran | |
| customize AbsoftFCompiler | |
| Could not locate executable f90 | |
| Could not locate executable f77 | |
| customize NAGFCompiler | |
| customize VastFCompiler | |
| customize CompaqFCompiler | |
| Could not locate executable fort | |
| customize IntelItaniumFCompiler | |
| Could not locate executable efort | |
| Could not locate executable efc | |
| customize IntelEM64TFCompiler | |
| customize GnuFCompiler | |
| Could not locate executable g77 | |
| customize G95FCompiler | |
| Could not locate executable g95 | |
| customize PathScaleFCompiler | |
| Could not locate executable pathf95 | |
| don't know how to compile Fortran code on platform 'posix' | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| gcc -pthread _configtest.o -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| gcc -pthread _configtest.o -o _configtest | |
| _configtest.o: In function `main': | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/_configtest.c:6: undefined reference to `exp' | |
| collect2: ld returned 1 exit status | |
| _configtest.o: In function `main': | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/_configtest.c:6: undefined reference to `exp' | |
| collect2: ld returned 1 exit status | |
| failure. | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c | |
| building library "npysort" sources | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c | |
| building extension "numpy.core._dummy" sources | |
| Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:12: error: 'SIZEOF_LONGDOUBLE' undeclared (first use in this function) | |
| _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:12: error: 'SIZEOF_LONGDOUBLE' undeclared (first use in this function) | |
| _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in | |
| failure. | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: error: size of array 'test_array' is negative | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:16: error: size of array 'test_array' is negative | |
| _configtest.c:7:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:16: error: size of array 'test_array' is negative | |
| _configtest.c:7:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:7:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:16: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| gcc -pthread _configtest.o -o _configtest | |
| _configtest.o: In function `main': | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/_configtest.c:6: undefined reference to `exp' | |
| collect2: ld returned 1 exit status | |
| _configtest.o: In function `main': | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/_configtest.c:6: undefined reference to `exp' | |
| collect2: ld returned 1 exit status | |
| failure. | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'asin' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'cos' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'log' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'fabs' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'tanh' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'atan' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'acos' [enabled by default] | |
| _configtest.c:8:5: warning: conflicting types for built-in function 'floor' [enabled by default] | |
| _configtest.c:9:5: warning: conflicting types for built-in function 'fmod' [enabled by default] | |
| _configtest.c:10:5: warning: conflicting types for built-in function 'sqrt' [enabled by default] | |
| _configtest.c:11:5: warning: conflicting types for built-in function 'cosh' [enabled by default] | |
| _configtest.c:12:5: warning: conflicting types for built-in function 'modf' [enabled by default] | |
| _configtest.c:13:5: warning: conflicting types for built-in function 'sinh' [enabled by default] | |
| _configtest.c:14:5: warning: conflicting types for built-in function 'frexp' [enabled by default] | |
| _configtest.c:15:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| _configtest.c:16:5: warning: conflicting types for built-in function 'tan' [enabled by default] | |
| _configtest.c:17:5: warning: conflicting types for built-in function 'ceil' [enabled by default] | |
| _configtest.c:18:5: warning: conflicting types for built-in function 'log10' [enabled by default] | |
| _configtest.c:19:5: warning: conflicting types for built-in function 'sin' [enabled by default] | |
| _configtest.c:20:5: warning: conflicting types for built-in function 'ldexp' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'log2' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'pow' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'exp2' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'atan2' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'rint' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'nextafter' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'trunc' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'cosf' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'coshf' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'rintf' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'fabsf' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'floorf' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'nextafterf' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'tanhf' [enabled by default] | |
| _configtest.c:8:5: warning: conflicting types for built-in function 'log10f' [enabled by default] | |
| _configtest.c:9:5: warning: conflicting types for built-in function 'logf' [enabled by default] | |
| _configtest.c:10:5: warning: conflicting types for built-in function 'sinhf' [enabled by default] | |
| _configtest.c:11:5: warning: conflicting types for built-in function 'acosf' [enabled by default] | |
| _configtest.c:12:5: warning: conflicting types for built-in function 'sqrtf' [enabled by default] | |
| _configtest.c:13:5: warning: conflicting types for built-in function 'ldexpf' [enabled by default] | |
| _configtest.c:14:5: warning: conflicting types for built-in function 'hypotf' [enabled by default] | |
| _configtest.c:15:5: warning: conflicting types for built-in function 'log2f' [enabled by default] | |
| _configtest.c:16:5: warning: conflicting types for built-in function 'exp2f' [enabled by default] | |
| _configtest.c:17:5: warning: conflicting types for built-in function 'atanf' [enabled by default] | |
| _configtest.c:18:5: warning: conflicting types for built-in function 'fmodf' [enabled by default] | |
| _configtest.c:19:5: warning: conflicting types for built-in function 'atan2f' [enabled by default] | |
| _configtest.c:20:5: warning: conflicting types for built-in function 'modff' [enabled by default] | |
| _configtest.c:21:5: warning: conflicting types for built-in function 'ceilf' [enabled by default] | |
| _configtest.c:22:5: warning: conflicting types for built-in function 'log1pf' [enabled by default] | |
| _configtest.c:23:5: warning: conflicting types for built-in function 'asinf' [enabled by default] | |
| _configtest.c:24:5: warning: conflicting types for built-in function 'copysignf' [enabled by default] | |
| _configtest.c:25:5: warning: conflicting types for built-in function 'acoshf' [enabled by default] | |
| _configtest.c:26:5: warning: conflicting types for built-in function 'sinf' [enabled by default] | |
| _configtest.c:27:5: warning: conflicting types for built-in function 'tanf' [enabled by default] | |
| _configtest.c:28:5: warning: conflicting types for built-in function 'atanhf' [enabled by default] | |
| _configtest.c:29:5: warning: conflicting types for built-in function 'truncf' [enabled by default] | |
| _configtest.c:30:5: warning: conflicting types for built-in function 'asinhf' [enabled by default] | |
| _configtest.c:31:5: warning: conflicting types for built-in function 'frexpf' [enabled by default] | |
| _configtest.c:32:5: warning: conflicting types for built-in function 'powf' [enabled by default] | |
| _configtest.c:33:5: warning: conflicting types for built-in function 'expf' [enabled by default] | |
| _configtest.c:34:5: warning: conflicting types for built-in function 'expm1f' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'tanhl' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'log10l' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'nextafterl' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'coshl' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'cosl' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'floorl' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'rintl' [enabled by default] | |
| _configtest.c:8:5: warning: conflicting types for built-in function 'fabsl' [enabled by default] | |
| _configtest.c:9:5: warning: conflicting types for built-in function 'acosl' [enabled by default] | |
| _configtest.c:10:5: warning: conflicting types for built-in function 'ldexpl' [enabled by default] | |
| _configtest.c:11:5: warning: conflicting types for built-in function 'sqrtl' [enabled by default] | |
| _configtest.c:12:5: warning: conflicting types for built-in function 'logl' [enabled by default] | |
| _configtest.c:13:5: warning: conflicting types for built-in function 'expm1l' [enabled by default] | |
| _configtest.c:14:5: warning: conflicting types for built-in function 'hypotl' [enabled by default] | |
| _configtest.c:15:5: warning: conflicting types for built-in function 'log2l' [enabled by default] | |
| _configtest.c:16:5: warning: conflicting types for built-in function 'copysignl' [enabled by default] | |
| _configtest.c:17:5: warning: conflicting types for built-in function 'exp2l' [enabled by default] | |
| _configtest.c:18:5: warning: conflicting types for built-in function 'atanl' [enabled by default] | |
| _configtest.c:19:5: warning: conflicting types for built-in function 'frexpl' [enabled by default] | |
| _configtest.c:20:5: warning: conflicting types for built-in function 'atan2l' [enabled by default] | |
| _configtest.c:21:5: warning: conflicting types for built-in function 'sinhl' [enabled by default] | |
| _configtest.c:22:5: warning: conflicting types for built-in function 'fmodl' [enabled by default] | |
| _configtest.c:23:5: warning: conflicting types for built-in function 'log1pl' [enabled by default] | |
| _configtest.c:24:5: warning: conflicting types for built-in function 'asinl' [enabled by default] | |
| _configtest.c:25:5: warning: conflicting types for built-in function 'ceill' [enabled by default] | |
| _configtest.c:26:5: warning: conflicting types for built-in function 'sinl' [enabled by default] | |
| _configtest.c:27:5: warning: conflicting types for built-in function 'acoshl' [enabled by default] | |
| _configtest.c:28:5: warning: conflicting types for built-in function 'atanhl' [enabled by default] | |
| _configtest.c:29:5: warning: conflicting types for built-in function 'tanl' [enabled by default] | |
| _configtest.c:30:5: warning: conflicting types for built-in function 'truncl' [enabled by default] | |
| _configtest.c:31:5: warning: conflicting types for built-in function 'powl' [enabled by default] | |
| _configtest.c:32:5: warning: conflicting types for built-in function 'expl' [enabled by default] | |
| _configtest.c:33:5: warning: conflicting types for built-in function 'modfl' [enabled by default] | |
| _configtest.c:34:5: warning: conflicting types for built-in function 'asinhl' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:8:12: error: 'HAVE_DECL_SIGNBIT' undeclared (first use in this function) | |
| _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:8:12: error: 'HAVE_DECL_SIGNBIT' undeclared (first use in this function) | |
| _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in | |
| failure. | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:5:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'cexp' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'clog' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'ccos' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'cimag' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'cabs' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'cpow' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'csqrt' [enabled by default] | |
| _configtest.c:8:5: warning: conflicting types for built-in function 'carg' [enabled by default] | |
| _configtest.c:9:5: warning: conflicting types for built-in function 'creal' [enabled by default] | |
| _configtest.c:10:5: warning: conflicting types for built-in function 'csin' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'ccosf' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'cargf' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'csqrtf' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'cpowf' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'cexpf' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'crealf' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'csinf' [enabled by default] | |
| _configtest.c:8:5: warning: conflicting types for built-in function 'cabsf' [enabled by default] | |
| _configtest.c:9:5: warning: conflicting types for built-in function 'clogf' [enabled by default] | |
| _configtest.c:10:5: warning: conflicting types for built-in function 'cimagf' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'csqrtl' [enabled by default] | |
| _configtest.c:2:5: warning: conflicting types for built-in function 'cargl' [enabled by default] | |
| _configtest.c:3:5: warning: conflicting types for built-in function 'cexpl' [enabled by default] | |
| _configtest.c:4:5: warning: conflicting types for built-in function 'ccosl' [enabled by default] | |
| _configtest.c:5:5: warning: conflicting types for built-in function 'cpowl' [enabled by default] | |
| _configtest.c:6:5: warning: conflicting types for built-in function 'cimagl' [enabled by default] | |
| _configtest.c:7:5: warning: conflicting types for built-in function 'csinl' [enabled by default] | |
| _configtest.c:8:5: warning: conflicting types for built-in function 'creall' [enabled by default] | |
| _configtest.c:9:5: warning: conflicting types for built-in function 'clogl' [enabled by default] | |
| _configtest.c:10:5: warning: conflicting types for built-in function 'cabsl' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| removing: _configtest.c _configtest.o | |
| ('File:', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h') | |
| #define HAVE_ENDIAN_H 1 | |
| #define SIZEOF_PY_INTPTR_T 8 | |
| #define SIZEOF_PY_LONG_LONG 8 | |
| #define MATHLIB m | |
| #define HAVE_SIN 1 | |
| #define HAVE_COS 1 | |
| #define HAVE_TAN 1 | |
| #define HAVE_SINH 1 | |
| #define HAVE_COSH 1 | |
| #define HAVE_TANH 1 | |
| #define HAVE_FABS 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_SQRT 1 | |
| #define HAVE_LOG10 1 | |
| #define HAVE_LOG 1 | |
| #define HAVE_EXP 1 | |
| #define HAVE_ASIN 1 | |
| #define HAVE_ACOS 1 | |
| #define HAVE_ATAN 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_MODF 1 | |
| #define HAVE_FREXP 1 | |
| #define HAVE_LDEXP 1 | |
| #define HAVE_RINT 1 | |
| #define HAVE_TRUNC 1 | |
| #define HAVE_EXP2 1 | |
| #define HAVE_LOG2 1 | |
| #define HAVE_ATAN2 1 | |
| #define HAVE_POW 1 | |
| #define HAVE_NEXTAFTER 1 | |
| #define HAVE_SINF 1 | |
| #define HAVE_COSF 1 | |
| #define HAVE_TANF 1 | |
| #define HAVE_SINHF 1 | |
| #define HAVE_COSHF 1 | |
| #define HAVE_TANHF 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_CEILF 1 | |
| #define HAVE_RINTF 1 | |
| #define HAVE_TRUNCF 1 | |
| #define HAVE_SQRTF 1 | |
| #define HAVE_LOG10F 1 | |
| #define HAVE_LOGF 1 | |
| #define HAVE_LOG1PF 1 | |
| #define HAVE_EXPF 1 | |
| #define HAVE_EXPM1F 1 | |
| #define HAVE_ASINF 1 | |
| #define HAVE_ACOSF 1 | |
| #define HAVE_ATANF 1 | |
| #define HAVE_ASINHF 1 | |
| #define HAVE_ACOSHF 1 | |
| #define HAVE_ATANHF 1 | |
| #define HAVE_HYPOTF 1 | |
| #define HAVE_ATAN2F 1 | |
| #define HAVE_POWF 1 | |
| #define HAVE_FMODF 1 | |
| #define HAVE_MODFF 1 | |
| #define HAVE_FREXPF 1 | |
| #define HAVE_LDEXPF 1 | |
| #define HAVE_EXP2F 1 | |
| #define HAVE_LOG2F 1 | |
| #define HAVE_COPYSIGNF 1 | |
| #define HAVE_NEXTAFTERF 1 | |
| #define HAVE_SINL 1 | |
| #define HAVE_COSL 1 | |
| #define HAVE_TANL 1 | |
| #define HAVE_SINHL 1 | |
| #define HAVE_COSHL 1 | |
| #define HAVE_TANHL 1 | |
| #define HAVE_FABSL 1 | |
| #define HAVE_FLOORL 1 | |
| #define HAVE_CEILL 1 | |
| #define HAVE_RINTL 1 | |
| #define HAVE_TRUNCL 1 | |
| #define HAVE_SQRTL 1 | |
| #define HAVE_LOG10L 1 | |
| #define HAVE_LOGL 1 | |
| #define HAVE_LOG1PL 1 | |
| #define HAVE_EXPL 1 | |
| #define HAVE_EXPM1L 1 | |
| #define HAVE_ASINL 1 | |
| #define HAVE_ACOSL 1 | |
| #define HAVE_ATANL 1 | |
| #define HAVE_ASINHL 1 | |
| #define HAVE_ACOSHL 1 | |
| #define HAVE_ATANHL 1 | |
| #define HAVE_HYPOTL 1 | |
| #define HAVE_ATAN2L 1 | |
| #define HAVE_POWL 1 | |
| #define HAVE_FMODL 1 | |
| #define HAVE_MODFL 1 | |
| #define HAVE_FREXPL 1 | |
| #define HAVE_LDEXPL 1 | |
| #define HAVE_EXP2L 1 | |
| #define HAVE_LOG2L 1 | |
| #define HAVE_COPYSIGNL 1 | |
| #define HAVE_NEXTAFTERL 1 | |
| #define HAVE_DECL_SIGNBIT | |
| #define HAVE_COMPLEX_H 1 | |
| #define HAVE_CREAL 1 | |
| #define HAVE_CIMAG 1 | |
| #define HAVE_CABS 1 | |
| #define HAVE_CARG 1 | |
| #define HAVE_CEXP 1 | |
| #define HAVE_CSQRT 1 | |
| #define HAVE_CLOG 1 | |
| #define HAVE_CCOS 1 | |
| #define HAVE_CSIN 1 | |
| #define HAVE_CPOW 1 | |
| #define HAVE_CREALF 1 | |
| #define HAVE_CIMAGF 1 | |
| #define HAVE_CABSF 1 | |
| #define HAVE_CARGF 1 | |
| #define HAVE_CEXPF 1 | |
| #define HAVE_CSQRTF 1 | |
| #define HAVE_CLOGF 1 | |
| #define HAVE_CCOSF 1 | |
| #define HAVE_CSINF 1 | |
| #define HAVE_CPOWF 1 | |
| #define HAVE_CREALL 1 | |
| #define HAVE_CIMAGL 1 | |
| #define HAVE_CABSL 1 | |
| #define HAVE_CARGL 1 | |
| #define HAVE_CEXPL 1 | |
| #define HAVE_CSQRTL 1 | |
| #define HAVE_CLOGL 1 | |
| #define HAVE_CCOSL 1 | |
| #define HAVE_CSINL 1 | |
| #define HAVE_CPOWL 1 | |
| #define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1 | |
| #ifndef __cplusplus | |
| /* #undef inline */ | |
| #endif | |
| #ifndef _NPY_NPY_CONFIG_H_ | |
| #error config.h should never be included directly, include npy_config.h instead | |
| #endif | |
| EOF | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
| Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| gcc -pthread _configtest.o -o _configtest | |
| _configtest.o: In function `main': | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/_configtest.c:6: undefined reference to `exp' | |
| collect2: ld returned 1 exit status | |
| _configtest.o: In function `main': | |
| /opt/stack/ceilometer/.tox/py27/build/numpy/_configtest.c:6: undefined reference to `exp' | |
| collect2: ld returned 1 exit status | |
| failure. | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default] | |
| gcc -pthread _configtest.o -lm -o _configtest | |
| success! | |
| removing: _configtest.c _configtest.o _configtest | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:4:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| _configtest.c:3:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| _configtest.c: In function 'main': | |
| _configtest.c:5:18: warning: extra tokens at end of #ifndef directive [enabled by default] | |
| _configtest.c:8:1: warning: control reaches end of non-void function [-Wreturn-type] | |
| success! | |
| removing: _configtest.c _configtest.o | |
| File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h | |
| #define NPY_HAVE_ENDIAN_H 1 | |
| #define NPY_SIZEOF_SHORT SIZEOF_SHORT | |
| #define NPY_SIZEOF_INT SIZEOF_INT | |
| #define NPY_SIZEOF_LONG SIZEOF_LONG | |
| #define NPY_SIZEOF_FLOAT 4 | |
| #define NPY_SIZEOF_COMPLEX_FLOAT 8 | |
| #define NPY_SIZEOF_DOUBLE 8 | |
| #define NPY_SIZEOF_COMPLEX_DOUBLE 16 | |
| #define NPY_SIZEOF_LONGDOUBLE 16 | |
| #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32 | |
| #define NPY_SIZEOF_PY_INTPTR_T 8 | |
| #define NPY_SIZEOF_PY_LONG_LONG 8 | |
| #define NPY_SIZEOF_LONGLONG 8 | |
| #define NPY_NO_SMP 0 | |
| #define NPY_HAVE_DECL_ISNAN | |
| #define NPY_HAVE_DECL_ISINF | |
| #define NPY_HAVE_DECL_ISFINITE | |
| #define NPY_HAVE_DECL_SIGNBIT | |
| #define NPY_USE_C99_COMPLEX 1 | |
| #define NPY_HAVE_COMPLEX_DOUBLE 1 | |
| #define NPY_HAVE_COMPLEX_FLOAT 1 | |
| #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 | |
| #define NPY_USE_C99_FORMATS 1 | |
| #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) | |
| #define NPY_ABI_VERSION 0x01000009 | |
| #define NPY_API_VERSION 0x00000007 | |
| #ifndef __STDC_FORMAT_MACROS | |
| #define __STDC_FORMAT_MACROS 1 | |
| #endif | |
| EOF | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
| executing numpy/core/code_generators/generate_numpy_api.py | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
| numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] | |
| building extension "numpy.core.multiarray" sources | |
| non-existing path in 'numpy/core': 'build/src.linux-x86_64-2.7/numpy/core/src/multiarray' | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
| executing numpy/core/code_generators/generate_numpy_api.py | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
| numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h'] | |
| building extension "numpy.core.umath" sources | |
| non-existing path in 'numpy/core': 'build/src.linux-x86_64-2.7/numpy/core/src/umath' | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
| executing numpy/core/code_generators/generate_ufunc_api.py | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs. | |
| numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h'] | |
| building extension "numpy.core.scalarmath" sources | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources. | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. | |
| executing numpy/core/code_generators/generate_numpy_api.py | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. | |
| executing numpy/core/code_generators/generate_ufunc_api.py | |
| adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.c | |
| numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h'] | |
| building extension "numpy.core._dotblas" sources | |
| building extension "numpy.core.umath_tests" sources | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c | |
| building extension "numpy.core.multiarray_tests" sources | |
| conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c | |
| building extension "numpy.lib._compiled_base" sources | |
| building extension "numpy.numarray._capi" sources | |
| building extension "numpy.fft.fftpack_lite" sources | |
| building extension "numpy.linalg.lapack_lite" sources | |
| ### Warning: Using unoptimized lapack ### | |
| adding 'numpy/linalg/lapack_litemodule.c' to sources. | |
| adding 'numpy/linalg/python_xerbla.c' to sources. | |
| adding 'numpy/linalg/zlapack_lite.c' to sources. | |
| adding 'numpy/linalg/dlapack_lite.c' to sources. | |
| adding 'numpy/linalg/blas_lite.c' to sources. | |
| adding 'numpy/linalg/dlamch.c' to sources. | |
| adding 'numpy/linalg/f2c_lite.c' to sources. | |
| building extension "numpy.random.mtrand" sources | |
| C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC | |
| compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/usr/include/python2.7 -c' | |
| gcc: _configtest.c | |
| gcc -pthread _configtest.o -o _configtest | |
| _configtest | |
| failure. | |
| removing: _configtest.c _configtest.o _configtest | |
| building data_files sources | |
| build_src: building npy-pkg config files | |
| Downloading/unpacking jsonpointer>=1.0 (from jsonpatch>=0.10,<2->warlock>=0.7.0,<2->python-glanceclient->-r /opt/stack/ceilometer/requirements.txt (line 16)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fj%2Fjsonpointer%2Fjsonpointer-1.0.tar.gz | |
| Running setup.py egg_info for package jsonpointer | |
| Downloading/unpacking cmd2>=0.6.4 (from cliff>=1.4->python-quantumclient>=2.2.0,<3.0.0->nova->-r /opt/stack/ceilometer/test-requirements.txt (line 11)) | |
| Using download cache from /opt/stack/ceilometer/.tox/_download/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcmd2%2Fcmd2-0.6.5.1.tar.gz | |
| Running setup.py egg_info for package cmd2 | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3' | |
| warnings.warn(msg) | |
| Installing collected packages: d2to1, pbr, WebOb, kombu, iso8601, SQLAlchemy, sqlalchemy-migrate, pymongo, eventlet, anyjson, Flask, pecan, stevedore, msgpack-python, python-glanceclient, python-novaclient, python-keystoneclient, python-ceilometerclient, python-swiftclient, lxml, requests, wsme, pyyaml, oslo.config, happybase, coverage, discover, httplib2, mock, mox, fixtures, Babel, Ming, nova, swift, netifaces, sphinx, sphinxcontrib-pecanwsme, docutils, oslo.sphinx, python-spidermonkey, python-subunit, testrepository, testtools, testscenarios, setuptools-git, amqp, decorator, Tempita, greenlet, Werkzeug, Jinja2, simplegeneric, Mako, WebTest, six, prettytable, pyOpenSSL, warlock, simplejson, thrift, FormEncode, Cheetah, amqplib, boto, routes, PasteDeploy, paste, netaddr, suds, paramiko, pyasn1, python-cinderclient, python-quantumclient, websockify, pyparsing, dnspython, xattr, Pygments, sphinxcontrib-httpdomain, extras, python-mimeparse, markupsafe, waitress, beautifulsoup4, jsonschema, jsonpatch, Markdown, repoze.lru, pycrypto, cliff, numpy, jsonpointer, cmd2 | |
| Running setup.py install for d2to1 | |
| [d2to1] running patched manifest_maker command with extra_files support | |
| Running setup.py install for pbr | |
| 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 | |
| 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 kombu | |
| Running setup.py install for iso8601 | |
| Running setup.py install for SQLAlchemy | |
| building 'sqlalchemy.cprocessors' extension | |
| 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 | |
| gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro 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 | |
| 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 | |
| gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro 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 sqlalchemy-migrate | |
| warning: no files found matching '*' under directory 'tests' | |
| warning: no previously-included files matching '*pyc' found anywhere in distribution | |
| warning: no previously-included files found matching '.hgtags' | |
| warning: no previously-included files matching '*' found under directory 'docs/_build' | |
| Installing migrate script to /opt/stack/ceilometer/.tox/py27/bin | |
| Installing migrate-repository script to /opt/stack/ceilometer/.tox/py27/bin | |
| Running setup.py install for pymongo | |
| building 'bson._cbson' extension | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/_cbsonmodule.c -o build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/time64.c -o build/temp.linux-x86_64-2.7/bson/time64.o | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/encoding_helpers.c -o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o | |
| gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o build/temp.linux-x86_64-2.7/bson/time64.o build/temp.linux-x86_64-2.7/bson/buffer.o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o -o build/lib.linux-x86_64-2.7/bson/_cbson.so | |
| building 'pymongo._cmessage' extension | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c pymongo/_cmessagemodule.c -o build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o | |
| gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o build/temp.linux-x86_64-2.7/bson/buffer.o -o build/lib.linux-x86_64-2.7/pymongo/_cmessage.so | |
| Running setup.py install for eventlet | |
| Running setup.py install for anyjson | |
| Running setup.py install for Flask | |
| warning: no files found matching '*' under directory 'tests' | |
| 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 'tests' | |
| warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
| warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
| warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
| no previously-included directories found matching 'docs/_build' | |
| no previously-included directories found matching 'docs/_themes/.git' | |
| Running setup.py install for pecan | |
| changing mode of build/scripts-2.7/pecan from 664 to 775 | |
| changing mode of /opt/stack/ceilometer/.tox/py27/bin/pecan to 775 | |
| Installing pecan script to /opt/stack/ceilometer/.tox/py27/bin | |
| Installing gunicorn_pecan script to /opt/stack/ceilometer/.tox/py27/bin | |
| Running setup.py install for stevedore | |
| 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' | |
| Running setup.py install for msgpack-python | |
| building 'msgpack._packer' extension | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_packer.cpp -o build/temp.linux-x86_64-2.7/msgpack/_packer.o | |
| gcc: error trying to exec 'cc1plus': execvp: No such file or directory | |
| WARNING: Failed to compile extensiom modules. | |
| msgpack uses fallback pure python implementation. | |
| command 'gcc' failed with exit status 1 | |
| building 'msgpack._unpacker' extension | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -D__LITTLE_ENDIAN__=1 -I. -I/usr/include/python2.7 -c msgpack/_unpacker.cpp -o build/temp.linux-x86_64-2.7/msgpack/_unpacker.o | |
| gcc: error trying to exec 'cc1plus': execvp: No such file or directory | |
| WARNING: Failed to compile extensiom modules. | |
| msgpack uses fallback pure python implementation. | |
| command 'gcc' failed with exit status 1 | |
| Running setup.py install for python-glanceclient | |
| warning: no previously-included files found matching '.gitignore' | |
| warning: no previously-included files found matching '.gitreview' | |
| Installing glance script to /opt/stack/ceilometer/.tox/py27/bin | |
| Running setup.py install for python-novaclient | |
| warning: no previously-included files found matching '.gitignore' | |
| warning: no previously-included files found matching '.gitreview' | |
| Installing nova script to /opt/stack/ceilometer/.tox/py27/bin | |
| Running setup.py install for python-keystoneclient | |
| Installing keystone script to /opt/stack/ceilometer/.tox/py27/bin | |
| Running setup.py install for python-ceilometerclient | |
| Installing ceilometer script to /opt/stack/ceilometer/.tox/py27/bin | |
| Running setup.py install for python-swiftclient | |
| warning: no files found matching '*' under directory 'tools' | |
| changing mode of build/scripts-2.7/swift from 664 to 775 | |
| changing mode of /opt/stack/ceilometer/.tox/py27/bin/swift to 775 | |
| Running setup.py install for lxml | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' | |
| warnings.warn(msg) | |
| Building lxml version 3.2.1. | |
| Building without Cython. | |
| ERROR: /bin/sh: 1: xslt-config: not found | |
| ** make sure the development packages of libxml2 and libxslt are installed ** | |
| Using build configuration of libxslt | |
| building 'lxml.etree' extension | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/opt/stack/ceilometer/.tox/py27/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 | |
| In file included from src/lxml/lxml.etree.c:314:0: | |
| /opt/stack/ceilometer/.tox/py27/build/lxml/src/lxml/includes/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory | |
| compilation terminated. | |
| error: command 'gcc' failed with exit status 1 | |
| Complete output from command /opt/stack/ceilometer/.tox/py27/bin/python2.7 -c "import setuptools;__file__='/opt/stack/ceilometer/.tox/py27/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-e1CGmX-record/install-record.txt --single-version-externally-managed --install-headers /opt/stack/ceilometer/.tox/py27/include/site/python2.7: | |
| /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url' | |
| warnings.warn(msg) | |
| Building lxml version 3.2.1. | |
| Building without Cython. | |
| ERROR: /bin/sh: 1: xslt-config: not found | |
| ** make sure the development packages of libxml2 and libxslt are installed ** | |
| Using build configuration of libxslt | |
| running install | |
| running build | |
| running build_py | |
| creating build | |
| creating build/lib.linux-x86_64-2.7 | |
| creating build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/cssselect.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/sax.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/__init__.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/builder.py -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-2.7/lxml | |
| creating build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-2.7/lxml/includes | |
| creating build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/diff.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/clean.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/builder.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| copying src/lxml/html/defs.py -> build/lib.linux-x86_64-2.7/lxml/html | |
| creating build/lib.linux-x86_64-2.7/lxml/isoschematron | |
| copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-2.7/lxml/isoschematron | |
| copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-2.7/lxml | |
| copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes | |
| copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-2.7/lxml/includes | |
| creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources | |
| creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng | |
| copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng | |
| creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl | |
| copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl | |
| copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl | |
| creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 | |
| running build_ext | |
| building 'lxml.etree' extension | |
| creating build/temp.linux-x86_64-2.7 | |
| creating build/temp.linux-x86_64-2.7/src | |
| creating build/temp.linux-x86_64-2.7/src/lxml | |
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/opt/stack/ceilometer/.tox/py27/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 | |
| In file included from src/lxml/lxml.etree.c:314:0: | |
| /opt/stack/ceilometer/.tox/py27/build/lxml/src/lxml/includes/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory | |
| compilation terminated. | |
| error: command 'gcc' failed with exit status 1 | |
| ---------------------------------------- | |
| Command /opt/stack/ceilometer/.tox/py27/bin/python2.7 -c "import setuptools;__file__='/opt/stack/ceilometer/.tox/py27/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-e1CGmX-record/install-record.txt --single-version-externally-managed --install-headers /opt/stack/ceilometer/.tox/py27/include/site/python2.7 failed with error code 1 in /opt/stack/ceilometer/.tox/py27/build/lxml | |
| Storing complete log in /tmp/tmp_CAf2U | |
| ERROR: could not install deps [-r/opt/stack/ceilometer/requirements.txt, -r/opt/stack/ceilometer/test-requirements.txt] | |
| ___________________________________ summary ____________________________________ | |
| ERROR: py27: could not install deps [-r/opt/stack/ceilometer/requirements.txt, -r/opt/stack/ceilometer/test-requirements.txt] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment