On Sun, Oct 20, 2024 at 3:15 AM Mathias Gibbens <gib...@debian.org> wrote:
>
> Source: golang-github-go-sql-driver-mysql
> Version: 1.8.1-1
> Severity: serious
> Justification: FTBFS
> Tags: sid ftbfs
> X-Debbugs-Cc: vs...@debian.org
>
>   The recent upload of src:golang-github-go-sql-driver-mysql 1.8.1-1
> missed adding golang-filippo-edwards25519-dev to the Depends: stanza
> for the corresponding -dev package. This is causing several other
> packages to FTBFS, some of which are seen in the autopkgtest failures
> for this package.
>
>   I attempted a quick team upload fixing this, but encountered test
> failures when building; since I'm not familiar with this package I
> can't do a quick fix.
>
> > --- FAIL: TestDSNReformat (0.00s)
> > [snip]
> >     --- FAIL: 
> > TestDSNReformat/user:p@ss(word)@tcp([de:ad:be:ef::ca:fe]:80)/dbname?loc=Local
> >  (0.00s)
> > [snip]
> >
> > --- FAIL: FuzzFormatDSN (0.00s)
> > [snip]
> >     --- FAIL: FuzzFormatDSN/seed#8 (0.00s)
> > [snip]

You miss the real failure log, here is

=== RUN   
TestDSNReformat/user:p@ss(word)@tcp([de:ad:be:ef::ca:fe]:80)/dbname?loc=Local
    dsn_test.go:138: 8.
"user:p@ss(word)@tcp([de:ad:be:ef::ca:fe]:80)/dbname?loc=Local"
reformatted as "user:p@ss(word)@tcp([de:ad:be:ef::ca:fe]:80)/dbname?loc=UTC"
    dsn_test.go:155: 8.
"user:p@ss(word)@tcp([de:ad:be:ef::ca:fe]:80)/dbname?loc=UTC" does not
match "user:p@ss(word)@tcp([de:ad:be:ef::ca:fe]:80)/dbname"

I haven't tested it yet, but I think it's  related to the recent
tzdata change. IIRC, @bdrung said he would revert the tzdata change.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084190

-- 
Shengjing Zhu

Reply via email to