Package: src:golang-github-hashicorp-go-cleanhttp
Version: 0.5.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_autoreconf -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install 
-gcflags=all=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" 
-asmflags=all=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" -v -p 1 
github.com/hashicorp/go-cleanhttp
errors
internal/race
internal/cpu
internal/bytealg
runtime/internal/atomic
runtime/internal/sys
runtime
sync/atomic
sync
io
math
syscall
time
internal/poll
internal/syscall/unix
internal/testlog
os
math/bits
unicode/utf8
strconv
unicode
reflect
fmt
context
vendor/golang_org/x/net/dns/dnsmessage
internal/nettrace
internal/singleflight
math/rand
sort
runtime/cgo
net
bytes
bufio
compress/flate
encoding/binary
hash
hash/crc32
compress/gzip
container/list
crypto/internal/subtle
crypto/subtle
crypto/cipher
crypto/aes
strings
math/big
crypto/rand
crypto
crypto/des
crypto/elliptic
crypto/internal/randutil
crypto/sha512
encoding/asn1
crypto/ecdsa
crypto/hmac
crypto/md5
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/dsa
encoding/hex
crypto/x509/pkix
encoding/base64
encoding/pem
vendor/golang_org/x/crypto/cryptobyte/asn1
vendor/golang_org/x/crypto/cryptobyte
path/filepath
io/ioutil
net/url
crypto/x509
vendor/golang_org/x/crypto/internal/chacha20
vendor/golang_org/x/crypto/poly1305
vendor/golang_org/x/crypto/chacha20poly1305
vendor/golang_org/x/crypto/curve25519
crypto/tls
vendor/golang_org/x/text/transform
log
vendor/golang_org/x/text/unicode/bidi
vendor/golang_org/x/text/secure/bidirule
vendor/golang_org/x/text/unicode/norm
vendor/golang_org/x/net/idna
net/textproto
vendor/golang_org/x/net/http/httpguts
vendor/golang_org/x/net/http/httpproxy
vendor/golang_org/x/net/http2/hpack
mime
mime/quotedprintable
mime/multipart
net/http/httptrace
net/http/internal
path
net/http
github.com/hashicorp/go-cleanhttp
   dh_auto_test -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
github.com/hashicorp/go-cleanhttp
=== RUN   TestPrintablePathCheckHandler
=== RUN   TestPrintablePathCheckHandler/valid_empty_error_status
=== RUN   TestPrintablePathCheckHandler/invalid_alternate_status
=== RUN   TestPrintablePathCheckHandler/valid_nil_input
=== RUN   TestPrintablePathCheckHandler/invalid_newline
=== RUN   TestPrintablePathCheckHandler/invalid_carriage_return
=== RUN   TestPrintablePathCheckHandler/invalid_null
--- FAIL: TestPrintablePathCheckHandler (0.00s)
    --- PASS: TestPrintablePathCheckHandler/valid_empty_error_status (0.00s)
    --- FAIL: TestPrintablePathCheckHandler/invalid_alternate_status (0.00s)
        handlers_test.go:64: parse http://127.0.0.1:42917/invalid
            : net/url: invalid control character in URL
    --- PASS: TestPrintablePathCheckHandler/valid_nil_input (0.00s)
    --- FAIL: TestPrintablePathCheckHandler/invalid_newline (0.00s)
        handlers_test.go:64: parse http://127.0.0.1:42325/invalid
            : net/url: invalid control character in URL
    --- FAIL: TestPrintablePathCheckHandler/invalid_carriage_return (0.00s)
        handlers_test.go:64: parse http://127.0.0.1:34891/invalid
: net/url: invalid control character in URL
    --- FAIL: TestPrintablePathCheckHandler/invalid_null (0.00s)
        handlers_test.go:64: parse http://127.0.0.1:44641/invalid

Reply via email to