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

Jenkins Notification devnull at canonical.com
Thu Apr 18 16:34:25 UTC 2013


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

Changes:

[Rick Harding] Adjust the browser to not overlay whole screen.

- Formalize how the div for the browser is toggled.
- Adjust CSS so that in /bws/sidebar you can access the environment next to
it.

R=j.c.sackett
CC=
https://codereview.appspot.com/8804046

------------------------------------------
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: "575 rick.harding at canonical.com-20130418155956-p9rs1lf29o6vk0lv
" 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/subapps/browser/browser.js
 M  lib/views/browser/main.less
All changes applied successfully.
Now on revision 576.
[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: "576 rick.harding at canonical.com-20130418160552-fneka3d9lfbf5tx0
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:rick.harding at canonical.com-20130418155956-p9rs1lf29o6vk0lv..revid:rick.harding at canonical.com-20130418160552-fneka3d9lfbf5tx0 --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: "576 rick.harding at canonical.com-20130418160552-fneka3d9lfbf5tx0
" stderr: ""
RevisionState revno:576 revid:rick.harding at canonical.com-20130418160552-fneka3d9lfbf5tx0
[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/hudson7102604415914216790.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-04-18 16:15:49,123 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-04-18 16:15:52,109 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] 
Waiting for instances to terminate
Waiting for instances to terminate
Waiting for instances to terminate
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
ADDRESS	91.189.93.93	i-00007a27
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.60.41
Assigned IP to i-00007a27
Exposing the service...
2013-04-18 16:27:03,155 INFO Connecting to environment...
2013-04-18 16:27:06,370 INFO Connected to environment.
2013-04-18 16:27:08,483 INFO 'status' command finished successfully
APP_URL= http://91.189.93.93
Launching ie tests.
test_environment_connection (__main__.TestBasics) ... ok
test_environment_name (__main__.TestBasics) ... ok
test_gui_unit_tests (__main__.TestBasics) ... ok
test_title (__main__.TestBasics) ... ok
test_charm_deploy (__main__.TestDeploy) ... ok
test_staging_services (__main__.TestDeploy) ... ok

----------------------------------------------------------------------
Ran 6 tests in 163.358s

OK
Browser: ie
Test run details at https://saucelabs.com/jobs/5aa857f0e8cf4b8fb04168be2a71b290
restart_api with ip:10.55.60.41
Launching chrome tests.
test_environment_connection (__main__.TestBasics) ... ok
test_environment_name (__main__.TestBasics) ... ok
test_gui_unit_tests (__main__.TestBasics) ... ok
test_title (__main__.TestBasics) ... ok
test_charm_deploy (__main__.TestDeploy) ... ok
test_staging_services (__main__.TestDeploy) ... ok

----------------------------------------------------------------------
Ran 6 tests in 117.062s

OK
Browser: chrome
Test run details at https://saucelabs.com/jobs/7673de3b58304ed78dff45a7562b19c9
restart_api with ip:10.55.60.41
Launching firefox tests.
test_environment_connection (__main__.TestBasics) ... ok
test_environment_name (__main__.TestBasics) ... ok
test_gui_unit_tests (__main__.TestBasics) ... FAIL
test_title (__main__.TestBasics) ... ok
test_charm_deploy (__main__.TestDeploy) ... ok
test_staging_services (__main__.TestDeploy) ... ok

======================================================================
FAIL: test_gui_unit_tests (__main__.TestBasics)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_charm_running.py", line 72, in test_gui_unit_tests
    self.fail(msg)
AssertionError: 2 failure(s) running 75 tests.

----------------------------------------------------------------------
Ran 6 tests in 153.836s

FAILED (failures=1)
Browser: firefox
Test run details at https://saucelabs.com/jobs/c474f918ab4546ffa8906ad8630a0a39
2 failure(s) running 79 tests.  Retrying.
2 failure(s) running 74 tests.  Retrying.
2 failure(s) running 76 tests.  Retrying.
2 failure(s) running 74 tests.  Retrying.
restart_api with ip:10.55.60.41
Collected exit code 1
Final instance state
i-00007a27 running i-00007a26 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