Your message dated Wed, 04 Oct 2023 22:19:59 +0000
with message-id <e1qoadn-00gyjv...@fasolo.debian.org>
and subject line Bug#1052819: fixed in golang-github-mattn-go-runewidth 0.0.15-1
has caused the Debian Bug report #1052819,
regarding golang-github-mattn-go-runewidth: FTBFS: dh_auto_test: error: cd 
_build && go test -vet=off -v -p 8 github.com/mattn/go-runewidth 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 ow...@bugs.debian.org
immediately.)


-- 
1052819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-mattn-go-runewidth
Version: 0.0.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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 --builddirectory=_build
>    dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
>    dh_autoreconf -O--buildsystem=golang -O--builddirectory=_build
>    dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
>    dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
>       cd _build && go generate -v github.com/mattn/go-runewidth
> src/github.com/mattn/go-runewidth/benchmark_test.go
> src/github.com/mattn/go-runewidth/runewidth.go
> src/github.com/mattn/go-runewidth/runewidth_posix.go
> src/github.com/mattn/go-runewidth/runewidth_posix_test.go
> src/github.com/mattn/go-runewidth/runewidth_test.go
>       cd _build && go install -trimpath -v -p 8 github.com/mattn/go-runewidth
> internal/godebugs
> internal/unsafeheader
> internal/coverage/rtcov
> internal/goexperiment
> unicode/utf8
> internal/goarch
> internal/cpu
> internal/goos
> runtime/internal/atomic
> runtime/internal/syscall
> internal/itoa
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> internal/race
> math/bits
> unicode
> github.com/rivo/uniseg
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> errors
> sort
> internal/oserror
> path
> io
> internal/safefilepath
> strconv
> syscall
> bytes
> strings
> regexp/syntax
> internal/syscall/execenv
> internal/syscall/unix
> time
> regexp
> io/fs
> internal/poll
> os
> github.com/mattn/go-runewidth
>    dh_auto_test -O--buildsystem=golang -O--builddirectory=_build
>       cd _build && go test -vet=off -v -p 8 github.com/mattn/go-runewidth
> === RUN   TestIsEastAsian
> --- PASS: TestIsEastAsian (0.00s)
> === RUN   TestIsEastAsianLCCTYPE
> --- PASS: TestIsEastAsianLCCTYPE (0.00s)
> === RUN   TestIsEastAsianLANG
> --- PASS: TestIsEastAsianLANG (0.00s)
> === RUN   TestTableChecksums
> --- FAIL: TestTableChecksums (0.02s)
> panic: runtime error: index out of range [0] with length 0 [recovered]
>       panic: runtime error: index out of range [0] with length 0
> 
> goroutine 8 [running]:
> testing.tRunner.func1.2({0x52d8c0, 0xc00001e2b8})
>       /usr/lib/go-1.21/src/testing/testing.go:1545 +0x238
> testing.tRunner.func1()
>       /usr/lib/go-1.21/src/testing/testing.go:1548 +0x397
> panic({0x52d8c0?, 0xc00001e2b8?})
>       /usr/lib/go-1.21/src/runtime/panic.go:914 +0x21f
> github.com/mattn/go-runewidth.inTable(...)
>       
> /<<PKGBUILDDIR>>/_build/src/github.com/mattn/go-runewidth/runewidth.go:64
> github.com/mattn/go-runewidth.TestTableChecksums(0xc000007a00)
>       
> /<<PKGBUILDDIR>>/_build/src/github.com/mattn/go-runewidth/runewidth_test.go:57
>  +0x365
> testing.tRunner(0xc000007a00, 0x547170)
>       /usr/lib/go-1.21/src/testing/testing.go:1595 +0xff
> created by testing.(*T).Run in goroutine 1
>       /usr/lib/go-1.21/src/testing/testing.go:1648 +0x3ad
> FAIL  github.com/mattn/go-runewidth   0.023s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8 
> github.com/mattn/go-runewidth returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/golang-github-mattn-go-runewidth_0.0.14-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&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-mattn-go-runewidth
Source-Version: 0.0.15-1
Done: Felix Geyer <fge...@debian.org>

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

