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

Jenkins Notification devnull at canonical.com
Wed Apr 17 15:30:20 UTC 2013


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

Changes:

[Nicola Larosa] Fix navigateTo events to use nsRouter.

Fix the "navigateTo" event firings to define URLs by means of an
nsRouter instance.

Also change the "url" method in the
app/assets/javascripts/ns-routing-app-extension.js file, and related
tests, by changing the includeRootPaths flag into excludeRootPaths.
Including root paths in URLs becomes the default behavior, as agreed.

The code in app/views/charm.js was not changed: its status is not
clear, it does not seem current in its code structure and conventions,
and it's also not clear how to add an nsRouter object to its views.

R=gary.poster, jeff.pihach, frankban
CC=
https://codereview.appspot.com/8826043

------------------------------------------
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: "568 rick.harding at canonical.com-20130417135410-s5jnv5q4bizy83mx
" 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/app.js
 M  app/assets/javascripts/ns-routing-app-extension.js
 M  app/views/service.js
 M  app/views/topology/service.js
 M  test/test_routing.js
All changes applied successfully.
Now on revision 569.
[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: "569 nicola.larosa at canonical.com-20130417152239-u3dd33qfk8dk3b0v
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:rick.harding at canonical.com-20130417135410-s5jnv5q4bizy83mx..revid:nicola.larosa at canonical.com-20130417152239-u3dd33qfk8dk3b0v --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: "569 nicola.larosa at canonical.com-20130417152239-u3dd33qfk8dk3b0v
" stderr: ""
RevisionState revno:569 revid:nicola.larosa at canonical.com-20130417152239-u3dd33qfk8dk3b0v
[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/hudson3868974513291431726.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-04-17 15:25:59,214 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-04-17 15:26:00,683 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 155, in <module>
    sys.exit(main())
  File "lib/deploy_charm_for_testing.py", line 127, in main
    wait_for_machine()
  File "lib/deploy_charm_for_testing.py", line 79, in wait_for_machine
    state = get_machine_state()
  File "lib/deploy_charm_for_testing.py", line 46, 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-000079f3 error i-000079f2 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
+ [ 1 -gt 0 ]
+ echo RETRY THIS TEST RUN!
RETRY THIS TEST RUN!
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the Juju-GUI mailing list