Skip to content

Instantly share code, notes, and snippets.

@mattias-lidman
Created July 9, 2013 22:50
Show Gist options
  • Select an option

  • Save mattias-lidman/5962023 to your computer and use it in GitHub Desktop.

Select an option

Save mattias-lidman/5962023 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_full_validate_token (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_generate_request_url (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_get_access_token (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_group_management (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_issue_request (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_membership_management (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_user_login_methods (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
======================================================================
ERROR: test_user_management (merged_tests.merged_client_tests.TestMergedClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mattias/review_virtualenv/python-nexus-client/lib/merged_tests/merged_client_tests.py", line 55, in setUp
self.smtp_mail_sink = SmtpMailsink(host='go.mattiassandbox.globuscs.info', port=1025)
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 24, in __init__
self.throwExceptionIfAddressIsInUse( host, port )
File "/home/mattias/review_virtualenv/python-nexus-client/lib/test_utils/smtp_server.py", line 32, in throwExceptionIfAddressIsInUse
testSocket.bind( ( host, port ) )
File "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 99] Cannot assign requested address
----------------------------------------------------------------------
Ran 11 tests in 0.620s
FAILED (errors=8)
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment