Your message dated Tue, 10 Jan 2023 06:38:27 +0000
with message-id <e1pf8hd-00go11...@fasolo.debian.org>
and subject line Bug#1027363: fixed in golang-github-araddon-dateparse 
0.0~git20210429.6b43995-3
has caused the Debian Bug report #1027363,
regarding golang-github-araddon-dateparse: FTBFS in bullseye (missing 
build-depends on tzdata)
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.)


-- 
1027363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-araddon-dateparse
Version: 0.0~git20210207.0eec95c-1
Severity: serious
Tags: ftbfs patch

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary-indep
dh binary-indep --builddirectory=_build --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--builddirectory=_build 
-O--buildsystem=golang
   dh_autoreconf -i -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_configure -i -O--builddirectory=_build -O--buildsystem=golang
   dh_auto_build -i -O--builddirectory=_build -O--buildsystem=golang
        cd _build && go install -trimpath -v -p 2 github.com/araddon/dateparse
internal/unsafeheader
internal/cpu
runtime/internal/atomic
runtime/internal/sys
runtime/internal/math
internal/bytealg
math/bits
math
runtime
unicode/utf8
internal/race
sync/atomic
unicode
internal/testlog
internal/reflectlite
sync
errors
sort
strconv
io
internal/oserror
syscall
reflect
internal/syscall/unix
time
internal/poll
internal/fmtsort
internal/syscall/execenv
strings
os
fmt
github.com/araddon/dateparse
   dh_auto_test -i -O--builddirectory=_build -O--buildsystem=golang
        cd _build && go test -vet=off -v -p 2 github.com/araddon/dateparse
=== RUN   TestOne
--- PASS: TestOne (0.00s)
=== RUN   TestParse
    parseany_test.go:441: Expected to load location "America/Los_Angeles" but 
got unknown time zone America/Los_Angeles
--- FAIL: TestParse (0.00s)
=== RUN   TestPStruct
    parseany_test.go:489:
                Error Trace:    parseany_test.go:489
                Error:          Not equal:
                                expected: <nil>(<nil>)
                                actual  : 
*errors.errorString(&errors.errorString{s:"unknown time zone America/Denver"})
                Test:           TestPStruct
--- FAIL: TestPStruct (0.00s)
=== RUN   TestParseErrors
--- PASS: TestParseErrors (0.00s)
=== RUN   TestParseLayout
--- PASS: TestParseLayout (0.00s)
=== RUN   TestParseStrict
--- PASS: TestParseStrict (0.00s)
=== RUN   TestInLocation
    parseany_test.go:619:
                Error Trace:    parseany_test.go:619
                Error:          Not equal:
                                expected: <nil>(<nil>)
                                actual  : 
