[pkg-go] Bug#876923: golang-check.v1 FTBFS with Go 1.9

Adrian Bunk bunk at debian.org
Tue Sep 26 22:58:31 UTC 2017


Source: golang-check.v1
Version: 0.0+git20161208.0.20d25e2-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-check.v1.html

...
   dh_auto_test -O--buildsystem=golang
	cd obj-x86_64-linux-gnu && go test -v -p 1 gopkg.in/check.v1
=== RUN   Test

----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:447: FixtureS.TestFixtureLogging

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:451:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:436: FixtureLogHelper.Test\n" +
...     "\n" +
...     "1\n" +
...     "2\n" +
...     "3\n" +
...     "4\n" +
...     "5\n"
... regex string = "" +
...     "\n" +
...     "---+\n" +
...     "FAIL: fixture_test\\.go:[0-9]+: FixtureLogHelper\\.Test\n" +
...     "\n" +
...     "1\n" +
...     "2\n" +
...     "3\n" +
...     "4\n" +
...     "5\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:129: FixtureS.TestPanicOnSetUpSuite

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:149:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:120: FixtureHelper.SetUpSuite\n" +
...     "\n" +
...     "... Panic: SetUpSuite (PC=0x4588AA)\n" +
...     "\n" +
...     "/usr/lib/go-1.9/src/runtime/panic.go:491\n" +
...     "  in gopanic\n" +
...     "/usr/lib/go-1.9/src/reflect/value.go:302\n" +
...     "  in Value.Call\n" +
...     "/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337\n" +
...     "  in goexit\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper.SetUpSuite\n" +
...     "\n" +
...     "\\.\\.\\. Panic: SetUpSuite \\(PC=[xA-F0-9]+\\)\n" +
...     "\n" +
...     ".+:[0-9]+\n" +
...     "  in (go)?panic\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.trace\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.SetUpSuite\n" +
...     "(.|\n" +
...     ")*$"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:68: FixtureS.TestPanicOnSetUpTest

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:95:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:128: FixtureHelper.SetUpTest\n" +
...     "\n" +
...     "... Panic: SetUpTest (PC=0x4588AA)\n" +
...     "\n" +
...     "/usr/lib/go-1.9/src/runtime/panic.go:491\n" +
...     "  in gopanic\n" +
...     "/usr/lib/go-1.9/src/reflect/value.go:302\n" +
...     "  in Value.Call\n" +
...     "/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337\n" +
...     "  in goexit\n" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:136: FixtureHelper.Test1\n" +
...     "\n" +
...     "... Panic: Fixture has panicked (see related PANIC)\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper\\.SetUpTest\n" +
...     "\n" +
...     "\\.\\.\\. Panic: SetUpTest \\(PC=[xA-F0-9]+\\)\n" +
...     "\n" +
...     ".+:[0-9]+\n" +
...     "  in (go)?panic\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.trace\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.SetUpTest\n" +
...     "(.|\n" +
...     ")*\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper\\.Test1\n" +
...     "\n" +
...     "\\.\\.\\. Panic: Fixture has panicked \\(see related PANIC\\)\n" +
...     "$"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:152: FixtureS.TestPanicOnTearDownSuite

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:178:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:124: FixtureHelper.TearDownSuite\n" +
...     "\n" +
...     "... Panic: TearDownSuite (PC=0x4588AA)\n" +
...     "\n" +
...     "/usr/lib/go-1.9/src/runtime/panic.go:491\n" +
...     "  in gopanic\n" +
...     "/usr/lib/go-1.9/src/reflect/value.go:302\n" +
...     "  in Value.Call\n" +
...     "/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337\n" +
...     "  in goexit\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper.TearDownSuite\n" +
...     "\n" +
...     "\\.\\.\\. Panic: TearDownSuite \\(PC=[xA-F0-9]+\\)\n" +
...     "\n" +
...     ".+:[0-9]+\n" +
...     "  in (go)?panic\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.trace\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.TearDownSuite\n" +
...     "(.|\n" +
...     ")*$"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:98: FixtureS.TestPanicOnTearDownTest

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:126:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:132: FixtureHelper.TearDownTest\n" +
...     "\n" +
...     "... Panic: TearDownTest (PC=0x4588AA)\n" +
...     "\n" +
...     "/usr/lib/go-1.9/src/runtime/panic.go:491\n" +
...     "  in gopanic\n" +
...     "/usr/lib/go-1.9/src/reflect/value.go:302\n" +
...     "  in Value.Call\n" +
...     "/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337\n" +
...     "  in goexit\n" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:136: FixtureHelper.Test1\n" +
...     "\n" +
...     "... Panic: Fixture has panicked (see related PANIC)\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper.TearDownTest\n" +
...     "\n" +
...     "\\.\\.\\. Panic: TearDownTest \\(PC=[xA-F0-9]+\\)\n" +
...     "\n" +
...     ".+:[0-9]+\n" +
...     "  in (go)?panic\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.trace\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.TearDownTest\n" +
...     "(.|\n" +
...     ")*\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper\\.Test1\n" +
...     "\n" +
...     "\\.\\.\\. Panic: Fixture has panicked \\(see related PANIC\\)\n" +
...     "$"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:40: FixtureS.TestPanicOnTest

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:65:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:136: FixtureHelper.Test1\n" +
...     "\n" +
...     "... Panic: Test1 (PC=0x4588AA)\n" +
...     "\n" +
...     "/usr/lib/go-1.9/src/runtime/panic.go:491\n" +
...     "  in gopanic\n" +
...     "/usr/lib/go-1.9/src/reflect/value.go:302\n" +
...     "  in Value.Call\n" +
...     "/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337\n" +
...     "  in goexit\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: check_test\\.go:[0-9]+: FixtureHelper.Test1\n" +
...     "\n" +
...     "\\.\\.\\. Panic: Test1 \\(PC=[xA-F0-9]+\\)\n" +
...     "\n" +
...     ".+:[0-9]+\n" +
...     "  in (go)?panic\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.trace\n" +
...     ".*check_test.go:[0-9]+\n" +
...     "  in FixtureHelper.Test1\n" +
...     "(.|\n" +
...     ")*$"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:222: FixtureS.TestPanicOnWrongSetUpSuiteArg

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:235:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:317: WrongSetUpSuiteArgHelper.SetUpSuite\n" +
...     "\n" +
...     "... Panic: WrongSetUpSuiteArgHelper.SetUpSuite argument should be *check.C\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: fixture_test\\.go:[0-9]+: WrongSetUpSuiteArgHelper\\.SetUpSuite\n" +
...     "\n" +
...     "\\.\\.\\. Panic: WrongSetUpSuiteArgHelper\\.SetUpSuite argument should be \\*check\\.C\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:279: FixtureS.TestPanicOnWrongSetUpSuiteArgCount

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:292:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:338: WrongSetUpSuiteArgCountHelper.SetUpSuite\n" +
...     "\n" +
...     "... Panic: WrongSetUpSuiteArgCountHelper.SetUpSuite argument should be *check.C\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: fixture_test\\.go:[0-9]+: WrongSetUpSuiteArgCountHelper\\.SetUpSuite\n" +
...     "\n" +
...     "\\.\\.\\. Panic: WrongSetUpSuiteArgCountHelper\\.SetUpSuite argument should be \\*check\\.C\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:206: FixtureS.TestPanicOnWrongSetUpTestArg

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:219:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:310: WrongSetUpTestArgHelper.SetUpTest\n" +
...     "\n" +
...     "... Panic: WrongSetUpTestArgHelper.SetUpTest argument should be *check.C\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: fixture_test\\.go:[0-9]+: WrongSetUpTestArgHelper\\.SetUpTest\n" +
...     "\n" +
...     "\\.\\.\\. Panic: WrongSetUpTestArgHelper\\.SetUpTest argument should be \\*check\\.C\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:263: FixtureS.TestPanicOnWrongSetUpTestArgCount

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:276:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:331: WrongSetUpTestArgCountHelper.SetUpTest\n" +
...     "\n" +
...     "... Panic: WrongSetUpTestArgCountHelper.SetUpTest argument should be *check.C\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: fixture_test\\.go:[0-9]+: WrongSetUpTestArgCountHelper\\.SetUpTest\n" +
...     "\n" +
...     "\\.\\.\\. Panic: WrongSetUpTestArgCountHelper\\.SetUpTest argument should be \\*check\\.C\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:184: FixtureS.TestPanicOnWrongTestArg

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:203:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:303: WrongTestArgHelper.Test1\n" +
...     "\n" +
...     "... Panic: WrongTestArgHelper.Test1 argument should be *check.C\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: fixture_test\\.go:[0-9]+: WrongTestArgHelper\\.Test1\n" +
...     "\n" +
...     "\\.\\.\\. Panic: WrongTestArgHelper\\.Test1 argument should be \\*check\\.C\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:241: FixtureS.TestPanicOnWrongTestArgCount

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:260:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:324: WrongTestArgCountHelper.Test1\n" +
...     "\n" +
...     "... Panic: WrongTestArgCountHelper.Test1 argument should be *check.C\n"
... regex string = "" +
...     "^\n" +
...     "-+\n" +
...     "PANIC: fixture_test\\.go:[0-9]+: WrongTestArgCountHelper\\.Test1\n" +
...     "\n" +
...     "\\.\\.\\. Panic: WrongTestArgCountHelper\\.Test1 argument should be \\*check\\.C\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:409: FixtureS.TestSetUpSuiteAssert

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:413:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:370: FixtureCheckHelper.SetUpSuite\n" +
...     "\n" +
...     "golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:373:\n" +
...     "    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory\n" +
...     "... obtained bool = false\n" +
...     "... expected bool = true\n" +
...     "\n"
... regex string = "" +
...     "\n" +
...     "---+\n" +
...     "FAIL: fixture_test\\.go:[0-9]+: FixtureCheckHelper\\.SetUpSuite\n" +
...     "\n" +
...     "fixture_test\\.go:[0-9]+:\n" +
...     "    c\\.Assert\\(false, Equals, true\\)\n" +
...     "\\.+ obtained bool = false\n" +
...     "\\.+ expected bool = true\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:394: FixtureS.TestSetUpSuiteCheck

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:398:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:370: FixtureCheckHelper.SetUpSuite\n" +
...     "\n" +
...     "golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go:375:\n" +
...     "    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/fixture_test.go: no such file or directory\n" +
...     "... obtained bool = false\n" +
...     "... expected bool = true\n" +
...     "\n"
... regex string = "" +
...     "\n" +
...     "---+\n" +
...     "FAIL: fixture_test\\.go:[0-9]+: FixtureCheckHelper\\.SetUpSuite\n" +
...     "\n" +
...     "fixture_test\\.go:[0-9]+:\n" +
...     "    c\\.Check\\(false, Equals, true\\)\n" +
...     "\\.+ obtained bool = false\n" +
...     "\\.+ expected bool = true\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:171: FoundationS.TestCallerLoggingInDifferentFile

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:172:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:69:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... obtained int = 10
... expected int = 20

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:182:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(10, Equals, 20) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:172:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:69:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... obtained int = 10
... expected int = 20

----------

Expected:
----------
foundation_test.go:172:
    result, line := checkEqualWrapper\(c, 10, 20\)
check_test.go:69:
    return c.Check\(obtained, check.Equals, expected\), getMyLine\(\)
\.\.\. obtained int = 10
\.\.\. expected int = 20


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:154: FoundationS.TestCallerLoggingInsideTest

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:161:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... obtained int = 10
... expected int = 20

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:162:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(10, Equals, 20) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:161:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... obtained int = 10
... expected int = 20

----------

Expected:
----------
foundation_test.go:161:
    result := c.Check\(10, check.Equals, 20\)
\.\.\. obtained int = 10
\.\.\. expected int = 20


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:48: FoundationS.TestError

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:53:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Error message!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:54:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Error(`Error `, `message!`) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:53:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Error message!

----------

Expected:
----------
foundation_test.go:53:
    c\.Error\("Error ", "message!"\)
\.\.\. Error: Error message!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:29: FoundationS.TestErrorf

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:35:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Error message!

Errorf() logged "golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:35:\n    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory\n... Error: Error message!\n\n" rather than "foundation_test.go:35:\n    c.Errorf(\"Error %v!\", \"message\")\n... Error: Error message!\n\n"

----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:207: FoundationS.TestExpectFailureFail

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:223:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: ExpectFailure() didn't log properly:

----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:203: ExpectFailureFailHelper.TestFail

... Error: Test succeeded, but was expected to fail
... Reason: Bug #XYZ



----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:238: FoundationS.TestExpectFailureSucceedVerbose

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:251:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: ExpectFailure() didn't log properly:
FAIL EXPECTED: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:196: ExpectFailureSucceedHelper.TestSucceed (It booms!)	0.000s



----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:93: FoundationS.TestFailureHeader

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:103:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Failure didn't print a proper header.
... Got:

----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:79: FailHelper.TestLogAndFail

Expected failure!
... Expected something with:

----------------------------------------------------------------------
FAIL: check_test.go:79: FailHelper.TestLogAndFail



----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:110: FoundationS.TestFatal

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:128:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Die now!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:128:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:122:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Incorrect log:golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:128:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Die now!




----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:132: FoundationS.TestFatalf

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:150:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Die now!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:150:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:144:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Incorrect log:golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:150:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Die now!




----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:277: FoundationS.TestSkipVerbose

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:288:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go: no such file or directory
... Error: Skip() didn't log properly:
SKIP: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/foundation_test.go:262: SkipTestHelper.TestFail (Wrong platform or whatever)



----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:245: HelpersS.TestAssertFailWithExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:251:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:253:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:251:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(1, checker, 2) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:251:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:253:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, checker, 2\)
\.+ myobtained int = 1
\.+ myexpected int = 2


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:258: HelpersS.TestAssertFailWithExpectedAndMessage

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:265:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:267:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Hello world!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:265:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(1, checker, 2, msg) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:265:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:267:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Hello world!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, checker, 2, myComment\("Hello world!"\)\)
\.+ myobtained int = 1
\.+ myexpected int = 2
\.+ Hello world!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:272: HelpersS.TestAssertFailWithoutExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:277:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:279:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:277:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(1, checker) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:277:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:279:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, checker\)
\.+ myvalue int = 1


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:284: HelpersS.TestAssertFailWithoutExpectedAndMessage

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:290:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:292:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1
... Hello world!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:290:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(1, checker, msg) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:290:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:292:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1
... Hello world!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, checker, myComment\("Hello world!"\)\)
\.+ myvalue int = 1
\.+ Hello world!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:311: HelpersS.TestAssertWithError

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:318:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:320:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Some not so cool data provided!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:318:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(1, checker, 2) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:318:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:320:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Some not so cool data provided!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, checker, 2\)
\.+ myobtained int = 1
\.+ myexpected int = 2
\.+ Some not so cool data provided!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:297: HelpersS.TestAssertWithMissingExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:304:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:306:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Assert(myobtained, MyChecker, myexpected):
... Wrong number of parameters for MyChecker: want 3, got 2

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:304:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(1, checker, !?) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:304:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:306:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Assert(myobtained, MyChecker, myexpected):
... Wrong number of parameters for MyChecker: want 3, got 2

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, checker\)
\.+ Assert\(myobtained, MyChecker, myexpected\):
\.+ Wrong number of parameters for MyChecker: want 3, got 2


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:325: HelpersS.TestAssertWithNilChecker

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:330:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:332:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Assert(obtained, nil!?, ...):
... Oops.. you've provided a nil checker!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:330:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Assert(obtained, nil) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:330:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:332:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Assert(obtained, nil!?, ...):
... Oops.. you've provided a nil checker!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    c\.Assert\(1, nil\)
\.+ Assert\(obtained, nil!\?, \.\.\.\):
\.+ Oops\.\. you've provided a nil checker!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:96: HelpersS.TestCheckFailWithExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:102:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:104:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:102:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, 2) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:102:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:104:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker, 2\)
\.+ myobtained int = 1
\.+ myexpected int = 2


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:108: HelpersS.TestCheckFailWithExpectedAndComment

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:115:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:117:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Hello world!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:115:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, 2, msg) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:115:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:117:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Hello world!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker, 2, myComment\("Hello world!"\)\)
\.+ myobtained int = 1
\.+ myexpected int = 2
\.+ Hello world!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:121: HelpersS.TestCheckFailWithExpectedAndStaticComment

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:128:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:131:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:128:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, 2, msg) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:128:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:131:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    // Nice leading comment\.
    return c\.Check\(1, checker, 2\) // Hello there
\.+ myobtained int = 1
\.+ myexpected int = 2


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:135: HelpersS.TestCheckFailWithoutExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:140:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:142:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:140:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:140:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:142:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker\)
\.+ myvalue int = 1


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:146: HelpersS.TestCheckFailWithoutExpectedAndMessage

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:152:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:154:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1
... Hello world!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:152:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, msg) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:152:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:154:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myvalue int = 1
... Hello world!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker, myComment\("Hello world!"\)\)
\.+ myvalue int = 1
\.+ Hello world!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:184: HelpersS.TestCheckWithError

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:191:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Some not so cool data provided!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:191:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, 2) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:191:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained int = 1
... myexpected int = 2
... Some not so cool data provided!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker, 2\)
\.+ myobtained int = 1
\.+ myexpected int = 2
\.+ Some not so cool data provided!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:158: HelpersS.TestCheckWithMissingExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:165:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:167:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Check(myobtained, MyChecker, myexpected):
... Wrong number of parameters for MyChecker: want 3, got 2

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:165:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, !?) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:165:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:167:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Check(myobtained, MyChecker, myexpected):
... Wrong number of parameters for MyChecker: want 3, got 2

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker\)
\.+ Check\(myobtained, MyChecker, myexpected\):
\.+ Wrong number of parameters for MyChecker: want 3, got 2


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:197: HelpersS.TestCheckWithNilChecker

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:202:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:204:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Check(obtained, nil!?, ...):
... Oops.. you've provided a nil checker!

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:202:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(obtained, nil) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:202:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:204:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Check(obtained, nil!?, ...):
... Oops.. you've provided a nil checker!

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, nil\)
\.+ Check\(obtained, nil!\?, \.\.\.\):
\.+ Oops\.\. you've provided a nil checker!


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:208: HelpersS.TestCheckWithParamsAndNamesMutation

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:214:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:216:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... newobtained int = 3
... newexpected int = 4

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:214:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, 2) with mutation logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:214:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:216:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... newobtained int = 3
... newexpected int = 4

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker, 2\)
\.+ newobtained int = 3
\.+ newexpected int = 4


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:171: HelpersS.TestCheckWithTooManyExpected

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:178:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:180:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Check(myobtained, MyChecker, myexpected):
... Wrong number of parameters for MyChecker: want 3, got 4

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:178:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check(1, checker, 2, 3) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:178:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:180:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... Check(myobtained, MyChecker, myexpected):
... Wrong number of parameters for MyChecker: want 3, got 4

----------

Expected:
----------
(?s)helpers_test\.go:[0-9]+:.*
helpers_test\.go:[0-9]+:
    return c\.Check\(1, checker, 2, 3\)
\.+ Check\(myobtained, MyChecker, myexpected\):
\.+ Wrong number of parameters for MyChecker: want 3, got 4


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:340: HelpersS.TestValueLoggingWithArrays

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:346:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:348:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained []uint8 = []byte{0x1, 0x2}
... myexpected []uint8 = []byte{0x1, 0x3}

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:346:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check([]byte{1}, chk, []byte{3}) logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:346:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:348:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained []uint8 = []byte{0x1, 0x2}
... myexpected []uint8 = []byte{0x1, 0x3}

----------

Expected:
----------
(?s)helpers_test.go:[0-9]+:.*
helpers_test.go:[0-9]+:
    return c\.Check\(\[\]byte{1, 2}, checker, \[\]byte{1, 3}\)
\.+ myobtained \[\]uint8 = \[\]byte{0x1, 0x2}
\.+ myexpected \[\]uint8 = \[\]byte{0x1, 0x3}


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:352: HelpersS.TestValueLoggingWithMultiLine

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:363:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:365:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained string = "" +
...     "a\n" +
...     "b\n"
... myexpected string = "" +
...     "a\n" +
...     "b\n" +
...     "c"

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:363:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check("a\nb\n", chk, "a\nb\nc") logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:363:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:365:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained string = "" +
...     "a\n" +
...     "b\n"
... myexpected string = "" +
...     "a\n" +
...     "b\n" +
...     "c"

----------

Expected:
----------
(?s)helpers_test.go:[0-9]+:.*
helpers_test.go:[0-9]+:
    return c\.Check\("a\\nb\\n", checker, "a\\nb\\nc"\)
\.+ myobtained string = "" \+
\.+     "a\\n" \+
\.+     "b\\n"
\.+ myexpected string = "" \+
\.+     "a\\n" \+
\.+     "b\\n" \+
\.+     "c"


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:369: HelpersS.TestValueLoggingWithMultiLineException

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:378:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:380:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained string = "a b\n"
... myexpected string = "" +
...     "a\n" +
...     "b"

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:378:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:193:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go: no such file or directory
... Error: Check("a b\n", chk, "a\nb") logged:
----------
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:378:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go:380:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/helpers_test.go: no such file or directory
... myobtained string = "a b\n"
... myexpected string = "" +
...     "a\n" +
...     "b"

----------

Expected:
----------
(?s)helpers_test.go:[0-9]+:.*
helpers_test.go:[0-9]+:
    return c\.Check\("a b\\n", checker, "a\\nb"\)
\.+ myobtained string = "a b\\n"
\.+ myexpected string = "" \+
\.+     "a\\n" \+
\.+     "b"


----------


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:60: reporterS.TestWriteCallProblemWithStreamFlag

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:70:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "" +
...     "test problem label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:60: reporterS.TestWriteCallProblemWithStreamFlag\n" +
...     "\n"
... regex string = "" +
...     "test problem label: reporter_test.go:\\d+: reporterS.TestWriteCallProblemWithStreamFlag\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:73: reporterS.TestWriteCallProblemWithoutStreamFlag

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:86:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "test problem label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:73: reporterS.TestWriteCallProblemWithoutStreamFlag\n" +
...     "\n"
... regex string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "test problem label: reporter_test.go:\\d+: reporterS.TestWriteCallProblemWithoutStreamFlag\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:89: reporterS.TestWriteCallProblemWithoutStreamFlagWithLog

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:104:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "test problem label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:89: reporterS.TestWriteCallProblemWithoutStreamFlagWithLog\n" +
...     "\n" +
...     "test log\n"
... regex string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "test problem label: reporter_test.go:\\d+: reporterS.TestWriteCallProblemWithoutStreamFlagWithLog\n" +
...     "\n" +
...     "test log\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:35: reporterS.TestWriteCallStartedWithStreamFlag

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:45:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "test started label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:35: reporterS.TestWriteCallStartedWithStreamFlag\n"
... regex string = "test started label: reporter_test.go:\\d+: reporterS.TestWriteCallStartedWithStreamFlag\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:107: reporterS.TestWriteCallSuccessWithStreamFlag

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:117:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "" +
...     "test success label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:107: reporterS.TestWriteCallSuccessWithStreamFlag\t0.000s\n" +
...     "\n"
... regex string = "" +
...     "test success label: reporter_test.go:\\d+: reporterS.TestWriteCallSuccessWithStreamFlag\t\\d\\.\\d+s\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:120: reporterS.TestWriteCallSuccessWithStreamFlagAndReason

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:133:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "" +
...     "test success label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:120: reporterS.TestWriteCallSuccessWithStreamFlagAndReason (test skip reason)\t0.000s\n" +
...     "\n"
... regex string = "" +
...     "test success label: reporter_test.go:\\d+: reporterS.TestWriteCallSuccessWithStreamFlagAndReason \\(test skip reason\\)\t\\d\\.\\d+s\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:136: reporterS.TestWriteCallSuccessWithoutStreamFlagWithVerboseFlag

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:146:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go: no such file or directory
... value string = "test success label: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/reporter_test.go:136: reporterS.TestWriteCallSuccessWithoutStreamFlagWithVerboseFlag\t0.000s\n"
... regex string = "test success label: reporter_test.go:\\d+: reporterS.TestWriteCallSuccessWithoutStreamFlagWithVerboseFlag\t\\d\\.\\d+s\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:359: RunS.TestStreamMode

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:372:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go: no such file or directory
... value string = "" +
...     "START: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:336: StreamHelper.SetUpSuite\n" +
...     "0\n" +
...     "PASS: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:336: StreamHelper.SetUpSuite\t0.000s\n" +
...     "\n" +
...     "START: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:340: StreamHelper.Test1\n" +
...     "1\n" +
...     "PASS: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:340: StreamHelper.Test1\t0.000s\n" +
...     "\n" +
...     "START: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:351: StreamHelper.Test2\n" +
...     "2\n" +
...     "3\n" +
...     "4\n" +
...     "FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:351: StreamHelper.Test2\n" +
...     "\n"
... regex string = "" +
...     "START: run_test\\.go:[0-9]+: StreamHelper\\.SetUpSuite\n" +
...     "0\n" +
...     "PASS: run_test\\.go:[0-9]+: StreamHelper\\.SetUpSuite\t *[.0-9]+s\n" +
...     "\n" +
...     "START: run_test\\.go:[0-9]+: StreamHelper\\.Test1\n" +
...     "1\n" +
...     "PASS: run_test\\.go:[0-9]+: StreamHelper\\.Test1\t *[.0-9]+s\n" +
...     "\n" +
...     "START: run_test\\.go:[0-9]+: StreamHelper\\.Test2\n" +
...     "2\n" +
...     "3\n" +
...     "4\n" +
...     "FAIL: run_test\\.go:[0-9]+: StreamHelper\\.Test2\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:386: RunS.TestStreamModeWithMiss

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:397:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go: no such file or directory
... value string = "" +
...     "START: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:377: StreamMissHelper.SetUpSuite\n" +
...     "0\n" +
...     "FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:377: StreamMissHelper.SetUpSuite\n" +
...     "\n" +
...     "START: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:382: StreamMissHelper.Test1\n" +
...     "MISS: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:382: StreamMissHelper.Test1\n" +
...     "\n"
... regex string = "" +
...     "START: run_test\\.go:[0-9]+: StreamMissHelper\\.SetUpSuite\n" +
...     "0\n" +
...     "FAIL: run_test\\.go:[0-9]+: StreamMissHelper\\.SetUpSuite\n" +
...     "\n" +
...     "START: run_test\\.go:[0-9]+: StreamMissHelper\\.Test1\n" +
...     "MISS: run_test\\.go:[0-9]+: StreamMissHelper\\.Test1\n" +
...     "\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:304: RunS.TestVerboseMode

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:313:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go: no such file or directory
... value string = "" +
...     "PASS: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:136: FixtureHelper.Test1\t0.000s\n" +
...     "PASS: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:140: FixtureHelper.Test2\t0.000s\n"
... regex string = "" +
...     "PASS: check_test\\.go:[0-9]+: FixtureHelper\\.Test1\t *[.0-9]+s\n" +
...     "PASS: check_test\\.go:[0-9]+: FixtureHelper\\.Test2\t *[.0-9]+s\n"


----------------------------------------------------------------------
FAIL: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:316: RunS.TestVerboseModeWithFailBeforePass

golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go:325:
    ...open golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/run_test.go: no such file or directory
... value string = "" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PANIC: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:136: FixtureHelper.Test1\n" +
...     "\n" +
...     "... Panic: Test1 (PC=0x4588AA)\n" +
...     "\n" +
...     "/usr/lib/go-1.9/src/runtime/panic.go:491\n" +
...     "  in gopanic\n" +
...     "/usr/lib/go-1.9/src/reflect/value.go:302\n" +
...     "  in Value.Call\n" +
...     "/usr/lib/go-1.9/src/runtime/asm_amd64.s:2337\n" +
...     "  in goexit\n" +
...     "\n" +
...     "----------------------------------------------------------------------\n" +
...     "PASS: golang-check.v1_0.0+git20161208.0.20d25e2-1/obj-x86_64-linux-gnu/src/gopkg.in/check.v1/check_test.go:140: FixtureHelper.Test2\t0.000s\n"
... regex string = "" +
...     "(?s).*PANIC.*\n" +
...     "-+\n" +
...     "PASS: check_test\\.go:[0-9]+: FixtureHelper\\.Test2\t *[.0-9]+s\n"

OOPS: 77 passed, 5 skipped, 55 FAILED
--- FAIL: Test (0.09s)
FAIL
exit status 1
FAIL	gopkg.in/check.v1	0.093s
dh_auto_test: cd obj-x86_64-linux-gnu && go test -v -p 1 gopkg.in/check.v1 returned exit code 1
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 1



More information about the Pkg-go-maintainers mailing list