Your message dated Sat, 13 Dec 2014 16:49:19 +0000
with message-id <[email protected]>
and subject line Bug#769259: fixed in golang-testify 0.0~git20141213-1
has caused the Debian Bug report #769259,
regarding golang-testify: FTBFS in jessie/i386: dh_auto_test: go test -v 
github.com/stretchr/testify github.com/stretchr/testify/assert 
github.com/stretchr/testify/http github.com/stretchr/testify/mock 
github.com/stretchr/testify/suite returned exit code 1
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 [email protected]
immediately.)


-- 
769259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769259
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-testify
Version: 0.0~git20140717-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20141112 qa-ftbfs
Justification: FTBFS in jessie on i386

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on i386.

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
> github.com/stretchr/testify/assert
> github.com/stretchr/objx
> github.com/stretchr/testify/suite
> github.com/stretchr/testify/mock
> github.com/stretchr/testify/http
> github.com/stretchr/testify
>    dh_auto_test -O--buildsystem=golang
> === RUN TestImports
> --- PASS: TestImports (0.00 seconds)
> PASS
> ok    github.com/stretchr/testify     0.008s
> === RUN TestObjectsAreEqual
> --- PASS: TestObjectsAreEqual (0.00 seconds)
> === RUN TestImplements
> --- PASS: TestImplements (0.00 seconds)
> === RUN TestIsType
> --- PASS: TestIsType (0.00 seconds)
> === RUN TestEqual
> --- FAIL: TestEqual (0.00 seconds)
>       assertions_test.go:94: Equal should return true
> === RUN TestNotNil
> --- PASS: TestNotNil (0.00 seconds)
> === RUN TestNil
> --- PASS: TestNil (0.00 seconds)
> === RUN TestTrue
> --- PASS: TestTrue (0.00 seconds)
> === RUN TestFalse
> --- PASS: TestFalse (0.00 seconds)
> === RUN TestExactly
> --- PASS: TestExactly (0.00 seconds)
> === RUN TestNotEqual
> --- PASS: TestNotEqual (0.00 seconds)
> === RUN TestContains
> --- PASS: TestContains (0.00 seconds)
> === RUN TestNotContains
> --- PASS: TestNotContains (0.00 seconds)
> === RUN TestDidPanic
> --- PASS: TestDidPanic (0.00 seconds)
> === RUN TestPanics
> --- PASS: TestPanics (0.00 seconds)
> === RUN TestNotPanics
> --- PASS: TestNotPanics (0.00 seconds)
> === RUN TestEqual_Funcs
> --- PASS: TestEqual_Funcs (0.00 seconds)
> === RUN TestNoError
> --- PASS: TestNoError (0.00 seconds)
> === RUN TestError
> --- PASS: TestError (0.00 seconds)
> === RUN TestEqualError
> --- PASS: TestEqualError (0.00 seconds)
> === RUN Test_isEmpty
> --- PASS: Test_isEmpty (0.00 seconds)
> === RUN TestEmpty
> --- PASS: TestEmpty (0.00 seconds)
> === RUN TestNotEmpty
> --- PASS: TestNotEmpty (0.00 seconds)
> === RUN Test_getLen
> --- PASS: Test_getLen (0.00 seconds)
> === RUN TestLen
> --- PASS: TestLen (0.00 seconds)
> === RUN TestWithinDuration
> --- PASS: TestWithinDuration (0.00 seconds)
> === RUN TestInDelta
> --- PASS: TestInDelta (0.00 seconds)
> === RUN TestImplementsWrapper
> --- PASS: TestImplementsWrapper (0.00 seconds)
> === RUN TestIsTypeWrapper
> --- PASS: TestIsTypeWrapper (0.00 seconds)
> === RUN TestEqualWrapper
> --- PASS: TestEqualWrapper (0.00 seconds)
> === RUN TestNotNilWrapper
> --- PASS: TestNotNilWrapper (0.00 seconds)
> === RUN TestNilWrapper
> --- PASS: TestNilWrapper (0.00 seconds)
> === RUN TestTrueWrapper
> --- PASS: TestTrueWrapper (0.00 seconds)
> === RUN TestFalseWrapper
> --- PASS: TestFalseWrapper (0.00 seconds)
> === RUN TestExactlyWrapper
> --- PASS: TestExactlyWrapper (0.00 seconds)
> === RUN TestNotEqualWrapper
> --- PASS: TestNotEqualWrapper (0.00 seconds)
> === RUN TestContainsWrapper
> --- PASS: TestContainsWrapper (0.00 seconds)
> === RUN TestNotContainsWrapper
> --- PASS: TestNotContainsWrapper (0.00 seconds)
> === RUN TestDidPanicWrapper
> --- PASS: TestDidPanicWrapper (0.00 seconds)
> === RUN TestPanicsWrapper
> --- PASS: TestPanicsWrapper (0.00 seconds)
> === RUN TestNotPanicsWrapper
> --- PASS: TestNotPanicsWrapper (0.00 seconds)
> === RUN TestEqualWrapper_Funcs
> --- PASS: TestEqualWrapper_Funcs (0.00 seconds)
> === RUN TestNoErrorWrapper
> --- PASS: TestNoErrorWrapper (0.00 seconds)
> === RUN TestErrorWrapper
> --- PASS: TestErrorWrapper (0.00 seconds)
> === RUN TestEqualErrorWrapper
> --- PASS: TestEqualErrorWrapper (0.00 seconds)
> === RUN TestEmptyWrapper
> --- PASS: TestEmptyWrapper (0.00 seconds)
> === RUN TestNotEmptyWrapper
> --- PASS: TestNotEmptyWrapper (0.00 seconds)
> === RUN TestLenWrapper
> --- PASS: TestLenWrapper (0.00 seconds)
> === RUN TestWithinDurationWrapper
> --- PASS: TestWithinDurationWrapper (0.00 seconds)
> FAIL
> FAIL  github.com/stretchr/testify/assert      0.013s
> ?     github.com/stretchr/testify/http        [no test files]
> === RUN Test_Mock_TestData
> --- PASS: Test_Mock_TestData (0.00 seconds)
> === RUN Test_Mock_On
> --- PASS: Test_Mock_On (0.00 seconds)
> === RUN Test_Mock_On_WithArgs
> --- PASS: Test_Mock_On_WithArgs (0.00 seconds)
> === RUN Test_Mock_Return
> --- PASS: Test_Mock_Return (0.00 seconds)
> === RUN Test_Mock_Return_Once
> --- PASS: Test_Mock_Return_Once (0.00 seconds)
> === RUN Test_Mock_Return_Twice
> --- PASS: Test_Mock_Return_Twice (0.00 seconds)
> === RUN Test_Mock_Return_Times
> --- PASS: Test_Mock_Return_Times (0.00 seconds)
> === RUN Test_Mock_Return_Nothing
> --- PASS: Test_Mock_Return_Nothing (0.00 seconds)
> === RUN Test_Mock_findExpectedCall
> --- PASS: Test_Mock_findExpectedCall (0.00 seconds)
> === RUN Test_Mock_findExpectedCall_For_Unknown_Method
> --- PASS: Test_Mock_findExpectedCall_For_Unknown_Method (0.00 seconds)
> === RUN Test_Mock_findExpectedCall_Respects_Repeatability
> --- PASS: Test_Mock_findExpectedCall_Respects_Repeatability (0.00 seconds)
> === RUN Test_callString
> --- PASS: Test_callString (0.00 seconds)
> === RUN Test_Mock_Called
> --- PASS: Test_Mock_Called (0.00 seconds)
> === RUN Test_Mock_Called_For_Bounded_Repeatability
> --- PASS: Test_Mock_Called_For_Bounded_Repeatability (0.00 seconds)
> === RUN Test_Mock_Called_For_SetTime_Expectation
> --- PASS: Test_Mock_Called_For_SetTime_Expectation (0.00 seconds)
> === RUN Test_Mock_Called_Unexpected
> --- PASS: Test_Mock_Called_Unexpected (0.00 seconds)
> === RUN Test_AssertExpectationsForObjects_Helper
> --- PASS: Test_AssertExpectationsForObjects_Helper (0.00 seconds)
>       mock.go:259: ✅  Test_AssertExpectationsForObjects_Helper(int)
>       mock.go:259: ✅  Test_AssertExpectationsForObjects_Helper(int)
>       mock.go:259: ✅  Test_AssertExpectationsForObjects_Helper(int)
> === RUN Test_AssertExpectationsForObjects_Helper_Failed
> --- PASS: Test_AssertExpectationsForObjects_Helper_Failed (0.00 seconds)
> === RUN Test_Mock_AssertExpectations
> --- PASS: Test_Mock_AssertExpectations (0.00 seconds)
> === RUN Test_Mock_AssertExpectationsCustomType
> --- PASS: Test_Mock_AssertExpectationsCustomType (0.00 seconds)
> === RUN Test_Mock_AssertExpectations_With_Repeatability
> --- PASS: Test_Mock_AssertExpectations_With_Repeatability (0.00 seconds)
> === RUN Test_Mock_TwoCallsWithDifferentArguments
> --- PASS: Test_Mock_TwoCallsWithDifferentArguments (0.00 seconds)
> === RUN Test_Mock_AssertNumberOfCalls
> --- PASS: Test_Mock_AssertNumberOfCalls (0.00 seconds)
> === RUN Test_Mock_AssertCalled
> --- PASS: Test_Mock_AssertCalled (0.00 seconds)
> === RUN Test_Mock_AssertCalled_WithAnythingOfTypeArgument
> --- PASS: Test_Mock_AssertCalled_WithAnythingOfTypeArgument (0.00 seconds)
> === RUN Test_Mock_AssertCalled_WithArguments
> --- PASS: Test_Mock_AssertCalled_WithArguments (0.00 seconds)
> === RUN Test_Mock_AssertCalled_WithArguments_With_Repeatability
> --- PASS: Test_Mock_AssertCalled_WithArguments_With_Repeatability (0.00 
> seconds)
> === RUN Test_Mock_AssertNotCalled
> --- PASS: Test_Mock_AssertNotCalled (0.00 seconds)
> === RUN Test_Arguments_Get
> --- PASS: Test_Arguments_Get (0.00 seconds)
> === RUN Test_Arguments_Is
> --- PASS: Test_Arguments_Is (0.00 seconds)
> === RUN Test_Arguments_Diff
> --- PASS: Test_Arguments_Diff (0.00 seconds)
> === RUN Test_Arguments_Diff_DifferentNumberOfArgs
> --- PASS: Test_Arguments_Diff_DifferentNumberOfArgs (0.00 seconds)
> === RUN Test_Arguments_Diff_WithAnythingArgument
> --- PASS: Test_Arguments_Diff_WithAnythingArgument (0.00 seconds)
> === RUN Test_Arguments_Diff_WithAnythingArgument_InActualToo
> --- PASS: Test_Arguments_Diff_WithAnythingArgument_InActualToo (0.00 seconds)
> === RUN Test_Arguments_Diff_WithAnythingOfTypeArgument
> --- PASS: Test_Arguments_Diff_WithAnythingOfTypeArgument (0.00 seconds)
> === RUN Test_Arguments_Diff_WithAnythingOfTypeArgument_Failing
> --- PASS: Test_Arguments_Diff_WithAnythingOfTypeArgument_Failing (0.00 
> seconds)
> === RUN Test_Arguments_Assert
> --- PASS: Test_Arguments_Assert (0.00 seconds)
> === RUN Test_Arguments_String_Representation
> --- PASS: Test_Arguments_String_Representation (0.00 seconds)
> === RUN Test_Arguments_String
> --- PASS: Test_Arguments_String (0.00 seconds)
> === RUN Test_Arguments_Error
> --- PASS: Test_Arguments_Error (0.00 seconds)
> === RUN Test_Arguments_Error_Nil
> --- PASS: Test_Arguments_Error_Nil (0.00 seconds)
> === RUN Test_Arguments_Int
> --- PASS: Test_Arguments_Int (0.00 seconds)
> === RUN Test_Arguments_Bool
> --- PASS: Test_Arguments_Bool (0.00 seconds)
> PASS
> ok    github.com/stretchr/testify/mock        0.007s
> === RUN TestRunSuite
> === RUN TestOne
> --- PASS: TestOne (0.00 seconds)
> === RUN TestTwo
> --- PASS: TestTwo (0.00 seconds)
> --- PASS: TestRunSuite (0.00 seconds)
> === RUN TestSuiteLogging
> --- PASS: TestSuiteLogging (0.00 seconds)
> PASS
> ok    github.com/stretchr/testify/suite       0.007s
> dh_auto_test: go test -v github.com/stretchr/testify 
> github.com/stretchr/testify/assert github.com/stretchr/testify/http 
> github.com/stretchr/testify/mock github.com/stretchr/testify/suite returned 
> exit code 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/11/12/golang-testify_0.0~git20140717-1_jessie-i386.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-testify
Source-Version: 0.0~git20141213-1

