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

Jenkins Notification devnull at canonical.com
Fri May 17 14:07:24 UTC 2013


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

Changes:

[Brad Crittenden] Make resizing textareas not bounce.

The box was tightly sized to the text so adding new lines caused a temporary
bounce/jiggle/shimmy[1].  Solution crafted working with Rick, Huw, Curtis, and
Luca was to add some room to grow when the textarea gains focus and then
remove it on blur.  The effect is quite nice and Luca gave it a thumbs up from
a UX standpoint, though I'll seek his final review on this branch.

R=gary.poster, benji, luca.paulina
CC=
https://codereview.appspot.com/9449044

------------------------------------------
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: "667 jeff.pihach at canonical.com-20130516190615-12nnqyv57yezojtk
" 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  Makefile
 M  app/assets/javascripts/resizing_textarea.js
 M  test/test_resizing_textarea.js
All changes applied successfully.
Now on revision 668.
[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: "668 bac at canonical.com-20130517135655-wi5lsxv9cmkb2pf6
" stderr: ""
[jujugui-test-charm] $ bzr log -v -r revid:jeff.pihach at canonical.com-20130516190615-12nnqyv57yezojtk..revid:bac at canonical.com-20130517135655-wi5lsxv9cmkb2pf6 --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: "668 bac at canonical.com-20130517135655-wi5lsxv9cmkb2pf6
" stderr: ""
RevisionState revno:668 revid:bac at canonical.com-20130517135655-wi5lsxv9cmkb2pf6
[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/hudson2356373686553009043.sh
+ set -ex
+ cat
+ chmod +x /tmp/test-runner
+ sudo -E su -p -c /tmp/test-runner - jujugui-merger
Clean and Prep
2013-05-17 14:01:51,546 INFO Destroying environment 'juju-gui-testing' (type: openstack)...
2013-05-17 14:01:53,189 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
Using image 54139fc1-83cc-4d83-8bbb-f268ac747d8e (ubuntu-released/ubuntu-precise-12.04-amd64-server-20130516-disk1.img)
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 202, in <module>
    sys.exit(main())
  File "lib/deploy_charm_for_testing.py", line 174, in main
    wait_for_machine()
  File "lib/deploy_charm_for_testing.py", line 84, in wait_for_machine
    state = get_machine_state()
  File "lib/deploy_charm_for_testing.py", line 51, 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-00007d35 error i-00007d34 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