Debian distribution maintenance software
pp.
Felix Geyer <fge...@debian.org> (supplier of updated 
golang-github-mattn-go-runewidth 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: Wed, 04 Oct 2023 23:44:16 +0200
Source: golang-github-mattn-go-runewidth
Architecture: source
Version: 0.0.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Felix Geyer <fge...@debian.org>
Closes: 1052819
Changes:
 golang-github-mattn-go-runewidth (0.0.15-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 0.0.15
   * Fix building with unicode data 15.1.0 (Closes: #1052819)
Checksums-Sha1:
 77b685fd5efd5b335bf03ebf9c10930dfd0b3e75 2417 
golang-github-mattn-go-runewidth_0.0.15-1.dsc
 05df8fc89d8fadf216fb9dc21ec4ddeaf6ea40e0 18284 
golang-github-mattn-go-runewidth_0.0.15.orig.tar.gz
 9acd6a1052971ff646d245995f5982ff14ff7450 9000 
golang-github-mattn-go-runewidth_0.0.15-1.debian.tar.xz
Checksums-Sha256:
 cfbd471802ad9f384c9e54c0ea81d70344696ee2f100d1aa057437fad707606b 2417 
golang-github-mattn-go-runewidth_0.0.15-1.dsc
 44a5d37bd7119a9d288d7ff61cf3b4d42c2902c66b0d94136d41d2eb3cf2ba85 18284 
golang-github-mattn-go-runewidth_0.0.15.orig.tar.gz
 6f5ebb06e753082c5f0d45b9befe1564da90e9b147aaf617cf32acfec73c167c 9000 
golang-github-mattn-go-runewidth_0.0.15-1.debian.tar.xz
Files:
 18655d0d2c2848714551a319ecd8b116 2417 golang optional 
golang-github-mattn-go-runewidth_0.0.15-1.dsc
 3da9ee6fafe706e99bd88ac86023f6a5 18284 golang optional 
golang-github-mattn-go-runewidth_0.0.15.orig.tar.gz
 03f114c57aa3d993831279ec537115e8 9000 golang optional 
golang-github-mattn-go-runewidth_0.0.15-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEFkxwUS95KUdnZKtW/iLG/YMTXUUFAmUd3T8ACgkQ/iLG/YMT
XUXcIhAAmiC2phk1c9XJJzdy0ocUwT50SGN2q6vFxXEeNcuPUtmOzF4vRsWrsdUz
Nx60RgTyM1mnsVpOImPAeNEKx3YdAAwfWi3OoQ/Dcp5ZuSoa91oGbmyBmO3f1jV2
lka1d4sNV0VaOmoG0rn+Rg4bnA/ythNs33M1c2NrReJAtUpoo6sO54qO/mertv8d
VZVmNaUBkMOAmuyUdu8MvqdhcxrKFPOEIWiJ+nLlTDtqdIvTLmAp0pWa/1ahBWAe
+fGMp9RXuKdWrU3nDrqPS7jXZ8q9vPqIjkzHEoy2ZmN+AtWJLSz88iYsWC2MEPg/
DJaGDJMEepHNVyqvFJRDBIfqlte5HxIyMw91Aihd9dgBEaAjHENJf5jpFW9W386q
n3ae2ZsJvkJNRlcsFukmPI2gh8UTY37kwky54GP0tC5plyCqH6PCJuq3eQcPc0q/
0nlpU+m2egEzrwpd4aan1nVsDHLWEhAkpR1kCtf6X0lToLp+swkyeoFAKO9Vl+nB
x0hYS8jfD+IWwVJtuk8pvZbXvhdjQYXyM9wR3i5bEmwfhZzy2bwq+0ZTcGgVFIDc
mvUZ1+RhiC2EyDTsRLdgZPFPKedTgYYq1bv2TOt0ITwAGK2qxe7RrY2LXGgx79ob
4UBliURURiAPAvTd7b/vE7Rbtl1B5EQAHHV0eAD/QKur/5tz+bM=
=eg4d
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to