Your message dated Tue, 24 Oct 2023 13:34:14 +0000
with message-id <[email protected]>
and subject line Bug#1052825: fixed in golang-github-spf13-cast 1.5.1-2
has caused the Debian Bug report #1052825,
regarding golang-github-spf13-cast: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/spf13/cast 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.)


-- 
1052825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052825
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-spf13-cast
Version: 1.5.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=golang
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_autoreconf -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go install -trimpath -v -p 8 
> github.com/spf13/cast
> internal/coverage/rtcov
> internal/godebugs
> internal/goarch
> internal/goexperiment
> internal/cpu
> internal/unsafeheader
> runtime/internal/atomic
> internal/goos
> runtime/internal/math
> runtime/internal/syscall
> internal/abi
> internal/race
> sync/atomic
> runtime/internal/sys
> unicode
> unicode/utf8
> encoding
> math/bits
> internal/itoa
> unicode/utf16
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/bisect
> internal/testlog
> errors
> sort
> internal/godebug
> io
> internal/oserror
> internal/safefilepath
> path
> strconv
> syscall
> bytes
> strings
> reflect
> html
> regexp/syntax
> internal/syscall/execenv
> regexp
> internal/syscall/unix
> time
> io/fs
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> path/filepath
> fmt
> net/url
> text/template/parse
> encoding/json
> text/template
> html/template
> github.com/spf13/cast
>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/spf13/cast
> === RUN   TestToUintE
> --- PASS: TestToUintE (0.00s)
> === RUN   TestToUint64E
> --- PASS: TestToUint64E (0.00s)
> === RUN   TestToUint32E
> --- PASS: TestToUint32E (0.00s)
> === RUN   TestToUint16E
> --- PASS: TestToUint16E (0.00s)
> === RUN   TestToUint8E
> --- PASS: TestToUint8E (0.00s)
> === RUN   TestToIntE
> --- PASS: TestToIntE (0.00s)
> === RUN   TestToInt64E
> --- PASS: TestToInt64E (0.00s)
> === RUN   TestToInt32E
> --- PASS: TestToInt32E (0.00s)
> === RUN   TestToInt16E
> --- PASS: TestToInt16E (0.00s)
> === RUN   TestToInt8E
> --- PASS: TestToInt8E (0.00s)
> === RUN   TestToFloat64E
> --- PASS: TestToFloat64E (0.00s)
> === RUN   TestToFloat32E
> --- PASS: TestToFloat32E (0.00s)
> === RUN   TestToStringE
> --- PASS: TestToStringE (0.00s)
> === RUN   TestStringerToString
> --- PASS: TestStringerToString (0.00s)
> === RUN   TestErrorToString
> --- PASS: TestErrorToString (0.00s)
> === RUN   TestStringMapStringSliceE
> --- PASS: TestStringMapStringSliceE (0.00s)
> === RUN   TestToStringMapE
> --- PASS: TestToStringMapE (0.00s)
> === RUN   TestToStringMapBoolE
> --- PASS: TestToStringMapBoolE (0.00s)
> === RUN   TestToStringMapIntE
> --- PASS: TestToStringMapIntE (0.00s)
> === RUN   TestToStringMapInt64E
> --- PASS: TestToStringMapInt64E (0.00s)
> === RUN   TestToStringMapStringE
> --- PASS: TestToStringMapStringE (0.00s)
> === RUN   TestToBoolSliceE
> --- PASS: TestToBoolSliceE (0.00s)
> === RUN   TestToIntSliceE
> --- PASS: TestToIntSliceE (0.00s)
> === RUN   TestToSliceE
> --- PASS: TestToSliceE (0.00s)
> === RUN   TestToStringSliceE
> --- PASS: TestToStringSliceE (0.00s)
> === RUN   TestToDurationSliceE
> --- PASS: TestToDurationSliceE (0.00s)
> === RUN   TestToBoolE
> --- PASS: TestToBoolE (0.00s)
> === RUN   TestIndirectPointers
> --- PASS: TestIndirectPointers (0.00s)
> === RUN   TestToTime
> --- PASS: TestToTime (0.00s)
> === RUN   TestToDurationE
> --- PASS: TestToDurationE (0.00s)
> === RUN   TestToTimeWithTimezones
>     cast_test.go:1057: 
>         error:
>           got non-nil error
>         got:
>           e"unknown time zone Iran"
>         stack:
>           
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/spf13/cast/cast_test.go:1057
>             c.Assert(err, qt.IsNil)
>         
> --- FAIL: TestToTimeWithTimezones (0.00s)
> === RUN   TestTrimZeroDecimal
> --- PASS: TestTrimZeroDecimal (0.00s)
> FAIL
> FAIL  github.com/spf13/cast   0.017s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 
> github.com/spf13/cast returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/golang-github-spf13-cast_1.5.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: golang-github-spf13-cast
Source-Version: 1.5.1-2
Done: Nilesh Patra <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-spf13-cast, 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.
Nilesh Patra <[email protected]> (supplier of updated golang-github-spf13-cast 
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: SHA256

Format: 1.8
Date: Tue, 24 Oct 2023 18:43:31 +0530
Source: golang-github-spf13-cast
Architecture: source
Version: 1.5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1052825
Changes:
 golang-github-spf13-cast (1.5.1-2) unstable; urgency=medium
 .
   * Team Upload.
   * Add patch to fix tests with TZ changes (Closes: #1052825)
Checksums-Sha1:
 23eb1bdcb84c52bcbe38fdc3d1b6595521197a8c 1701 
golang-github-spf13-cast_1.5.1-2.dsc
 51db9a184c50f9493a078750baab85cf6758db9e 3976 
golang-github-spf13-cast_1.5.1-2.debian.tar.xz
 a2038679dd132a8da3f06f1e80872ddb4a109cce 6176 
golang-github-spf13-cast_1.5.1-2_amd64.buildinfo
Checksums-Sha256:
 517afcd6e84e606e8f42bc6f57323b5c9d6be07202950a58b15fb1d54c93f065 1701 
golang-github-spf13-cast_1.5.1-2.dsc
 3dd959a3980dc10cc0459b8d1ad7ab11f4938326387d17c75bf6092872d50dc8 3976 
golang-github-spf13-cast_1.5.1-2.debian.tar.xz
 16bad6c8c7b2556462909086f89d8c006789692c57d04c54295734b52a1d336b 6176 
golang-github-spf13-cast_1.5.1-2_amd64.buildinfo
Files:
 bc84f6f76581ba846318d0be6b95b5d1 1701 golang optional 
golang-github-spf13-cast_1.5.1-2.dsc
 32647c8020a329a90e834b0f660f4d96 3976 golang optional 
golang-github-spf13-cast_1.5.1-2.debian.tar.xz
 cf9bf12ba3759a51dced189c8af5cee8 6176 golang optional 
golang-github-spf13-cast_1.5.1-2_amd64.buildinfo

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

iIgEARYIADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCZTfEVRIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtrEfQD/TjL2kmYM/S7GuT45BiFynQnFEI1uy0Y0
tfhEpMq6NpQA/1AZwRzn4qXntsI64cLnKcUd4D8fjLzQjmBXRrY4n48I
=A0o3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to