Ubuntu Pastebin

Paste from jacekn at Wed, 13 Jan 2016 16:35:22 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2016-01-13 16:10:42  Adding relation ubuntu:juju-info <-> collectd:juju-info
Traceback (most recent call last):
  File "/usr/bin/juju-deployer", line 9, in <module>
    load_entry_point('juju-deployer==0.6.1', 'console_scripts', 'juju-deployer')()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main
    run()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 234, in run
    importer.Importer(env, deployment, options).run()
  File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 325, in run
    rels_created = self.add_relations()
  File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 235, in add_relations
    self.env.add_relation(end_a, end_b)
  File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 51, in add_relation
    return self.client.add_relation(endpoint_a, endpoint_b)
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 1122, in add_relation
    'Endpoints': [endpoint_a, endpoint_b]
  File "/usr/lib/python2.7/dist-packages/jujuclient.py", line 317, in _rpc
    raise EnvError(result)
jujuclient.EnvError: <Env Error - Details:
 {   u'Error': u'no relations found', u'RequestId': 1, u'Response': {   }}
 >
E
======================================================================
ERROR: setUpClass (__main__.TestDeployment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/99-autogen", line 17, in setUpClass
    cls.deployment.setup(timeout=1800)
  File "/usr/lib/python3/dist-packages/amulet/deployer.py", line 430, in setup
    subprocess.check_call(shlex.split(cmd))
  File "/usr/lib/python3.4/subprocess.py", line 561, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['juju-deployer', '-W', '-c', '/tmp/amulet-juju-deployer-w847rrsx/deployer-schema.json', '-e', 'local', '-t', '1900', 'local']' returned non-zero exit status 1

----------------------------------------------------------------------
Ran 0 tests in 133.321s

FAILED (errors=1)
juju-test.conductor.99-autogen RESULT  : ✘
juju-test INFO    : Results: 1 passed, 1 failed, 0 errored
Download as text