Your message dated Tue, 21 Apr 2020 21:35:46 +0000
with message-id <e1jr0yu-0009km...@fasolo.debian.org>
and subject line Bug#954594: fixed in golang-github-inconshreveable-log15 2.15-1
has caused the Debian Bug report #954594,
regarding golang-github-inconshreveable-log15: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext 
github.com/inconshreveable/log15/term 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.)


-- 
954594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954594
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-inconshreveable-log15
Version: 2.14-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
>    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/inconshreveable/log15 github.com/inconshreveable/log15/ext 
> github.com/inconshreveable/log15/term
> internal/race
> runtime/internal/sys
> runtime/internal/atomic
> internal/cpu
> sync/atomic
> runtime/internal/math
> unicode
> internal/bytealg
> unicode/utf8
> encoding
> math/bits
> internal/testlog
> unicode/utf16
> math
> internal/nettrace
> runtime/cgo
> runtime
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> io
> strconv
> internal/oserror
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> bytes
> reflect
> strings
> internal/syscall/unix
> time
> github.com/inconshreveable/log15/term
> context
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> golang.org/x/sys/unix
> fmt
> net
> github.com/go-stack/stack
> encoding/json
> github.com/mattn/go-isatty
> log
> github.com/mattn/go-colorable
> log/syslog
> github.com/inconshreveable/log15
> github.com/inconshreveable/log15/ext
>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext 
> github.com/inconshreveable/log15/term
> === RUN   TestLazy
> === PAUSE TestLazy
> === RUN   TestInvalidLazy
> === PAUSE TestInvalidLazy
> === RUN   TestCtx
> === PAUSE TestCtx
> === RUN   TestJson
> === PAUSE TestJson
> === RUN   TestJSONMap
> --- PASS: TestJSONMap (0.00s)
> === RUN   TestLogfmt
> === PAUSE TestLogfmt
> === RUN   TestMultiHandler
> === PAUSE TestMultiHandler
> === RUN   TestBufferedHandler
> === PAUSE TestBufferedHandler
> === RUN   TestLogContext
> === PAUSE TestLogContext
> === RUN   TestMapCtx
> === PAUSE TestMapCtx
> === RUN   TestLvlFilterHandler
> === PAUSE TestLvlFilterHandler
> === RUN   TestNetHandler
> === PAUSE TestNetHandler
> === RUN   TestMatchFilterHandler
> === PAUSE TestMatchFilterHandler
> === RUN   TestMatchFilterBuiltin
> === PAUSE TestMatchFilterBuiltin
> === RUN   TestFailoverHandler
> === PAUSE TestFailoverHandler
> === RUN   TestIndependentSetHandler
> === PAUSE TestIndependentSetHandler
> === RUN   TestInheritHandler
> === PAUSE TestInheritHandler
> === RUN   TestCallerFileHandler
> === PAUSE TestCallerFileHandler
> === RUN   TestCallerFuncHandler
> === PAUSE TestCallerFuncHandler
> === RUN   TestCallerStackHandler
> === PAUSE TestCallerStackHandler
> === RUN   TestConcurrent
> --- PASS: TestConcurrent (0.05s)
> === CONT  TestLazy
> --- PASS: TestLazy (0.00s)
> === CONT  TestCallerStackHandler
>     TestCallerStackHandler: log15_test.go:555: Wrong context value, got 
> [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:523
>  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:526
>  /usr/lib/go-1.14/src/testing/testing.go:992 
> /usr/lib/go-1.14/src/runtime/asm_amd64.s:1373] expected string matching 
> [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:523
>  
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:526]
> === CONT  TestLvlFilterHandler
> === CONT  TestIndependentSetHandler
> --- PASS: TestIndependentSetHandler (0.00s)
> === CONT  TestMatchFilterBuiltin
> --- FAIL: TestCallerStackHandler (0.00s)
> === CONT  TestMatchFilterHandler
> --- PASS: TestMatchFilterBuiltin (0.00s)
> === CONT  TestNetHandler
> === CONT  TestInheritHandler
> --- PASS: TestInheritHandler (0.00s)
> === CONT  TestMultiHandler
> --- PASS: TestMultiHandler (0.00s)
> === CONT  TestMapCtx
> --- PASS: TestMapCtx (0.00s)
> === CONT  TestLogContext
> --- PASS: TestLvlFilterHandler (0.00s)
> === CONT  TestBufferedHandler
> --- PASS: TestMatchFilterHandler (0.00s)
> === CONT  TestFailoverHandler
> --- PASS: TestFailoverHandler (0.00s)
> === CONT  TestJson
> --- PASS: TestJson (0.00s)
> === CONT  TestLogfmt
> --- PASS: TestLogfmt (0.00s)
> === CONT  TestCtx
> --- PASS: TestCtx (0.00s)
> === CONT  TestCallerFileHandler
> === CONT  TestInvalidLazy
> --- PASS: TestCallerFileHandler (0.00s)
> --- PASS: TestInvalidLazy (0.00s)
> --- PASS: TestBufferedHandler (0.00s)
> === CONT  TestCallerFuncHandler
> --- PASS: TestCallerFuncHandler (0.00s)
> --- PASS: TestLogContext (0.00s)
> --- PASS: TestNetHandler (0.00s)
> FAIL
> FAIL  github.com/inconshreveable/log15        0.051s
> === RUN   TestHotSwapHandler
> === PAUSE TestHotSwapHandler
> === RUN   TestSpeculativeHandler
> === PAUSE TestSpeculativeHandler
> === RUN   TestErrorHandler
> === PAUSE TestErrorHandler
> === CONT  TestHotSwapHandler
> --- PASS: TestHotSwapHandler (0.00s)
> === CONT  TestSpeculativeHandler
> === CONT  TestErrorHandler
> --- PASS: TestErrorHandler (0.00s)
> --- PASS: TestSpeculativeHandler (0.01s)
> PASS
> ok    github.com/inconshreveable/log15/ext    0.013s
> ?     github.com/inconshreveable/log15/term   [no test files]
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext 
> github.com/inconshreveable/log15/term returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/21/golang-github-inconshreveable-log15_2.14-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-inconshreveable-log15
Source-Version: 2.15-1
Done: Shengjing Zhu <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-inconshreveable-log15, 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.
Shengjing Zhu <z...@debian.org> (supplier of updated 
golang-github-inconshreveable-log15 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: Wed, 22 Apr 2020 04:16:49 +0800
Source: golang-github-inconshreveable-log15
Architecture: source
Version: 2.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 940367 954594
Changes:
 golang-github-inconshreveable-log15 (2.15-1) unstable; urgency=medium
 .
   * New upstream version 2.15
     This version doesn't FTBFS, so Closes: #954594
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Update debhelper compat to 12
   * Update Standards-Version to 4.5.0 (no changes)
   * Add Rules-Requires-Root
   * Add myself to Uploaders (Closes: #940367)
   * Remove unused Files-Excluded in d/copyright.
     Fix lintian repackaged-source-not-advertised
Checksums-Sha1:
 6ccd1216174ff137879460e1f32739483f8cbea2 1893 
golang-github-inconshreveable-log15_2.15-1.dsc
 ef8d9f6e5796b3f9e057b0d1e49a8f1136aae41d 23527 
golang-github-inconshreveable-log15_2.15.orig.tar.gz
 568c1b07838f752db88e38e4d0fe357baab0d1e8 3668 
golang-github-inconshreveable-log15_2.15-1.debian.tar.xz
 c71c30357464f7b98bd13dfef34b6d6836e3742c 5563 
golang-github-inconshreveable-log15_2.15-1_amd64.buildinfo
Checksums-Sha256:
 8747770bb11919e3ab846860fe2ba920e19a7a2fc59ab70e2cbb91ffdb09f05f 1893 
golang-github-inconshreveable-log15_2.15-1.dsc
 0f78d15833fd883c1de5b23a11bf0ef4f2601e60c62c7c0072bc92ea650030cc 23527 
golang-github-inconshreveable-log15_2.15.orig.tar.gz
 1cd301b2ca69feab90087b97a1c154a7e4bb0c2afc2ba409948b2f1cf5e0c730 3668 
golang-github-inconshreveable-log15_2.15-1.debian.tar.xz
 c7263644afe0716080cc56072cbf8d9e857e95cf326da4d9881d5ccdac7f3ab9 5563 
golang-github-inconshreveable-log15_2.15-1_amd64.buildinfo
Files:
 086de5e527f5cd5b4c3543d7339b227c 1893 devel optional 
golang-github-inconshreveable-log15_2.15-1.dsc
 c20b8685037d1274995f2e891b5eec36 23527 devel optional 
golang-github-inconshreveable-log15_2.15.orig.tar.gz
 33237d994726fb061b2d2d8d6693820c 3668 devel optional 
golang-github-inconshreveable-log15_2.15-1.debian.tar.xz
 82671a1ade9811f97c0ced724adebcce 5563 devel optional 
golang-github-inconshreveable-log15_2.15-1_amd64.buildinfo

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

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXp9VuhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW+XMBALuqQy+MeEILGRhniVbVa1XCdHMatrEfoHN9
vczFF+kJAP91YaIBZi/TzFdkIQs4oPvNgscNmf9u8Yiqvb29ph7HAw==
=6zRk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to