Your message dated Sat, 01 Sep 2018 09:48:59 +0000
with message-id <e1fw2wz-000agv...@fasolo.debian.org>
and subject line Bug#907714: fixed in golang-x-text 0.3.0-2
has caused the Debian Bug report #907714,
regarding golang-x-text: FTBFS in buster/sid (failing tests)
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.)


-- 
907714: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907714
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-x-text
Version: 0.3.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_autoreconf -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install 
-gcflags=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" 
-asmflags=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" -v -p 1 
golang.org/x/text golang.org/x/text/cases golang.org/x/text/collate 
golang.org/x/text/collate/build golang.org/x/text/currency 
golang.org/x/text/date golang.org/x/text/encoding 
golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex 
golang.org/x/text/encoding/ianaindex golang.org/x/text/encoding/internal 
golang.org/x/text/encoding/internal/enctest 
golang.org/x/text/encoding/internal/identifier 
golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean 
golang.org/x/text/encoding/simplifiedchinese 
golang.org/x/text/encoding/traditionalchinese 
golang.org/x/text/encoding/unicode golang.org/x/text/encoding/unicode/utf32 
golang.org/x/text/feature/plural golang.org/x/text/internal 
golang.org/x/text/internal/catmsg golang.org/x/text/internal/cldrtree 
golang.org/x/text/internal/colltab golan
 g.org/x/text/internal/export/idna golang.org/x/text/internal/format 
golang.org/x/text/internal/gen golang.org/x/text/internal/number 
golang.org/x/text/internal/stringset golang.org/x/text/internal/tag 
golang.org/x/text/internal/testtext golang.org/x/text/internal/triegen 
golang.org/x/text/internal/ucd golang.org/x/text/internal/utf8internal 
golang.org/x/text/language golang.org/x/text/language/display 
golang.org/x/text/message golang.org/x/text/message/catalog 
golang.org/x/text/number golang.org/x/text/runes golang.org/x/text/search 
golang.org/x/text/secure golang.org/x/text/secure/bidirule 
golang.org/x/text/secure/precis golang.org/x/text/transform 
golang.org/x/text/unicode golang.org/x/text/unicode/bidi 
golang.org/x/text/unicode/cldr golang.org/x/text/unicode/norm 
golang.org/x/text/unicode/rangetable golang.org/x/text/unicode/runenames 
golang.org/x/text/width
golang.org/x/text
golang.org/x/text/internal/tag
golang.org/x/text/language
golang.org/x/text/internal
golang.org/x/text/transform
golang.org/x/text/unicode/norm
golang.org/x/text/cases

[... snipped ...]

=== RUN   TestNarrowSingleRunes
--- PASS: TestNarrowSingleRunes (0.03s)
=== RUN   TestNarrow
=== RUN   TestNarrow/empty
=== RUN   TestNarrow/short_source_1
=== RUN   TestNarrow/short_source_2
=== RUN   TestNarrow/incomplete_but_terminated_source_1
=== RUN   TestNarrow/incomplete_but_terminated_source_2
=== RUN   TestNarrow/exact_fit_dst
=== RUN   TestNarrow/exact_fit_dst_some_span
=== RUN   TestNarrow/empty_dst
=== RUN   TestNarrow/empty_dst_ascii
=== RUN   TestNarrow/short_dst_1
=== RUN   TestNarrow/short_dst_2
=== RUN   TestNarrow/ambiguous
=== RUN   TestNarrow/short_dst_fast_path
=== RUN   TestNarrow/short_dst_larger_buffer
=== RUN   TestNarrow/fast_path_alternation
--- PASS: TestNarrow (0.00s)
    --- PASS: TestNarrow/empty (0.00s)
    --- PASS: TestNarrow/short_source_1 (0.00s)
    --- PASS: TestNarrow/short_source_2 (0.00s)
    --- PASS: TestNarrow/incomplete_but_terminated_source_1 (0.00s)
    --- PASS: TestNarrow/incomplete_but_terminated_source_2 (0.00s)
    --- PASS: TestNarrow/exact_fit_dst (0.00s)
    --- PASS: TestNarrow/exact_fit_dst_some_span (0.00s)
    --- PASS: TestNarrow/empty_dst (0.00s)
    --- PASS: TestNarrow/empty_dst_ascii (0.00s)
    --- PASS: TestNarrow/short_dst_1 (0.00s)
    --- PASS: TestNarrow/short_dst_2 (0.00s)
    --- PASS: TestNarrow/ambiguous (0.00s)
    --- PASS: TestNarrow/short_dst_fast_path (0.00s)
    --- PASS: TestNarrow/short_dst_larger_buffer (0.00s)
    --- PASS: TestNarrow/fast_path_alternation (0.00s)
