Your message dated Tue, 31 Oct 2023 23:34:45 +0000
with message-id <[email protected]>
and subject line Bug#1027374: fixed in golang-github-xenolf-lego 4.9.1-2
has caused the Debian Bug report #1027374,
regarding golang-github-xenolf-lego: FTBFS (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 [email protected]
immediately.)


-- 
1027374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-xenolf-lego
Version: 3.2.0-3.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 --buildsystem=golang --with=golang --builddirectory=_build
   dh_update_autotools_config -i -O--buildsystem=golang 
-O--builddirectory=_build
   dh_autoreconf -i -O--buildsystem=golang -O--builddirectory=_build

[...]

=== RUN   TestChangeResourceRecordSets
    client_test.go:40:
                Error Trace:    client_test.go:40
                Error:          Received unexpected error:
                                an error occurred during the creation of the 
signature: unknown time zone GMT
                Test:           TestChangeResourceRecordSets
--- FAIL: TestChangeResourceRecordSets (0.00s)
=== RUN   TestChangeResourceRecordSetsErrors
=== RUN   TestChangeResourceRecordSetsErrors/API_error
    client_test.go:94:
                Error Trace:    client_test.go:94
                Error:          Error message not equal:
                                expected: "an error occurred: The request signature 
we calculated does not match the signature you provided."
                                actual  : "an error occurred during the creation of 
the signature: unknown time zone GMT"
                Test:           TestChangeResourceRecordSetsErrors/API_error
=== RUN   TestChangeResourceRecordSetsErrors/response_body_error
    client_test.go:94:
                Error Trace:    client_test.go:94
                Error:          Error message not equal:
                                expected: "an error occurred while unmarshaling the 
response body to XML: EOF"
                                actual  : "an error occurred during the creation of 
the signature: unknown time zone GMT"
                Test:           
TestChangeResourceRecordSetsErrors/response_body_error
=== RUN   TestChangeResourceRecordSetsErrors/error_message_error
    client_test.go:94:
                Error Trace:    client_test.go:94
                Error:          Error message not equal:
                                expected: "an error occurred while unmarshaling the 
error body to XML: EOF"
                                actual  : "an error occurred during the creation of 
the signature: unknown time zone GMT"
                Test:           
TestChangeResourceRecordSetsErrors/error_message_error
--- FAIL: TestChangeResourceRecordSetsErrors (0.00s)
    --- FAIL: TestChangeResourceRecordSetsErrors/API_error (0.00s)
    --- FAIL: TestChangeResourceRecordSetsErrors/response_body_error (0.00s)
    --- FAIL: TestChangeResourceRecordSetsErrors/error_message_error (0.00s)
=== RUN   TestGetChange
    client_test.go:119:
                Error Trace:    client_test.go:119
                Error:          Received unexpected error:
                                an error occurred during the creation of the 
signature: unknown time zone GMT
                Test:           TestGetChange
--- FAIL: TestGetChange (0.00s)

[...]

