Ubuntu Pastebin

Paste from kwmonroe at Fri, 6 Feb 2015 20:59:05 +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
ubuntu@sovmp157:~/charms/trusty/mariadb$ bundletester -Fv -l DEBUG
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: Destroying service mediawiki
DEBUG:deployer.env: Destroying service mariadb
DEBUG:deployer.env:  No unit errors found.
DEBUG:deployer.env: Terminating machines
DEBUG:deployer.env:  Terminating machine 1
DEBUG:deployer.env:  Terminating machine 2
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/usr/bin/charm-proof']
DEBUG:runner:Exit Code: 0
mariadb
    charm-proof                                                            PASS
DEBUG:deployer.env: Terminating machines
DEBUG:deployer.env:  Terminating machine 1
DEBUG:deployer.env:  Terminating machine 2
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/tmp/bundletester-iJiVtH/mariadb/tests/00-setup']
DEBUG:runner:+ dpkg -s amulet
DEBUG:runner:Package: amulet
DEBUG:runner:Status: install ok installed
DEBUG:runner:Priority: optional
DEBUG:runner:Section: python
DEBUG:runner:Installed-Size: 25
DEBUG:runner:Maintainer: Marco Ceppi <marco@ceppi.net>
DEBUG:runner:Architecture: all
DEBUG:runner:Version: 1.9.0-0ubuntu1~ubuntu14.04.1~ppa1
DEBUG:runner:Depends: python3-amulet, python-amulet
DEBUG:runner:Description: Testing harness for Juju Charms
DEBUG:runner:+ '[' 0 -ne 0 ']'
DEBUG:runner:+ sudo apt-get install -y python3-requests
DEBUG:runner:Reading package lists...
DEBUG:runner:Building dependency tree...
DEBUG:runner:Reading state information...
DEBUG:runner:python3-requests is already the newest version.
DEBUG:runner:0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
DEBUG:runner:Exit Code: 0
    00-setup                                                               PASS
DEBUG:deployer.env: Terminating machines
DEBUG:deployer.env:  Terminating machine 1
DEBUG:deployer.env:  Terminating machine 2
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/tmp/bundletester-iJiVtH/mariadb/tests/10-deploy-and-upgrade']
DEBUG:runner:2015-02-06 19:32:59 Starting deployment of local
DEBUG:runner:2015-02-06 19:33:00 Deploying services...
DEBUG:runner:2015-02-06 19:33:01  Deploying service mariadb using local:trusty/mariadb
DEBUG:runner:2015-02-06 19:33:07  Deploying service mediawiki using cs:trusty/mediawiki-3
DEBUG:runner:2015-02-06 19:40:31 Adding relations...
DEBUG:runner:2015-02-06 19:40:31  Adding relation mediawiki:db <-> mariadb:db
DEBUG:runner:2015-02-06 19:41:32  Exposing service 'mediawiki'
DEBUG:runner:2015-02-06 19:41:32 Deployment complete in 514.17 seconds
DEBUG:runner:/usr/lib/python3/dist-packages/charmworldlib/api.py:18: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketType.SOCK_STREAM, proto=6, laddr=('192.168.250.157', 49720), raddr=('91.189.92.34', 443)>
DEBUG:runner:  return self.fetch_json(endpoint, params, 'get')
DEBUG:runner:./usr/lib/python3.4/unittest/case.py:574: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=SocketType.SOCK_STREAM, proto=6, laddr=('10.0.3.1', 40024), raddr=('10.0.3.119', 80)>
DEBUG:runner:  testMethod()
DEBUG:runner:.
DEBUG:runner:----------------------------------------------------------------------
DEBUG:runner:Ran 2 tests in 547.314s
DEBUG:runner:
DEBUG:runner:OK
DEBUG:runner:Exit Code: 0
    10-deploy-and-upgrade                                                  PASS
DEBUG:bundletester.utils:Updating JUJU_ENV: "local" -> ""

PASS: 3 Total: 3 (548.269223 sec)
Download as text