Ubuntu Pastebin

Paste from skay at Thu, 8 Jan 2015 16:14:03 +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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
 » bundletester -F -r json -t . -e local -o result.json -l DEBUG -v                  ~/work/peek/python-django/charms/pip-extra-args 1 ↵
DEBUG:bundletester.utils:Updating JUJU_ENV: "" -> "local"
DEBUG:root:Bootstrap environment: local
DEBUG:deployer.env:Connecting to environment...
DEBUG:deployer.env:Connected to environment
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/usr/bin/charm-proof']
DEBUG:runner:I: metadata name (python-django) must match directory name (pip-extra-args) exactly for local deployment.
DEBUG:runner:

DEBUG:runner:Exit Code: 0
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/usr/bin/make', '-s', 'lint']
DEBUG:runner:Lint check (flake8)
DEBUG:runner:checking hooks/tests/test_utils.py
DEBUG:runner:checking hooks/tests/test_template.py
DEBUG:runner:checking hooks/tests/test_hooks.py
DEBUG:runner:checking hooks/hooks.py
DEBUG:runner:directory hooks
DEBUG:runner:directory hooks/tests
DEBUG:runner:I: metadata name (python-django) must match directory name (pip-extra-args) exactly for local deployment.
DEBUG:runner:

DEBUG:runner:Exit Code: 0
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/01-dj13']
DEBUG:runner:Traceback (most recent call last):
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/01-dj13", line 16, in <module>
DEBUG:runner:    from helpers import (check_url, juju_status, get_service_config,
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/helpers/__init__.py", line 4, in <module>
DEBUG:runner:    import yaml
DEBUG:runner:ImportError: No module named 'yaml'
DEBUG:runner:

DEBUG:runner:Exit Code: 1
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/01-dj14']
DEBUG:runner:Traceback (most recent call last):
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/01-dj14", line 16, in <module>
DEBUG:runner:    from helpers import (check_url, juju_status, get_service_config,
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/helpers/__init__.py", line 4, in <module>
DEBUG:runner:    import yaml
DEBUG:runner:ImportError: No module named 'yaml'
DEBUG:runner:

DEBUG:runner:Exit Code: 1
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/01-djdistro']
DEBUG:runner:Traceback (most recent call last):
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/01-djdistro", line 16, in <module>
DEBUG:runner:    from helpers import (check_url, juju_status, get_service_config,
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/helpers/__init__.py", line 4, in <module>
DEBUG:runner:    import yaml
DEBUG:runner:ImportError: No module named 'yaml'
DEBUG:runner:

DEBUG:runner:Exit Code: 1
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/10-mysql']
DEBUG:runner:Traceback (most recent call last):
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/10-mysql", line 17, in <module>
DEBUG:runner:    from helpers import (check_url, juju_status, get_service_config,
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/helpers/__init__.py", line 4, in <module>
DEBUG:runner:    import yaml
DEBUG:runner:ImportError: No module named 'yaml'
DEBUG:runner:

DEBUG:runner:Exit Code: 1
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/10-postgresql']
DEBUG:runner:Traceback (most recent call last):
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/10-postgresql", line 17, in <module>
DEBUG:runner:    from helpers import (check_url, juju_status, get_service_config,
DEBUG:runner:  File "/home/sheila/work/peek/python-django/charms/pip-extra-args/tests/helpers/__init__.py", line 4, in <module>
DEBUG:runner:    import yaml
DEBUG:runner:ImportError: No module named 'yaml'
DEBUG:runner:

DEBUG:runner:Exit Code: 1
DEBUG:bundletester.utils:Updating JUJU_ENV: "local" -> ""
Download as text