Bug#917707: golang-github-gin-gonic-gin: FTBFS: dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 github.com/gin-gonic/gin github.com/gin-gonic/gin/binding github.com/gin-gonic/gin/gin

2019-01-18 Thread Roger Shimizu
user debian-rele...@lists.debian.org
usertags -1 + bsp-2019-01-jp-tokyo
thanks

I'm trying to see this issue in Tokyo BSP 2019/January.
- https://wiki.debian.org/BSP/2019/01/ja/Tokyo

But it builds fine under my ARCH=i386 git-pbuilder environment.
And it seems fine on reproducible-builds:
- 
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-gin-gonic-gin.html

I guess it's a temporary FTBFS due to some dependencies, which is fixed already.
We can continue to observe the result from reproducible-builds for a
while. If it continuous OK, we can safely close this ticket.

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#917707: golang-github-gin-gonic-gin: FTBFS: dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 github.com/gin-gonic/gin github.com/gin-gonic/gin/binding github.com/gin-gonic/gin/gin

2018-12-29 Thread Lucas Nussbaum
Source: golang-github-gin-gonic-gin
Version: 1.3.0+dfsg1-3
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster

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 
> -gcflags=all=\"-trimpath=/<>/golang-github-gin-gonic-gin-1.3.0\+dfsg1/obj-x86_64-linux-gnu/src\"
>  
> -asmflags=all=\"-trimpath=/<>/golang-github-gin-gonic-gin-1.3.0\+dfsg1/obj-x86_64-linux-gnu/src\"
>  -v -p 2 github.com/gin-gonic/gin github.com/gin-gonic/gin/binding 
> github.com/gin-gonic/gin/ginS github.com/gin-gonic/gin/json 
> github.com/gin-gonic/gin/render
> errors
> internal/race
> internal/cpu
> runtime/internal/atomic
> runtime/internal/sys
> sync/atomic
> unicode
> runtime
> unicode/utf8
> crypto/subtle
> math
> strconv
> encoding
> internal/testlog
> unicode/utf16
> math/bits
> container/list
> crypto/internal/cipherhw
> crypto/rc4
> vendor/golang_org/x/crypto/cryptobyte/asn1
> internal/nettrace
> runtime/cgo
> vendor/golang_org/x/crypto/poly1305
> vendor/golang_org/x/crypto/curve25519
> sync
> io
> reflect
> bytes
> bufio
> syscall
> time
> encoding/binary
> encoding/base64
> strings
> internal/poll
> sort
> os
> hash
> hash/crc32
> crypto/cipher
> crypto/aes
> fmt
> path/filepath
> io/ioutil
> internal/syscall/unix
> math/rand
> crypto
> encoding/xml
> encoding/json
> compress/flate
> context
> math/big
> compress/gzip
> crypto/des
> crypto/sha512
> crypto/hmac
> crypto/md5
> crypto/sha1
> crypto/sha256
> encoding/hex
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/rsa
> crypto/ecdsa
> crypto/dsa
> crypto/x509/pkix
> encoding/pem
> vendor/golang_org/x/crypto/cryptobyte
> internal/singleflight
> net
> net/url
> vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20
> vendor/golang_org/x/crypto/chacha20poly1305
> vendor/golang_org/x/net/http2/hpack
> 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
> mime
> mime/quotedprintable
> net/http/internal
> path
> github.com/gin-gonic/gin/json
> github.com/golang/protobuf/proto
> crypto/x509
> crypto/tls
> vendor/golang_org/x/net/lex/httplex
> vendor/golang_org/x/net/proxy
> net/textproto
> mime/multipart
> encoding/gob
> net/http/httptrace
> net/http
> html
> text/template/parse
> text/template
> html/template
> regexp/syntax
> regexp
> gopkg.in/go-playground/validator.v8
> github.com/gin-contrib/sse
> net/rpc
> gopkg.in/yaml.v2
> github.com/ugorji/go/codec
> github.com/mattn/go-isatty
> net/http/httputil
> github.com/gin-gonic/gin/binding
> github.com/gin-gonic/gin/render
> github.com/gin-gonic/gin
> github.com/gin-gonic/gin/ginS
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 
> github.com/gin-gonic/gin github.com/gin-gonic/gin/binding 
> github.com/gin-gonic/gin/ginS github.com/gin-gonic/gin/json 
> github.com/gin-gonic/gin/render
> === RUN   TestBasicAuth
> --- PASS: TestBasicAuth (0.00s)
> === RUN   TestBasicAuthFails
> --- PASS: TestBasicAuthFails (0.00s)
> === RUN   TestBasicAuthSearchCredential
> --- PASS: TestBasicAuthSearchCredential (0.00s)
> === RUN   TestBasicAuthAuthorizationHeader
> --- PASS: TestBasicAuthAuthorizationHeader (0.00s)
> === RUN   TestBasicAuthSecureCompare
> --- PASS: TestBasicAuthSecureCompare (0.00s)
> === RUN   TestBasicAuthSucceed
> --- PASS: TestBasicAuthSucceed (0.00s)
> === RUN   TestBasicAuth401
> --- PASS: TestBasicAuth401 (0.00s)
> === RUN   TestBasicAuth401WithCustomRealm
> --- PASS: TestBasicAuth401WithCustomRealm (0.00s)
> === RUN   TestContextFormFile
> --- PASS: TestContextFormFile (0.00s)
> === RUN   TestContextMultipartForm
> --- PASS: TestContextMultipartForm (0.00s)
> === RUN   TestSaveUploadedOpenFailed
> --- PASS: TestSaveUploadedOpenFailed (0.00s)
> === RUN   TestSaveUploadedCreateFailed
> --- PASS: TestSaveUploadedCreateFailed (0.00s)
> === RUN   TestContextReset
> --- PASS: TestContextReset (0.00s)
> === RUN   TestContextHandlers
> --- PASS: TestContextHandlers (0.00s)
> === RUN   TestContextSetGet
> --- PASS: TestContextSetGet (0.00s)
> === RUN   TestContextSetGetValues
> --- PASS: TestContextSetGetValues (0.00s)
> === RUN   TestContextGetString
> --- PASS: TestContextGetString (0.00s)
> === RUN   TestContextSetGetBool
> --- PASS: TestContextSetGetBool (0.00s)
> === RUN   TestContextGetInt
> --- PASS: TestContextGetInt (0.00s)
> === RUN   TestContextGetInt64
> --- PASS: TestContextGetInt64 (0.00s)
> === RUN   TestContextGetFloat64
> --- PASS: TestContextGetFloat64 (0.00s)
> === RUN   TestContextGetTime
> --- PASS: