Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- naresh@linaro:~/Downloads/2017/march/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 (2.7.11-1).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- Install Protocol Buffer packages
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-protobuf is already the newest version (2.6.1-1.3).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- protobuf-compiler is already the newest version (2.6.1-1.3).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 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 (20.7.0-1).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-pip is already the newest version (8.1.1-2ubuntu0.4).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python3-pip is already the newest version (8.1.1-2ubuntu0.4).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-virtualenv is already the newest version (15.0.1+ds-3ubuntu1).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- Install Python modules for VTS Runner
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: future in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: futures in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Collecting enum
- Downloading enum-0.4.6.tar.gz
- Complete output from command python setup.py egg_info:
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/__init__.py", line 12, in <module>
- import setuptools.version
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/version.py", line 1, in <module>
- import pkg_resources
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 32, in <module>
- import platform
- File "/usr/lib/python3.5/platform.py", line 117, in <module>
- import sys, os, re, subprocess
- File "/usr/lib/python3.5/subprocess.py", line 364, in <module>
- import signal
- File "/usr/lib/python3.5/signal.py", line 4, in <module>
- from enum import IntEnum as _IntEnum
- ImportError: cannot import name 'IntEnum'
- ----------------------------------------
- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nao4y95i/enum/
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Collecting concurrent
- Could not find a version that satisfies the requirement concurrent (from versions: )
- No matching distribution found for concurrent
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: protobuf in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- Requirement already satisfied: six>=1.9 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from protobuf)
- Requirement already satisfied: setuptools in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from protobuf)
- Requirement already satisfied: appdirs>=1.4.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools->protobuf)
- Requirement already satisfied: packaging>=16.8 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools->protobuf)
- Requirement already satisfied: pyparsing in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from packaging>=16.8->setuptools->protobuf)
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: setuptools in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- Requirement already satisfied: six>=1.6.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools)
- Requirement already satisfied: appdirs>=1.4.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools)
- Requirement already satisfied: packaging>=16.8 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools)
- Requirement already satisfied: pyparsing in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from packaging>=16.8->setuptools)
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: requests in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: httplib2 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: google-api-python-client in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- Requirement already satisfied: six<2dev,>=1.6.1 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from google-api-python-client)
- Requirement already satisfied: uritemplate<4dev,>=3.0.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from google-api-python-client)
- Requirement already satisfied: httplib2<1dev,>=0.9.2 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from google-api-python-client)
- Requirement already satisfied: oauth2client<5.0.0dev,>=1.5.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from google-api-python-client)
- Requirement already satisfied: pyasn1>=0.1.7 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client)
- Requirement already satisfied: pyasn1-modules>=0.0.5 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client)
- Requirement already satisfied: rsa>=3.1.4 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from oauth2client<5.0.0dev,>=1.5.0->google-api-python-client)
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Collecting google-cloud-pubsub
- Downloading google_cloud_pubsub-0.23.0-py2.py3-none-any.whl (55kB)
- 100% |████████████████████████████████| 61kB 145kB/s
- Requirement already satisfied: grpcio<2.0dev,>=1.0.2 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from google-cloud-pubsub)
- Collecting gapic-google-cloud-pubsub-v1<0.16dev,>=0.15.0 (from google-cloud-pubsub)
- Downloading gapic-google-cloud-pubsub-v1-0.15.3.tar.gz
- Complete output from command python setup.py egg_info:
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/__init__.py", line 12, in <module>
- import setuptools.version
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/version.py", line 1, in <module>
- import pkg_resources
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2927, in <module>
- @_call_aside
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside
- f(*args, **kwargs)
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2952, in _initialize_master_working_set
- add_activation_listener(lambda dist: dist.activate())
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 956, in subscribe
- callback(dist)
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2952, in <lambda>
- add_activation_listener(lambda dist: dist.activate())
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2515, in activate
- declare_namespace(pkg)
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2097, in declare_namespace
- _handle_ns(packageName, path_item)
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2047, in _handle_ns
- _rebuild_mod_path(path, packageName, module)
- File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2066, in _rebuild_mod_path
- orig_path.sort(key=position_in_sys_path)
- AttributeError: '_NamespacePath' object has no attribute 'sort'
- ----------------------------------------
- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-bne9svmb/gapic-google-cloud-pubsub-v1/
- Install packages for Camera ITS tests
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-tk is already the newest version (2.7.11-2).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: numpy in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: scipy in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- Requirement already satisfied: numpy>=1.8.2 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from scipy)
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: matplotlib in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- Requirement already satisfied: python-dateutil in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
- Requirement already satisfied: numpy>=1.7.1 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
- Requirement already satisfied: pytz in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
- Requirement already satisfied: pyparsing!=2.0.0,!=2.0.4,!=2.1.2,!=2.1.6,>=1.5.6 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
- Requirement already satisfied: six>=1.10 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
- Requirement already satisfied: cycler>=0.10 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- libjpeg-dev is already the newest version (8c-2ubuntu8).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 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 (4.0.6-1ubuntu0.1).
- The following packages were automatically installed and are no longer required:
- android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
- Use 'sudo apt autoremove' to remove them.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- The directory '/home/naresh/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/naresh/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already satisfied: Pillow in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
- Requirement already satisfied: olefile in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from Pillow)
- naresh@linaro:~/Downloads/2017/march/vts$
Add Comment
Please, Sign In to add comment