Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [email protected]:~/vts$ git clone https://android.googlesource.com/platform/test/vts
- Cloning into 'vts'...
- remote: Sending approximately 14.54 MiB ...
- remote: Total 23881 (delta 13817), reused 23881 (delta 13817)
- Receiving objects: 100% (23881/23881), 14.54 MiB | 938.00 KiB/s, done.
- Resolving deltas: 100% (13817/13817), done.
- [email protected]:~/vts$ cd vts/
- [email protected]:~/vts/vts$ ls
- agents Android.mk doc hals __init__.py README.md script specification tools vts.mk
- Android.bp compilation_tools drivers harnesses proto runners setup.py testcases utils web
- [email protected]:~/vts/vts$ . script/setup.sh
- Install Python SDK
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-dev is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Install Protocol Buffer packages
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-protobuf is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- protobuf-compiler is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Install Python virtualenv and pip tools for VTS TradeFed and Runner
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-setuptools is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-pip is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python3-pip is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-virtualenv is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Install Python modules for VTS Runner
- Requirement already satisfied (use --upgrade to upgrade): future in /usr/local/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): futures in /usr/local/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): enum in /usr/local/lib/python2.7/dist-packages
- Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from enum)
- Cleaning up...
- Downloading/unpacking concurrent
- Could not find any downloads that satisfy the requirement concurrent
- Cleaning up...
- No distributions at all found for concurrent
- Storing debug log for failure in /home/naresh.kamboju/.pip/pip.log
- Requirement already satisfied (use --upgrade to upgrade): protobuf in /usr/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): google-api-python-client in /usr/local/lib/python2.7/dist-packages
- Cleaning up...
- Requirement already satisfied (use --upgrade to upgrade): google-cloud-pubsub in /usr/local/lib/python2.7/dist-packages
- Cleaning up...
- Install packages for Camera ITS tests
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-tk is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Requirement already satisfied (use --upgrade to upgrade): numpy in /usr/lib/python2.7/dist-packages
- Cleaning up...
- Downloading/unpacking scipy
- Downloading scipy-0.19.0.zip (15.3MB): 15.3MB downloaded
- Running setup.py (path:/tmp/pip_build_root/scipy/setup.py) egg_info for package scipy
- warning: no previously-included files matching '*_subr_*.f' found under directory 'scipy/linalg/src/id_dist/src'
- no previously-included directories found matching 'benchmarks/env'
- no previously-included directories found matching 'benchmarks/results'
- no previously-included directories found matching 'benchmarks/html'
- no previously-included directories found matching 'benchmarks/scipy'
- no previously-included directories found matching 'scipy/special/tests/data/boost'
- no previously-included directories found matching 'scipy/special/tests/data/gsl'
- no previously-included directories found matching 'doc/build'
- no previously-included directories found matching 'doc/source/generated'
- no previously-included directories found matching '*/__pycache__'
- warning: no previously-included files matching '*~' found anywhere in distribution
- warning: no previously-included files matching '*.bak' found anywhere in distribution
- warning: no previously-included files matching '*.swp' found anywhere in distribution
- warning: no previously-included files matching '*.pyo' found anywhere in distribution
- Installing collected packages: scipy
- Running setup.py install for scipy
- Note: if you need reliable uninstall behavior, then install
- with pip instead of using `setup.py install`:
- - `pip install .` (from a git repo or downloaded source
- release)
- - `pip install scipy` (last SciPy release on PyPI)
- lapack_opt_info:
- openblas_info:
- libraries not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
- NOT AVAILABLE
- lapack_mkl_info:
- mkl_info:
- libraries mkl,vml,guide not found in ['/usr/local/lib', '/usr/lib64', '/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 /usr/local/lib
- libraries lapack_atlas not found in /usr/local/lib
- libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
- libraries lapack_atlas not found in /usr/lib64
- 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 /usr/local/lib
- libraries lapack_atlas not found in /usr/local/lib
- libraries f77blas,cblas,atlas not found in /usr/lib64
- libraries lapack_atlas not found in /usr/lib64
- 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
- /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:1427: 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 ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
- NOT AVAILABLE
- /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:1438: 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
- /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:1441: 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
- Running from scipy source directory.
- non-existing path in 'scipy/integrate': 'quadpack.h'
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip_build_root/scipy/setup.py", line 416, in <module>
- setup_package()
- File "/tmp/pip_build_root/scipy/setup.py", line 412, in setup_package
- setup(**metadata)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/core.py", line 135, in setup
- config = configuration()
- File "/tmp/pip_build_root/scipy/setup.py", line 336, in configuration
- config.add_subpackage('scipy')
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 966, in add_subpackage
- caller_level = 2)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 935, in get_subpackage
- caller_level = caller_level + 1)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
- config = setup_module.configuration(*args)
- File "scipy/setup.py", line 15, in configuration
- config.add_subpackage('linalg')
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 966, in add_subpackage
- caller_level = 2)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 935, in get_subpackage
- caller_level = caller_level + 1)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
- config = setup_module.configuration(*args)
- File "scipy/linalg/setup.py", line 20, in configuration
- raise NotFoundError('no lapack/blas resources found')
- numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
- Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-mjpyMP-record/install-record.txt --single-version-externally-managed --compile:
- Note: if you need reliable uninstall behavior, then install
- with pip instead of using `setup.py install`:
- - `pip install .` (from a git repo or downloaded source
- release)
- - `pip install scipy` (last SciPy release on PyPI)
- lapack_opt_info:
- openblas_info:
- libraries not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
- NOT AVAILABLE
- lapack_mkl_info:
- mkl_info:
- libraries mkl,vml,guide not found in ['/usr/local/lib', '/usr/lib64', '/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 /usr/local/lib
- libraries lapack_atlas not found in /usr/local/lib
- libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
- libraries lapack_atlas not found in /usr/lib64
- 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 /usr/local/lib
- libraries lapack_atlas not found in /usr/local/lib
- libraries f77blas,cblas,atlas not found in /usr/lib64
- libraries lapack_atlas not found in /usr/lib64
- 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
- /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:1427: 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 ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
- NOT AVAILABLE
- /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:1438: 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
- /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:1441: 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
- Running from scipy source directory.
- non-existing path in 'scipy/integrate': 'quadpack.h'
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip_build_root/scipy/setup.py", line 416, in <module>
- setup_package()
- File "/tmp/pip_build_root/scipy/setup.py", line 412, in setup_package
- setup(**metadata)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/core.py", line 135, in setup
- config = configuration()
- File "/tmp/pip_build_root/scipy/setup.py", line 336, in configuration
- config.add_subpackage('scipy')
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 966, in add_subpackage
- caller_level = 2)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 935, in get_subpackage
- caller_level = caller_level + 1)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
- config = setup_module.configuration(*args)
- File "scipy/setup.py", line 15, in configuration
- config.add_subpackage('linalg')
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 966, in add_subpackage
- caller_level = 2)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 935, in get_subpackage
- caller_level = caller_level + 1)
- File "/usr/lib/python2.7/dist-packages/numpy/distutils/misc_util.py", line 872, in _get_configuration_from_setup_py
- config = setup_module.configuration(*args)
- File "scipy/linalg/setup.py", line 20, in configuration
- raise NotFoundError('no lapack/blas resources found')
- numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
- ----------------------------------------
- Cleaning up...
- Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-mjpyMP-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/scipy
- Storing debug log for failure in /home/naresh.kamboju/.pip/pip.log
- Requirement already satisfied (use --upgrade to upgrade): matplotlib in /usr/local/lib/python2.7/dist-packages
- Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.1 in /usr/lib/python2.7/dist-packages (from matplotlib)
- Downloading/unpacking six>=1.10 (from matplotlib)
- Downloading six-1.10.0-py2.py3-none-any.whl
- Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/lib/python2.7/dist-packages (from matplotlib)
- Requirement already satisfied (use --upgrade to upgrade): functools32 in /usr/local/lib/python2.7/dist-packages (from matplotlib)
- Requirement already satisfied (use --upgrade to upgrade): subprocess32 in /usr/local/lib/python2.7/dist-packages (from matplotlib)
- Requirement already satisfied (use --upgrade to upgrade): pytz in /usr/local/lib/python2.7/dist-packages (from matplotlib)
- Requirement already satisfied (use --upgrade to upgrade): cycler>=0.10 in /usr/local/lib/python2.7/dist-packages (from matplotlib)
- Requirement already satisfied (use --upgrade to upgrade): pyparsing>=1.5.6,!=2.0.0,!=2.0.4,!=2.1.2,!=2.1.6 in /usr/local/lib/python2.7/dist-packages (from matplotlib)
- Installing collected packages: six
- Found existing installation: six 1.5.2
- Not uninstalling six at /usr/lib/python2.7/dist-packages, owned by OS
- Successfully installed six
- Cleaning up...
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- libjpeg-dev is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Note, selecting 'libtiff5-dev' instead of 'libtiff-dev'
- libtiff5-dev is already the newest version.
- The following packages were automatically installed and are no longer required:
- linux-image-4.4.0-66-generic linux-image-extra-4.4.0-66-generic
- Use 'apt-get autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 125 not upgraded.
- Requirement already satisfied (use --upgrade to upgrade): Pillow in /usr/lib/python2.7/dist-packages
- Cleaning up...
- [email protected]:~/vts/vts$
Add Comment
Please, Sign In to add comment