Merge lp://staging/~ev/ubuntu-ci-services-itself/pin-juju-deployer-revno into lp://staging/ubuntu-ci-services-itself

Proposed by Evan
Status: Merged
Approved by: Chris Johnston
Approved revision: 262
Merged at revision: 262
Proposed branch: lp://staging/~ev/ubuntu-ci-services-itself/pin-juju-deployer-revno
Merge into: lp://staging/ubuntu-ci-services-itself
Diff against target: 31 lines (+7/-3)
1 file modified
juju-deployer/deploy.py (+7/-3)
To merge this branch: bzr merge lp://staging/~ev/ubuntu-ci-services-itself/pin-juju-deployer-revno
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Chris Johnston (community) Approve
Review via email: mp+207805@code.staging.launchpad.net

Commit message

Pin juju-deployer to r88. Tip is broken.

Description of the change

juju-deployer tip appears to be broken and I've been meaning to pin it to a revno for some time now. So let's do that now, yeah?

2014-02-22 19:58:57 Using runtime GoEnvironment [124/389]
2014-02-22 19:58:57 Starting deployment of ci-airline-staging
Traceback (most recent call last):
  File "/tmp/tmpmzRCdF/deployer/cli.py", line 233, in <module>
    main()
  File "/tmp/tmpmzRCdF/deployer/cli.py", line 127, in main
    run()
  File "/tmp/tmpmzRCdF/deployer/cli.py", line 225, in run
    importer.Importer(env, deployment, options).run()
  File "/tmp/tmpmzRCdF/deployer/action/importer.py", line 179, in run
    self.env.connect()
  File "/tmp/tmpmzRCdF/deployer/env/go.py", line 76, in connect
    self.client.login(self._get_token())
  File "/tmp/tmpmzRCdF/deployer/env/go.py", line 40, in _get_token
    raise EnvError("Environment config not found")
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 101, in __init__
    self.message = error['Error']
TypeError: string indices must be integers, not str
Problem deploying "ci-airline-staging": Command '['juju-deployer', '-v', '-c', '/tmp/tmpSyupKv/deployer/branch-source-builder.yaml', '-c', '/tmp/tmpSyupKv/deployer/test-runner.yaml', '-c', '/tmp/tmpSyupKv/deployer/lander.yaml', '-c', '/tmp
/tmpSyupKv/deployer/ppa-assigner.yaml', '-c', '/tmp/tmpSyupKv/deployer/relations.yaml', '-c', '/tmp/tmpSyupKv/deployer/ticket-system.yaml', '-c', '/tmp/tmpSyupKv/deployer/production-only.yaml', '-c', '/tmp/tmpSyupKv/deployer/juju-gui.yaml'
, '-c', '/tmp/tmpSyupKv/deployer/image-builder.yaml', 'ci-airline-staging']' returned non-zero exit status 1

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) wrote :

 review approve

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:262
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~ev/ubuntu-ci-services-itself/pin-juju-deployer-revno/+merge/207805/+edit-commit-message

http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/213/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/213/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Chris Johnston (cjohnston) wrote :
Download full text (25.5 KiB)

The attempt to merge lp:~ev/ubuntu-ci-services-itself/pin-juju-deployer-revno into lp:ubuntu-ci-services-itself failed. Below is the output from the failed tests.

New python executable in /tmp/tmp.CVAw7HA9Ao/bin/python
Installing distribute.............................................................................................................................................................................................done.
Installing pip...............done.
== Testing ci-utils ....
Downloading/unpacking python-swiftclient==1.8.0
  Running setup.py egg_info for package python-swiftclient

    Installed /tmp/tmp.CVAw7HA9Ao/build/python-swiftclient/pbr-0.6-py2.7.egg
    [pbr] Processing SOURCES.txt
    warning: LocalManifestMaker: standard file '-c' not found

    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no files found matching '*' under directory 'tools'
Downloading/unpacking simplejson>=2.0.9 (from python-swiftclient==1.8.0)
  Running setup.py egg_info for package simplejson

Installing collected packages: python-swiftclient, simplejson
  Running setup.py install for python-swiftclient
    [pbr] Reusing existing SOURCES.txt
    changing mode of build/scripts-2.7/swift from 664 to 775
    changing mode of /tmp/tmp.CVAw7HA9Ao/bin/swift to 775
  Running setup.py install for simplejson
    building 'simplejson._speedups' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so

Successfully installed python-swiftclient simplejson
Cleaning up...
Downloading/unpacking python-glanceclient==0.12.0
  Running setup.py egg_info for package python-glanceclient

    Installed /tmp/tmp.CVAw7HA9Ao/build/python-glanceclient/pbr-0.6-py2.7.egg
    [pbr] Excluding argparse: Python 2.6 only dependency
    [pbr] Processing SOURCES.txt
    warning: LocalManifestMaker: standard file '-c' not found

    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
Downloading/unpacking pbr>=0.5.21,<1.0 (from python-glanceclient==0.12.0)
  Running setup.py egg_info for package pbr
    [pbr] Processing SOURCES.txt
    warning: LocalManifestMaker: standard file '-c' not found

    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distr...

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:262
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/214/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/214/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: