Your message dated Sun, 13 Nov 2016 22:07:14 +0000
with message-id <e1c62vi-00013x...@fasolo.debian.org>
and subject line Bug#835748: fixed in golang-github-digitalocean-godo 0.9.0-2
has caused the Debian Bug report #835748,
regarding 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
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.)


-- 
835748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-digitalocean-godo
Version: 0.9.0-1
Severity: serious
Tags: stretch sid
User: debian...@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.

--- End Message ---
--- Begin Message ---
Source: golang-github-digitalocean-godo
Source-Version: 0.9.0-2

We believe that the bug you reported is fixed in the latest version of
golang-github-digitalocean-godo, 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 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender <sten...@debian.org> (supplier of updated 
golang-github-digitalocean-godo 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: Sun, 13 Nov 2016 22:29:58 +0100
Source: golang-github-digitalocean-godo
Binary: golang-github-digitalocean-godo-dev
Architecture: source all
Version: 0.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintainers@lists.alioth.debian.org>
Changed-By: Daniel Stender <sten...@debian.org>
Description:
 golang-github-digitalocean-godo-dev - DigitalOcean API V2 client library for 
Google Go
Closes: 835748
Changes:
 golang-github-digitalocean-godo (0.9.0-2) unstable; urgency=medium
 .
   * Add remove-json-invalid-encoding-test.patch (Closes: #835748).
   * deb/control:
     + updated uploader email address.
     + bumped standards to 3.9.8 (no changes needed).
   * deb/copyright:
     + updated maintainer email address, expanded copyright span.
 .
     [Paul Tagliamonte]
   * deb/control: Use a secure transport for the Vcs-Git and Vcs-Browser
     URL.
Checksums-Sha1:
 c071cc78890aa47113614bcd8a8f0382680e7a80 2339 
golang-github-digitalocean-godo_0.9.0-2.dsc
 ed760fa4079faf39d0e74d1168a42b5a1c18a417 22324 
golang-github-digitalocean-godo_0.9.0.orig.tar.xz
 53fee6dff83d328ea08573fac0b37bb0c46d4337 3404 
golang-github-digitalocean-godo_0.9.0-2.debian.tar.xz
 590d97e1020b61f2836829166764b270bc25baff 24462 
golang-github-digitalocean-godo-dev_0.9.0-2_all.deb
 3a44c1c6e8be11d27fb56fe905042c9a61af27f9 5877 
golang-github-digitalocean-godo_0.9.0-2_20161113T214005z-5c9de459.buildinfo
Checksums-Sha256:
 5ce5144347e33a59ec419c32923b1c2b5d94f920a793a2d6e3765d9fada3bbce 2339 
golang-github-digitalocean-godo_0.9.0-2.dsc
 5c9caa0f371b02db1f4c31e170f1b9cbebcdd8d367105daae48bcea6f0f4b607 22324 
golang-github-digitalocean-godo_0.9.0.orig.tar.xz
 cf09ed3014947bca0a7a5d07612097b8bcf213faf9a583d64aed657d4c31a80e 3404 
golang-github-digitalocean-godo_0.9.0-2.debian.tar.xz
 3b0b220f69f2a425618e6d10e4ff3e7a04437f0fe3b2e33082e7f9f0ed71313d 24462 
golang-github-digitalocean-godo-dev_0.9.0-2_all.deb
 0226bbd2aecbc0169ebb2a1eb3b168878e4ee04366abc010bd749e6a24654cbe 5877 
golang-github-digitalocean-godo_0.9.0-2_20161113T214005z-5c9de459.buildinfo
Files:
 b0691c2a376fed0fb62c73a650d950dd 2339 devel extra 
golang-github-digitalocean-godo_0.9.0-2.dsc
 3ce1c7c8b21de0f03a38e03e633501f0 22324 devel extra 
golang-github-digitalocean-godo_0.9.0.orig.tar.xz
 a87f44b547648f6fdbcf763041ecc5cc 3404 devel extra 
golang-github-digitalocean-godo_0.9.0-2.debian.tar.xz
 cab29e218cb65d84b2bc7fcd6ceeedb6 24462 devel extra 
golang-github-digitalocean-godo-dev_0.9.0-2_all.deb
 5c9de459c3732311abc521a8f71acd09 5877 devel extra 
golang-github-digitalocean-godo_0.9.0-2_20161113T214005z-5c9de459.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYKN35AAoJEBXgmvTfUYLI9/4P/RPpo1DRvTS9yeUa6kthSg6w
pys61nwbUrj3y49N5Txyz77mwWS9+Pxu8QChA2fCSD2C0DJVea5hifwH+Aoq1FIx
XNjd7VvxaUF3B2Z7GLJ4vEzbnS5K9D8l62NHi4JdKx8pE3rPoioCQNIBxedc+WRJ
0Z9JnwVQTMCyjj879ZVVkpSpiVhnBgGdu8rxOf4/iugr7c3uSHFD+bRddEpN/+rK
BkbaGVvp9erN146fuOrzSY9+KXtPys8818dGDbPXxTi2G847RXTmm8CzWM1UF19j
b+fhm3DcB+OdePHWiGKTAlwvx4mAFQeO1l+Yka0OZH2j5KZbJQtHyYARZuxHWARN
f0lpoPMwm/GC01ovwAN3+o/rr/SU0vqBS7QQA57Bv3v+C+xGS+uYwK1z8Bj1TFPc
2KU2TKw2jPcRDIZwNIq3qpHcqQg8S2MDIOg56DQRbX8rQurOenzKU0KCuGEivm6F
WgcnjEIUdob+AdeQREURaP1G5x6DDuNRfKbW1VQ5D61/3l1a0/UEE0T9WugNFoHc
GBBVd3scW7DDTKzl0Os7F19d8MVvA43Z0V0WvUJkt3LTVL21qIdQe41KV35lnibq
B9VHEOLJiIGvxUQZQz2FYh9eLrn9N16y/9T8K8Hs7V/alYg8eoBFKBEkGdYqI0x5
bFxXrFzWowhOakPfkonB
=qpqS
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to