Ubuntu Pastebin

Paste from lazypower at Thu, 22 Jan 2015 17:32:00 +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
(.virtualenv)charles@Bushido:~/projects/work/charms/bundles/docker$ btest
DEBUG:deployer.charm:Cache dir /home/charles/.juju/.deployer-store-cache/cs_~lazypower_trusty_docker-0
DEBUG:deployer.charm:Cache dir /home/charles/.juju/.deployer-store-cache/cs_~lazypower_trusty_flannel-docker-1
DEBUG:deployer.charm:Cache dir /home/charles/.juju/.deployer-store-cache/cs_~hazmat_trusty_etcd-6
DEBUG:bundletester.utils:Updating JUJU_ENV: "" -> "amazon"
DEBUG:root:Bootstrap environment: amazon
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 ['/home/charles/.virtualenv/bin/charm-proof']
DEBUG:runner:Exit Code: 0
cs:~hazmat/trusty/etcd-6
    charm-proof                                                            PASS
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/home/charles/.virtualenv/bin/charm-proof']
DEBUG:runner:Exit Code: 0
cs:~lazypower/trusty/flannel-docker-1
    charm-proof                                                            PASS
DEBUG:deployer.env: Terminating machines
DEBUG:root:Waiting for services to be removed...
DEBUG:runner:call ['/usr/bin/make', '-s', 'lint']
DEBUG:runner:make: *** No rule to make target `lint'.  Stop.
DEBUG:runner:Exit Code: 2
    make lint                                                              FAIL
DEBUG:bundletester.utils:Updating JUJU_ENV: "amazon" -> ""

------------------------------------------------------------------------------
FAIL: cs:~lazypower/trusty/flannel-docker-1::make lint
[/usr/bin/make -s lint          exit 2]
make: *** No rule to make target `lint'.  Stop.
Download as text