Your message dated Mon, 05 Sep 2016 04:58:09 +0000
with message-id <e1bglyz-0003yd...@franck.debian.org>
and subject line Bug#835721: fixed in golang-github-spf13-pflag 
0.0~git20160820.0.103ce5c-1
has caused the Debian Bug report #835721,
regarding golang-github-spf13-pflag: FTBFS: dh_auto_test: go test -v -p 1 
github.com/spf13/pflag 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.)


-- 
835721: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-spf13-pflag
Version: 0.0~git20160427.0.cb88ea7-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/spf13/pflag
> github.com/spf13/pflag
>    dh_auto_test -O--buildsystem=golang
>       go test -v -p 1 github.com/spf13/pflag
> === RUN   TestExplicitTrue
> --- PASS: TestExplicitTrue (0.00s)
> === RUN   TestImplicitTrue
> --- PASS: TestImplicitTrue (0.00s)
> === RUN   TestShortFlag
> --- PASS: TestShortFlag (0.00s)
> === RUN   TestShortFlagExtraArgument
> --- PASS: TestShortFlagExtraArgument (0.00s)
> === RUN   TestExplicitMaybe
> --- PASS: TestExplicitMaybe (0.00s)
> === RUN   TestExplicitFalse
> --- PASS: TestExplicitFalse (0.00s)
> === RUN   TestImplicitFalse
> --- PASS: TestImplicitFalse (0.00s)
> === RUN   TestInvalidValue
> --- PASS: TestInvalidValue (0.00s)
> === RUN   TestBoolP
> --- PASS: TestBoolP (0.00s)
> === RUN   TestCount
> --- PASS: TestCount (0.00s)
> === RUN   TestEverything
> --- PASS: TestEverything (0.00s)
> === RUN   TestUsage
> --- PASS: TestUsage (0.00s)
> === RUN   TestAddFlagSet
> --- PASS: TestAddFlagSet (0.00s)
> === RUN   TestAnnotation
> --- PASS: TestAnnotation (0.00s)
> === RUN   TestShorthand
> --- PASS: TestShorthand (0.00s)
> === RUN   TestParse
> --- PASS: TestParse (0.00s)
> === RUN   TestFlagSetParse
> --- PASS: TestFlagSetParse (0.00s)
> === RUN   TestChangedHelper
> --- PASS: TestChangedHelper (0.00s)
> === RUN   TestWordSepNormalizedNames
> --- PASS: TestWordSepNormalizedNames (0.00s)
> === RUN   TestCustomNormalizedNames
> --- PASS: TestCustomNormalizedNames (0.00s)
> === RUN   TestNormalizationFuncShouldChangeFlagName
> --- PASS: TestNormalizationFuncShouldChangeFlagName (0.00s)
> === RUN   TestUserDefined
> --- PASS: TestUserDefined (0.00s)
> === RUN   TestSetOutput
> --- PASS: TestSetOutput (0.00s)
> === RUN   TestChangingArgs
> --- PASS: TestChangingArgs (0.00s)
> === RUN   TestHelp
> --- PASS: TestHelp (0.00s)
> === RUN   TestNoInterspersed
> --- PASS: TestNoInterspersed (0.00s)
> === RUN   TestTermination
> --- PASS: TestTermination (0.00s)
> === RUN   TestDeprecatedFlagInDocs
> --- PASS: TestDeprecatedFlagInDocs (0.00s)
> === RUN   TestDeprecatedFlagShorthandInDocs
> --- PASS: TestDeprecatedFlagShorthandInDocs (0.00s)
> === RUN   TestDeprecatedFlagUsage
> --- PASS: TestDeprecatedFlagUsage (0.00s)
> === RUN   TestDeprecatedFlagShorthandUsage
> --- PASS: TestDeprecatedFlagShorthandUsage (0.00s)
> === RUN   TestDeprecatedFlagUsageNormalized
> --- PASS: TestDeprecatedFlagUsageNormalized (0.00s)
> === RUN   TestMultipleNormalizeFlagNameInvocations
> --- PASS: TestMultipleNormalizeFlagNameInvocations (0.00s)
> === RUN   TestHiddenFlagInUsage
> --- PASS: TestHiddenFlagInUsage (0.00s)
> === RUN   TestHiddenFlagUsage
> --- PASS: TestHiddenFlagUsage (0.00s)
> === RUN   TestPrintDefaults
> 
>       --A                    for bootstrapping, allow 'any' type
>       --Alongflagname        disable bounds checking
>   -C, --CCC                  a boolean defaulting to true (default true)
>       --D path               set relative path for local imports
>       --F number             a non-zero number (default 2.7)
>       --G float              a float that defaults to zero
>       --N int                a non-zero int (default 27)
>       --ND1 string[="bar"]   a string with NoOptDefVal (default "foo")
>       --ND2 num[=4321]       a num with NoOptDefVal (default 1234)
>       --Z int                an int that defaults to zero
>       --maxT timeout         set timeout for dial (default 0s)
> 
> 
>       --A                    for bootstrapping, allow 'any' type
>       --Alongflagname        disable bounds checking
>   -C, --CCC                  a boolean defaulting to true (default true)
>       --D path               set relative path for local imports
>       --F number             a non-zero number (default 2.7)
>       --G float              a float that defaults to zero
>       --N int                a non-zero int (default 27)
>       --ND1 string[="bar"]   a string with NoOptDefVal (default "foo")
>       --ND2 num[=4321]       a num with NoOptDefVal (default 1234)
>       --Z int                an int that defaults to zero
>       --maxT timeout         set timeout for dial
> 
> --- FAIL: TestPrintDefaults (0.00s)
>       flag_test.go:911: got "      --A                    for bootstrapping, 
> allow 'any' type\n      --Alongflagname        disable bounds checking\n  -C, 
> --CCC                  a boolean defaulting to true (default true)\n      --D 
> path               set relative path for local imports\n      --F number      
>        a non-zero number (default 2.7)\n      --G float              a float 
> that defaults to zero\n      --N int                a non-zero int (default 
> 27)\n      --ND1 string[=\"bar\"]   a string with NoOptDefVal (default 
> \"foo\")\n      --ND2 num[=4321]       a num with NoOptDefVal (default 
> 1234)\n      --Z int                an int that defaults to zero\n      
> --maxT timeout         set timeout for dial (default 0s)\n" want "      --A   
>                  for bootstrapping, allow 'any' type\n      --Alongflagname   
>      disable bounds checking\n  -C, --CCC                  a boolean 
> defaulting to true (default true)\n      --D path               set relative 
> path for local imports\n      --F number             a non-zero number 
> (default 2.7)\n      --G float              a float that defaults to zero\n   
>    --N int                a non-zero int (default 27)\n      --ND1 
> string[=\"bar\"]   a string with NoOptDefVal (default \"foo\")\n      --ND2 
> num[=4321]       a num with NoOptDefVal (default 1234)\n      --Z int         
>        an int that defaults to zero\n      --maxT timeout         set timeout 
> for dial\n"
> === RUN   TestGoflags
> --- PASS: TestGoflags (0.00s)
> === RUN   TestEmptyIS
> --- PASS: TestEmptyIS (0.00s)
> === RUN   TestIS
> --- PASS: TestIS (0.00s)
> === RUN   TestISDefault
> --- PASS: TestISDefault (0.00s)
> === RUN   TestISWithDefault
> --- PASS: TestISWithDefault (0.00s)
> === RUN   TestISCalledTwice
> --- PASS: TestISCalledTwice (0.00s)
> === RUN   TestIP
> --- PASS: TestIP (0.00s)
> === RUN   TestIPNet
> --- PASS: TestIPNet (0.00s)
> === RUN   TestEmptySS
> --- PASS: TestEmptySS (0.00s)
> === RUN   TestSS
> --- PASS: TestSS (0.00s)
> === RUN   TestSSDefault
> --- PASS: TestSSDefault (0.00s)
> === RUN   TestSSWithDefault
> --- PASS: TestSSWithDefault (0.00s)
> === RUN   TestSSCalledTwice
> --- PASS: TestSSCalledTwice (0.00s)
> === RUN   TestSSWithComma
> --- PASS: TestSSWithComma (0.00s)
> FAIL
> exit status 1
> FAIL  github.com/spf13/pflag  0.005s
> dh_auto_test: go test -v -p 1 github.com/spf13/pflag returned exit code 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/golang-github-spf13-pflag_0.0~git20160427.0.cb88ea7-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-spf13-pflag
Source-Version: 0.0~git20160820.0.103ce5c-1

We believe that the bug you reported is fixed in the latest version of
golang-github-spf13-pflag, 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.
Tim Potter <t...@hpe.com> (supplier of updated golang-github-spf13-pflag 
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, 05 Sep 2016 12:05:17 +1000
Source: golang-github-spf13-pflag
Binary: golang-github-spf13-pflag-dev
Architecture: source all
Version: 0.0~git20160820.0.103ce5c-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintainers@lists.alioth.debian.org>
Changed-By: Tim Potter <t...@hpe.com>
Description:
 golang-github-spf13-pflag-dev - Drop-in replacement for Go's flag package, 
implementing POSIX/GNU
Closes: 835721
Changes:
 golang-github-spf13-pflag (0.0~git20160820.0.103ce5c-1) unstable; 
urgency=medium
 .
   * New upstream snapshot (Closes: #835721).
Checksums-Sha1:
 b6390db4ec079943614dd0b0131ecf010c68aab2 2308 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c-1.dsc
 56bf785f7f3bb3b05b5a203dfde5bbeef4561740 27244 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c.orig.tar.xz
 3f87f58607c81724cfd909220d5d17e50758ba45 2548 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c-1.debian.tar.xz
 ee6736e77f7da644b7fa305838ce0daf59d89d3a 27524 
golang-github-spf13-pflag-dev_0.0~git20160820.0.103ce5c-1_all.deb
Checksums-Sha256:
 a0f58804213c8588de3b4640858fca2761e6a77d2be18eb7d2f64afe5a29efe2 2308 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c-1.dsc
 0dcc262a7cabdf6b6a59ae282e6be98f9fb3d3832c18a9f0b13134dfc42f490a 27244 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c.orig.tar.xz
 cbe0f7fa925e1d078f0b2d47f473eb22b6c04b6617d7ca07f584c811b25a97b7 2548 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c-1.debian.tar.xz
 2ccb81e0efeced6039efa942eba0d084502691fd4eb450582e3147607ab4bd9f 27524 
golang-github-spf13-pflag-dev_0.0~git20160820.0.103ce5c-1_all.deb
Files:
 c55205511b86dd8166fb38aaa1e0e20a 2308 devel extra 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c-1.dsc
 c83167dba6988e0e715e78da6f60dd23 27244 devel extra 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c.orig.tar.xz
 101947fc74f52ab3cf66d82175814949 2548 devel extra 
golang-github-spf13-pflag_0.0~git20160820.0.103ce5c-1.debian.tar.xz
 9fa22764d3abec9ea8762d7d8547cbbb 27524 devel extra 
golang-github-spf13-pflag-dev_0.0~git20160820.0.103ce5c-1_all.deb

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

iQIcBAEBCgAGBQJXzNQMAAoJELJMpj9uu+hNLFIQAMTGpO49x/GZ3C2YPGoIOx2t
1+91imT/my0mwtQC0cXXcqUB4lOCzQAExOa4rVdQBW0jTIP29zqVRMjXt5wm6e+O
Ol1HsZqQw8UnuUG5Lh7Bmgcp0b8UTprBQvKoZTgHJmWb85XhYitnKhSE/n8ikjSY
KBTI6HBeCE3rycuUZY6yNKwlQGoi56DUwB/cXMvYHxzXuK2Ctwih8Lc5Kk48o2rj
dSMu6DoeiGlFd20gZvVBbu6aILv5dQLTOovAHzYfRu7B/vzO2SdXqhlROOU2IwE6
KBHJDLco1jq7LuGsUA/ImnsCKktaUqdSkzd+55hrThzbzNAYI1X2KBs4Wkp0cYpD
lUTf0mJ8fx2I2IQWImivdgP+5xCowNqrHop9DKXwVTHCih2CZtbOggRRd6WCoQRv
bVXERSoSI4p/9lDW4aiG20L7Omct+xUtY94bMfWWWhYin8vJtsUU8ZXm9u5iZUjs
BD/lYfambF7Wc4uciawa6UPg60vmULuG53YODLJfLhelvTs0Z1oNxQjI/7qbn9aS
Jxfp8ZBqExK1RZFWk1hdCHqVGFm+yQC5zC42Y48lOpu1LjoxsZ6nn/LZUjGMQ2Hm
lpyZQPLLUWBJ5bXHRbrQ6QmM00sHhQZd0Ewawc1oig+gjYOQXIAPLGncuWB79Jb4
uUh3AqMD2Ahp8UTKpCXF
=L5Xl
-----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