Ubuntu Pastebin

Paste from Zic at Tue, 23 May 2017 13:47:38 +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
root@mth-k8stestmaster-01:/var/lib/juju/agents/unit-kubernetes-master-0/charm# hooks/upgrade-charm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-dev is already the newest version (3.5.1-3).
python3-setuptools is already the newest version (20.7.0-1).
python3-yaml is already the newest version (3.11-3build1).
python3-pip is already the newest version (8.1.1-2ubuntu0.4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
socat is already the newest version (1.7.3.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Ignoring indexes: https://pypi.python.org/simple
The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already up-to-date: pip in /usr/local/lib/python3.5/dist-packages
The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Ignoring indexes: https://pypi.python.org/simple
The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Processing ./wheelhouse/charmhelpers-0.13.0.tar.gz
Processing ./wheelhouse/pyaml-16.12.2.tar.gz
Processing ./wheelhouse/MarkupSafe-0.23.tar.gz
Processing ./wheelhouse/netaddr-0.7.19.tar.gz
Processing ./wheelhouse/PyYAML-3.12.tar.gz
Processing ./wheelhouse/Jinja2-2.9.5.tar.gz
Processing ./wheelhouse/Tempita-0.5.2.tar.gz
Processing ./wheelhouse/charms.reactive-0.4.5.tar.gz
Processing ./wheelhouse/six-1.10.0.tar.gz
Processing ./wheelhouse/pip-8.1.2.tar.gz
Requirement already up-to-date: netaddr in /usr/local/lib/python3.5/dist-packages (from charmhelpers==0.13.0)
Requirement already up-to-date: PyYAML in /usr/local/lib/python3.5/dist-packages (from charmhelpers==0.13.0)
Requirement already up-to-date: Tempita in /usr/local/lib/python3.5/dist-packages (from charmhelpers==0.13.0)
Requirement already up-to-date: Jinja2 in /usr/local/lib/python3.5/dist-packages (from charmhelpers==0.13.0)
Requirement already up-to-date: six in /usr/lib/python3/dist-packages (from charmhelpers==0.13.0)
Installing collected packages: charmhelpers, pyaml, MarkupSafe, charms.reactive, pip
  Found existing installation: charmhelpers 0.13.0
    Uninstalling charmhelpers-0.13.0:
      Successfully uninstalled charmhelpers-0.13.0
  Running setup.py install for charmhelpers ... done
  Found existing installation: pyaml 16.12.2
    Uninstalling pyaml-16.12.2:
      Successfully uninstalled pyaml-16.12.2
  Running setup.py install for pyaml ... done
  Found existing installation: MarkupSafe 0.23
    Uninstalling MarkupSafe-0.23:
      Successfully uninstalled MarkupSafe-0.23
  Running setup.py install for MarkupSafe ... done
  Found existing installation: charms.reactive 0.4.5
    Uninstalling charms.reactive-0.4.5:
      Successfully uninstalled charms.reactive-0.4.5
  Running setup.py install for charms.reactive ... done
  Found existing installation: pip 8.1.2
    Uninstalling pip-8.1.2:
      Successfully uninstalled pip-8.1.2
  Running setup.py install for pip ... done
Successfully installed MarkupSafe-0.23 charmhelpers-0.13.0 charms.reactive-0.4.5 pip-8.1.2 pyaml-16.12.2
Download as text