Your message dated Sat, 11 Apr 2020 13:21:02 +0000
with message-id <[email protected]>
and subject line Bug#954521: fixed in golang-github-go-errors-errors 1.0.1-4
has caused the Debian Bug report #954521,
regarding golang-github-go-errors-errors: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/go-errors/errors 
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 [email protected]
immediately.)


-- 
954521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954521
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-go-errors-errors
Version: 1.0.1-3
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
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_autoreconf -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/go-errors/errors
> internal/race
> internal/cpu
> runtime/internal/sys
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> unicode
> unicode/utf8
> math/bits
> internal/bytealg
> internal/testlog
> math
> runtime
> internal/reflectlite
> sync
> errors
> sort
> io
> strconv
> internal/oserror
> syscall
> bytes
> strings
> reflect
> time
> internal/syscall/unix
> internal/poll
> internal/fmtsort
> os
> path/filepath
> fmt
> io/ioutil
> github.com/go-errors/errors
>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/go-errors/errors
> === RUN   TestStackFormat
>     TestStackFormat: error_test.go:26: Stack didn't match
>     TestStackFormat: error_test.go:27: First entry PC diff to large (-41)
>         Actual stack trace:
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:21
>  (0x5030b0)
>               github.com/go-errors/errors.TestStackFormat.func1
>         /usr/lib/go-1.14/src/runtime/panic.go:967 (0x431ef5)
>               runtime.gopanic
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:245
>  (0x500bf3)
>               github.com/go-errors/errors.c
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:241
>  (0x500bd7)
>               github.com/go-errors/errors.b
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:236
>  (0x500bd6)
>               github.com/go-errors/errors.a
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:42
>  (0x500bd5)
>               github.com/go-errors/errors.TestStackFormat
>         /usr/lib/go-1.14/src/testing/testing.go:992 (0x4c373b)
>               testing.tRunner
>         /usr/lib/go-1.14/src/runtime/asm_amd64.s:1373 (0x4622c0)
>               runtime.goexit
>         
>         Expected stack trace:
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:21
>  (0x503087)
>               github.com/go-errors/errors.TestStackFormat.func1
>         /usr/lib/go-1.14/src/runtime/panic.go:967 (0x431ef5)
>               runtime.gopanic
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:245
>  (0x500bf3)
>               github.com/go-errors/errors.c
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:241
>  (0x500bd7)
>               github.com/go-errors/errors.b
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:236
>  (0x500bd6)
>               github.com/go-errors/errors.a
>         
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-errors/errors/error_test.go:42
>  (0x500bd5)
>               github.com/go-errors/errors.TestStackFormat
>         /usr/lib/go-1.14/src/testing/testing.go:992 (0x4c373b)
>               testing.tRunner
>         /usr/lib/go-1.14/src/runtime/asm_amd64.s:1373 (0x4622c0)
>               runtime.goexit
> --- FAIL: TestStackFormat (0.00s)
> === RUN   TestSkipWorks
> --- PASS: TestSkipWorks (0.00s)
> === RUN   TestNew
> --- PASS: TestNew (0.00s)
> === RUN   TestIs
> --- PASS: TestIs (0.00s)
> === RUN   TestWrapError
> --- PASS: TestWrapError (0.00s)
> === RUN   TestWrapPrefixError
> --- PASS: TestWrapPrefixError (0.00s)
> === RUN   TestParsePanic
> --- PASS: TestParsePanic (0.00s)
> FAIL
> FAIL  github.com/go-errors/errors     0.003s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/go-errors/errors returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/21/golang-github-go-errors-errors_1.0.1-3_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-go-errors-errors
Source-Version: 1.0.1-4
Done: Utkarsh Gupta <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-go-errors-errors, 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.
Utkarsh Gupta <[email protected]> (supplier of updated 
golang-github-go-errors-errors 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: SHA256

Format: 1.8
Date: Sat, 11 Apr 2020 18:18:48 +0530
Source: golang-github-go-errors-errors
Architecture: source
Version: 1.0.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Utkarsh Gupta <[email protected]>
Closes: 954521
Changes:
 golang-github-go-errors-errors (1.0.1-4) unstable; urgency=medium
 .
   [ Pirate Praveen ]
   * Bump minimum version of dh-golang to 1.45 for GOCACHE
 .
   [ Utkarsh Gupta ]
   * Add patch to fix FTBFS (Closes: #954521)
   * Add Rules-Requires-Root: no
   * Add myself as an uploader
   * Fix package wrt cme
   * Fix repackaged-source-not-advertised
Checksums-Sha1:
 15b9bc5a90207f943383496f6dfd32d98ecd1b37 2378 
golang-github-go-errors-errors_1.0.1-4.dsc
 e0e50c6f1b94edf4d805a7a4658d6cbc61eff951 4284 
golang-github-go-errors-errors_1.0.1-4.debian.tar.xz
 1666b02c8d938694375075f95071e6af7244df42 5880 
golang-github-go-errors-errors_1.0.1-4_amd64.buildinfo
Checksums-Sha256:
 fcfc0fb629f3f9c2359c41ec3d09a7796d1ca516741bf4ea4c3cb65fdd35dd7a 2378 
golang-github-go-errors-errors_1.0.1-4.dsc
 f43454d41964d4299d782a64b3ef494256eb2b101c0ffa6f76b1b6ba0a2b8259 4284 
golang-github-go-errors-errors_1.0.1-4.debian.tar.xz
 473f58cbba235bb637103490a23a593acbd3372c347281d853c5fddd46ecbb64 5880 
golang-github-go-errors-errors_1.0.1-4_amd64.buildinfo
Files:
 60ce3dccf9c318b8e9e6bfab4459f3ff 2378 devel optional 
golang-github-go-errors-errors_1.0.1-4.dsc
 e1de31d2470cc1b573c94e49a09cd3fb 4284 devel optional 
golang-github-go-errors-errors_1.0.1-4.debian.tar.xz
 9e780281619bf1a4ee1083bc0897dad9 5880 devel optional 
golang-github-go-errors-errors_1.0.1-4_amd64.buildinfo

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

iQJHBAEBCAAxFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAl6RvRcTHHV0a2Fyc2hA
ZGViaWFuLm9yZwAKCRCCPpZ2BsNLlg31EACdLrMTtONnZA/35lOsxUtRVI4utwKp
p2rkkZOPy3sbLcyhYKuouTenwa4ASfL7JvSQtPWtQMe3JLdMnBmF0GsvEAoc/jKB
Klogn5UsFHaJWpHbml4AHBd+zqV3tPQHpgOCz2tWwker50y/QfzctfXsWjScyMrb
OrRMr8HpsvJMG3NCV0wAvmltR2p7V09yxLhqMcnypUxAU5syp/8NlJOuC00LQ29Z
STYKVYNSHL7eTFaBhXFMfAu1VDcWOBw8U/LujeTHNaV7EwuMJoDVRNtW6fCE327k
EMxwgCq9eLhRrqKDm87PQr44KuChTWe1VJmu/OsDzu2yRUu4XxnYxsmDqerbA0y+
V8DdvSVHHCWCH7wcORO2om7V6gO0geFyZqOasb1jOGzCkH+qItF89HcUtihFKXX+
RKVBUTxfmTILBpKgVhj/On5a7KIfxbKqaZhz8HZ2TRRxTEwQPtMXLAobNVd+qop9
fJ/vWf6vUbdKC5fv44ZaiUhAPADnM7WzF08ID06zB3+fZX6KAgtgVdTuGqB3FpoV
lLFO0/oSQwq4ExsciRKFrGno8tKiXNNcocg2fQsUC4lqzSnI2NDbHyGDYyHsp8PO
LFs5eHtH/Y4kxFQumCzwvnSqCCpmcgQ2chk+Tk0qhcA84sG3WdiJpzjkrxaB7ZLy
+E1Ecswrv3iQJQ==
=trAq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to