Build failed in Jenkins: jujugui-test-charm #194
Jenkins Notification
devnull at canonical.com
Thu Mar 28 20:53:01 UTC 2013
See <http://10.189.74.2:8080/job/jujugui-test-charm/194/changes>
Changes:
[j.c.sackett] Adds charm container widget.
-Adds a new widget, CharmContainer. CharmContainer accepts CharmSmall widgets
as children. It has a set cutoff which is the maximum number of items it will
intially show, and an expander action that shows/hides the remaining items. It
can be named, and is meant to be used to loosely categorize a group of charms,
e.g. "Popular", "New".
R=jeff.pihach, rharding
CC=
https://codereview.appspot.com/8080043
------------------------------------------
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: "470 benji.york at canonical.com-20130328183555-qdi529ydkpbmxia4
" 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".
+N app/templates/charm-container.handlebars
+N app/widgets/charm-container.js
+N lib/views/browser/charm-container.less
+N test/test_charm_container.js
M app/modules-debug.js
M app/widgets/charm-small.js
M lib/views/browser/charm-small.less
M lib/views/stylesheet.less
M test/index.html
All changes applied successfully.
Now on revision 471.
[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: "471 jcsackett at canonical.com-20130328203347-zrdft2ztp29kz7o8
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:benji.york at canonical.com-20130328183555-qdi529ydkpbmxia4..revid:jcsackett at canonical.com-20130328203347-zrdft2ztp29kz7o8 --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: "471 jcsackett at canonical.com-20130328203347-zrdft2ztp29kz7o8
" stderr: ""
RevisionState revno:471 revid:jcsackett at canonical.com-20130328203347-zrdft2ztp29kz7o8
[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/hudson8697988065840582587.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 20:36:09,609 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-03-28 20:36:12,725 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
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-00007714
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.169
Assigned IP to i-00007714
{
"machines": {
"0": {
"agent-state": "running",
"dns-name": "10.55.60.69",
"instance-id": "0b5588c8-1071-48d3-9745-ded123bfdb1c",
"instance-state": "running"
},
"1": {
"agent-state": "running",
"dns-name": "91.189.93.93",
"instance-id": "f48c2963-3abf-483d-acaa-385c70f2f70f",
"instance-state": "running"
}
},
"services": {
"juju-gui": {
"charm": "cs:~juju-gui/precise/juju-gui-37",
"relations": {},
"units": {
"juju-gui/0": {
"agent-state": "install-error",
"machine": 1,
"public-address": "91.189.93.93"
}
}
}
}
}
Execution failure, unable to continue
error deploying service
Unable to deploy Charm
Collected exit code 1
Final instance state
i-00007713 running i-00007714 running
+ wc -l
+ grep error\|stopped
+ cat /home/jujugui-merger/instance-state
+ [ 0 -gt 0 ]
+ 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