Source: golang-testify Version: 0.0~git20140717-1 Severity: serious Tags: jessie sid User: debian...@lists.debian.org 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. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org