Ubuntu Pastebin

Paste from Nate Finch at Thu, 5 Nov 2015 20:13:07 +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
----------------------------------------------------------------------
FAIL: container_initialisation_test.go:174: ContainerSetupSuite.TestContainerProvisionerStarted

jenv host ports: [][]network.HostPort{[]network.HostPort{localhost:36867}}
API: login as "machine-0" successful
machine 1 is still unprovisioned
machine 1 is still dead
machine 2 is still unprovisioned
machine 2 is still dead
container_initialisation_test.go:187:
    s.assertContainerProvisionerStarted(c, m, ctype)
container_initialisation_test.go:171:
    // the container worker should have created the provisioner
    c.Assert(provisionerStarted, jc.IsTrue)
... obtained bool = false


----------------------------------------------------------------------
FAIL: container_initialisation_test.go:1: AddressableContainerSetupSuite.TestContainerProvisionerStarted

jenv host ports: [][]network.HostPort{[]network.HostPort{localhost:33078}}
API: login as "machine-0" successful
machine 1 is still unprovisioned
machine 1 is still dead
machine 2 is still unprovisioned
machine 2 is still dead
container_initialisation_test.go:171:
    // the container worker should have created the provisioner
    c.Assert(provisionerStarted, jc.IsTrue)
... obtained bool = false

OOPS: 14 passed, 2 FAILED
--- FAIL: Test-8 (10.64 seconds)
FAIL
exit status 1
FAIL	github.com/juju/juju/worker/provisioner	10.775s
gt: go test: exit status 1
Download as text