Build failed in Jenkins: jujugui-test-charm #789
Jenkins Notification
devnull at canonical.com
Mon Sep 30 18:37:11 UTC 2013
See <http://10.189.74.2:8080/job/jujugui-test-charm/789/changes>
Changes:
[Benjamin Saller] Fix Service Destroy issue
Business logic in the view layer was messing up the
process of service destruction. This adds a notification
when a service is destroyed but waits for the delta to
update the canvas.
R=jeff.pihach, benjamin.saller, gary.poster
CC=
https://codereview.appspot.com/14034045
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on lp-quantal-server-amd64
$ bzr revision-info -d <http://10.189.74.2:8080/job/jujugui-test-charm/ws/>
info result: bzr revision-info -d <http://10.189.74.2:8080/job/jujugui-test-charm/ws/> returned 0. Command output: "1098 matthew.scott at canonical.com-20130930165340-3gpg9n7vy8u7tibt
" stderr: ""
[jujugui-test-charm] $ bzr pull --overwrite lp:juju-gui
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
http://bazaar.launchpad.net/~juju-gui/juju-gui/trunk is permanently redirected to http://bazaar.launchpad.net/~juju-gui/juju-gui/trunk/changes
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
M app/store/env/fakebackend.js
M app/store/env/go.js
M app/store/env/sandbox.js
M app/views/inspector.js
M app/views/topology/service.js
M test/test_inspector_settings.js
M undocumented
All changes applied successfully.
Now on revision 1099.
[jujugui-test-charm] $ bzr revert
$ bzr revision-info -d <http://10.189.74.2:8080/job/jujugui-test-charm/ws/>
info result: bzr revision-info -d <http://10.189.74.2:8080/job/jujugui-test-charm/ws/> returned 0. Command output: "1099 bcsaller at gmail.com-20130930181059-wbrgc1typrx9a3c1
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:matthew.scott at canonical.com-20130930165340-3gpg9n7vy8u7tibt..revid:bcsaller at gmail.com-20130930181059-wbrgc1typrx9a3c1 --long --show-ids
Getting local revision...
$ bzr revision-info -d <http://10.189.74.2:8080/job/jujugui-test-charm/ws/>
info result: bzr revision-info -d <http://10.189.74.2:8080/job/jujugui-test-charm/ws/> returned 0. Command output: "1099 bcsaller at gmail.com-20130930181059-wbrgc1typrx9a3c1
" stderr: ""
RevisionState revno:1099 revid:bcsaller at gmail.com-20130930181059-wbrgc1typrx9a3c1
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties content
JUJU_INSTANCE_IP=91.189.93.93
JUJU_BRANCH=lp:juju-gui
JUJU_CHARM=cs:~juju-gui/precise/juju-gui
FAIL_FAST=1
JUJU_GUI_TEST_BROWSERS=ie chrome firefox
[EnvInject] - Variables injected successfully.
[jujugui-test-charm] $ /bin/sh -xe /tmp/hudson8851626173589783010.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-09-30 18:16:06,557 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-09-30 18:16:08,489 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]
Lightweight Checkout of lp:juju-gui
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
JUJU_INSTANCE_IP=91.189.93.93
Running Tests
virtualenv virtualenv --system-site-packages
New python executable in virtualenv/bin/python
Installing distribute.............................................................................................................................................................................................done.
Installing pip...............done.
virtualenv/bin/easy_install archives/selenium-2.35.0.tar.gz
Processing selenium-2.35.0.tar.gz
Running selenium-2.35.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-L2Vdlh/selenium-2.35.0/egg-dist-tmp-ZexCwO
Adding selenium 2.35.0 to easy-install.pth file
Installed /home/jujugui-merger/gui-branch/virtualenv/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg
Processing dependencies for selenium==2.35.0
Finished processing dependencies for selenium==2.35.0
ADDRESS 91.189.93.93 i-00009528
Using image adeaac8b-6547-43b0-819f-0d018b2beb00 (ubuntu-released/ubuntu-precise-12.04-amd64-server-20130909-disk1.img)
Bootstrapping...
Deploying service...
Setting origin for charm to deploy lp:juju-gui
Waiting for service to start...
Assigning JUJU_INSTANCE_IP 91.189.93.93
Storing Internal IP as 10.55.61.11
Assigned IP to i-00009528
Exposing the service...
2013-09-30 18:25:39,321 INFO Connecting to environment...
2013-09-30 18:25:42,083 INFO Connected to environment.
2013-09-30 18:25:44,327 INFO 'status' command finished successfully
Env: juju-gui-testing
APP_URL: http://91.189.93.93
Launching ie tests.
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestAuthentication
* Details: https://saucelabs.com/jobs/4f794b792b8d4fee93c412618d5c8d5f
test_root_page (__main__.TestAuthentication) ... ok
test_service_page (__main__.TestAuthentication) ... ok
test_unit_page (__main__.TestAuthentication) ... ok
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestBasics
* Details: https://saucelabs.com/jobs/78086c2f831146198ae0ad1659a353e0
test_environment_connection (__main__.TestBasics) ... ok
test_environment_name (__main__.TestBasics) ... ok
test_gui_unit_tests (__main__.TestBasics) ... ok
test_title (__main__.TestBasics) ... ok
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestNotifications
* Details: https://saucelabs.com/jobs/4cf9cc4cb369464c91a11b259aaf7311
test_error (__main__.TestNotifications) ... ok
test_initial (__main__.TestNotifications) ... ok
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestSandbox
* Details: https://saucelabs.com/jobs/1c5e473b701c4ccab9fa97bf006e844f
- setting new options: sandbox=True
test_charm_deploy (__main__.TestSandbox) ... ok
- setting new options: sandbox=False
* Platform: Internet Explorer 10 (Windows)
* Testcase: TestStaging
* Details: https://saucelabs.com/jobs/01a251d3d8ab4954bb585879fe98cbdd
test_charm_deploy (__main__.TestStaging) ...
- restarting API backend with ip:10.55.61.11...
- restarting API backend with ip:10.55.61.11...
ERROR
test_initial_services (__main__.TestStaging) ... ERROR
test_service_view (__main__.TestStaging) ... ERROR
test_unit_view (__main__.TestStaging) ... ERROR
ERROR
======================================================================
ERROR: test_charm_deploy (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jujugui-merger/gui-branch/lib/retry.py", line 44, in f_retry
return f(*args, **kwargs)
File "/home/jujugui-merger/gui-branch/test/browser.py", line 429, in restart_api
'sudo', 'service', 'juju-api-improv', 'restart')
File "/usr/lib/python2.7/dist-packages/shelltoolbox/__init__.py", line 133, in callable_command
return run(*all_args)
File "/usr/lib/python2.7/dist-packages/shelltoolbox/__init__.py", line 452, in run
raise exception
CalledProcessError: Command '['ssh', 'ubuntu at 10.55.61.11', 'sudo', 'service', 'juju-api-improv', 'restart']' returned non-zero exit status 255
======================================================================
ERROR: test_initial_services (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_charm_running.py", line 244, in test_initial_services
self.load()
File "/home/jujugui-merger/gui-branch/test/browser.py", line 254, in load
self.driver.get(url)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 177, in get
self.execute(Command.GET, {'url': url})
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/errorhandler.py", line 136, in check_response
raise exception_class(value)
WebDriverException: Message: 'ERROR Job 01a251d3d8ab4954bb585879fe98cbdd is not in progress. It may have recently finished, or experienced an error. You can learn more at https://saucelabs.com/jobs/01a251d3d8ab4954bb585879fe98cbdd'
======================================================================
ERROR: test_service_view (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_charm_running.py", line 252, in test_service_view
self.load('/:gui:/service/haproxy/') # Navigate to service details.
File "/home/jujugui-merger/gui-branch/test/browser.py", line 254, in load
self.driver.get(url)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 177, in get
self.execute(Command.GET, {'url': url})
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/errorhandler.py", line 136, in check_response
raise exception_class(value)
WebDriverException: Message: 'ERROR Job 01a251d3d8ab4954bb585879fe98cbdd is not in progress. It may have recently finished, or experienced an error. You can learn more at https://saucelabs.com/jobs/01a251d3d8ab4954bb585879fe98cbdd'
======================================================================
ERROR: test_unit_view (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_charm_running.py", line 270, in test_unit_view
self.load('/:gui:/unit/haproxy-0/') # Navigate to unit details.
File "/home/jujugui-merger/gui-branch/test/browser.py", line 254, in load
self.driver.get(url)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 177, in get
self.execute(Command.GET, {'url': url})
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/errorhandler.py", line 136, in check_response
raise exception_class(value)
WebDriverException: Message: 'ERROR Job 01a251d3d8ab4954bb585879fe98cbdd is not in progress. It may have recently finished, or experienced an error. You can learn more at https://saucelabs.com/jobs/01a251d3d8ab4954bb585879fe98cbdd'
======================================================================
ERROR: tearDownClass (__main__.TestStaging)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jujugui-merger/gui-branch/test/browser.py", line 240, in tearDownClass
cls.driver.quit()
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 455, in quit
self.execute(Command.QUIT)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/home/jujugui-merger/gui-branch/virtualenv/local/lib/python2.7/site-packages/selenium-2.35.0-py2.7.egg/selenium/webdriver/remote/errorhandler.py", line 136, in check_response
raise exception_class(value)
WebDriverException: Message: 'ERROR Job 01a251d3d8ab4954bb585879fe98cbdd is not in progress. It may have recently finished, or experienced an error. You can learn more at https://saucelabs.com/jobs/01a251d3d8ab4954bb585879fe98cbdd'
----------------------------------------------------------------------
Ran 14 tests in 682.518s
FAILED (errors=5)
Command '['ssh', 'ubuntu at 10.55.61.11', 'sudo', 'service', 'juju-api-improv', 'restart']' returned non-zero exit status 255: ssh: connect to host 10.55.61.11 port 22: Connection timed out
Quitting...
2013-09-30 18:37:07,292 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-09-30 18:37:10,416 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-00009527 running i-00009528 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