Ubuntu Pastebin

Paste from kjackal at Fri, 16 Sep 2016 17:09:30 +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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2016-09-16 16:51:22 INFO install   Running setup.py bdist_wheel for netifaces: started
2016-09-16 16:51:29 INFO install   Running setup.py bdist_wheel for netifaces: finished with status 'done'
2016-09-16 16:51:29 INFO install   Stored in directory: /root/.cache/pip/wheels/c6/e6/15/b74dd256206226266840f32a323765703240e6c40b4b071355
2016-09-16 16:51:29 INFO install   Running setup.py bdist_wheel for charms.reactive: started
2016-09-16 16:51:30 INFO install   Running setup.py bdist_wheel for charms.reactive: finished with status 'done'
2016-09-16 16:51:30 INFO install   Stored in directory: /root/.cache/pip/wheels/12/dc/0d/e5982d22a99e4863bdb7e9a18a22f26ad09e8fb10652ecccc7
2016-09-16 16:51:30 INFO install Successfully built setuptools-scm jujubigdata six pyaml path.py jujuresources Jinja2 MarkupSafe PyYAML pip netaddr charmhelpers Tempita netifaces charms.reactive
2016-09-16 16:51:30 INFO install Installing collected packages: setuptools-scm, six, PyYAML, pyaml, path.py, jujuresources, jujubigdata, MarkupSafe, Jinja2, pip, netaddr, Tempita, charmhelpers, netifaces, charms.reactive
2016-09-16 16:51:30 INFO install   Found existing installation: six 1.5.2
2016-09-16 16:51:30 INFO install     DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
2016-09-16 16:51:30 INFO install     Uninstalling six-1.5.2:
2016-09-16 16:51:30 INFO install       Successfully uninstalled six-1.5.2
2016-09-16 16:51:30 INFO install   Found existing installation: PyYAML 3.10
2016-09-16 16:51:30 INFO install     DEPRECATION: Uninstalling a distutils installed project (PyYAML) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
2016-09-16 16:51:30 INFO install     Uninstalling PyYAML-3.10:
2016-09-16 16:51:30 INFO install       Successfully uninstalled PyYAML-3.10
2016-09-16 16:51:31 INFO install   Found existing installation: pip 8.1.2
2016-09-16 16:51:31 INFO install     Uninstalling pip-8.1.2:
2016-09-16 16:51:31 INFO install       Successfully uninstalled pip-8.1.2
2016-09-16 16:51:41 INFO install Successfully installed Jinja2-2.8 MarkupSafe-0.23 PyYAML-3.12 Tempita-0.5.2 charmhelpers-0.9.1 charms.reactive-0.4.4 jujubigdata-6.4.4 jujuresources-0.4.0 netaddr-0.7.18 netifaces-0.10.4 path.py-8.2.1 pip-8.1.2 pyaml-16.9.0 setuptools-scm-1.11.1 six-1.10.0
2016-09-16 16:51:42 INFO juju-log Reactive main running for hook install
2016-09-16 16:51:43 INFO juju-log Invoking reactive handler: reactive/kafka.py:8:install_kafka
2016-09-16 16:51:43 INFO install Traceback (most recent call last):
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charmhelpers/core/hookenv.py", line 837, in inner_translate_exc2
2016-09-16 16:51:43 INFO install     return f(*args, **kwargs)
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charmhelpers/core/hookenv.py", line 940, in resource_get
2016-09-16 16:51:43 INFO install     return subprocess.check_output(cmd).decode('UTF-8')
2016-09-16 16:51:43 INFO install   File "/usr/lib/python3.4/subprocess.py", line 607, in check_output
2016-09-16 16:51:43 INFO install     with Popen(*popenargs, stdout=PIPE, **kwargs) as process:
2016-09-16 16:51:43 INFO install   File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
2016-09-16 16:51:43 INFO install     restore_signals, start_new_session)
2016-09-16 16:51:43 INFO install   File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child
2016-09-16 16:51:43 INFO install     raise child_exception_type(errno_num, err_msg)
2016-09-16 16:51:43 INFO install FileNotFoundError: [Errno 2] No such file or directory: 'resource-get'
2016-09-16 16:51:43 INFO install 
2016-09-16 16:51:43 INFO install During handling of the above exception, another exception occurred:
2016-09-16 16:51:43 INFO install 
2016-09-16 16:51:43 INFO install Traceback (most recent call last):
2016-09-16 16:51:43 INFO install   File "/var/lib/juju/agents/unit-apache-kafka-0/charm/hooks/install", line 19, in <module>
2016-09-16 16:51:43 INFO install     main()
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charms/reactive/__init__.py", line 78, in main
2016-09-16 16:51:43 INFO install     bus.dispatch()
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charms/reactive/bus.py", line 434, in dispatch
2016-09-16 16:51:43 INFO install     _invoke(other_handlers)
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charms/reactive/bus.py", line 417, in _invoke
2016-09-16 16:51:43 INFO install     handler.invoke()
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charms/reactive/bus.py", line 291, in invoke
2016-09-16 16:51:43 INFO install     self._action(*args)
2016-09-16 16:51:43 INFO install   File "/var/lib/juju/agents/unit-apache-kafka-0/charm/reactive/kafka.py", line 11, in install_kafka
2016-09-16 16:51:43 INFO install     if kafka.verify_resources():
2016-09-16 16:51:43 INFO install   File "lib/charms/layer/apache_kafka.py", line 21, in verify_resources
2016-09-16 16:51:43 INFO install     if hookenv.resource_get(self.resources['kafka']):
2016-09-16 16:51:43 INFO install   File "/usr/local/lib/python3.4/dist-packages/charmhelpers/core/hookenv.py", line 839, in inner_translate_exc2
2016-09-16 16:51:43 INFO install     raise to_exc
2016-09-16 16:51:43 INFO install NotImplementedError
2016-09-16 16:51:43 ERROR juju.worker.uniter.operation runhook.go:107 hook "install" failed: exit status 1
Download as text