We believe that the bug you reported is fixed in the latest version of
golang-testify, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <[email protected]> (supplier of updated golang-testify 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 [email protected])


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

Format: 1.8
Date: Sat, 15 Nov 2014 18:38:49 +0000
Source: golang-testify
Binary: golang-testify-dev
Architecture: source all
Version: 0.0~git20141213-1
Distribution: unstable
Urgency: medium
Maintainer: pkg-go <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Description:
 golang-testify-dev - sacred extension to the standard go testing package
Closes: 769259
Changes:
 golang-testify (0.0~git20141213-1) unstable; urgency=medium
 .
   * New upstream snapshot.
    + Fixes suite_test.go; Drop 01_fix_testsuite_test patch.
    + Addresses assertions_test.go issues. Closes: #769259
   * Fix short license names.
   * Change maintainer to pkg-go team, move myself to uploaders.
   * Bump standards version to 3.9.6 (no changes).
   * Update Vcs-Git header to point at team repo.
Checksums-Sha1:
 58fe7ddc9346090053492e091855c6dd00f39a7e 2089 
golang-testify_0.0~git20141213-1.dsc
 4065b79acfb4059642c40dcd092c5586b2d951f7 30515 
golang-testify_0.0~git20141213.orig.tar.gz
 78d65d28dd2394ada09602ddc7e3fef924727518 2324 
