Ubuntu Pastebin

Paste from wallyworld at Thu, 5 Mar 2015 02:56: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
ok  	github.com/juju/juju/storage	0.949s
ok  	github.com/juju/juju/storage/poolmanager	4.163s

----------------------------------------------------------------------
FAIL: loop_test.go:123: loopSuite.TestDestroyVolumes

[LOG] 0:00.000 WARNING juju.storage.provider expected 1 loop device, got 2
loop_test.go:134:
    err = source.DestroyVolumes([]string{"volume-0"})
package_test.go:48:
    m.c.Assert(args, gc.DeepEquals, expect.args)
... obtained []string = []string{"-d", "\\dev\\loop0"}
... expected []string = []string{"-d", "/dev/loop0"}

package_test.go:40:
    m.c.Assert(m.commands, gc.HasLen, 0)
... obtained []*provider_test.mockCommand = []*provider_test.mockCommand{(*provider_test.mockCommand)(0xc0840b9a50)}
... n int = 0


----------------------------------------------------------------------
FAIL: loop_test.go:138: loopSuite.TestDestroyVolumesDetachFails

[LOG] 0:00.000 WARNING juju.storage.provider expected 1 loop device, got 2
loop_test.go:146:
    err := source.DestroyVolumes([]string{"volume-0"})
package_test.go:48:
    m.c.Assert(args, gc.DeepEquals, expect.args)
... obtained []string = []string{"-d", "\\dev\\loop0"}
... expected []string = []string{"-d", "/dev/loop0"}

OOPS: 30 passed, 2 FAILED
--- FAIL: TestPackage (0.07 seconds)
FAIL
FAIL	github.com/juju/juju/storage/provider	0.609s
Download as text