warning: no previously-included files found matching 'ci/appveyor.token'
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'tests/eggsrc/build'
no previously-included directories found matching 'tests/eggsrc/dist'
no previously-included directories found matching 'tests/eggsrc/*.egg-info'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: no files found matching '*.txt'
no previously-included directories found matching 'build'
no previously-included directories found matching 'dist'
no previously-included directories found matching '.git*'
warning: no files found matching 'README.md'
warning: no files found matching 'SUPPORT'
Running setup.py install for f5-openstack-test
Running setup.py install for coverage
building 'coverage.tracer' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c coverage/ctracer/datastack.c -o build/temp.linux-x86_64-2.7/coverage/ctracer/datastack.o
In file included from coverage/ctracer/datastack.c:4:0:
coverage/ctracer/util.h:7:20: fatal error: Python.h: No such file or directory
include
^
compilation terminated.
**
** Couldn't install with extension module, trying without it...
** BuildFailed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
**
warning: no previously-included files found matching 'ci/appveyor.token'
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'tests/eggsrc/build'
no previously-included directories found matching 'tests/eggsrc/dist'
no previously-included directories found matching 'tests/eggsrc/*.egg-info'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
Installing coverage2 script to /usr/local/bin
Installing coverage-2.7 script to /usr/local/bin
Installing coverage script to /usr/local/bin
Found existing installation: requests 2.2.1
Not uninstalling requests at /usr/lib/python2.7/dist-packages, owned by OS
Running setup.py install for simplejson
building 'simplejson._speedups' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o
simplejson/_speedups.c:2:20: fatal error: Python.h: No such file or directory
include "Python.h"
^
compilation terminated.
***************************************************************************
WARNING: The C extension could not be compiled, speedups are not enabled.
Failure information, if any, is above.
I'm retrying the build without the C extension now.
***************************************************************************
***************************************************************************
WARNING: The C extension could not be compiled, speedups are not enabled.
Plain-Python installation succeeded.
***************************************************************************
Running setup.py install for PrettyTable
Running setup.py install for PyYAML
checking if libyaml is compilable
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o
build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory
include
^
compilation terminated.
libyaml is not found or a compiler error: forcing --without-libyaml
(if libyaml is installed correctly, you may need to
specify the option --include-dirs or uncomment and
modify the parameter include_dirs in setup.cfg)
Running setup.py install for warlock
Running setup.py install for MarkupSafe
building 'markupsafe._speedups' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o
markupsafe/_speedups.c:12:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
==========================================================================
WARNING: The C extension could not be compiled, speedups are not enabled.
Failure information, if any, is above.
Retrying the build without the C extension now.
==========================================================================
WARNING: The C extension could not be compiled, speedups are not enabled.
Plain-Python installation succeeded.
==========================================================================
Running setup.py install for netifaces
checking for getifaddrs...found.
checking for getnameinfo...found.
checking for IPv6 socket IOCTLs...not found.
checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h.
checking whether struct sockaddr has a length field...no.
checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc.
checking for routing socket support...no.
checking for sysctl(CTL_NET...) support...no.
checking for netlink support...yes.
will use netlink to read routing table
building 'netifaces' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DNETIFACES_VERSION=0.10.5 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_ASH=1 -DHAVE_SOCKADDR_EC=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_DN=1 -DHAVE_SOCKADDR_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/usr/include/python2.7 -c netifaces.c -o build/temp.linux-x86_64-2.7/netifaces.o
netifaces.c:1:20: fatal error: Python.h: No such file or directory
14.0.4 Ubuntu, requirement installation failed. Detailed log below:
root@ubuntu-image-server:~# pip install -r requirements.func.test.txt Downloading/unpacking git+https://github.com/F5Networks/f5-openstack-test.git@liberty (from -r requirements.func.test.txt (line 2)) Cloning https://github.com/F5Networks/f5-openstack-test.git (to liberty) to /tmp/pip-B_U_mL-build Running setup.py (path:/tmp/pip-B_U_mL-build/setup.py) egg_info for package from git+https://github.com/F5Networks/f5-openstack-test.git@liberty
Downloading/unpacking pytest-cov (from -r requirements.func.test.txt (line 3)) Downloading pytest_cov-2.5.1-py2.py3-none-any.whl Downloading/unpacking Sphinx==1.3.5 (from -r requirements.func.test.txt (line 4)) Downloading Sphinx-1.3.5-py2.py3-none-any.whl (1.5MB): 1.5MB downloaded Downloading/unpacking pytest==2.9.1 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading pytest-2.9.1-py2.py3-none-any.whl (161kB): 161kB downloaded Downloading/unpacking f5-sdk==2.3.2 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading f5-sdk-2.3.2.tar.gz (111kB): 111kB downloaded Running setup.py (path:/tmp/pip_build_root/f5-sdk/setup.py) egg_info for package f5-sdk ('install_requires', ['six>=1.9.0', 'six<2.0.0', 'f5-icontrol-rest>=1.3.0', 'f5-icontrol-rest<2.0.0'])
Downloading/unpacking python-neutronclient==3.1.1 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 1% 4.1 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 3% 8.2 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 5% 12k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 7% 16k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 8% 20k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 10% 24k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 12% 28k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 14% 32k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 16% 36k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 17% 40k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 19% 45k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 21% 49k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 23% 53k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 24% 57k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 26% 61k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 28% 65k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 30% 69k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 32% 73k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 33% 77k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 35% 81k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 37% 86k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 39% 90k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 41% 94k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 42% 98k Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 44% 102 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 46% 106 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 48% 110 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 49% 114 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 51% 118 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 53% 122 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 55% 126 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 57% 131 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 58% 135 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 60% 139 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 62% 143 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 64% 147 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 66% 151 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 67% 155 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 69% 159 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 71% 163 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 73% 167 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 74% 172 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 76% 176 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 78% 180 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 80% 184 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 82% 188 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 83% 192 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 85% 196 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 87% 200 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 89% 204 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 91% 208 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 92% 212 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 94% 217 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 96% 221 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 98% 225 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 99% 229 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 100% 229 Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): Downloading python_neutronclient-3.1.1-py2.py3-none-any.whl (229kB): 229kB downloaded Downloading/unpacking python-keystoneclient==1.7.2 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 0% 4. Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 1% 8. Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 2% 12 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 3% 16 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 4% 20 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 5% 24 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 6% 28 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 7% 32 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 8% 36 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 9% 40 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 10% 45 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 11% 49 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 12% 53 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 13% 57 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 14% 61 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 15% 65 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 16% 69 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 17% 73 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 18% 77 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 19% 81 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 19% 86 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 20% 90 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 21% 94 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 22% 98 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 23% 10 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 24% 10 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 25% 11 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 26% 11 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 27% 11 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 28% 12 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 29% 12 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 30% 13 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 31% 13 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 32% 13 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 33% 14 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 34% 14 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 35% 15 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 36% 15 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 37% 15 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 38% 16 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 38% 16 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 39% 17 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 40% 17 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 41% 18 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 42% 18 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 43% 18 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 44% 19 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 45% 19 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 46% 20 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 47% 20 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 48% 20 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 49% 21 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 50% 21 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 51% 22 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 52% 22 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 53% 22 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 54% 23 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 55% 23 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 56% 24 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 57% 24 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 58% 24 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 58% 25 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 59% 25 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 60% 26 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 61% 26 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 62% 27 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 63% 27 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 64% 27 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 65% 28 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 66% 28 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 67% 29 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 68% 29 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 69% 29 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 70% 30 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 71% 30 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 72% 31 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 73% 31 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 74% 31 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 75% 32 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 76% 32 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 77% 33 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 77% 33 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 78% 33 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 79% 34 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 80% 34 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 81% 35 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 82% 35 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 83% 36 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 84% 36 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 85% 36 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 86% 37 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 87% 37 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 88% 38 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 89% 38 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 90% 38 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 91% 39 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 92% 39 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 93% 40 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 94% 40 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 95% 40 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 96% 41 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 97% 41 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 97% 42 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 98% 42 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 99% 43 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 100% 43 Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): Downloading python_keystoneclient-1.7.2-py2.py3-none-any.whl (430kB): 430kB downloaded Downloading/unpacking python-heatclient==0.8.0 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading python_heatclient-0.8.0-py2.py3-none-any.whl (139kB): 139kB downloaded Downloading/unpacking python-glanceclient==1.2.0 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 2% 4.1k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 4% 8.2k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 6% 12kB Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 58% 102k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 60% 106k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 62% 110k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 64% 114k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 67% 118k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 69% 122k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 71% 126k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 74% 131k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 76% 135k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 78% 139k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 81% 143k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 83% 147k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 85% 151k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 88% 155k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 90% 159k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 92% 163k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 95% 167k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 97% 172k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 99% 176k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 100% 176k Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): Downloading python_glanceclient-1.2.0-py2.py3-none-any.whl (176kB): 176kB downloaded Downloading/unpacking iso8601==0.1.11 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading iso8601-0.1.11-py2.py3-none-any.whl Downloading/unpacking pytz==2015.7 (from f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading pytz-2015.7-py2.py3-none-any.whl (476kB): 476kB downloaded Downloading/unpacking coverage>=3.7.1 (from pytest-cov->-r requirements.func.test.txt (line 3)) Downloading coverage-4.4.1.tar.gz (369kB): 369kB downloaded Running setup.py (path:/tmp/pip_build_root/coverage/setup.py) egg_info for package coverage
Downloading/unpacking babel>=1.3,!=2.0 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading Babel-2.4.0-py2.py3-none-any.whl (6.8MB): 6.8MB downloaded Downloading/unpacking Jinja2>=2.3 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading Jinja2-2.9.6-py2.py3-none-any.whl (340kB): 340kB downloaded Downloading/unpacking alabaster>=0.7,<0.8 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading alabaster-0.7.10-py2.py3-none-any.whl Downloading/unpacking sphinx-rtd-theme>=0.1,<2.0 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl (1.4MB): 1.4MB downloaded Requirement already satisfied (use --upgrade to upgrade): six>=1.4 in /usr/lib/python2.7/dist-packages (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading/unpacking Pygments>=2.0 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB): 841kB downloaded Downloading/unpacking snowballstemmer>=1.1 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB): 64kB downloaded Downloading/unpacking docutils>=0.11 (from Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading docutils-0.13.1-py2-none-any.whl (537kB): 537kB downloaded Downloading/unpacking py>=1.4.29 (from pytest==2.9.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading py-1.4.33-py2.py3-none-any.whl (83kB): 83kB downloaded Downloading/unpacking f5-icontrol-rest>=1.3.0 (from f5-sdk==2.3.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading f5-icontrol-rest-1.3.0.tar.gz Running setup.py (path:/tmp/pip_build_root/f5-icontrol-rest/setup.py) egg_info for package f5-icontrol-rest
Downloading/unpacking oslo.utils>=2.0.0,!=2.6.0 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading oslo.utils-3.25.1-py2.py3-none-any.whl (97kB): 97kB downloaded Downloading/unpacking netaddr>=0.7.12,!=0.7.16 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading netaddr-0.7.19-py2.py3-none-any.whl (1.6MB): 1.6MB downloaded Downloading/unpacking cliff>=1.14.0 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading cliff-2.7.0-py2-none-any.whl (63kB): 63kB downloaded Downloading/unpacking oslo.serialization>=1.4.0 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading oslo.serialization-2.18.0-py2.py3-none-any.whl Downloading/unpacking requests>=2.5.2,!=2.8.0 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading requests-2.14.2-py2.py3-none-any.whl (560kB): 560kB downloaded Downloading/unpacking oslo.i18n>=1.5.0 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading oslo.i18n-3.15.1-py2.py3-none-any.whl (42kB): 42kB downloaded Downloading/unpacking simplejson>=2.2.0 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading simplejson-3.10.0.tar.gz (77kB): 77kB downloaded Running setup.py (path:/tmp/pip_build_root/simplejson/setup.py) egg_info for package simplejson
Downloading/unpacking pbr>=1.6 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading pbr-3.0.1-py2.py3-none-any.whl (99kB): 99kB downloaded Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading/unpacking stevedore>=1.5.0 (from python-keystoneclient==1.7.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading stevedore-1.21.0-py2.py3-none-any.whl Downloading/unpacking oslo.config>=2.3.0 (from python-keystoneclient==1.7.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading oslo.config-4.1.1-py2.py3-none-any.whl (103kB): 103kB downloaded Downloading/unpacking debtcollector>=0.3.0 (from python-keystoneclient==1.7.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading debtcollector-1.13.0-py2.py3-none-any.whl Downloading/unpacking PrettyTable>=0.7,<0.8 (from python-keystoneclient==1.7.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading prettytable-0.7.2.zip Running setup.py (path:/tmp/pip_build_root/PrettyTable/setup.py) egg_info for package PrettyTable
Downloading/unpacking python-swiftclient>=2.2.0 (from python-heatclient==0.8.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading python_swiftclient-3.3.0-py2.py3-none-any.whl (72kB): 72kB downloaded Downloading/unpacking PyYAML>=3.1.0 (from python-heatclient==0.8.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading PyYAML-3.12.tar.gz (253kB): 253kB downloaded Running setup.py (path:/tmp/pip_build_root/PyYAML/setup.py) egg_info for package PyYAML
Downloading/unpacking warlock>=1.0.1,<2 (from python-glanceclient==1.2.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading warlock-1.3.0.tar.gz Running setup.py (path:/tmp/pip_build_root/warlock/setup.py) egg_info for package warlock
Downloading/unpacking MarkupSafe>=0.23 (from Jinja2>=2.3->Sphinx==1.3.5->-r requirements.func.test.txt (line 4)) Downloading MarkupSafe-1.0.tar.gz Running setup.py (path:/tmp/pip_build_root/MarkupSafe/setup.py) egg_info for package MarkupSafe
Downloading/unpacking monotonic>=0.6 (from oslo.utils>=2.0.0,!=2.6.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading monotonic-1.3-py2.py3-none-any.whl Downloading/unpacking funcsigs>=0.4 (from oslo.utils>=2.0.0,!=2.6.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading funcsigs-1.0.2-py2.py3-none-any.whl Downloading/unpacking pyparsing>=2.1.0 (from oslo.utils>=2.0.0,!=2.6.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56kB): 56kB downloaded Downloading/unpacking netifaces>=0.10.4 (from oslo.utils>=2.0.0,!=2.6.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading netifaces-0.10.5.tar.gz Running setup.py (path:/tmp/pip_build_root/netifaces/setup.py) egg_info for package netifaces
Downloading/unpacking unicodecsv>=0.8.0 (from cliff>=1.14.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading unicodecsv-0.14.1.tar.gz Running setup.py (path:/tmp/pip_build_root/unicodecsv/setup.py) egg_info for package unicodecsv
Downloading/unpacking cmd2>=0.6.7 (from cliff>=1.14.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading cmd2-0.7.0.tar.gz (371kB): 371kB downloaded Running setup.py (path:/tmp/pip_build_root/cmd2/setup.py) egg_info for package cmd2 /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'docs_require' warnings.warn(msg)
Downloading/unpacking msgpack-python>=0.4.0 (from oslo.serialization>=1.4.0->python-neutronclient==3.1.1->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading msgpack-python-0.4.8.tar.gz (113kB): 113kB downloaded Running setup.py (path:/tmp/pip_build_root/msgpack-python/setup.py) egg_info for package msgpack-python
Downloading/unpacking rfc3986>=0.3.1 (from oslo.config>=2.3.0->python-keystoneclient==1.7.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading rfc3986-1.0.0-py2.py3-none-any.whl Downloading/unpacking wrapt>=1.7.0 (from debtcollector>=0.3.0->python-keystoneclient==1.7.2->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading wrapt-1.10.10.tar.gz Running setup.py (path:/tmp/pip_build_root/wrapt/setup.py) egg_info for package wrapt
Downloading/unpacking futures>=3.0 (from python-swiftclient>=2.2.0->python-heatclient==0.8.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading futures-3.1.1-py2-none-any.whl Downloading/unpacking jsonschema>=0.7,<3 (from warlock>=1.0.1,<2->python-glanceclient==1.2.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading jsonschema-2.6.0-py2.py3-none-any.whl Downloading/unpacking jsonpatch>=0.10,<2 (from warlock>=1.0.1,<2->python-glanceclient==1.2.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading jsonpatch-1.15-py2.py3-none-any.whl Downloading/unpacking functools32 (from jsonschema>=0.7,<3->warlock>=1.0.1,<2->python-glanceclient==1.2.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading functools32-3.2.3-2.zip Running setup.py (path:/tmp/pip_build_root/functools32/setup.py) egg_info for package functools32
Downloading/unpacking jsonpointer>=1.9 (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient==1.2.0->f5-openstack-test==0.2.0->-r requirements.func.test.txt (line 2)) Downloading jsonpointer-1.10-py2-none-any.whl Installing collected packages: pytest-cov, Sphinx, pytest, f5-sdk, python-neutronclient, python-keystoneclient, python-heatclient, python-glanceclient, iso8601, pytz, f5-openstack-test, coverage, babel, Jinja2, alabaster, sphinx-rtd-theme, Pygments, snowballstemmer, docutils, py, f5-icontrol-rest, oslo.utils, netaddr, cliff, oslo.serialization, requests, oslo.i18n, simplejson, pbr, stevedore, oslo.config, debtcollector, PrettyTable, python-swiftclient, PyYAML, warlock, MarkupSafe, monotonic, funcsigs, pyparsing, netifaces, unicodecsv, cmd2, msgpack-python, rfc3986, wrapt, futures, jsonschema, jsonpatch, functools32, jsonpointer Running setup.py install for f5-sdk ('install_requires', ['six>=1.9.0', 'six<2.0.0', 'f5-icontrol-rest>=1.3.0', 'f5-icontrol-rest<2.0.0'])
Running setup.py install for f5-openstack-test
Running setup.py install for coverage building 'coverage.tracer' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c coverage/ctracer/datastack.c -o build/temp.linux-x86_64-2.7/coverage/ctracer/datastack.o In file included from coverage/ctracer/datastack.c:4:0: coverage/ctracer/util.h:7:20: fatal error: Python.h: No such file or directory
include
Compiling /tmp/pip_build_root/Jinja2/jinja2/asyncfilters.py ... File "/tmp/pip_build_root/Jinja2/jinja2/asyncfilters.py", line 7 async def auto_to_seq(value): ^ SyntaxError: invalid syntax
Compiling /tmp/pip_build_root/Jinja2/jinja2/asyncsupport.py ... File "/tmp/pip_build_root/Jinja2/jinja2/asyncsupport.py", line 22 async def concat_async(async_gen): ^ SyntaxError: invalid syntax
Running setup.py install for f5-icontrol-rest
Found existing installation: requests 2.2.1 Not uninstalling requests at /usr/lib/python2.7/dist-packages, owned by OS Running setup.py install for simplejson building 'simplejson._speedups' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o simplejson/_speedups.c:2:20: fatal error: Python.h: No such file or directory
include "Python.h"
Running setup.py install for PrettyTable
Running setup.py install for PyYAML checking if libyaml is compilable x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory
include
Running setup.py install for warlock
Running setup.py install for MarkupSafe
Running setup.py install for netifaces checking for getifaddrs...found. checking for getnameinfo...found. checking for IPv6 socket IOCTLs...not found. checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h. checking whether struct sockaddr has a length field...no. checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc. checking for routing socket support...no. checking for sysctl(CTL_NET...) support...no. checking for netlink support...yes. will use netlink to read routing table building 'netifaces' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DNETIFACES_VERSION=0.10.5 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_ASH=1 -DHAVE_SOCKADDR_EC=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_DN=1 -DHAVE_SOCKADDR_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/usr/include/python2.7 -c netifaces.c -o build/temp.linux-x86_64-2.7/netifaces.o netifaces.c:1:20: fatal error: Python.h: No such file or directory
include
running build
running build_ext
checking for getifaddrs...found.
checking for getnameinfo...found.
checking for IPv6 socket IOCTLs...not found.
checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h.
checking whether struct sockaddr has a length field...no.
checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc.
checking for routing socket support...no.
checking for sysctl(CTL_NET...) support...no.
checking for netlink support...yes.
will use netlink to read routing table
building 'netifaces' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DNETIFACES_VERSION=0.10.5 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_ASH=1 -DHAVE_SOCKADDR_EC=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_DN=1 -DHAVE_SOCKADDR_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/usr/include/python2.7 -c netifaces.c -o build/temp.linux-x86_64-2.7/netifaces.o
netifaces.c:1:20: fatal error: Python.h: No such file or directory
include
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip_build_root/netifaces/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-DnYmT6-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/netifaces Storing debug log for failure in /root/.pip/pip.log root@ubuntu-image-server:~#