[pkg-go] Bug#835748: golang-github-digitalocean-godo: FTBFS: dh_auto_test: go test -v -p 1 github.com/digitalocean/godo github.com/digitalocean/godo/util returned exit code 1
Lucas Nussbaum
lucas at debian.org
Sun Aug 28 10:24:04 UTC 2016
Source: golang-github-digitalocean-godo
Version: 0.9.0-1
Severity: serious
Tags: stretch sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20160828 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_update_autotools_config -O--buildsystem=golang
> dh_auto_configure -O--buildsystem=golang
> dh_auto_build -O--buildsystem=golang
> go install -v -p 1 github.com/digitalocean/godo github.com/digitalocean/godo/util
> github.com/google/go-querystring/query
> github.com/tent/http-link-go
> github.com/digitalocean/godo
> github.com/digitalocean/godo/util
> dh_auto_test -O--buildsystem=golang
> go test -v -p 1 github.com/digitalocean/godo github.com/digitalocean/godo/util
> === RUN TestAccountGet
> --- PASS: TestAccountGet (0.00s)
> === RUN TestAccountString
> --- PASS: TestAccountString (0.00s)
> === RUN TestAction_List
> --- PASS: TestAction_List (0.00s)
> === RUN TestAction_ListActionMultiplePages
> --- PASS: TestAction_ListActionMultiplePages (0.00s)
> === RUN TestAction_RetrievePageByNumber
> --- PASS: TestAction_RetrievePageByNumber (0.00s)
> === RUN TestAction_Get
> --- PASS: TestAction_Get (0.00s)
> === RUN TestAction_String
> --- PASS: TestAction_String (0.00s)
> === RUN TestDomains_ListDomains
> --- PASS: TestDomains_ListDomains (0.00s)
> === RUN TestDomains_ListDomainsMultiplePages
> --- PASS: TestDomains_ListDomainsMultiplePages (0.00s)
> === RUN TestDomains_RetrievePageByNumber
> --- PASS: TestDomains_RetrievePageByNumber (0.00s)
> === RUN TestDomains_GetDomain
> --- PASS: TestDomains_GetDomain (0.00s)
> === RUN TestDomains_Create
> --- PASS: TestDomains_Create (0.00s)
> === RUN TestDomains_Destroy
> --- PASS: TestDomains_Destroy (0.00s)
> === RUN TestDomains_AllRecordsForDomainName
> --- PASS: TestDomains_AllRecordsForDomainName (0.00s)
> === RUN TestDomains_AllRecordsForDomainName_PerPage
> --- PASS: TestDomains_AllRecordsForDomainName_PerPage (0.00s)
> === RUN TestDomains_GetRecordforDomainName
> --- PASS: TestDomains_GetRecordforDomainName (0.00s)
> === RUN TestDomains_DeleteRecordForDomainName
> --- PASS: TestDomains_DeleteRecordForDomainName (0.00s)
> === RUN TestDomains_CreateRecordForDomainName
> --- PASS: TestDomains_CreateRecordForDomainName (0.00s)
> === RUN TestDomains_EditRecordForDomainName
> --- PASS: TestDomains_EditRecordForDomainName (0.00s)
> === RUN TestDomainRecord_String
> --- PASS: TestDomainRecord_String (0.00s)
> === RUN TestDomainRecordEditRequest_String
> --- PASS: TestDomainRecordEditRequest_String (0.00s)
> === RUN TestDropletActions_Shutdown
> --- PASS: TestDropletActions_Shutdown (0.00s)
> === RUN TestDropletAction_PowerOff
> --- PASS: TestDropletAction_PowerOff (0.00s)
> === RUN TestDropletAction_PowerOn
> --- PASS: TestDropletAction_PowerOn (0.00s)
> === RUN TestDropletAction_Reboot
> --- PASS: TestDropletAction_Reboot (0.00s)
> === RUN TestDropletAction_Restore
> --- PASS: TestDropletAction_Restore (0.00s)
> === RUN TestDropletAction_Resize
> --- PASS: TestDropletAction_Resize (0.00s)
> === RUN TestDropletAction_Rename
> --- PASS: TestDropletAction_Rename (0.00s)
> === RUN TestDropletAction_PowerCycle
> --- PASS: TestDropletAction_PowerCycle (0.00s)
> === RUN TestDropletAction_Snapshot
> --- PASS: TestDropletAction_Snapshot (0.00s)
> === RUN TestDropletAction_DisableBackups
> --- PASS: TestDropletAction_DisableBackups (0.00s)
> === RUN TestDropletAction_PasswordReset
> --- PASS: TestDropletAction_PasswordReset (0.00s)
> === RUN TestDropletAction_RebuildByImageID
> --- PASS: TestDropletAction_RebuildByImageID (0.00s)
> === RUN TestDropletAction_RebuildByImageSlug
> --- PASS: TestDropletAction_RebuildByImageSlug (0.00s)
> === RUN TestDropletAction_ChangeKernel
> --- PASS: TestDropletAction_ChangeKernel (0.00s)
> === RUN TestDropletAction_EnableIPv6
> --- PASS: TestDropletAction_EnableIPv6 (0.00s)
> === RUN TestDropletAction_EnablePrivateNetworking
> --- PASS: TestDropletAction_EnablePrivateNetworking (0.00s)
> === RUN TestDropletAction_Upgrade
> --- PASS: TestDropletAction_Upgrade (0.00s)
> === RUN TestDropletActions_Get
> --- PASS: TestDropletActions_Get (0.00s)
> === RUN TestDroplets_ListDroplets
> --- PASS: TestDroplets_ListDroplets (0.00s)
> === RUN TestDroplets_ListDropletsMultiplePages
> --- PASS: TestDroplets_ListDropletsMultiplePages (0.00s)
> === RUN TestDroplets_RetrievePageByNumber
> --- PASS: TestDroplets_RetrievePageByNumber (0.00s)
> === RUN TestDroplets_GetDroplet
> --- PASS: TestDroplets_GetDroplet (0.00s)
> === RUN TestDroplets_Create
> --- PASS: TestDroplets_Create (0.00s)
> === RUN TestDroplets_Destroy
> --- PASS: TestDroplets_Destroy (0.00s)
> === RUN TestDroplets_Kernels
> --- PASS: TestDroplets_Kernels (0.00s)
> === RUN TestDroplets_Snapshots
> --- PASS: TestDroplets_Snapshots (0.00s)
> === RUN TestDroplets_Backups
> --- PASS: TestDroplets_Backups (0.00s)
> === RUN TestDroplets_Actions
> --- PASS: TestDroplets_Actions (0.00s)
> === RUN TestDroplets_Neighbors
> --- PASS: TestDroplets_Neighbors (0.00s)
> === RUN TestNetworkV4_String
> --- PASS: TestNetworkV4_String (0.00s)
> === RUN TestNetworkV6_String
> --- PASS: TestNetworkV6_String (0.00s)
> === RUN TestDroplet_String
> --- PASS: TestDroplet_String (0.00s)
> === RUN TestArgError
> --- PASS: TestArgError (0.00s)
> === RUN TestNewClient
> --- PASS: TestNewClient (0.00s)
> === RUN TestNewRequest
> --- PASS: TestNewRequest (0.00s)
> === RUN TestNewRequest_withUserData
> --- PASS: TestNewRequest_withUserData (0.00s)
> === RUN TestNewRequest_invalidJSON
> --- FAIL: TestNewRequest_invalidJSON (0.00s)
> godo_test.go:147: Expected error to be returned.
> godo_test.go:150: Expected a JSON error; got (*json.UnsupportedTypeError)(nil).
> === RUN TestNewRequest_badURL
> --- PASS: TestNewRequest_badURL (0.00s)
> === RUN TestDo
> --- PASS: TestDo (0.00s)
> === RUN TestDo_httpError
> --- PASS: TestDo_httpError (0.00s)
> === RUN TestDo_redirectLoop
> --- PASS: TestDo_redirectLoop (0.00s)
> === RUN TestCheckResponse
> --- PASS: TestCheckResponse (0.00s)
> === RUN TestCheckResponse_noBody
> --- PASS: TestCheckResponse_noBody (0.00s)
> === RUN TestErrorResponse_Error
> --- PASS: TestErrorResponse_Error (0.00s)
> === RUN TestDo_rateLimit
> --- PASS: TestDo_rateLimit (0.00s)
> === RUN TestDo_rateLimit_errorResponse
> --- PASS: TestDo_rateLimit_errorResponse (0.00s)
> === RUN TestDo_completion_callback
> --- PASS: TestDo_completion_callback (0.00s)
> === RUN TestAddOptions
> --- PASS: TestAddOptions (0.00s)
> === RUN TestImageActions_Transfer
> --- PASS: TestImageActions_Transfer (0.00s)
> === RUN TestImageActions_Get
> --- PASS: TestImageActions_Get (0.00s)
> === RUN TestImages_List
> --- PASS: TestImages_List (0.00s)
> === RUN TestImages_ListDistribution
> --- PASS: TestImages_ListDistribution (0.00s)
> === RUN TestImages_ListApplication
> --- PASS: TestImages_ListApplication (0.00s)
> === RUN TestImages_ListUser
> --- PASS: TestImages_ListUser (0.00s)
> === RUN TestImages_ListImagesMultiplePages
> --- PASS: TestImages_ListImagesMultiplePages (0.00s)
> === RUN TestImages_RetrievePageByNumber
> --- PASS: TestImages_RetrievePageByNumber (0.00s)
> === RUN TestImages_GetImageByID
> --- PASS: TestImages_GetImageByID (0.00s)
> === RUN TestImages_GetImageBySlug
> --- PASS: TestImages_GetImageBySlug (0.00s)
> === RUN TestImages_Update
> --- PASS: TestImages_Update (0.00s)
> === RUN TestImages_Destroy
> --- PASS: TestImages_Destroy (0.00s)
> === RUN TestImage_String
> --- PASS: TestImage_String (0.00s)
> === RUN TestKeys_List
> --- PASS: TestKeys_List (0.00s)
> === RUN TestKeys_ListKeysMultiplePages
> --- PASS: TestKeys_ListKeysMultiplePages (0.00s)
> === RUN TestKeys_RetrievePageByNumber
> --- PASS: TestKeys_RetrievePageByNumber (0.00s)
> === RUN TestKeys_GetByID
> --- PASS: TestKeys_GetByID (0.00s)
> === RUN TestKeys_GetByFingerprint
> --- PASS: TestKeys_GetByFingerprint (0.00s)
> === RUN TestKeys_Create
> --- PASS: TestKeys_Create (0.00s)
> === RUN TestKeys_UpdateByID
> --- PASS: TestKeys_UpdateByID (0.00s)
> === RUN TestKeys_UpdateByFingerprint
> --- PASS: TestKeys_UpdateByFingerprint (0.00s)
> === RUN TestKeys_DestroyByID
> --- PASS: TestKeys_DestroyByID (0.00s)
> === RUN TestKeys_DestroyByFingerprint
> --- PASS: TestKeys_DestroyByFingerprint (0.00s)
> === RUN TestKey_String
> --- PASS: TestKey_String (0.00s)
> === RUN TestLinks_ParseFirst
> --- PASS: TestLinks_ParseFirst (0.00s)
> === RUN TestLinks_ParseMiddle
> --- PASS: TestLinks_ParseMiddle (0.00s)
> === RUN TestLinks_ParseLast
> --- PASS: TestLinks_ParseLast (0.00s)
> === RUN TestLinks_ParseMissing
> --- PASS: TestLinks_ParseMissing (0.00s)
> === RUN TestLinks_ParseURL
> --- PASS: TestLinks_ParseURL (0.00s)
> === RUN TestLinks_ParseEmptyString
> --- PASS: TestLinks_ParseEmptyString (0.00s)
> === RUN TestRegions_List
> --- PASS: TestRegions_List (0.00s)
> === RUN TestRegions_ListRegionsMultiplePages
> --- PASS: TestRegions_ListRegionsMultiplePages (0.00s)
> === RUN TestRegions_RetrievePageByNumber
> --- PASS: TestRegions_RetrievePageByNumber (0.00s)
> === RUN TestRegion_String
> --- PASS: TestRegion_String (0.00s)
> === RUN TestSizes_List
> --- PASS: TestSizes_List (0.00s)
> === RUN TestSizes_ListSizesMultiplePages
> --- PASS: TestSizes_ListSizesMultiplePages (0.00s)
> === RUN TestSizes_RetrievePageByNumber
> --- PASS: TestSizes_RetrievePageByNumber (0.00s)
> === RUN TestSize_String
> --- PASS: TestSize_String (0.00s)
> === RUN TestTimestamp_Marshal
> --- PASS: TestTimestamp_Marshal (0.00s)
> === RUN TestTimestamp_Unmarshal
> --- PASS: TestTimestamp_Unmarshal (0.00s)
> === RUN TestTimstamp_MarshalReflexivity
> --- PASS: TestTimstamp_MarshalReflexivity (0.00s)
> === RUN TestWrappedTimstamp_Marshal
> --- PASS: TestWrappedTimstamp_Marshal (0.00s)
> === RUN TestWrappedTimestamp_Unmarshal
> --- PASS: TestWrappedTimestamp_Unmarshal (0.00s)
> === RUN TestWrappedTimestamp_MarshalReflexivity
> --- PASS: TestWrappedTimestamp_MarshalReflexivity (0.00s)
> FAIL
> exit status 1
> FAIL github.com/digitalocean/godo 0.047s
> testing: warning: no tests to run
> PASS
> ok github.com/digitalocean/godo/util 0.003s
> dh_auto_test: go test -v -p 1 github.com/digitalocean/godo github.com/digitalocean/godo/util returned exit code 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2016/08/28/golang-github-digitalocean-godo_0.9.0-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.
More information about the Pkg-go-maintainers
mailing list