golang-testify_0.0~git20141213-1.debian.tar.xz
 78c62de010c3b21c22cda534798f79795f58b2f7 24954 
golang-testify-dev_0.0~git20141213-1_all.deb
Checksums-Sha256:
 1fe5cba37a63058010e921ba42ae77afe7b34a9467a873bd59b65649ce62dfbe 2089 
golang-testify_0.0~git20141213-1.dsc
 e165c14c1d7319fcc60f641ab4dab38ee98066f5f22c92bf786c9c573cc11ffa 30515 
golang-testify_0.0~git20141213.orig.tar.gz
 22c32e1db3c1c16f340686138719a1e438c714134b545296158262706e700bcd 2324 
golang-testify_0.0~git20141213-1.debian.tar.xz
 993ab2fffbdd76438015900448b9da42b7182c6ea241c5138bdf87fc9ef72ab4 24954 
golang-testify-dev_0.0~git20141213-1_all.deb
Files:
 f6907f4916c2be31411707c58910ffe1 2089 devel extra 
golang-testify_0.0~git20141213-1.dsc
 ce93ab07585368e62793fecc149a5491 30515 devel extra 
golang-testify_0.0~git20141213.orig.tar.gz
 763b7c273bbb8f14bcd1bad3f1455399 2324 devel extra 
