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

Jenkins Notification devnull at canonical.com
Thu May 16 16:04:32 UTC 2013


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

Changes:

[Brad Crittenden] Find an appropriate machine image.

Use 'nova image-list' to find the latest released
Ubuntu amd64 image.  Assumes the list returned
is ordered, though getting the latest isn't
absolutely required.

If a file $HOME/.juju/environments.yaml.template is found,
populate it with the found machine id.  If not found, do nothing.

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

------------------------------------------
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: "664 francesco.banconi at canonical.com-20130516135146-b5i104aavgnrl75c
" 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  bin/find-latest-image.sh
 M  docs/continuous-integration.rst
 M  lib/deploy_charm_for_testing.py
 M  test/browser.py
 M  test/test_deploy_charm_for_testing.py
All changes applied successfully.
Now on revision 665.
[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: "665 bac at canonical.com-20130516155149-ln3qw0ui8huk9u1g
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:francesco.banconi at canonical.com-20130516135146-b5i104aavgnrl75c..revid:bac at canonical.com-20130516155149-ln3qw0ui8huk9u1g --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: "665 bac at canonical.com-20130516155149-ln3qw0ui8huk9u1g
" stderr: ""
RevisionState revno:665 revid:bac at canonical.com-20130516155149-ln3qw0ui8huk9u1g
[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/hudson965019815150311583.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-05-16 15:56:46,572 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-05-16 15:56:48,045 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
ADDRESS	91.189.93.93	i-00007cfe
Using image 96ae417f-b94c-4e51-bb4f-682b74a20b75 (ubuntu-released/ubuntu-precise-12.04-amd64-server-20130502-disk1.img)
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.89
Assigned IP to i-00007cfe
{
    "machines": {
        "0": {
            "agent-state": "running", 
            "dns-name": "10.55.60.43", 
            "instance-id": "a0985973-5ee7-43ce-8b8e-63a22bda5418", 
            "instance-state": "running"
        }, 
        "1": {
            "agent-state": "running", 
            "dns-name": "91.189.93.93", 
            "instance-id": "95527cab-7da6-4190-af30-146556fec566", 
            "instance-state": "running"
        }
    }, 
    "services": {
        "juju-gui": {
            "charm": "cs:~juju-gui/precise/juju-gui-56", 
            "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-00007cfd running i-00007cfe 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