Your message dated Wed, 25 Mar 2020 04:49:18 +0000
with message-id <e1jgxyg-000ciy...@fasolo.debian.org>
and subject line Bug#954638: fixed in golang-github-mattn-go-runewidth 0.0.9-1
has caused the Debian Bug report #954638,
regarding golang-github-mattn-go-runewidth: FTBFS: dh_auto_test: error: cd 
_build && go test -vet=off -v -p 4 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.)


-- 
954638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-mattn-go-runewidth
Version: 0.0.8-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=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 4 github.com/mattn/go-runewidth
> runtime/internal/sys
> internal/cpu
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> internal/race
> unicode
> internal/testlog
> unicode/utf8
> internal/bytealg
> math/bits
> math
> runtime
> internal/reflectlite
> sync
> errors
> sort
> internal/oserror
> io
> strconv
> syscall
> bytes
> strings
> regexp/syntax
> time
> internal/syscall/unix
> regexp
> 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 4 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
>     TestTableChecksums: runewidth_test.go:63: table = combining,
>               n = 465 want 461,
>               sha256 = 
> 3cce13deb5e23f9f7327f2b1ef162328285a7dcf277a98302a8f7cdd43971268 want 
> ef1839ee99b2707da7d5592949bd9b40d434fa6462c6da61477bae923389e263
>     TestTableChecksums: runewidth_test.go:63: table = doublewidth,
>               n = 182440 want 181887,
>               sha256 = 
> 3d16eda8650dc2c92d6318d32f0b4a74fda5a278db2d4544b1dd65863394823c want 
> de2d7a29c94fb2fe471b5fd0c003043845ce59d1823170606b95f9fc8988067a
>     TestTableChecksums: runewidth_test.go:63: table = emoji,
>               n = 3535 want 3791,
>               sha256 = 
> 9ec17351601d49c535658de8d129c1d0ccda2e620669fc39a2faaee7dedcef6d want 
> bf02b49f5cbee8df150053574d20125164e7f16b5f62aa5971abca3b2f39a8e6
>     TestTableChecksums: runewidth_test.go:63: table = neutral,
>               n = 27333 want 26925,
>               sha256 = 
> 5455f5e75c307f70b4e9b2384dc5a8bcd91a4c5e2b24b2b185dfad4d860ee5c2 want 
> d79d8558f3cc35c633e5025c9b29c005b853589c8f71b4a72507b5c31d8a6829
> --- FAIL: TestTableChecksums (0.13s)
> === RUN   TestSorted
> --- PASS: TestSorted (0.00s)
> === RUN   TestRuneWidth
> --- PASS: TestRuneWidth (0.00s)
> === RUN   TestIsAmbiguousWidth
> --- PASS: TestIsAmbiguousWidth (0.00s)
> === RUN   TestStringWidth
> --- PASS: TestStringWidth (0.00s)
> === RUN   TestStringWidthInvalid
> --- PASS: TestStringWidthInvalid (0.00s)
> === RUN   TestTruncateSmaller
> --- PASS: TestTruncateSmaller (0.00s)
> === RUN   TestTruncate
> --- PASS: TestTruncate (0.00s)
> === RUN   TestTruncateFit
> --- PASS: TestTruncateFit (0.00s)
> === RUN   TestTruncateJustFit
> --- PASS: TestTruncateJustFit (0.00s)
> === RUN   TestWrap
> --- PASS: TestWrap (0.00s)
> === RUN   TestTruncateNoNeeded
> --- PASS: TestTruncateNoNeeded (0.00s)
> === RUN   TestIsNeutralWidth
> --- PASS: TestIsNeutralWidth (0.00s)
> === RUN   TestFillLeft
> --- PASS: TestFillLeft (0.00s)
> === RUN   TestFillLeftFit
> --- PASS: TestFillLeftFit (0.00s)
> === RUN   TestFillRight
> --- PASS: TestFillRight (0.00s)
> === RUN   TestFillRightFit
> --- PASS: TestFillRightFit (0.00s)
> === RUN   TestEnv
> --- PASS: TestEnv (0.00s)
> === RUN   TestZeroWidthJointer
> --- PASS: TestZeroWidthJointer (0.00s)
> FAIL
> FAIL  github.com/mattn/go-runewidth   0.133s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 4 
> github.com/mattn/go-runewidth returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/21/golang-github-mattn-go-runewidth_0.0.8-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: golang-github-mattn-go-runewidth
Source-Version: 0.0.9-1
Done: Nilesh Patra <npatra...@gmail.com>

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 954...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (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: SHA256

Format: 1.8
Date: Tue, 24 Mar 2020 17:04:07 +0530
Source: golang-github-mattn-go-runewidth
Architecture: source
Version: 0.0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 954638
Changes:
 golang-github-mattn-go-runewidth (0.0.9-1) unstable; urgency=medium
 .
   * Team Upload.
   * New upstream version 0.0.9 (Closes: #954638)
   * Refresh patches with new version
   * Fix control and patch with cme
   * Bump standards version to 4.5.0
   * Add upstream/metadata
Checksums-Sha1:
 73526c868813186a091feeba7bc0b0dfe11f594f 2367 
golang-github-mattn-go-runewidth_0.0.9-1.dsc
 eabc1d6cb0742094bab2c205b2808c795ad1b459 16714 
golang-github-mattn-go-runewidth_0.0.9.orig.tar.gz
 874368092cc20668ed37bcb6420e7d1c59495267 3704 
golang-github-mattn-go-runewidth_0.0.9-1.debian.tar.xz
 30d3bab7c52176e6b79e3ad0eb27d285276a3ba4 5883 
golang-github-mattn-go-runewidth_0.0.9-1_amd64.buildinfo
Checksums-Sha256:
 b682d7ea360c8a28873ec4067a2582c563da4a4856852c0964070e2247aa6f51 2367 
golang-github-mattn-go-runewidth_0.0.9-1.dsc
 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835 16714 
golang-github-mattn-go-runewidth_0.0.9.orig.tar.gz
 1841a34c5dd40f4c82056682471f225920382e16bc3ea52d43fea53fed493621 3704 
golang-github-mattn-go-runewidth_0.0.9-1.debian.tar.xz
 5d55710be52ab7ac2f7f7d1a1ce556b48ef33c60e1ff0bf8e786fd5f124368f7 5883 
golang-github-mattn-go-runewidth_0.0.9-1_amd64.buildinfo
Files:
 29991689cfb42587ee059805599564b3 2367 devel optional 
golang-github-mattn-go-runewidth_0.0.9-1.dsc
 4a45a358d20e99c515542912119846b1 16714 devel optional 
golang-github-mattn-go-runewidth_0.0.9.orig.tar.gz
 d19b535d1fc1356642b9ae1794fa1ddc 3704 devel optional 
golang-github-mattn-go-runewidth_0.0.9-1.debian.tar.xz
 dfda7be73fdfbce2ec16601ec5c83d77 5883 devel optional 
golang-github-mattn-go-runewidth_0.0.9-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl563eYACgkQUra72VOW
jRv9cBAAk2qFnCjy926yvlC3qvjvsSYINQLcH9jjcHdrKLiuhHP6InYfEr7zvvZP
x1CKRKCyKlzlvKKPzWLmjDvBFA5C9CB3hgtCfz4tE8U6ki4V0p63X62YUUbs7pMQ
gJSKIxY+i3XkCE7jTsoujfxW/ASRxLj6lUwOT9FRoPcXGG8r/h2d0xfE2j3NSudI
yDx26z/NgR0/z87CbRJyAkXw/6cs+Kak6bJimfdXJ3PPP/RnYz6fpcbOMT1K+oGO
yg+CxXoOmdqmk2facbkm/1wc93uAlD4H+u/18vrJSqvwnEL7U64BKOgYP3KfyURn
NpZuk1TY8iTWcksnm9+KL57HLaiY0Tw4zhc5BUMAGzpay6eXwbGBbC+qA6cQ1Nj6
mXG3A4tbW5sBP0n+Tjv4aNPUXFqbbkmDBbNizsH8TRSPk1CjCE0/WZeFsaeBi9kf
Ph6tXk0Bu0Wg2H8idQZg93G5gnwhUTVxdCPYpPP8o8opRAbwGFnTgby/4flrHwRE
HfcjDqLxa2Q6gZzmv5A8gCwHSxHu7RcolD4csrldoK4zkKrCvbAHXdsm5i4Ble3Y
khbhvGPcr4rDc5hwPJnk85XJcIl+ATWZHWKMo/fzLXNFiLhGZg9oe/K5V20yMC+V
/4BENYZ6upX8Oj/7xBSEVipdWHaM2X+tR6NwxX8b5MyGHL1vxls=
=Ydhu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to