golang-testify_0.0~git20141213-1.debian.tar.xz
 971dcb0be48176be8e0930aea80d72b8 24954 devel extra 
golang-testify-dev_0.0~git20141213-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJUjG0hAAoJEACAbyvXKaRXKw8QAJBZQPnw1g/AVMiINd8iem32
NrGI09WUP8vdAQqKabMBypLvfTfEP0hc9mEu1OEhYUmt2BCxZASVAoykfjyGoM+C
woTzx/ILSY7Y5jsRVG1l0gHjeRNEdgCtZUfaOTmXkTOVb1vR4Gm4SADE4MWwwTk7
zaAQDAEM97CacgB9/lr7j/EADXnJIHGzTEBGpY12BegIY7YLk72ymK7ZGcGpZHzE
2ChZC+4pSQdocgX5sxqzMsB8v4uOLEzXI1qqiGu4Jfti/thoDDesdvGu8iABCSET
gmRyqEU3Q9n1EE7ptMTDLDJb8kdW+5/K8AdMy2uTouXjsZacrBgBe3AXGILDhVjX
aCFXkBcdSakCfH5CnAW337/MpWWDoldmm8DsU3vpB8NoSdBlDgDUuugx+eCsGGpy
T0VP4mvJyzRpdaQVoNc1pJDOnFXGLnpQvCaTLcFQCIT3zoRyAg7WdjAggknCPccG
MLyEEmLPpY9vvj1f0h6OFjne+G19pIQ08xFfbC5qAPwBmwZLuHc7hPWM/MCrHVlA
R/pmwFJAd3bTbAikseeMKgLh1umZAAxGOgMY8D2BWez/546PAtyLqGTujn7SBKCX
MQEWFHvH6ViJ352jKIripodL9JrFHPppG8RmFs8xWIyqnxeW3sbEJeBA/XUNHS3u
BxSsV8lhet4M++sB72fS
=q9k/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to