Your message dated Tue, 31 Dec 2013 06:33:31 +0000
with message-id <e1vxstp-0001jc...@franck.debian.org>
and subject line Bug#733440: fixed in golang-gocheck 0.0~bzr20131118+85-2
has caused the Debian Bug report #733440,
regarding golang-gocheck: FTBFS: Tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
733440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: golang-gocheck
Source-Version: 0.0~bzr20131118+85-2

We believe that the bug you reported is fixed in the latest version of
golang-gocheck, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 733...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergio Schvezov <sergio.schve...@canonical.com> (supplier of updated 
golang-gocheck package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2013 14:02:10 -0300
Source: golang-gocheck
Binary: golang-gocheck-dev
Architecture: source all
Version: 0.0~bzr20131118+85-2
Distribution: unstable
Urgency: medium
Maintainer: Sergio Schvezov <sergio.schve...@canonical.com>
Changed-By: Sergio Schvezov <sergio.schve...@canonical.com>
Description: 
 golang-gocheck-dev - Richer testing framework for Go libraries and 
applications to use
Closes: 733440
Changes: 
 golang-gocheck (0.0~bzr20131118+85-2) unstable; urgency=medium
 .
   * Patching fixture_test.go with expected panic msg for Go 1.2
     (Closes: #733440)
Checksums-Sha1: 
 ffc94103a6652c995344a15a0e311940d0d758f4 2041 
golang-gocheck_0.0~bzr20131118+85-2.dsc
 b5cd59e96ae9581dc39fe6ea4732f4e4a1a5ab8d 3103 
golang-gocheck_0.0~bzr20131118+85-2.debian.tar.gz
 12055a1789c7e2ddb1cf41d4aeb8a705ad693a6b 27358 
golang-gocheck-dev_0.0~bzr20131118+85-2_all.deb
Checksums-Sha256: 
 35959debe7390befae00002f61e144532442f43943ca5d92d5e5e1b316b6ac67 2041 
golang-gocheck_0.0~bzr20131118+85-2.dsc
 51b2418bae7c70486a1492d26167299d4218bf59e1c88d1774f0eada0f5c78f7 3103 
golang-gocheck_0.0~bzr20131118+85-2.debian.tar.gz
 78fd4ff9f0fcee72b821af37c7f6638bfca0b8157d0c344fa12894ea07d449f5 27358 
golang-gocheck-dev_0.0~bzr20131118+85-2_all.deb
Files: 
 400a90d6290753add017663bbc60d0eb 2041 devel extra 
golang-gocheck_0.0~bzr20131118+85-2.dsc
 5fdaf781cc1ef94b55e8070df023a6fa 3103 devel extra 
golang-gocheck_0.0~bzr20131118+85-2.debian.tar.gz
 1d1b02c6b511cb633d57648556a179a4 27358 devel extra 
golang-gocheck-dev_0.0~bzr20131118+85-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJSwmQQAAoJEE5xYO1KyO4dq/UP/A/cd5W2cVZ70EdzHbWmEreV
oOU/1BxbXgL5KjBnndIR1hIxovcWz+tsSyUncWk8BARQTgJVHedTwfBFjUNZZAly
VJ37QW0I0nhEI7BzZq4Hct6q/uc2GMmqGBrkBzXUD1/HnT5anRWOF9gfNYcVJiRz
msyEC7QRdky8VClgg385x/TMRqXOTuSJmATUZM+dl5EsNvJXWgPFFRco52nLVUQv
MJsVEL7sn7ooSkil3zU8cl3Bi/BlWkK9yORecQFsopX6WvBscIt3DV/CtoMCqwLZ
WDzgLDsSLo8sjIggvo8VjWSQMqGBHF/DigzKBpSvN+2AodoxEXrirpAo1aKbAUSw
28PHdqnDJyBHSJvvxy7lNZ1Ya7aQuDxny7EsnTzLLYcsJjVgaoXzFLOLZKFJrQ+I
NGq+IZBemQMr/US70eBs3wv5nGgReuxBUVojtwUJNCPaBQKgLlzJMczor3X/5bCI
NmzHNgTukuQF/pPVxza7YM23t/Zq7Z7FB9IA8+quOR/aHdAoDVD6NGu/38BguM8v
AIqayKy8iltnppGFDYrSl9oqny8nOl9sM+EAB6z6xA5A8ugO1EvmJh8WgAvybT/g
s3I2LsNr6sXV79ZRQZR4wSRImnv5Art32EEouNecrYC+bDUnzNiZXrnk/n2xVZA6
ZvpyiUTXuR4irsigq8dD
=Xa/Z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to