Your message dated Wed, 16 Dec 2020 18:33:26 +0000
with message-id <[email protected]>
and subject line Bug#976578: fixed in golang-github-labstack-gommon 0.2.6-2
has caused the Debian Bug report #976578,
regarding golang-github-labstack-gommon: FTBFS on arm64,ppc64el (arch:all-only
src pkg): dh_auto_test: error: cd obj-aarch64-linux-gnu && go test -vet=off -v
-p 4 github.com/labstack/gommon github.com/labstack/gommon/bytes
github.com/labstack/gommon/color github.com/labstack/gommon/email
github.com/labstack/gommon/log github.com/labstack/gommon/random 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.)
--
976578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976578
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-labstack-gommon
Version: 0.2.6-1
Severity: serious
Justification: FTBFS on arm64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201205 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails 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-aarch64-linux-gnu && go install -trimpath -v -p 4
> github.com/labstack/gommon github.com/labstack/gommon/bytes
> github.com/labstack/gommon/color github.com/labstack/gommon/email
> github.com/labstack/gommon/log github.com/labstack/gommon/random
> github.com/labstack/gommon
> internal/unsafeheader
> internal/cpu
> runtime/internal/sys
> runtime/internal/atomic
> math/bits
> runtime/internal/math
> internal/bytealg
> unicode/utf8
> math
> internal/race
> sync/atomic
> unicode
> runtime
> internal/testlog
> golang.org/x/sys/internal/unsafeheader
> container/list
> crypto/internal/subtle
> crypto/subtle
> unicode/utf16
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> runtime/cgo
> vendor/golang.org/x/crypto/internal/subtle
> encoding
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> io
> internal/oserror
> strconv
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> bytes
> reflect
> strings
> hash
> crypto
> regexp/syntax
> crypto/internal/randutil
> bufio
> internal/syscall/unix
> time
> internal/syscall/execenv
> crypto/hmac
> regexp
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> html
> internal/fmtsort
> encoding/binary
> internal/poll
> context
> github.com/labstack/gommon/random
> github.com/valyala/bytebufferpool
> golang.org/x/sys/unix
> crypto/cipher
> crypto/sha512
> os
> crypto/ed25519/internal/edwards25519
> crypto/aes
> fmt
> crypto/des
> crypto/md5
> crypto/sha1
> crypto/sha256
> encoding/base64
> path/filepath
> github.com/labstack/gommon/bytes
> math/big
> github.com/mattn/go-isatty
> encoding/hex
> github.com/mattn/go-colorable
> encoding/pem
> github.com/labstack/gommon/color
> io/ioutil
> net
> net/url
> vendor/golang.org/x/crypto/chacha20
> vendor/golang.org/x/crypto/poly1305
> vendor/golang.org/x/crypto/curve25519
> vendor/golang.org/x/crypto/chacha20poly1305
> encoding/json
> text/template/parse
> crypto/elliptic
> encoding/asn1
> crypto/rand
> crypto/dsa
> crypto/ed25519
> text/template
> crypto/rsa
> vendor/golang.org/x/crypto/cryptobyte
> crypto/x509/pkix
> log
> crypto/ecdsa
> html/template
> mime
> github.com/valyala/fasttemplate
> path
> github.com/labstack/gommon/log
> net/textproto
> crypto/x509
> net/mail
> crypto/tls
> net/smtp
> github.com/labstack/gommon/email
> dh_auto_test -O--buildsystem=golang
> cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4
> github.com/labstack/gommon github.com/labstack/gommon/bytes
> github.com/labstack/gommon/color github.com/labstack/gommon/email
> github.com/labstack/gommon/log github.com/labstack/gommon/random
> ? github.com/labstack/gommon [no test files]
> === RUN TestBytesFormat
> --- PASS: TestBytesFormat (0.00s)
> === RUN TestBytesParseErrors
> --- PASS: TestBytesParseErrors (0.00s)
> === RUN TestFloats
> --- PASS: TestFloats (0.00s)
> === RUN TestBytesParse
> bytes_test.go:146:
> Error Trace: bytes_test.go:146
> Error: Should be true
> Test: TestBytesParse
> bytes_test.go:150:
> Error Trace: bytes_test.go:150
> Error: Should be true
> Test: TestBytesParse
> --- FAIL: TestBytesParse (0.00s)
> FAIL
> FAIL github.com/labstack/gommon/bytes 0.017s
> === RUN TestText
> *** colored text ***
> black
> red
> green
> yellow
> blue
> magenta
> cyan
> white
> grey
> --- PASS: TestText (0.00s)
> === RUN TestBackground
> *** colored background ***
> black background
> red background
> green background
> yellow background
> blue background
> magenta background
> cyan background
> white background
> --- PASS: TestBackground (0.00s)
> === RUN TestEmphasis
> *** emphasis ***
> reset
> bold
> dim
> italic
> underline
> inverse
> hidden
> strikeout
> --- PASS: TestEmphasis (0.00s)
> === RUN TestMixMatch
> *** mix and match ***
> bold green with white background
> underline red
> dim yellow
> inverse cyan
> bold underline dim blue
> --- PASS: TestMixMatch (0.00s)
> === RUN TestEnableDisable
> --- PASS: TestEnableDisable (0.00s)
> PASS
> ok github.com/labstack/gommon/color 0.002s
> testing: warning: no tests to run
> PASS
> ok github.com/labstack/gommon/email 0.003s [no tests to run]
> === RUN TestLog
> --- PASS: TestLog (0.00s)
> === RUN TestGlobal
> --- PASS: TestGlobal (0.00s)
> === RUN TestLogConcurrent
> --- PASS: TestLogConcurrent (0.00s)
> === RUN TestFatal
> --- PASS: TestFatal (0.00s)
> === RUN TestNoFormat
> --- PASS: TestNoFormat (0.00s)
> === RUN TestFormat
> --- PASS: TestFormat (0.00s)
> === RUN TestJSON
> --- PASS: TestJSON (0.00s)
> === RUN TestStringWithQuotes
> --- PASS: TestStringWithQuotes (0.00s)
> PASS
> ok github.com/labstack/gommon/log 0.008s
> === RUN Test
> --- PASS: Test (0.00s)
> PASS
> ok github.com/labstack/gommon/random 0.004s
> FAIL
> dh_auto_test: error: cd obj-aarch64-linux-gnu && go test -vet=off -v -p 4
> github.com/labstack/gommon github.com/labstack/gommon/bytes
> github.com/labstack/gommon/color github.com/labstack/gommon/email
> github.com/labstack/gommon/log github.com/labstack/gommon/random returned
> exit code 1
The full build log is available from:
http://qa-logs.debian.net/2020/12/05/golang-github-labstack-gommon_0.2.6-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!
If you reassign this bug to another package, please marking 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 me
so that we can identify if something relevant changed in the meantime.
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-labstack-gommon
Source-Version: 0.2.6-2
Done: Nilesh Patra <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-github-labstack-gommon, 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.
Nilesh Patra <[email protected]> (supplier of updated
golang-github-labstack-gommon 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: SHA512
Format: 1.8
Date: Wed, 16 Dec 2020 23:42:49 +0530
Source: golang-github-labstack-gommon
Architecture: source
Version: 0.2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 976578
Changes:
golang-github-labstack-gommon (0.2.6-2) unstable; urgency=medium
.
* Team Upload.
[ Debian Janitor ]
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit,
Repository, Repository-Browse.
.
[ Nilesh Patra ]
* Pull and modify Upstream PR to fix arm64 FTBFS (Closes: #976578)
* Fix with cme
* Declare compliance with policy 4.5.1
* Bump debhelper-compat version to 13
* Add "Rules-Requires-Root:no"
Checksums-Sha1:
d69dfdd2dc1135a12c50428b1c7eeb27cac889f4 2534
golang-github-labstack-gommon_0.2.6-2.dsc
12df77ba9e630add9c8d1473530f8e4cd8436ac7 3528
golang-github-labstack-gommon_0.2.6-2.debian.tar.xz
94aac1f61711bf23843602659604ee4a3ab76230 6843
golang-github-labstack-gommon_0.2.6-2_amd64.buildinfo
Checksums-Sha256:
0a7f8e03a4eac268e6c18467fd8d4a880213b64a880c8369f1ea70ea21a5b8e0 2534
golang-github-labstack-gommon_0.2.6-2.dsc
651deebb6105224b8022366f44539c878cfa7eee75366d2411bcbef6fdd4d0bc 3528
golang-github-labstack-gommon_0.2.6-2.debian.tar.xz
6ce5f811369ca5cf03817b910b0b4534d6a2f44730cfaffac4901094fde2a5ed 6843
golang-github-labstack-gommon_0.2.6-2_amd64.buildinfo
Files:
7b01c19edd5e732a79ed2e73cbd05602 2534 devel optional
golang-github-labstack-gommon_0.2.6-2.dsc
ddc4f47598a9952be65b3b87c9c04144 3528 devel optional
golang-github-labstack-gommon_0.2.6-2.debian.tar.xz
9c0e13c7ef465edb4869a8f69a90c315 6843 devel optional
golang-github-labstack-gommon_0.2.6-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl/aT1MUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafEseg/9GuQ5iN3b94YPB6g1j5E8cW7B9bbj
PE+PBRFW8axa2TD4HF0E1mq3qoY7WkWlhI0FyUXkEAmh1xKsjPxHxEzvIsVeugec
LGCwRAZdGgsxE0yYtD8QHSyvVYLJh0/86eNRZCYWEaZkyuY7VwMZ7tLF0lpGtg8X
YvgoDDPOt9WRaEumZXWUNw1YnJYGWmj6Ao+rSY9qNRLPcqBg789MUqWMNwoDLfpT
NNC1+KmnEhPo4TbQ++ROb+Sk8b7BR54+pfAkICdFBDQdNHZBRfOBxxd7TxIuor9Y
Z8vZtEz8g6Qbrq/iaCnW1Y4/NbJLYQeYPY6bIUoHGM/AQ9xsBQFgIJLjJ9fXldzI
S44LcAsOZ4yWP2Lk1qWXx4bIkR31Juo5wILXSNF9MGhjnGky9UoU+1CFyrGKWAse
JgeZUyynW6ALyAu+0u/BhKE1JDLbHEq/hA18WuryF+w1nK6OVmwGu3l01HgjANr3
+EeQevDwj0cCBOX4gBUgjeJqpNFscWLlUc2lwLXnGPRYxjwAdxfNOr8HmImbljs3
kXsJDxGcUqoLe9uOvRjdjMntdwC47J5SdDzRf2M8r2YZRf7tjQaHjeyAY7ZbGUoS
LpF0o8vNpWe8oPDVUerxFaRT6naloJb2gIkvxIo8bp663hCvuCYPrgSdI8KbuwRO
spJWw1PaXwblxJk=
=weLu
-----END PGP SIGNATURE-----
--- End Message ---