*errors.errorString(&errors.errorString{s:"unknown time zone America/Denver"})
                Test:           TestInLocation
    parseany_test.go:649:
                Error Trace:    parseany_test.go:649
                Error:          Not equal:
                                expected: -25200
                                actual  : 0
                Test:           TestInLocation
                Messages:       Should have found offset = -25200 0  UTC
    parseany_test.go:650:
                Error Trace:    parseany_test.go:650
                Error:          Not equal:
                                expected: "MST"
                                actual  : "UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -MST
                                +UTC
                Test:           TestInLocation
                Messages:       Should have found zone = MST UTC
    parseany_test.go:651:
                Error Trace:    parseany_test.go:651
                Error:          Not equal:
                                expected: "2013-02-01 07:00:00 +0000 UTC"
                                actual  : "2013-02-01 00:00:00 +0000 UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2013-02-01 07:00:00 +0000 UTC
                                +2013-02-01 00:00:00 +0000 UTC
                Test:           TestInLocation
    parseany_test.go:656:
                Error Trace:    parseany_test.go:656
                Error:          Not equal:
                                expected: -25200
                                actual  : 0
                Test:           TestInLocation
                Messages:       Should have found offset = 0 0
    parseany_test.go:657:
                Error Trace:    parseany_test.go:657
                Error:          Not equal:
                                expected: "MST"
                                actual  : "UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -MST
                                +UTC
                Test:           TestInLocation
                Messages:       Should have found zone = UTC UTC
    parseany_test.go:658:
                Error Trace:    parseany_test.go:658
                Error:          Not equal:
                                expected: "2018-01-18 07:00:00 +0000 UTC"
                                actual  : "2018-01-18 00:00:00 +0000 UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2018-01-18 07:00:00 +0000 UTC
                                +2018-01-18 00:00:00 +0000 UTC
                Test:           TestInLocation
    parseany_test.go:666:
                Error Trace:    parseany_test.go:666
                Error:          Not equal:
                                expected: -25200
                                actual  : 0
                Test:           TestInLocation
                Messages:       Should have found offset = -25200 0  UTC
    parseany_test.go:667:
                Error Trace:    parseany_test.go:667
                Error:          Not equal:
                                expected: "MST"
                                actual  : "UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -MST
                                +UTC
                Test:           TestInLocation
                Messages:       Should have found zone = MST UTC
    parseany_test.go:668:
                Error Trace:    parseany_test.go:668
                Error:          Not equal:
                                expected: "2013-02-01 07:00:00 +0000 UTC"
                                actual  : "2013-02-01 00:00:00 +0000 UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2013-02-01 07:00:00 +0000 UTC
                                +2013-02-01 00:00:00 +0000 UTC
                Test:           TestInLocation
    parseany_test.go:675:
                Error Trace:    parseany_test.go:675
                Error:          Not equal:
                                expected: -21600
                                actual  : 0
                Test:           TestInLocation
                Messages:       Should have found offset = -21600 0  UTC
    parseany_test.go:676:
                Error Trace:    parseany_test.go:676
                Error:          Not equal:
                                expected: "MDT"
                                actual  : "UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -MDT
                                +UTC
                Test:           TestInLocation
                Messages:       Should have found zone = MDT UTC
    parseany_test.go:677:
                Error Trace:    parseany_test.go:677
                Error:          Not equal:
                                expected: "2013-04-01 06:00:00 +0000 UTC"
                                actual  : "2013-04-01 00:00:00 +0000 UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2013-04-01 06:00:00 +0000 UTC
                                +2013-04-01 00:00:00 +0000 UTC
                Test:           TestInLocation
    parseany_test.go:695:
                Error Trace:    parseany_test.go:695
                Error:          Not equal:
                                expected: -25200
                                actual  : 0
                Test:           TestInLocation
                Messages:       Should have found offset = -25200 0
    parseany_test.go:696:
                Error Trace:    parseany_test.go:696
                Error:          Not equal:
                                expected: "2006-01-02 22:04:05 +0000 UTC"
                                actual  : "2006-01-02 15:04:05 +0000 UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2006-01-02 22:04:05 +0000 UTC
                                +2006-01-02 15:04:05 +0000 UTC
                Test:           TestInLocation
    parseany_test.go:711:
                Error Trace:    parseany_test.go:711
                Error:          Should not be: 0
                Test:           TestInLocation
                Messages:       Should have found offset 0
    parseany_test.go:712:
                Error Trace:    parseany_test.go:712
                Error:          Not equal:
                                expected: "2006-01-02 22:04:05 +0000 UTC"
                                actual  : "2006-01-02 15:04:05 +0000 UTC"
                                
                                Diff:
                                --- Expected
                                +++ Actual
                                @@ -1 +1 @@
                                -2006-01-02 22:04:05 +0000 UTC
                                +2006-01-02 15:04:05 +0000 UTC
                Test:           TestInLocation
--- FAIL: TestInLocation (0.00s)
=== RUN   TestPreferMonthFirst
--- PASS: TestPreferMonthFirst (0.00s)
=== RUN   TestRetryAmbiguousDateWithSwap
--- PASS: TestRetryAmbiguousDateWithSwap (0.00s)
FAIL
FAIL    github.com/araddon/dateparse    0.010s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 
github.com/araddon/dateparse returned exit code 1
make: *** [debian/rules:6: binary-indep] Error 25
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

