Your message dated Fri, 08 Nov 2024 00:05:57 +0000
with message-id <[email protected]>
and subject line Bug#1086269: fixed in golang-github-spf13-cast 1.6.0-2
has caused the Debian Bug report #1086269,
regarding golang-github-spf13-cast: FTBFS: FAIL: TestToTimeWithTimezones
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.)


-- 
1086269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086269
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-spf13-cast
Version: 1.6.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 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 1 
github.com/spf13/cast
internal/goarch
internal/abi
internal/unsafeheader
internal/cpu
internal/bytealg
internal/byteorder
internal/chacha8rand
internal/coverage/rtcov
internal/godebugs
internal/goexperiment
internal/goos
internal/profilerecord
internal/runtime/atomic
internal/runtime/exithook
internal/runtime/syscall
internal/stringslite
runtime/internal/math
runtime/internal/sys
runtime
internal/reflectlite
errors
internal/race
sync/atomic
sync
io
unicode
unicode/utf8
bytes
cmp
encoding
math/bits
math
internal/itoa
iter
strconv
reflect
slices
encoding/binary
encoding/base64
internal/fmtsort
internal/oserror
path
internal/bisect
internal/godebug
internal/asan
internal/msan
syscall
time
io/fs
internal/filepathlite
internal/syscall/unix
internal/poll
internal/syscall/execenv
internal/testlog
os
fmt
strings
unicode/utf16
encoding/json
html
path/filepath
sort
regexp/syntax
regexp
net/url
text/template/parse
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 1 
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:1054:
        error:
          got non-nil error
        got:
          e"unknown time zone EST"
        stack:
          
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/spf13/cast/cast_test.go:1054
            c.Assert(err, qt.IsNil)
--- FAIL: TestToTimeWithTimezones (0.00s)
=== RUN   TestTrimZeroDecimal
--- PASS: TestTrimZeroDecimal (0.00s)
FAIL
FAIL    github.com/spf13/cast   0.008s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
github.com/spf13/cast returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-github-spf13-cast
Source-Version: 1.6.0-2
Done: Santiago Vila <[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.
Santiago Vila <[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: SHA512

Format: 1.8
Date: Fri, 08 Nov 2024 00:45:00 +0100
Source: golang-github-spf13-cast
Architecture: source
Version: 1.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1086269
Changes:
 golang-github-spf13-cast (1.6.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add Depends and Build-Depends on tzdata-legacy. Closes: #1086269.
Checksums-Sha1:
 d91859428296ee397e60fea297bff893f521a83c 1943 
golang-github-spf13-cast_1.6.0-2.dsc
 131567e386a819b62b386921b5beb09dcd196da8 4048 
golang-github-spf13-cast_1.6.0-2.debian.tar.xz
 a102db217886500453a72633577c6542bbdad577 5215 
golang-github-spf13-cast_1.6.0-2_source.buildinfo
Checksums-Sha256:
 2f13a8d48efc4bfb6eeed5dda7c7cd01fdb7657baa4a39ee6a52f7eba211eb24 1943 
golang-github-spf13-cast_1.6.0-2.dsc
 a56e96f8707838ed5a73994c3139dff2d6e13422c85d116103c7538b561a6b68 4048 
golang-github-spf13-cast_1.6.0-2.debian.tar.xz
 a08bff3c71ea57b3535063f7d32c4c18248f2a165e64a195ce799e69c566e62f 5215 
golang-github-spf13-cast_1.6.0-2_source.buildinfo
Files:
 0607e2e4f3c041461b9cd3e7fdceec51 1943 golang optional 
golang-github-spf13-cast_1.6.0-2.dsc
 5994ea39070ac4bcee18eaacf71b6763 4048 golang optional 
golang-github-spf13-cast_1.6.0-2.debian.tar.xz
 10d0f7891452d4b57a7d0bd8b71f3d47 5215 golang optional 
golang-github-spf13-cast_1.6.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmctUiQACgkQQc5/C58b
izJkQwf+NB+MNDM0bKM3oyLMF+CA1pakdLViezS9Djk6Wb4jvALoiIJPQ4wy6QVd
Jr3zjpq9nAReDir6xDQAmW4ZABpWjfnkyszLW66SKe6ByXSnsUQbNyCnYvCGQwFg
6JkBtjemA3e1j/3tL2jvcnpprpsbOa/H0T/JEzl1mDHRRSRqb0zWeXA18bKL1ocs
nZ71Np0FYaDKNrPMFu3h5TjvaP+v4fE7w1evJSn5jShi2ACKL+I0TgG0AvT971zX
EvrmFFeFsFAxz7Gr4Od3chXOpMw3gTal5RIn95sUgeiLYcjpq7EY0/crrbfdvGUz
CArzWLSoxPCWmrLhAF3UvoHr86xSDw==
=pToZ
-----END PGP SIGNATURE-----

Attachment: pgpdyixeIsq22.pgp
Description: PGP signature


--- End Message ---

Reply via email to