Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.23 KB | None | 0 0
  1. [salt-dev] --- src/salt ‹develop› » ulimit -n 3072
  2. [salt-dev] --- src/salt ‹develop› » ./setup.py test
  3. 2014.1.0-1153-g9bd2682
  4. running test
  5. running build
  6. running build_py
  7. running build_scripts
  8. running test
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10.  * Current Directory: /Users/pixel/src/salt
  11.  * Test suite is running under PID 29349
  12.  * Logging tests on /var/folders/wc/_00sg03d5_l4rtq0d_bm3v900000gn/T/salt-runtests.log
  13. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. Setting up Salt daemons to execute tests
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. Process Process-3:
  17. Traceback (most recent call last):
  18.   File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
  19.     self.run()
  20.   File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 114, in run
  21.     self._target(*self._args, **self._kwargs)
  22.   File "/Users/pixel/src/salt/salt/minion.py", line 1171, in tune_in
  23.     self.epub_sock.bind(epub_uri)
  24.   File "socket.pyx", line 434, in zmq.backend.cython.socket.Socket.bind (zmq/backend/cython/socket.c:3797)
  25.   File "checkrc.pxd", line 21, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:5882)
  26. ZMQError: Address already in use
  27.  * Waiting at most 0:02:00 for minions(minion, sub_minion) to connect back
  28.    * minion connected.
  29.  * [Quit in 0:00:03] Waiting for sub_minion
  30.  * WARNING: Minions failed to connect back. Tests requiring them WILL fail
  31. ============================================================================================================================================================================================================
  32.  
  33.  * ERROR: Minions failed to connect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement