Source: golang-gocheck
Version: 0.0~bzr20131118+85-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>    dh_testdir -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
> launchpad.net/gocheck
>    dh_auto_test -O--buildsystem=golang
> === RUN Test
> 
> ----------------------------------------------------------------------
> FAIL: fixture_test.go:126: FixtureS.TestPanicOnSetUpSuite
> 
> fixture_test.go:145:
>     c.Check(output.value, Matches, expected)
> ... value string = "" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:119: FixtureHelper.SetUpSuite\n" +
> ...     "\n" +
> ...     "... Panic: SetUpSuite (PC=0x413786)\n" +
> ...     "\n" +
> ...     "/usr/lib/go/src/pkg/runtime/panic.c:248\n" +
> ...     "  in panic\n" +
> ...     "gocheck_test.go:109\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     "gocheck_test.go:120\n" +
> ...     "  in FixtureHelper.SetUpSuite\n" +
> ...     "/usr/lib/go/src/pkg/runtime/asm_amd64.s:338\n" +
> ...     "  in call16\n"
> ... regex string = "" +
> ...     "^\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper.SetUpSuite\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: SetUpSuite \\(PC=[xA-F0-9]+\\)\n" +
> ...     "\n" +
> ...     ".+:[0-9]+\n" +
> ...     "  in panic\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.SetUpSuite\n" +
> ...     "$"
> 
> 
> ----------------------------------------------------------------------
> FAIL: fixture_test.go:67: FixtureS.TestPanicOnSetUpTest
> 
> fixture_test.go:93:
>     c.Check(output.value, Matches, expected)
> ... value string = "" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:127: FixtureHelper.SetUpTest\n" +
> ...     "\n" +
> ...     "... Panic: SetUpTest (PC=0x413786)\n" +
> ...     "\n" +
> ...     "/usr/lib/go/src/pkg/runtime/panic.c:248\n" +
> ...     "  in panic\n" +
> ...     "gocheck_test.go:109\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     "gocheck_test.go:128\n" +
> ...     "  in FixtureHelper.SetUpTest\n" +
> ...     "/usr/lib/go/src/pkg/runtime/asm_amd64.s:338\n" +
> ...     "  in call16\n" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:135: FixtureHelper.Test1\n" +
> ...     "\n" +
> ...     "... Panic: Fixture has panicked (see related PANIC)\n"
> ... regex string = "" +
> ...     "^\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper\\.SetUpTest\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: SetUpTest \\(PC=[xA-F0-9]+\\)\n" +
> ...     "\n" +
> ...     ".+:[0-9]+\n" +
> ...     "  in panic\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.SetUpTest\n" +
> ...     "\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper\\.Test1\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: Fixture has panicked \\(see related PANIC\\)\n" +
> ...     "$"
> 
> 
> ----------------------------------------------------------------------
> FAIL: fixture_test.go:148: FixtureS.TestPanicOnTearDownSuite
> 
> fixture_test.go:173:
>     c.Check(output.value, Matches, expected)
> ... value string = "" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:123: FixtureHelper.TearDownSuite\n" +
> ...     "\n" +
> ...     "... Panic: TearDownSuite (PC=0x413786)\n" +
> ...     "\n" +
> ...     "/usr/lib/go/src/pkg/runtime/panic.c:248\n" +
> ...     "  in panic\n" +
> ...     "gocheck_test.go:109\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     "gocheck_test.go:124\n" +
> ...     "  in FixtureHelper.TearDownSuite\n" +
> ...     "/usr/lib/go/src/pkg/runtime/asm_amd64.s:338\n" +
> ...     "  in call16\n"
> ... regex string = "" +
> ...     "^\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper.TearDownSuite\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: TearDownSuite \\(PC=[xA-F0-9]+\\)\n" +
> ...     "\n" +
> ...     ".+:[0-9]+\n" +
> ...     "  in panic\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.TearDownSuite\n" +
> ...     "$"
> 
> 
> ----------------------------------------------------------------------
> FAIL: fixture_test.go:96: FixtureS.TestPanicOnTearDownTest
> 
> fixture_test.go:123:
>     c.Check(output.value, Matches, expected)
> ... value string = "" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:131: FixtureHelper.TearDownTest\n" +
> ...     "\n" +
> ...     "... Panic: TearDownTest (PC=0x413786)\n" +
> ...     "\n" +
> ...     "/usr/lib/go/src/pkg/runtime/panic.c:248\n" +
> ...     "  in panic\n" +
> ...     "gocheck_test.go:109\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     "gocheck_test.go:132\n" +
> ...     "  in FixtureHelper.TearDownTest\n" +
> ...     "/usr/lib/go/src/pkg/runtime/asm_amd64.s:338\n" +
> ...     "  in call16\n" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:135: FixtureHelper.Test1\n" +
> ...     "\n" +
> ...     "... Panic: Fixture has panicked (see related PANIC)\n"
> ... regex string = "" +
> ...     "^\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper.TearDownTest\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: TearDownTest \\(PC=[xA-F0-9]+\\)\n" +
> ...     "\n" +
> ...     ".+:[0-9]+\n" +
> ...     "  in panic\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.TearDownTest\n" +
> ...     "\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper\\.Test1\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: Fixture has panicked \\(see related PANIC\\)\n" +
> ...     "$"
> 
> 
> ----------------------------------------------------------------------
> FAIL: fixture_test.go:40: FixtureS.TestPanicOnTest
> 
> fixture_test.go:64:
>     c.Check(output.value, Matches, expected)
> ... value string = "" +
> ...     "\n" +
> ...     
> "----------------------------------------------------------------------\n" +
> ...     "PANIC: gocheck_test.go:135: FixtureHelper.Test1\n" +
> ...     "\n" +
> ...     "... Panic: Test1 (PC=0x413786)\n" +
> ...     "\n" +
> ...     "/usr/lib/go/src/pkg/runtime/panic.c:248\n" +
> ...     "  in panic\n" +
> ...     "gocheck_test.go:109\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     "gocheck_test.go:136\n" +
> ...     "  in FixtureHelper.Test1\n" +
> ...     "/usr/lib/go/src/pkg/runtime/asm_amd64.s:338\n" +
> ...     "  in call16\n"
> ... regex string = "" +
> ...     "^\n" +
> ...     "-+\n" +
> ...     "PANIC: gocheck_test\\.go:[0-9]+: FixtureHelper.Test1\n" +
> ...     "\n" +
> ...     "\\.\\.\\. Panic: Test1 \\(PC=[xA-F0-9]+\\)\n" +
> ...     "\n" +
> ...     ".+:[0-9]+\n" +
> ...     "  in panic\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.trace\n" +
> ...     ".*gocheck_test.go:[0-9]+\n" +
> ...     "  in FixtureHelper.Test1\n" +
> ...     "$"
> 
> OOPS: 119 passed, 5 FAILED
> --- FAIL: Test (0.26 seconds)
> FAIL
> exit status 1
> FAIL  launchpad.net/gocheck   0.268s
> dh_auto_test: go test -v launchpad.net/gocheck/... returned exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/golang-gocheck_0.0~bzr20131118+85-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to