Ubuntu Pastebin

Paste from mw at Mon, 7 Dec 2015 17:21: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
$ ./01-listening                                                                                                                  
E/usr/lib/python3.4/unittest/case.py:605: ResourceWarning: unclosed <ssl.SSLSocket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('192.168.1.79', 48286), raddr=('91.189.92.33', 443)>
  outcome.errors.clear()

======================================================================
ERROR: test_something_is_listening (__main__.TestDeployment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/charmworldlib/charm.py", line 158, in _fetch
    revision=revision))
  File "/usr/lib/python3/dist-packages/charmworldlib/api.py", line 18, in get
    return self.fetch_json(endpoint, params, 'get')
  File "/usr/lib/python3/dist-packages/charmworldlib/api.py", line 26, in fetch_json
    raise Exception('Request failed with: %s' % r.status_code)
Exception: Request failed with: 404

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./01-listening", line 13, in setUp
    self.deployment.add('minecraft', charm="minecraft")
  File "/usr/lib/python3/dist-packages/amulet/deployer.py", line 119, in add
    service_name, charm, branch=branch, series=series or self.series)
  File "/usr/lib/python3/dist-packages/amulet/charm.py", line 57, in fetch
    series=series)
  File "/usr/lib/python3/dist-packages/amulet/charm.py", line 42, in get_charm
    return Charm(with_series(charm_path, series))
  File "/usr/lib/python3/dist-packages/charmworldlib/charm.py", line 131, in __init__
    self._fetch(charm_id)
  File "/usr/lib/python3/dist-packages/charmworldlib/charm.py", line 161, in _fetch
    raise CharmNotFound('API request failed: %s' % str(e))
charmworldlib.charm.CharmNotFound: API request failed: Request failed with: 404

----------------------------------------------------------------------
Ran 1 test in 0.213s
Download as text