Note: I'm using the "patch" tag because there is an obvious fix
(indicated in the subject).

About the archive rebuild: The build was made using virtual machines
from Hetzner, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages (plus
debhelper).

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-araddon-dateparse
Source-Version: 0.0~git20210429.6b43995-3
Done: Stephen Gelman <ssg...@debian.org>

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

Debian distribution maintenance software
pp.
Stephen Gelman <ssg...@debian.org> (supplier of updated 
golang-github-araddon-dateparse 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, 09 Jan 2023 18:36:06 -0600
Source: golang-github-araddon-dateparse
Architecture: source
Version: 0.0~git20210429.6b43995-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Stephen Gelman <ssg...@debian.org>
Closes: 1027363
Changes:
 golang-github-araddon-dateparse (0.0~git20210429.6b43995-3) unstable; 
urgency=medium
 .
   * Team upload.
   * Add missing build dep of tzdata (Closes: #1027363)
Checksums-Sha1:
 6583594633d9a869e75c333429ea99a02ba485be 2509 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3.dsc
 0957e930aa86c87e02c9ab2b9d7e9809337734a2 2636 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3.debian.tar.xz
 8c4eb66849fd8e43a3eb82d4da53b7aeea8f57ac 7350 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3_amd64.buildinfo
Checksums-Sha256:
 7c81c84ac0a159769eba6584fa6de51a2cba5b65096c4e61e7b842f276b1bb73 2509 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3.dsc
 abeb3dff2051cc7f9d272c692584385eeb9b8bf0e6b8e62e0996f3b847ec160d 2636 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3.debian.tar.xz
 e607e24792535d9963028cc57c4282b12f7b89cb9373905512a695f4d7a2e00c 7350 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3_amd64.buildinfo
Files:
 f72453c09ef742cb07b89815275dd221 2509 devel optional 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3.dsc
 5a8e02e3becef1bb8bc8ddfe022b4b46 2636 devel optional 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3.debian.tar.xz
 a0915912017d715ba3f62c12d22147d2 7350 devel optional 
golang-github-araddon-dateparse_0.0~git20210429.6b43995-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEPwDop1BN06KlsbfijqM4hED8f1wFAmO9BBASHHNzZ2VsbUBk
ZWJpYW4ub3JnAAoJEI6jOIRA/H9ceYUP/0gAhY2h5C3+J3rVfXbC1X8rgtiIVMsZ
J5bFIVnhq3u/WLT4+Q6iDuoypl/FSPXpG+2+LmAJCOGwc9Tx/vsyJv1bV55mpsjM
IF5NdZk0GHI8WDPPNcdLEu6EC1up9fqtSmkW3COd23x6alzgfjwSX8DB+hV5tgQT
DVmUUF7joL4zx565/9W8g/bnKviPiplPmA+32RSP9ljUCMO9oB4wpf/mjXkkGcFW
skKonhxbbJLJJTMIhvixYIpuYZpc8RpdexoZZmVKx+SBjePFmHFZJ17fx1hcmZRl
XLxYepPzn63t1KYIQlu/3w9NVSuJnwi50BYgp4roMD2zScgwzZaNe+BX+/ROEdJ5
AK0f/bC8wwQYqnONvb/9Ea1p/L5NYjqnrV1zRGY0KjmmhUe1NXlJ5ViSBo/ekekx
rPDk2PRz5GiWcvYfpJnGwt/pwCLUNHpyMn3QXDXYESlcbogiwL9eBCYGIFpvLnQ6
taJXRsEv3TixyT6Tsk2zJiAoNAzVr0MoBZBk4V3l7ocJplctTm3KnKIzwXb8ePNF
pw0ny74K31w5/5LlJjNuNWNfjDW+CcDlomHEy/jyAJMJOOwsGrd3UFkEqi/6RGwS
bqKeLqpRLE39E7Zbxiy55hCL+gY3IGhXZ8Djf5RYwB9RzQ0K6rcumipebkZH8CwZ
98fUuF2x3c8C
=bxAM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to