Creating test database for alias 'default'...
Destroying test database for alias 'default'...
..................................................................................................................EEEEEEE
======================================================================
ERROR: test_image_details (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 74, in test_image_details
data = self._get_object_list(object_type="image")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 54, in _get_object_list
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======================================================================
ERROR: test_image_list (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 67, in test_image_list
data = self._get_object_list(object_type="image")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 54, in _get_object_list
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======================================================================
ERROR: test_image_result_list (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 128, in test_image_result_list
data = self._get_object_list(object_type="image")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 54, in _get_object_list
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======================================================================
ERROR: test_invalid_image_details (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 91, in test_invalid_image_details
self._get_object_details(image_id, object_type="image")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 61, in _get_object_details
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======================================================================
ERROR: test_invalid_machine_details (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 121, in test_invalid_machine_details
self._get_object_details(machine_id, object_type="machine")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 61, in _get_object_details
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======================================================================
ERROR: test_machine_details (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 104, in test_machine_details
data = self._get_object_list(object_type="machine")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 54, in _get_object_list
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======================================================================
ERROR: test_machine_list (bootspeed.tests.TestBootspeedAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 97, in test_machine_list
data = self._get_object_list(object_type="machine")
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 54, in _get_object_list
return self._get_json_data(url)
File "/srv/dataset-1/tarmac/dash/bootspeed/tests.py", line 41, in _get_json_data
f = urllib2.urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
----------------------------------------------------------------------
Ran 121 tests in 3.290s
The attempt to merge lp:~chrisjohnston/qa-dashboard/remove-code-goodness into lp:qa-dashboard failed. Below is the output from the failed tests.
Creating test database for alias 'default'...
Destroying test database for alias 'default'...
....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ....... ..EEEEEEE ======= ======= ======= ======= ======= ======= ======= ======= ======= tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 74, in test_image_details object_ list(object_ type="image" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 54, in _get_object_list json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
=======
ERROR: test_image_details (bootspeed.
-------
Traceback (most recent call last):
File "/srv/dataset-
data = self._get_
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 67, in test_image_list object_ list(object_ type="image" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 54, in _get_object_list json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
ERROR: test_image_list (bootspeed.
-------
Traceback (most recent call last):
File "/srv/dataset-
data = self._get_
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= result_ list (bootspeed. tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 128, in test_image_ result_ list object_ list(object_ type="image" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 54, in _get_object_list json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
ERROR: test_image_
-------
Traceback (most recent call last):
File "/srv/dataset-
data = self._get_
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= image_details (bootspeed. tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 91, in test_invalid_ image_details _get_object_ details( image_id, object_ type="image" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 61, in _get_object_details json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
ERROR: test_invalid_
-------
Traceback (most recent call last):
File "/srv/dataset-
self.
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= machine_ details (bootspeed. tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 121, in test_invalid_ machine_ details _get_object_ details( machine_ id, object_ type="machine" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 61, in _get_object_details json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
ERROR: test_invalid_
-------
Traceback (most recent call last):
File "/srv/dataset-
self.
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= details (bootspeed. tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 104, in test_machine_ details object_ list(object_ type="machine" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 54, in _get_object_list json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
ERROR: test_machine_
-------
Traceback (most recent call last):
File "/srv/dataset-
data = self._get_
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= tests.TestBoots peedAPI) ------- ------- ------- ------- ------- ------- ------- ------- ------- 1/tarmac/ dash/bootspeed/ tests.py" , line 97, in test_machine_list object_ list(object_ type="machine" ) 1/tarmac/ dash/bootspeed/ tests.py" , line 54, in _get_object_list json_data( url) 1/tarmac/ dash/bootspeed/ tests.py" , line 41, in _get_json_data urlopen( url) python2. 7/urllib2. py", line 126, in urlopen python2. 7/urllib2. py", line 400, in open python2. 7/urllib2. py", line 418, in _open python2. 7/urllib2. py", line 378, in _call_chain python2. 7/urllib2. py", line 1207, in http_open open(httplib. HTTPConnection, req) python2. 7/urllib2. py", line 1177, in do_open
ERROR: test_machine_list (bootspeed.
-------
Traceback (most recent call last):
File "/srv/dataset-
data = self._get_
File "/srv/dataset-
return self._get_
File "/srv/dataset-
f = urllib2.
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
------- ------- ------- ------- ------- ------- ------- ------- ------- -------
Ran 121 tests in 3.290s
FAILED (errors=7)