[pkg-go] Bug#1008428: golang-github-kurin-blazer: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/kurin/blazer/b2 github.com/kurin/blazer/base github.com/kurin/blazer/examples/simple github.com/kurin/blazer/internal/b2assets github.com/kurin/blazer/internal/b2types github.com/kurin/blazer/internal/bin/cleanup github.com/kurin/blazer/internal/blog github.com/kurin/blazer/x/consistent github.com/kurin/blazer/x/transport github.com/kurin/blazer/x/window returned exit code 1

Lucas Nussbaum lucas at debian.org
Sat Mar 26 21:16:01 GMT 2022


Source: golang-github-kurin-blazer
Version: 0.4.4-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm

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 8 github.com/kurin/blazer/b2 github.com/kurin/blazer/base github.com/kurin/blazer/examples/simple github.com/kurin/blazer/internal/b2assets github.com/kurin/blazer/internal/b2types github.com/kurin/blazer/internal/bin/cleanup github.com/kurin/blazer/internal/blog github.com/kurin/blazer/x/consistent github.com/kurin/blazer/x/transport github.com/kurin/blazer/x/window
> internal/goos
> internal/goarch
> internal/unsafeheader
> internal/goexperiment
> internal/cpu
> internal/race
> runtime/internal/atomic
> runtime/internal/syscall
> internal/abi
> runtime/internal/math
> sync/atomic
> runtime/internal/sys
> unicode
> unicode/utf8
> internal/itoa
> math/bits
> encoding
> unicode/utf16
> github.com/kurin/blazer/internal/b2types
> container/list
> crypto/internal/subtle
> internal/bytealg
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/subtle
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> math/rand
> runtime/cgo
> errors
> sort
> io
> internal/oserror
> path
> strconv
> vendor/golang.org/x/net/dns/dnsmessage
> crypto/elliptic/internal/fiat
> syscall
> hash
> bytes
> strings
> hash/crc32
> crypto/internal/randutil
> crypto
> reflect
> crypto/hmac
> crypto/rc4
> vendor/golang.org/x/text/transform
> bufio
> net/http/internal/ascii
> vendor/golang.org/x/crypto/hkdf
> regexp/syntax
> html
> crypto/elliptic/internal/nistec
> internal/syscall/unix
> internal/syscall/execenv
> time
> regexp
> internal/poll
> github.com/kurin/blazer/x/window
> io/fs
> context
> embed
> internal/fmtsort
> encoding/binary
> os
> crypto/sha1
> encoding/base64
> crypto/cipher
> crypto/md5
> crypto/sha512
> crypto/sha256
> crypto/ed25519/internal/edwards25519/field
> vendor/golang.org/x/crypto/internal/poly1305
> encoding/pem
> vendor/golang.org/x/crypto/curve25519/internal/field
> crypto/ed25519/internal/edwards25519
> crypto/aes
> crypto/des
> vendor/golang.org/x/crypto/chacha20
> fmt
> io/ioutil
> internal/godebug
> path/filepath
> internal/intern
> vendor/golang.org/x/sys/cpu
> net/netip
> vendor/golang.org/x/crypto/chacha20poly1305
> net
> log
> encoding/json
> compress/flate
> encoding/hex
> net/url
> vendor/golang.org/x/crypto/curve25519
> math/big
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> github.com/kurin/blazer/internal/blog
> vendor/golang.org/x/text/unicode/bidi
> mime
> mime/quotedprintable
> compress/gzip
> net/http/internal
> text/template/parse
> flag
> vendor/golang.org/x/text/secure/bidirule
> github.com/kurin/blazer/internal/b2assets
> vendor/golang.org/x/net/idna
> text/template
> crypto/rand
> encoding/asn1
> crypto/dsa
> crypto/ed25519
> crypto/rsa
> crypto/elliptic
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> html/template
> crypto/ecdsa
> net/textproto
> crypto/x509
> vendor/golang.org/x/net/http/httpproxy
> mime/multipart
> vendor/golang.org/x/net/http/httpguts
> crypto/tls
> net/http/httptrace
> net/http
> github.com/kurin/blazer/base
> github.com/kurin/blazer/x/transport
> github.com/kurin/blazer/b2
> github.com/kurin/blazer/examples/simple
> github.com/kurin/blazer/internal/bin/cleanup
> github.com/kurin/blazer/x/consistent
>    dh_auto_test -O--buildsystem=golang
> 	cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/kurin/blazer/b2 github.com/kurin/blazer/base github.com/kurin/blazer/examples/simple github.com/kurin/blazer/internal/b2assets github.com/kurin/blazer/internal/b2types github.com/kurin/blazer/internal/bin/cleanup github.com/kurin/blazer/internal/blog github.com/kurin/blazer/x/consistent github.com/kurin/blazer/x/transport github.com/kurin/blazer/x/window
> # github.com/kurin/blazer/base
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/kurin/blazer/base/strings_test.go:38:1: wrong signature for Fuzz, must be: func Fuzz(f *testing.F)
> FAIL	github.com/kurin/blazer/base [setup failed]
> === RUN   TestReaderFrom
> --- PASS: TestReaderFrom (0.00s)
> === RUN   TestReauth
> --- PASS: TestReauth (0.00s)
> === RUN   TestBackoff
> --- PASS: TestBackoff (0.00s)
> === RUN   TestBackoffWithoutRetryAfter
> --- PASS: TestBackoffWithoutRetryAfter (0.00s)
> === RUN   TestCustomTransport
> --- PASS: TestCustomTransport (0.00s)
> === RUN   TestReaderDoubleClose
> --- PASS: TestReaderDoubleClose (0.00s)
> === RUN   TestReadWrite
> --- PASS: TestReadWrite (0.02s)
> === RUN   TestReadRangeReturnsRight
> --- PASS: TestReadRangeReturnsRight (0.01s)
> === RUN   TestWriterReturnsError
> --- PASS: TestWriterReturnsError (0.00s)
> === RUN   TestFileBuffer
> --- PASS: TestFileBuffer (0.37s)
> === RUN   TestNonBuffer
> --- PASS: TestNonBuffer (0.00s)
> === RUN   TestReadWriteLive
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestReadWriteLive (0.00s)
> === RUN   TestReaderFromLive
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestReaderFromLive (0.00s)
> === RUN   TestHideShowLive
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestHideShowLive (0.00s)
> === RUN   TestResumeWriter
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestResumeWriter (0.00s)
> === RUN   TestAttrs
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestAttrs (0.00s)
> === RUN   TestFileBufferLive
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestFileBufferLive (0.00s)
> === RUN   TestAuthTokLive
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestAuthTokLive (0.00s)
> === RUN   TestRangeReaderLive
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestRangeReaderLive (0.00s)
> === RUN   TestListObjectsWithPrefix
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestListObjectsWithPrefix (0.00s)
> === RUN   TestNewBucket
>     integration_test.go:599: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestNewBucket (0.00s)
> === RUN   TestDuelingBuckets
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestDuelingBuckets (0.00s)
> === RUN   TestNotExist
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestNotExist (0.00s)
> === RUN   TestWriteEmpty
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestWriteEmpty (0.00s)
> === RUN   TestAttrsNoRoundtrip
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestAttrsNoRoundtrip (0.00s)
> === RUN   TestSmallUploadsFewRoundtrips
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestSmallUploadsFewRoundtrips (0.00s)
> === RUN   TestDeleteWithoutName
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestDeleteWithoutName (0.00s)
> === RUN   TestListUnfinishedLargeFiles
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestListUnfinishedLargeFiles (0.00s)
> === RUN   TestReauthPreservesOptions
>     integration_test.go:989: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestReauthPreservesOptions (0.00s)
> PASS
> ok  	github.com/kurin/blazer/b2	0.406s
> ?   	github.com/kurin/blazer/examples/simple	[no test files]
> ?   	github.com/kurin/blazer/internal/b2assets	[no test files]
> ?   	github.com/kurin/blazer/internal/b2types	[no test files]
> ?   	github.com/kurin/blazer/internal/bin/cleanup	[no test files]
> ?   	github.com/kurin/blazer/internal/blog	[no test files]
> === RUN   TestOperationLive
>     consistent_test.go:130: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestOperationLive (0.00s)
> === RUN   TestOperationJSONLive
>     consistent_test.go:130: B2_ACCOUNT_ID or B2_SECRET_KEY unset; skipping integration tests
> --- SKIP: TestOperationJSONLive (0.00s)
> PASS
> ok  	github.com/kurin/blazer/x/consistent	0.006s
> ?   	github.com/kurin/blazer/x/transport	[no test files]
> === RUN   TestWindows
> --- PASS: TestWindows (0.00s)
> === RUN   Example_accumulator
> --- PASS: Example_accumulator (0.00s)
> === RUN   Example_counter
> --- PASS: Example_counter (0.00s)
> PASS
> ok  	github.com/kurin/blazer/x/window	0.002s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/kurin/blazer/b2 github.com/kurin/blazer/base github.com/kurin/blazer/examples/simple github.com/kurin/blazer/internal/b2assets github.com/kurin/blazer/internal/b2types github.com/kurin/blazer/internal/bin/cleanup github.com/kurin/blazer/internal/blog github.com/kurin/blazer/x/consistent github.com/kurin/blazer/x/transport github.com/kurin/blazer/x/window returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/03/26/golang-github-kurin-blazer_0.4.4-1.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 mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-go-maintainers mailing list