Your message dated Sun, 21 Aug 2022 16:08:04 +0000
with message-id <e1opnua-00dwqj...@fasolo.debian.org>
and subject line Bug#1017281: fixed in golang-github-pascaldekloe-goe 0.1.0-4
has caused the Debian Bug report #1017281,
regarding golang-github-pascaldekloe-goe: FTBFS: dh_auto_test: error: cd _build 
&& go test -vet=off -v -p 8 github.com/pascaldekloe/goe/el 
github.com/pascaldekloe/goe/metrics github.com/pascaldekloe/goe/rest 
github.com/pascaldekloe/goe/verify 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.)


-- 
1017281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-pascaldekloe-goe
Version: 0.1.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
>    dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go install -trimpath -v -p 8 
> github.com/pascaldekloe/goe/el github.com/pascaldekloe/goe/metrics 
> github.com/pascaldekloe/goe/rest github.com/pascaldekloe/goe/verify
> internal/goos
> internal/goarch
> internal/unsafeheader
> internal/itoa
> internal/goexperiment
> runtime/internal/syscall
> internal/cpu
> runtime/internal/atomic
> math/bits
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> unicode/utf8
> internal/race
> sync/atomic
> encoding
> unicode/utf16
> container/list
> unicode
> crypto/internal/subtle
> crypto/subtle
> crypto/internal/boring/sig
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/subtle
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> math/rand
> internal/singleflight
> internal/sysinfo
> runtime/cgo
> errors
> sort
> internal/oserror
> io
> path
> strconv
> vendor/golang.org/x/net/dns/dnsmessage
> crypto/internal/nistec/fiat
> syscall
> bytes
> hash
> strings
> hash/crc32
> crypto/internal/randutil
> vendor/golang.org/x/text/transform
> crypto
> reflect
> crypto/rc4
> net/http/internal/ascii
> bufio
> internal/syscall/execenv
> internal/syscall/unix
> time
> io/fs
> github.com/pascaldekloe/goe/metrics
> context
> internal/poll
> embed
> encoding/binary
> internal/fmtsort
> os
> encoding/base64
> crypto/cipher
> crypto/internal/edwards25519/field
> crypto/md5
> vendor/golang.org/x/crypto/curve25519/internal/field
> vendor/golang.org/x/crypto/internal/poly1305
> crypto/internal/nistec
> encoding/pem
> crypto/internal/edwards25519
> crypto/internal/boring
> crypto/des
> vendor/golang.org/x/crypto/chacha20
> internal/godebug
> path/filepath
> fmt
> crypto/aes
> crypto/sha512
> crypto/hmac
> crypto/sha1
> crypto/sha256
> internal/intern
> io/ioutil
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/sys/cpu
> net/netip
> vendor/golang.org/x/crypto/chacha20poly1305
> encoding/json
> log
> github.com/pascaldekloe/goe/el
> mime
> compress/flate
> math/big
> encoding/hex
> net
> net/url
> vendor/golang.org/x/crypto/curve25519
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> compress/gzip
> mime/quotedprintable
> net/http/internal
> flag
> runtime/debug
> runtime/trace
> vendor/golang.org/x/text/secure/bidirule
> testing
> crypto/elliptic
> crypto/internal/boring/bbig
> encoding/asn1
> crypto/rand
> crypto/dsa
> vendor/golang.org/x/net/idna
> crypto/ed25519
> crypto/rsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> github.com/pascaldekloe/goe/verify
> crypto/ecdsa
> net/textproto
> vendor/golang.org/x/net/http/httpproxy
> crypto/x509
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> crypto/tls
> net/http/httptrace
> net/http
> github.com/pascaldekloe/goe/rest
>    dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go test -vet=off -v -p 8 github.com/pascaldekloe/goe/el 
> github.com/pascaldekloe/goe/metrics github.com/pascaldekloe/goe/rest 
> github.com/pascaldekloe/goe/verify
> === RUN   TestPaths
> --- PASS: TestPaths (0.00s)
> === RUN   TestPathFails
> --- PASS: TestPathFails (0.00s)
> === RUN   TestWildCards
> --- PASS: TestWildCards (0.00s)
> === RUN   TestAssigns
> --- PASS: TestAssigns (0.00s)
> === RUN   ExampleAssign_pathAllocation
> --- PASS: ExampleAssign_pathAllocation (0.00s)
> === RUN   ExampleAssign_typeFlexibility
> --- PASS: ExampleAssign_typeFlexibility (0.00s)
> === RUN   ExampleInt
> --- FAIL: ExampleInt (0.00s)
> panic: lookup fail [recovered]
>       panic: lookup fail
> 
> goroutine 1 [running]:
> testing.(*InternalExample).processRunResult(0xc0000edc68, {0x0, 0x0}, 
> 0x5f2814?, 0x0, {0x5b2de0, 0x643488})
>       /usr/lib/go-1.19/src/testing/example.go:91 +0x4e5
> testing.runExample.func2()
>       /usr/lib/go-1.19/src/testing/run_example.go:59 +0x11c
> panic({0x5b2de0, 0x643488})
>       /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212
> github.com/pascaldekloe/goe/el_test.ExampleInt()
>       
> /<<PKGBUILDDIR>>/_build/src/github.com/pascaldekloe/goe/el/example_test.go:67 
> +0x245
> testing.runExample({{0x5e741b, 0xa}, 0x60bcf0, {0x5e7673, 0xa}, 0x0})
>       /usr/lib/go-1.19/src/testing/run_example.go:63 +0x28d
> testing.runExamples(0xc0000ede58, {0x747ea0?, 0x4, 0x4?})
>       /usr/lib/go-1.19/src/testing/example.go:44 +0x186
> testing.(*M).Run(0xc0000c23c0)
>       /usr/lib/go-1.19/src/testing/testing.go:1728 +0x689
> main.main()
>       _testmain.go:67 +0x1aa
> FAIL  github.com/pascaldekloe/goe/el  0.007s
> === RUN   TestSeen
> --- PASS: TestSeen (0.03s)
> === RUN   TestTook
> --- PASS: TestTook (0.03s)
> === RUN   TestKeyPrefix
> --- PASS: TestKeyPrefix (0.03s)
> === RUN   TestBatch
> --- PASS: TestBatch (0.10s)
> PASS
> ok    github.com/pascaldekloe/goe/metrics     0.196s
> === RUN   TestGolden
> 2022/08/14 03:15:10 goe/rest: create: error v3
> 2022/08/14 03:15:10 goe/rest: read: error 99 v0
> 2022/08/14 03:15:10 goe/rest: read: error 99 v2
> 2022/08/14 03:15:10 goe rest: update 99 v0: hello 99 v2
> 2022/08/14 03:15:10 goe rest: delete 666 v0: operation rejected
> --- PASS: TestGolden (0.01s)
> === RUN   ExampleCRUDRepo_SetCreateFunc
> --- PASS: ExampleCRUDRepo_SetCreateFunc (0.00s)
> === RUN   ExampleCRUDRepo_SetReadFunc
> --- PASS: ExampleCRUDRepo_SetReadFunc (0.00s)
> PASS
> ok    github.com/pascaldekloe/goe/rest        0.010s
> === RUN   TestGoldenIdentities
> --- PASS: TestGoldenIdentities (0.00s)
> === RUN   TestGoldenDiffers
> --- PASS: TestGoldenDiffers (0.00s)
> === RUN   TestNilEquivalents
> --- PASS: TestNilEquivalents (0.00s)
> PASS
> ok    github.com/pascaldekloe/goe/verify      0.002s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8 
> github.com/pascaldekloe/goe/el github.com/pascaldekloe/goe/metrics 
> github.com/pascaldekloe/goe/rest github.com/pascaldekloe/goe/verify returned 
> exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/golang-github-pascaldekloe-goe_0.1.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: golang-github-pascaldekloe-goe
Source-Version: 0.1.0-4
Done: Shengjing Zhu <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-pascaldekloe-goe, 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 1017...@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-pascaldekloe-goe 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: Sun, 21 Aug 2022 23:51:58 +0800
Source: golang-github-pascaldekloe-goe
Architecture: source
Version: 0.1.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 1017281
Changes:
 golang-github-pascaldekloe-goe (0.1.0-4) unstable; urgency=medium
 .
   * Team upload
   * Update Section to golang
   * Bump debhelper-compat to 13
   * Update Standards-Version to 4.6.1 (no changes)
   * Exclude broken el package (Closes: #1017281)
Checksums-Sha1:
 53b61af5713526cb37e52cddcb89cbdd36dc605a 1700 
golang-github-pascaldekloe-goe_0.1.0-4.dsc
 a15c96910ff49411d07ba68079b7dd247a170b8a 4928 
golang-github-pascaldekloe-goe_0.1.0-4.debian.tar.xz
 b95bcf16640aff638e1754d83208b8eb9677fd0b 6218 
golang-github-pascaldekloe-goe_0.1.0-4_amd64.buildinfo
Checksums-Sha256:
 ca1bd20988f5ef1484e2e4d3b61c14c0b882a1027fe84603038a839845dc15b0 1700 
golang-github-pascaldekloe-goe_0.1.0-4.dsc
 7bc3e0f34343b2fbcbe4f790ef804b36bf5031750b47714079c05676a6df0ba6 4928 
golang-github-pascaldekloe-goe_0.1.0-4.debian.tar.xz
 947a30b59b57bef4e716af378b81a1d9f3d992c52d27e9a90beaf99934ed7839 6218 
golang-github-pascaldekloe-goe_0.1.0-4_amd64.buildinfo
Files:
 47e12cbebbb6768c302cebae152d5389 1700 golang optional 
golang-github-pascaldekloe-goe_0.1.0-4.dsc
 e6cfd1afd66e10bfe7ab02b2164a1944 4928 golang optional 
golang-github-pascaldekloe-goe_0.1.0-4.debian.tar.xz
 cffcc4e3628b464164587b914dd0f931 6218 golang optional 
golang-github-pascaldekloe-goe_0.1.0-4_amd64.buildinfo

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

iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYwJWThAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTL4P8A/iXzmOq9J26/N0jPCIf4MjLnRItd4gQpcHl7
xLL6ym/NAP9iIuVFxcNrJMDVIjBOdRS7TaIMR29p1W6qb7G4cLqvAA==
=OMyj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to