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

Jenkins Notification devnull at canonical.com
Fri Mar 29 00:00:22 UTC 2013


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

Changes:

[Jeff Pihach] Moved the YUI sandbox into the describe closure

For whatever reason one of the describe closures in test_model.js
was wrapped in a YUI sandbox. This caused whatever test suite was
run after it in .only mode to fail with an extend failure. Moving
the YUI sandbox inside to match our other tests has solved this.

R=gary.poster, rharding
CC=
https://codereview.appspot.com/8099047

------------------------------------------
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: "473 benji.york at canonical.com-20130328205903-kyov7qelwdd2zlo1
" 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  test/test_model.js
All changes applied successfully.
Now on revision 474.
[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: "474 jeff.pihach at canonical.com-20130328235515-gewb8ixwhxf2tb7s
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:benji.york at canonical.com-20130328205903-kyov7qelwdd2zlo1..revid:jeff.pihach at canonical.com-20130328235515-gewb8ixwhxf2tb7s --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: "474 jeff.pihach at canonical.com-20130328235515-gewb8ixwhxf2tb7s
" stderr: ""
RevisionState revno:474 revid:jeff.pihach at canonical.com-20130328235515-gewb8ixwhxf2tb7s
[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/hudson505466485327579689.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-03-28 23:56:07,958 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-03-28 23:56:09,448 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
Bootstrapping...
Deploying service...
Setting origin for charm to deploy lp:juju-gui
Waiting for service to start...
Traceback (most recent call last):
  File "lib/deploy_charm_for_testing.py", line 148, in <module>
    sys.exit(main())
  File "lib/deploy_charm_for_testing.py", line 118, in main
    wait_for_machine()
  File "lib/deploy_charm_for_testing.py", line 78, in wait_for_machine
    state = get_machine_state()
  File "lib/deploy_charm_for_testing.py", line 45, in get_machine_state
    machine = status['machines']['1']['instance-state']
KeyError: 'instance-state'
Unable to deploy Charm
Collected exit code 1
Final instance state
i-00007721 error i-00007720 running
+ wc -l
+ grep error\|stopped
+ cat /home/jujugui-merger/instance-state
+ [ 1 -gt 0 ]
+ echo RETRY THIS TEST RUN!
RETRY THIS TEST RUN!
+ cat /home/jujugui-merger/exit-status
+ ec=1
+ [ 0 -eq 1 ]
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the Juju-GUI mailing list