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

Jenkins Notification devnull at canonical.com
Wed Apr 24 17:23:43 UTC 2013


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

Changes:

[Jeff Pihach] Moved loadService into endpoints.js

This is an interm branch before moving all of the load
service code into the db. It's sole purpose is to ensure
that we could remove loadService from the app and move
it to it's next logical spot. The next quick follow up
branch will be to move all of the service loading code
into the db.

Tests which directly test the code in app have been removed
but the endpoint tests indirectly test the code and should
be fine until it is moved into db and real tests made right
away.

R=
CC=
https://codereview.appspot.com/8837049

------------------------------------------
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: "604 rick.harding at canonical.com-20130424165343-0j5wouf37a0djtme
" 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/store/endpoints.js
 M  app/views/service.js
 M  test/test_app.js
All changes applied successfully.
Now on revision 605.
[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: "605 jeff.pihach at canonical.com-20130424171105-ka96ocyzd0791wds
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:rick.harding at canonical.com-20130424165343-0j5wouf37a0djtme..revid:jeff.pihach at canonical.com-20130424171105-ka96ocyzd0791wds --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: "605 jeff.pihach at canonical.com-20130424171105-ka96ocyzd0791wds
" stderr: ""
RevisionState revno:605 revid:jeff.pihach at canonical.com-20130424171105-ka96ocyzd0791wds
[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/hudson1892677390992203832.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-04-24 17:12:03,272 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-04-24 17:12:06,087 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
This is taking too long. Now trying euca-terminate-instances.

+ euca-terminate-instances i-00007acf
INSTANCE	i-00007acf
+ set +x

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-00007ad1
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.135
Assigned IP to i-00007ad1
{
    "machines": {
        "0": {
            "agent-state": "running", 
            "dns-name": "10.55.60.94", 
            "instance-id": "45907815-0d27-4164-a534-4b553efe151d", 
            "instance-state": "running"
        }, 
        "1": {
            "agent-state": "running", 
            "dns-name": "91.189.93.93", 
            "instance-id": "74e10b7b-c32d-458f-9693-8508aa4538a5", 
            "instance-state": "running"
        }
    }, 
    "services": {
        "juju-gui": {
            "charm": "cs:~juju-gui/precise/juju-gui-45", 
            "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-00007ad1 running i-00007ad0 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