=== RUN   TestRegistrar_ResolveAccountByKey
2022/07/15 11:56:30 [INFO] acme: Trying to resolve account by key
--- PASS: TestRegistrar_ResolveAccountByKey (0.01s)
PASS
ok      github.com/go-acme/lego/registration    0.014s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 
github.com/go-acme/lego/acme github.com/go-acme/lego/acme/api 
github.com/go-acme/lego/acme/api/internal/nonces 
github.com/go-acme/lego/acme/api/internal/secure 
github.com/go-acme/lego/acme/api/internal/sender github.com/go-acme/lego/certcrypto 
github.com/go-acme/lego/certificate github.com/go-acme/lego/challenge 
github.com/go-acme/lego/challenge/dns01 github.com/go-acme/lego/challenge/http01 
github.com/go-acme/lego/challenge/resolver github.com/go-acme/lego/challenge/tlsalpn01 
github.com/go-acme/lego/cmd github.com/go-acme/lego/cmd/lego 
github.com/go-acme/lego/internal github.com/go-acme/lego/lego 
github.com/go-acme/lego/log github.com/go-acme/lego/platform/config/env 
github.com/go-acme/lego/platform/tester github.com/go-acme/lego/platform/wait 
github.com/go-acme/lego/providers/dns github.com/go-acme/lego/providers/dns/autodns 
github.com/go-acme/lego/providers/dns/bluecat 
github.com/go-acme/lego/providers/dns/cloudns 
github.com/go-acme/lego/providers/dns/cloudns/internal 
github.com/go-acme/lego/providers/dns/cloudxns 
github.com/go-acme/lego/providers/dns/cloudxns/internal 
github.com/go-acme/lego/providers/dns/conoha 
github.com/go-acme/lego/providers/dns/conoha/internal 
github.com/go-acme/lego/providers/dns/digitalocean 
github.com/go-acme/lego/providers/dns/dnsmadeeasy 
github.com/go-acme/lego/providers/dns/dnsmadeeasy/internal 
github.com/go-acme/lego/providers/dns/dode 
github.com/go-acme/lego/providers/dns/dreamhost 
github.com/go-acme/lego/providers/dns/duckdns github.com/go-acme/lego/providers/dns/dyn 
github.com/go-acme/lego/providers/dns/easydns 
github.com/go-acme/lego/providers/dns/exec github.com/go-acme/lego/providers/dns/gandi 
github.com/go-acme/lego/providers/dns/gandiv5 
github.com/go-acme/lego/providers/dns/gcloud 
github.com/go-acme/lego/providers/dns/glesys 
github.com/go-acme/lego/providers/dns/godaddy 
github.com/go-acme/lego/providers/dns/hostingde 
github.com/go-acme/lego/providers/dns/httpreq 
github.com/go-acme/lego/providers/dns/inwx github.com/go-acme/lego/providers/dns/joker 
github.com/go-acme/lego/providers/dns/lightsail 
github.com/go-acme/lego/providers/dns/mydnsjp 
github.com/go-acme/lego/providers/dns/namecheap 
github.com/go-acme/lego/providers/dns/netcup 
github.com/go-acme/lego/providers/dns/netcup/internal 
github.com/go-acme/lego/providers/dns/nifcloud 
github.com/go-acme/lego/providers/dns/nifcloud/internal 
github.com/go-acme/lego/providers/dns/otc github.com/go-acme/lego/providers/dns/ovh 
github.com/go-acme/lego/providers/dns/pdns 
github.com/go-acme/lego/providers/dns/rackspace 
github.com/go-acme/lego/providers/dns/rfc2136 
github.com/go-acme/lego/providers/dns/route53 
github.com/go-acme/lego/providers/dns/selectel 
github.com/go-acme/lego/providers/dns/selectel/internal 
github.com/go-acme/lego/providers/dns/stackpath 
github.com/go-acme/lego/providers/dns/versio 
github.com/go-acme/lego/providers/dns/vscale 
github.com/go-acme/lego/providers/dns/vscale/internal 
github.com/go-acme/lego/providers/dns/vultr 
github.com/go-acme/lego/providers/dns/zoneee 
github.com/go-acme/lego/providers/http/webroot github.com/go-acme/lego/registration 
returned exit code 1
make: *** [debian/rules:37: 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-xenolf-lego
Source-Version: 4.9.1-2
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-xenolf-lego, 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-xenolf-lego 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: Tue, 31 Oct 2023 23:45:00 +0100
Source: golang-github-xenolf-lego
Architecture: source
Version: 4.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1027374
Changes:
 golang-github-xenolf-lego (4.9.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Add tzdata to Build-Depends. Closes: #1027374.
Checksums-Sha1:
 06cfa3d0e1411a612fd919b53210264e4729e83c 2763 
golang-github-xenolf-lego_4.9.1-2.dsc
 4e3d5586e607a731010a02072021be0f148c16e2 6632 
golang-github-xenolf-lego_4.9.1-2.debian.tar.xz
 22ca751ab7466fab5c06ec750bf77e5a2a90fd8a 8508 
golang-github-xenolf-lego_4.9.1-2_source.buildinfo
Checksums-Sha256:
 33f5a8c4cf821927a026551b31c8adc77e7998b78d24e0157253759dfb6e926c 2763 
golang-github-xenolf-lego_4.9.1-2.dsc
 9071c6a0a1f41fbbc4d50906ed0fac64caa2e0e0c262903cf2cba5c5941f1668 6632 
golang-github-xenolf-lego_4.9.1-2.debian.tar.xz
 b3a15e63bf68042d9f4179787a9a1d2e2da80f1b7f974b77ce04a6453394ef5a 8508 
golang-github-xenolf-lego_4.9.1-2_source.buildinfo
Files:
 08c233c475fcaa89542b146efd460c65 2763 golang optional 
golang-github-xenolf-lego_4.9.1-2.dsc
 d96d5e4da9705e9c4c3bb68f7d58938c 6632 golang optional 
golang-github-xenolf-lego_4.9.1-2.debian.tar.xz
 51a67fed9c85c09590a7318ed3ec5459 8508 golang optional 
golang-github-xenolf-lego_4.9.1-2_source.buildinfo

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

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmVBhgAACgkQQc5/C58b
izLlzgf/RI1rBC7y684cdwkXfLheI3XNTXrcWc7o6xeqTidLDDsA8+Jt5JIMHvIv
gkkm//5UVWwAAjR7yB80ZK/FY2PtTYKZSGusmF7BTbPysLWymFiQEk5vTJZu09j/
UD0EfQiIflSSUuFga2/wnzkKfA8fAiv3gz0rMPgXs1xGtcj5Ai6+qUL4XlDKCOHU
dKMQiJuZC+pY4DPImbFVbhw7EqiID6XsPiLaCEUjhs8N4gHuJ93If0tOs0RQDNgI
3U+JfmQ40vDUizyuPlytXc8Ri3ayBGT2KNMGrdTDjP8R4ZVoSPi0Ahj84kzDve7D
X4k1QiC/GP9UsrswHXHX4g5HFMyyjw==
=LTRy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to