=== RUN   ExampleTransformer_fold
--- PASS: ExampleTransformer_fold (0.00s)
=== RUN   ExampleTransformer_widen
--- PASS: ExampleTransformer_widen (0.00s)
=== RUN   ExampleTransformer_narrow
--- PASS: ExampleTransformer_narrow (0.00s)
PASS
ok      golang.org/x/text/width 0.109s
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
golang.org/x/text golang.org/x/text/cases golang.org/x/text/collate 
golang.org/x/text/collate/build golang.org/x/text/currency 
golang.org/x/text/date golang.org/x/text/encoding 
golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex 
golang.org/x/text/encoding/ianaindex golang.org/x/text/encoding/internal 
golang.org/x/text/encoding/internal/enctest 
golang.org/x/text/encoding/internal/identifier 
golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean 
golang.org/x/text/encoding/simplifiedchinese 
golang.org/x/text/encoding/traditionalchinese 
golang.org/x/text/encoding/unicode golang.org/x/text/encoding/unicode/utf32 
golang.org/x/text/feature/plural golang.org/x/text/internal 
golang.org/x/text/internal/catmsg golang.org/x/text/internal/cldrtree 
golang.org/x/text/internal/colltab golang.org/x/text/internal/export/idna 
golang.org/x/text/internal/format golang.org/x/text/internal/gen golang.org/x/
 text/internal/number golang.org/x/text/internal/stringset 
golang.org/x/text/internal/tag golang.org/x/text/internal/testtext 
golang.org/x/text/internal/triegen golang.org/x/text/internal/ucd 
golang.org/x/text/internal/utf8internal golang.org/x/text/language 
golang.org/x/text/language/display golang.org/x/text/message 
golang.org/x/text/message/catalog golang.org/x/text/number 
golang.org/x/text/runes golang.org/x/text/search golang.org/x/text/secure 
golang.org/x/text/secure/bidirule golang.org/x/text/secure/precis 
golang.org/x/text/transform golang.org/x/text/unicode 
golang.org/x/text/unicode/bidi golang.org/x/text/unicode/cldr 
golang.org/x/text/unicode/norm golang.org/x/text/unicode/rangetable 
golang.org/x/text/unicode/runenames golang.org/x/text/width returned exit code 1
make: *** [debian/rules:9: build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

This is just how the build ends and not necessarily the relevant part.
For full build logs please see:

https://people.debian.org/~sanvila/build-logs/golang-x-text/

To reproduce, please try building with sbuild on a single-CPU machine, where
this error seems to happen 100% of the time.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-x-text
Source-Version: 0.3.0-2

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

Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated golang-x-text 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: Sat, 01 Sep 2018 17:13:21 +0800
Source: golang-x-text
Binary: golang-golang-x-text-dev golang-x-text-dev
Architecture: source
Version: 0.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go packaging team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Description:
 golang-golang-x-text-dev - Supplementary Go text-related libraries
 golang-x-text-dev - Transitional package for golang-golang-x-text-dev
Closes: 907714
Changes:
 golang-x-text (0.3.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Anthony Fok ]
   * Update versioned build-dependency on dh-golang to >= 1.31~
     to solve missing testdata/ contents, hence build failure,
     in stretch-backports.
 .
   [ Shengjing Zhu ]
   * Update team address to team+pkg-go@tracker.d.o.
   * Update Standards-Version to 4.2.1. (no changes)
   * Add patch to disable failed test. (Closes: 907714)
Checksums-Sha1:
 612ec81774ad543cc3bd37e921d41db881769bab 1852 golang-x-text_0.3.0-2.dsc
 b82822037e9202a5258e86350b102ec7918c63d5 5396 
golang-x-text_0.3.0-2.debian.tar.xz
 0658ebaef017e8fae9a959663e86a7871f287475 5520 
golang-x-text_0.3.0-2_amd64.buildinfo
Checksums-Sha256:
 9ce579c7e7bd47074b0e762731cad4c11d2efa09a5ca39616dde1b57690624da 1852 
golang-x-text_0.3.0-2.dsc
 b6fcf4ea3d6a6325a7042cf55dd26c0fa09d69fdbea17f9081c72953305e0d15 5396 
golang-x-text_0.3.0-2.debian.tar.xz
 b9a66197e0d08e77eed9d2f5607eabdef06c61734e7dd52fa41378337086a30b 5520 
golang-x-text_0.3.0-2_amd64.buildinfo
Files:
 41666122270440a15eeff249a69264b5 1852 devel optional golang-x-text_0.3.0-2.dsc
 f84d1e3e3821ed66593b273031bbfb90 5396 devel optional 
golang-x-text_0.3.0-2.debian.tar.xz
 a9c331172c58e059b68e2a79d374eb28 5520 devel optional 
golang-x-text_0.3.0-2_amd64.buildinfo

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

iQEzBAEBCgAdFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAluKXA4ACgkQONAPABi+
PjUZFQf+NyRdNepulJwd5txdMJB8zje95NIfdT3gpK0DcJSLhUoynqSzocX7ziAr
YMvwuVNtUDwnS3d4XHeABqD9G8XaPYgx8xg+UxC2eGhHDC6JDY0BXX7lKLL6Ho44
fIiBf7nxnOJ8qZ1apdXws3qdx0HsdMElwQtP6vSsWUj6XhPRzNW/xATYPnlE0xSk
Jy1boawLLV7/x0XzOj2k06fv7a5GPApq/Gr/86YXAPCvt6lC9AVvTSCs1n+LrPWn
05eAwf/yrnKn+9Z9LHHyl/Qmc+7d2qs5Wh8HvHfSwEqCURRYubAyWY+k5f6au4cO
VRg4pf+hFY/0G5tmZe5DX4KfWTd3bw==
=yUCQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to