nareshkamboju

./script/setup.sh

Mar 15th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.59 KB | None | 0 0
  1. naresh@linaro:~/Downloads/2017/march/vts$ ./script/setup.sh
  2. Install Python SDK
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. python-dev is already the newest version (2.7.11-1).
  7. The following packages were automatically installed and are no longer required:
  8. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  9. Use 'sudo apt autoremove' to remove them.
  10. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  11. Install Protocol Buffer packages
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. python-protobuf is already the newest version (2.6.1-1.3).
  16. The following packages were automatically installed and are no longer required:
  17. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  18. Use 'sudo apt autoremove' to remove them.
  19. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. protobuf-compiler is already the newest version (2.6.1-1.3).
  24. The following packages were automatically installed and are no longer required:
  25. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  26. Use 'sudo apt autoremove' to remove them.
  27. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  28. Install Python virtualenv and pip tools for VTS TradeFed and Runner
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. python-setuptools is already the newest version (20.7.0-1).
  33. The following packages were automatically installed and are no longer required:
  34. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  35. Use 'sudo apt autoremove' to remove them.
  36. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  37. Reading package lists... Done
  38. Building dependency tree
  39. Reading state information... Done
  40. python-pip is already the newest version (8.1.1-2ubuntu0.4).
  41. The following packages were automatically installed and are no longer required:
  42. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  43. Use 'sudo apt autoremove' to remove them.
  44. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  45. Reading package lists... Done
  46. Building dependency tree
  47. Reading state information... Done
  48. python3-pip is already the newest version (8.1.1-2ubuntu0.4).
  49. The following packages were automatically installed and are no longer required:
  50. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  51. Use 'sudo apt autoremove' to remove them.
  52. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  53. Reading package lists... Done
  54. Building dependency tree
  55. Reading state information... Done
  56. python-virtualenv is already the newest version (15.0.1+ds-3ubuntu1).
  57. The following packages were automatically installed and are no longer required:
  58. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  59. Use 'sudo apt autoremove' to remove them.
  60. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  61. Install Python modules for VTS Runner
  62. 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.
  63. 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.
  64. Requirement already satisfied: future in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  65. 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.
  66. 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.
  67. Requirement already satisfied: futures in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  68. 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.
  69. 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.
  70. Collecting enum
  71. Downloading enum-0.4.6.tar.gz
  72. Complete output from command python setup.py egg_info:
  73. Traceback (most recent call last):
  74. File "<string>", line 1, in <module>
  75. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/__init__.py", line 12, in <module>
  76. import setuptools.version
  77. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/version.py", line 1, in <module>
  78. import pkg_resources
  79. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 32, in <module>
  80. import platform
  81. File "/usr/lib/python3.5/platform.py", line 117, in <module>
  82. import sys, os, re, subprocess
  83. File "/usr/lib/python3.5/subprocess.py", line 364, in <module>
  84. import signal
  85. File "/usr/lib/python3.5/signal.py", line 4, in <module>
  86. from enum import IntEnum as _IntEnum
  87. ImportError: cannot import name 'IntEnum'
  88.  
  89. ----------------------------------------
  90. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-nao4y95i/enum/
  91. 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.
  92. 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.
  93. Collecting concurrent
  94. Could not find a version that satisfies the requirement concurrent (from versions: )
  95. No matching distribution found for concurrent
  96. 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.
  97. 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.
  98. Requirement already satisfied: protobuf in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  99. Requirement already satisfied: six>=1.9 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from protobuf)
  100. Requirement already satisfied: setuptools in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from protobuf)
  101. Requirement already satisfied: appdirs>=1.4.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools->protobuf)
  102. Requirement already satisfied: packaging>=16.8 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools->protobuf)
  103. Requirement already satisfied: pyparsing in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from packaging>=16.8->setuptools->protobuf)
  104. 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.
  105. 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.
  106. Requirement already satisfied: setuptools in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  107. Requirement already satisfied: six>=1.6.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools)
  108. Requirement already satisfied: appdirs>=1.4.0 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools)
  109. Requirement already satisfied: packaging>=16.8 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from setuptools)
  110. Requirement already satisfied: pyparsing in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from packaging>=16.8->setuptools)
  111. 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.
  112. 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.
  113. Requirement already satisfied: requests in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  114. 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.
  115. 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.
  116. Requirement already satisfied: httplib2 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  117. 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.
  118. 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.
  119. Requirement already satisfied: google-api-python-client in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  120. 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)
  121. 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)
  122. 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)
  123. 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)
  124. 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)
  125. 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)
  126. 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)
  127. 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.
  128. 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.
  129. Collecting google-cloud-pubsub
  130. Downloading google_cloud_pubsub-0.23.0-py2.py3-none-any.whl (55kB)
  131. 100% |████████████████████████████████| 61kB 145kB/s
  132. 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)
  133. Collecting gapic-google-cloud-pubsub-v1<0.16dev,>=0.15.0 (from google-cloud-pubsub)
  134. Downloading gapic-google-cloud-pubsub-v1-0.15.3.tar.gz
  135. Complete output from command python setup.py egg_info:
  136. Traceback (most recent call last):
  137. File "<string>", line 1, in <module>
  138. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/__init__.py", line 12, in <module>
  139. import setuptools.version
  140. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/setuptools/version.py", line 1, in <module>
  141. import pkg_resources
  142. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2927, in <module>
  143. @_call_aside
  144. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2913, in _call_aside
  145. f(*args, **kwargs)
  146. 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
  147. add_activation_listener(lambda dist: dist.activate())
  148. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 956, in subscribe
  149. callback(dist)
  150. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2952, in <lambda>
  151. add_activation_listener(lambda dist: dist.activate())
  152. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2515, in activate
  153. declare_namespace(pkg)
  154. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2097, in declare_namespace
  155. _handle_ns(packageName, path_item)
  156. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2047, in _handle_ns
  157. _rebuild_mod_path(path, packageName, module)
  158. File "/home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2066, in _rebuild_mod_path
  159. orig_path.sort(key=position_in_sys_path)
  160. AttributeError: '_NamespacePath' object has no attribute 'sort'
  161.  
  162. ----------------------------------------
  163. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-bne9svmb/gapic-google-cloud-pubsub-v1/
  164. Install packages for Camera ITS tests
  165. Reading package lists... Done
  166. Building dependency tree
  167. Reading state information... Done
  168. python-tk is already the newest version (2.7.11-2).
  169. The following packages were automatically installed and are no longer required:
  170. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  171. Use 'sudo apt autoremove' to remove them.
  172. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  173. 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.
  174. 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.
  175. Requirement already satisfied: numpy in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  176. 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.
  177. 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.
  178. Requirement already satisfied: scipy in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  179. Requirement already satisfied: numpy>=1.8.2 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from scipy)
  180. 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.
  181. 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.
  182. Requirement already satisfied: matplotlib in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  183. Requirement already satisfied: python-dateutil in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
  184. Requirement already satisfied: numpy>=1.7.1 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
  185. Requirement already satisfied: pytz in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
  186. 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)
  187. Requirement already satisfied: six>=1.10 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
  188. Requirement already satisfied: cycler>=0.10 in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from matplotlib)
  189. Reading package lists... Done
  190. Building dependency tree
  191. Reading state information... Done
  192. libjpeg-dev is already the newest version (8c-2ubuntu8).
  193. The following packages were automatically installed and are no longer required:
  194. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  195. Use 'sudo apt autoremove' to remove them.
  196. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  197. Reading package lists... Done
  198. Building dependency tree
  199. Reading state information... Done
  200. Note, selecting 'libtiff5-dev' instead of 'libtiff-dev'
  201. libtiff5-dev is already the newest version (4.0.6-1ubuntu0.1).
  202. The following packages were automatically installed and are no longer required:
  203. android-libadb python-cffi-backend python-enum34 python-ipaddress python-pyasn1
  204. Use 'sudo apt autoremove' to remove them.
  205. 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
  206. 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.
  207. 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.
  208. Requirement already satisfied: Pillow in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages
  209. Requirement already satisfied: olefile in /home/naresh/Downloads/2017/march/android-vts/venv/lib/python3.5/site-packages (from Pillow)
  210. naresh@linaro:~/Downloads/2017/march/vts$
Add Comment
Please, Sign In to add comment