Ubuntu Pastebin

Paste from zyga at Wed, 20 Sep 2017 10:39: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
linode:debian-unstable-64 .../cmd/snap-repair# go test

----------------------------------------------------------------------
FAIL: runner_test.go:687: runnerSuite.TestLoadStateInitStateFail

runner_test.go:695:
    c.Check(err, ErrorMatches, `cannot create repair state directory:.*`)
... error string = "open /tmp/check-2457356732771409349/15/var/lib/snapd/seed/assertions: no such file or directory"
... regex string = "cannot create repair state directory:.*"


----------------------------------------------------------------------
FAIL: runner_test.go:1223: runnerSuite.TestNextSaveStateError

runner_test.go:1253:
    c.Check(err, ErrorMatches, `cannot save repair state:.*`)
... error string = "repair not found"
... regex string = "cannot save repair state:.*"


----------------------------------------------------------------------
FAIL: runner_test.go:698: runnerSuite.TestSaveStateFail

runner_test.go:717:
    c.Check(err, ErrorMatches, `cannot save repair state:.*`)
... value = nil
... regex string = "cannot save repair state:.*"
... Error value is nil

OOPS: 48 passed, 3 FAILED
--- FAIL: Test (0.42s)
Download as text