vagrant@vagrant-ubuntu-vivid-64:~/test$ juju version
1.25.0-vivid-amd64
vagrant@vagrant-ubuntu-vivid-64:~/test$ cat test.yaml
services:
bui:
charm: cs:trusty/benchmark-gui-0
series: trusty
vagrant@vagrant-ubuntu-vivid-64:~/test$ rm -f ~/.go-cookies
vagrant@vagrant-ubuntu-vivid-64:~/test$ juju-deployer -v -c test.yaml
2016-01-07 20:52:58 Using runtime GoEnvironment on amazon
2016-01-07 20:52:58 Using deployment test.yaml
2016-01-07 20:52:58 Starting deployment of test.yaml
2016-01-07 20:52:58 Getting charms...
2016-01-07 20:52:58 Cache dir /home/vagrant/.juju/.deployer-store-cache/cs_trusty_benchmark-gui-0
2016-01-07 20:52:58 Retrieving store charm cs:trusty/benchmark-gui-0
Traceback (most recent call last):
File "/usr/local/bin/juju-deployer", line 9, in <module>
load_entry_point('juju-deployer==0.6.0', 'console_scripts', 'juju-deployer')()
File "/usr/local/lib/python2.7/dist-packages/deployer/cli.py", line 135, in main
run()
File "/usr/local/lib/python2.7/dist-packages/deployer/cli.py", line 234, in run
importer.Importer(env, deployment, options).run()
File "/usr/local/lib/python2.7/dist-packages/deployer/action/importer.py", line 292, in run
self.get_charms()
File "/usr/local/lib/python2.7/dist-packages/deployer/action/importer.py", line 146, in get_charms
no_local_mods=self.options.no_local_mods)
File "/usr/local/lib/python2.7/dist-packages/deployer/deployment.py", line 188, in fetch_charms
charm.fetch()
File "/usr/local/lib/python2.7/dist-packages/deployer/charm.py", line 149, in fetch
self._fetch_store_charm()
File "/usr/local/lib/python2.7/dist-packages/deployer/charm.py", line 190, in _fetch_store_charm
ufh = urllib2.urlopen(store_url)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found