Build failed in Jenkins: jujugui-test-charm #488

Jenkins Notification devnull at canonical.com
Tue Jun 11 22:35:34 UTC 2013


See <http://10.189.74.2:8080/job/jujugui-test-charm/488/changes>

Changes:

[Jeff Pihach] Alert button bootstrap overwrite file

This branch takes the first step towards removing bootstrap
from the GUI by creating a bootstrap overwrite file. As of now
this overwrite file simply duplicates the styles from bootstrap
for the alert overwriting the bootstrap ones so it will be easier
to restyle.

R=
CC=
https://codereview.appspot.com/10197043

------------------------------------------
[...truncated 128 lines...]
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 237, in load
    self.driver.get(url)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 168, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/06d6d0c3065f4708b648a8679c3f778e' 

======================================================================
ERROR: test_unit_page (__main__.TestAuthentication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 225, in test_unit_page
    self.process_path('/:gui:/unit/haproxy-0/')
  File "test/test_charm_running.py", line 198, in process_path
    self.load(path)
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 237, in load
    self.driver.get(url)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 168, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/06d6d0c3065f4708b648a8679c3f778e' 

======================================================================
ERROR: tearDownClass (__main__.TestAuthentication)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 223, in tearDownClass
    cls.driver.quit()
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 446, in quit
    self.execute(Command.QUIT)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/06d6d0c3065f4708b648a8679c3f778e' 

======================================================================
ERROR: test_charm_deploy (__main__.TestSandbox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 251, in test_charm_deploy
    self.deploy('appflower')
  File "test/test_charm_running.py", line 120, in deploy
    charm_panel_loaded, error='Unable to load charm panel.')
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 89, in format_error
    return f(*args, **kwargs)
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 316, in wait_for
    return wait.until(condition, error)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/support/wait.py", line 49, in until
    value = method(self._driver)
  File "test/test_charm_running.py", line 116, in charm_panel_loaded
    charm_search.click()
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webelement.py", line 52, in click
    self._execute(Command.CLICK_ELEMENT)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webelement.py", line 205, in _execute
    return self._parent.execute(command, params)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 154, in execute
    response = self.command_executor.execute(driver_command, params)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/remote_connection.py", line 283, in execute
    return self._request(url, method=command_info[0], data=data)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/remote_connection.py", line 324, in _request
    response = opener.open(request)
  File "/usr/lib/python2.7/urllib2.py", line 401, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 419, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    r = h.getresponse(buffering=True)
  File "/usr/lib/python2.7/httplib.py", line 1034, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
    raise BadStatusLine(line)
BadStatusLine: ''

======================================================================
ERROR: test_charm_deploy (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 152, in test_charm_deploy
    self.deploy('appflower')
  File "test/test_charm_running.py", line 120, in deploy
    charm_panel_loaded, error='Unable to load charm panel.')
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 89, in format_error
    return f(*args, **kwargs)
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 316, in wait_for
    return wait.until(condition, error)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/support/wait.py", line 49, in until
    value = method(self._driver)
  File "test/test_charm_running.py", line 116, in charm_panel_loaded
    charm_search.click()
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webelement.py", line 52, in click
    self._execute(Command.CLICK_ELEMENT)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webelement.py", line 205, in _execute
    return self._parent.execute(command, params)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 154, in execute
    response = self.command_executor.execute(driver_command, params)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/remote_connection.py", line 283, in execute
    return self._request(url, method=command_info[0], data=data)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/remote_connection.py", line 324, in _request
    response = opener.open(request)
  File "/usr/lib/python2.7/urllib2.py", line 401, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 419, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    r = h.getresponse(buffering=True)
  File "/usr/lib/python2.7/httplib.py", line 1034, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
    raise BadStatusLine(line)
BadStatusLine: ''

======================================================================
ERROR: test_charm_deploy (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jujugui-merger/gui-branch/lib/retry.py", line 31, in f_retry
    return f(*args, **kwargs)
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 402, in restart_api
    self.load()
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 237, in load
    self.driver.get(url)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 168, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/ed1df6d3711947658248c7e24ec12ee0' 

======================================================================
ERROR: test_initial_services (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 156, in test_initial_services
    self.load()
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 237, in load
    self.driver.get(url)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 168, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/ed1df6d3711947658248c7e24ec12ee0' 

======================================================================
ERROR: test_service_view (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 164, in test_service_view
    self.load('/:gui:/service/haproxy/')  # Navigate to service details.
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 237, in load
    self.driver.get(url)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 168, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/ed1df6d3711947658248c7e24ec12ee0' 

======================================================================
ERROR: test_unit_view (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 182, in test_unit_view
    self.load('/:gui:/unit/haproxy-0/')  # Navigate to unit details.
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 237, in load
    self.driver.get(url)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 168, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/ed1df6d3711947658248c7e24ec12ee0' 

======================================================================
ERROR: tearDownClass (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jujugui-merger/gui-branch/test/browser.py", line 223, in tearDownClass
    cls.driver.quit()
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 446, in quit
    self.execute(Command.QUIT)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
    self.error_handler.check_response(response)
  File "/usr/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
    raise exception_class(message, screen, stacktrace)
WebDriverException: Message: u'Due to a previous error, this job has already finished. You can learn more at https://saucelabs.com/jobs/ed1df6d3711947658248c7e24ec12ee0' 

----------------------------------------------------------------------
Ran 12 tests in 1157.525s

FAILED (errors=11)
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestAuthentication
* Details: https://saucelabs.com/jobs/06d6d0c3065f4708b648a8679c3f778e
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestBasics
* Details: https://saucelabs.com/jobs/3b228902d8a747f79e6bcaf86c38e6e6
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestSandbox
* Details: https://saucelabs.com/jobs/bac31db847cc4a5fbf26a1c3c6297eda
- setting new options: sandbox=True
- setting new options: sandbox=False
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestStaging
* Details: https://saucelabs.com/jobs/ed1df6d3711947658248c7e24ec12ee0

- restarting API backend with ip:10.55.60.212...
Quitting...
2013-06-11 22:35:30,608 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-06-11 22:35:33,610 INFO 'destroy_environment' command finished successfully
WARNING: this command will destroy the 'juju-gui-testing' environment (type: openstack).
This includes all machines, services, data, and other resources. Continue [y/N] Collected exit code 1
Final instance state
i-00008362 running i-00008363 running
+ cat /home/jujugui-merger/exit-status
+ ec=1
+ [ 0 -eq 1 ]
+ wc -l
+ cat /home/jujugui-merger/instance-state
+ [ 2 -lt 2 ]
+ wc -l
+ grep error\|stopped
+ cat /home/jujugui-merger/instance-state
+ [ 0 -gt 0 ]
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the Juju-GUI mailing list