Advertisement
Ftagn92

Untitled

Jun 16th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 KB | None | 0 0
  1. ssh tunnel to Nimbus localhost:6627 established.
  2. [localhost] Executing task '_create_or_update_virtualenv'
  3. [localhost] virtualenv not found in /home/myhome/virtualenvs, creating one.
  4. [localhost] run: virtualenv /home/myhome/virtualenvs/wordcount
  5. [localhost] out: Using base prefix '/usr'
  6. [localhost] out: New python executable in /home/myhome/virtualenvs/wordcount/bin/python3
  7. [localhost] out: Also creating executable in /home/myhome/virtualenvs/wordcount/bin/python
  8. [localhost] out: Installing setuptools, pip, wheel...done.
  9. [localhost] out:
  10.  
  11. [localhost] Uploading virtualenvs/wordcount.txt to temporary file.
  12. [localhost] run: mktemp /tmp/streamparse_requirements-XXXXXXXXX.txt
  13. [localhost] out: /tmp/streamparse_requirements-tIbYfFh6s.txt
  14. [localhost] out:
  15.  
  16. [localhost] put: virtualenvs/wordcount.txt -> /tmp/streamparse_requirements-tIbYfFh6s.txt
  17. [localhost] Updating virtualenv: wordcount
  18. [localhost] run: pip install --upgrade 'pip~=9.0'
  19. [localhost] out: Collecting pip~=9.0
  20. [localhost] out: Using cached https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl
  21. [localhost] out: Installing collected packages: pip
  22. [localhost] out: Found existing installation: pip 10.0.1
  23. [localhost] out: Uninstalling pip-10.0.1:
  24. [localhost] out: Successfully uninstalled pip-10.0.1
  25. [localhost] out: Successfully installed pip-9.0.3
  26. [localhost] out: You are using pip version 9.0.3, however version 10.0.1 is available.
  27. [localhost] out: You should consider upgrading via the 'pip install --upgrade pip' command.
  28. [localhost] out:
  29.  
  30. [localhost] run: pip install -r /tmp/streamparse_requirements-tIbYfFh6s.txt --exists-action w --upgrade --upgrade-strategy only-if-needed
  31. [localhost] out: Collecting streamparse (from -r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  32. [localhost] out: Using cached https://files.pythonhosted.org/packages/04/ed/85df3c85c86f67abe42b01ec5fda14a010d14371f3f623d79dda2b43394b/streamparse-3.13.1-py2.py3-none-any.whl
  33. [localhost] out: Collecting simplejson (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  34. [localhost] out: Collecting fabric3 (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  35. [localhost] out: Using cached https://files.pythonhosted.org/packages/85/14/0b4f34e1f9a351bbe0f1ddea8b12f8103e77e9b5dc7b935c25c2260fc2e5/Fabric3-1.14.post1-py3-none-any.whl
  36. [localhost] out: Collecting requests (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  37. [localhost] out: Using cached https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl
  38. [localhost] out: Collecting texttable (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  39. [localhost] out: Collecting ruamel.yaml (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  40. [localhost] out: Using cached https://files.pythonhosted.org/packages/3b/14/8d50909e275ab673076e2031dca3cb2cf47cfb0c0c5367329ee903b6e5cb/ruamel.yaml-0.15.38-cp35-cp35m-manylinux1_x86_64.whl
  41. [localhost] out: Collecting pystorm>=3.1.1 (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  42. [localhost] out: Using cached https://files.pythonhosted.org/packages/32/b8/275c4a93855a439b7bee603231810883a590b0374554c8970675f89f34d7/pystorm-3.1.2-py2.py3-none-any.whl
  43. [localhost] out: Collecting thriftpy>=0.3.2 (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  44. [localhost] out: Collecting six>=1.5 (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  45. [localhost] out: Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  46. [localhost] out: Collecting jinja2 (from streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  47. [localhost] out: Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
  48. [localhost] out: Collecting paramiko<3.0,>=2.0 (from fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  49. [localhost] out: Using cached https://files.pythonhosted.org/packages/3e/db/cb7b6656e0e7387637ce850689084dc0b94b44df31cc52e5fc5c2c4fd2c1/paramiko-2.4.1-py2.py3-none-any.whl
  50. [localhost] out: Collecting certifi>=2017.4.17 (from requests->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  51. [localhost] out: Using cached https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl
  52. [localhost] out: Collecting chardet<3.1.0,>=3.0.2 (from requests->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  53. [localhost] out: Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
  54. [localhost] out: Collecting idna<2.8,>=2.5 (from requests->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  55. [localhost] out: Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl
  56. [localhost] out: Collecting urllib3<1.24,>=1.21.1 (from requests->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  57. [localhost] out: Using cached https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl
  58. [localhost] out: Collecting contextlib2 (from pystorm>=3.1.1->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  59. [localhost] out: Using cached https://files.pythonhosted.org/packages/a2/71/8273a7eeed0aff6a854237ab5453bc9aa67deb49df4832801c21f0ff3782/contextlib2-0.5.5-py2.py3-none-any.whl
  60. [localhost] out: Collecting msgpack-python (from pystorm>=3.1.1->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  61. [localhost] out: Collecting ply<4.0,>=3.4 (from thriftpy>=0.3.2->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  62. [localhost] out: Using cached https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl
  63. [localhost] out: Collecting MarkupSafe>=0.23 (from jinja2->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  64. [localhost] out: Collecting cryptography>=1.5 (from paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  65. [localhost] out: Using cached https://files.pythonhosted.org/packages/fa/f4/3cde3604972dfa2b0fea85b9711948bb4fb70ab64095322aef35071bd254/cryptography-2.2.2-cp34-abi3-manylinux1_x86_64.whl
  66. [localhost] out: Collecting pynacl>=1.0.1 (from paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  67. [localhost] out: Using cached https://files.pythonhosted.org/packages/c9/9c/c8d4ae0f590faded4af55381131ad4db8729214eba6537c520622ba3548a/PyNaCl-1.2.1-cp35-cp35m-manylinux1_x86_64.whl
  68. [localhost] out: Collecting pyasn1>=0.1.7 (from paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  69. [localhost] out: Using cached https://files.pythonhosted.org/packages/a0/70/2c27740f08e477499ce19eefe05dbcae6f19fdc49e9e82ce4768be0643b9/pyasn1-0.4.3-py2.py3-none-any.whl
  70. [localhost] out: Collecting bcrypt>=3.1.3 (from paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  71. [localhost] out: Using cached https://files.pythonhosted.org/packages/72/8d/57da727cbb4ddf0295b0665a93bd8f46fbbd2a48b76cbb0896ca7d27301f/bcrypt-3.1.4-cp35-cp35m-manylinux1_x86_64.whl
  72. [localhost] out: Collecting cffi>=1.7; platform_python_implementation != "PyPy" (from cryptography>=1.5->paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  73. [localhost] out: Using cached https://files.pythonhosted.org/packages/59/cc/0e1635b4951021ef35f5c92b32c865ae605fac2a19d724fb6ff99d745c81/cffi-1.11.5-cp35-cp35m-manylinux1_x86_64.whl
  74. [localhost] out: Collecting asn1crypto>=0.21.0 (from cryptography>=1.5->paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  75. [localhost] out: Using cached https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl
  76. [localhost] out: Collecting pycparser (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography>=1.5->paramiko<3.0,>=2.0->fabric3->streamparse->-r /tmp/streamparse_requirements-tIbYfFh6s.txt (line 1))
  77. [localhost] out: Installing collected packages: simplejson, six, pycparser, cffi, idna, asn1crypto, cryptography, pynacl, pyasn1, bcrypt, paramiko, fabric3, certifi, chardet, urllib3, requests, texttable, ruamel.yaml, contextlib2, msgpack-python, pystorm, ply, thriftpy, MarkupSafe, jinja2, streamparse
  78. [localhost] out: Successfully installed MarkupSafe-1.0 asn1crypto-0.24.0 bcrypt-3.1.4 certifi-2018.4.16 cffi-1.11.5 chardet-3.0.4 contextlib2-0.5.5 cryptography-2.2.2 fabric3-1.14.post1 idna-2.7 jinja2-2.10 msgpack-python-0.5.6 paramiko-2.4.1 ply-3.11 pyasn1-0.4.3 pycparser-2.18 pynacl-1.2.1 pystorm-3.1.2 requests-2.19.1 ruamel.yaml-0.15.38 simplejson-3.15.0 six-1.11.0 streamparse-3.13.1 texttable-1.3.1 thriftpy-0.3.9 urllib3-1.23
  79. [localhost] out: You are using pip version 9.0.3, however version 10.0.1 is available.
  80. [localhost] out: You should consider upgrading via the 'pip install --upgrade pip' command.
  81. [localhost] out:
  82.  
  83. [localhost] run: rm /tmp/streamparse_requirements-tIbYfFh6s.txt
  84. Cleaning from prior builds...
  85. Creating topology JAR...
  86. JAR created: /home/myhome/streamparse/wordcount/_build/wordcount-0.0.1-SNAPSHOT.jar
  87. Removing _resources temporary directory...done
  88. Deploying "wordcount" topology...
  89. ssh tunnel to Nimbus localhost:6627 established.
  90. Uploading topology jar /home/myhome/streamparse/wordcount/_build/wordcount-0.0.1-SNAPSHOT.jar to assigned location: /data/nimbus/inbox/stormjar-c3df4007-cdf2-45be-87ce-e101194874b5.jar
  91. Uploaded 7651/7651 bytes
  92. Submitting wordcount topology to nimbus...done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement