The "no test files" thing is not the cause of the failure and the log link
is a 404 for me. This link works though:


https://buildd.debian.org/status/fetch.php?pkg=golang-golang-x-tools&arch=armhf&ver=1%3A0.0~git20161028.0.b814a3b%2Bds-3%2Bb1&stamp=1488869926&raw=0

and the failure is this:

=== RUN   TestImportSymlinks
--- FAIL: TestImportSymlinks (0.03s)
        fix_test.go:889: results differ
                GOT:
                package p
                
                import (
                        "fmt"
                        "x/apkg/mypkg"
                )
                
                var (
                        _ = fmt.Print
                        _ = mypkg.Foo
                )
                
                WANT:
                package p
                
                import (
                        "fmt"
                        "x/mypkg"
                )
                
                var (
                        _ = fmt.Print
                        _ = mypkg.Foo
                )
                

Which, frankly, is a very bizarre test to be arch dependent.


On 7 March 2017 at 23:26, Adrian Bunk <b...@debian.org> wrote:

> Source: golang-golang-x-tools
> Version: 1:0.0~git20161028.0.b814a3b+ds-3
> Severity: serious
>
> https://buildd.debian.org/status/fetch.php?pkg=golang-
> golang-x-tools&arch=armhf&ver=1:0.0~git20161028.0.b814a3b+
> ds-3+b1&stamp=1488869926&raw=0
>
> ...
> === RUN   TestDiff
> --- PASS: TestDiff (3.78s)
> PASS
> ok      golang.org/x/tools/refactor/rename      4.035s
> ?       golang.org/x/tools/refactor/satisfy     [no test files]
> dh_auto_test: go test -v -p 1 -test.short golang.org/x/tools/benchmark/
> parse golang.org/x/tools/blog golang.org/x/tools/blog/atom
> golang.org/x/tools/cmd/benchcmp golang.org/x/tools/cmd/bundle
> golang.org/x/tools/cmd/callgraph golang.org/x/tools/cmd/digraph
> golang.org/x/tools/cmd/eg golang.org/x/tools/cmd/fiximports
> golang.org/x/tools/cmd/godex golang.org/x/tools/cmd/godoc
> golang.org/x/tools/cmd/goimports golang.org/x/tools/cmd/gomvpkg
> golang.org/x/tools/cmd/gorename golang.org/x/tools/cmd/gotype
> golang.org/x/tools/cmd/goyacc golang.org/x/tools/cmd/guru
> golang.org/x/tools/cmd/guru/serial golang.org/x/tools/cmd/html2article
> golang.org/x/tools/cmd/present golang.org/x/tools/cmd/ssadump
> golang.org/x/tools/cmd/stress golang.org/x/tools/cmd/stringer
> golang.org/x/tools/cmd/tip golang.org/x/tools/container/intsets
> golang.org/x/tools/cover golang.org/x/tools/go/ast/astutil
> golang.org/x/tools/go/buildutil golang.org/x/tools/go/callgraph
> golang.org/x/tools/go/callgraph/cha golang.org/x/tools/go/callgraph/rta
> golang.org/x/tools/go/callgraph/static golang.org/x/tools/go/
> gccgoexportdata golang.org/x/tools/go/gcexportdata golang.org/x/tools/go/
> gcimporter15 golang.org/x/tools/go/internal/gccgoimporter
> golang.org/x/tools/go/loader golang.org/x/tools/go/pointer
> golang.org/x/tools/go/ssa golang.org/x/tools/go/ssa/interp
> golang.org/x/tools/go/ssa/ssautil golang.org/x/tools/go/types/typeutil
> golang.org/x/tools/go/vcs golang.org/x/tools/godoc
> golang.org/x/tools/godoc/analysis golang.org/x/tools/godoc/redirect
> golang.org/x/tools/godoc/util golang.org/x/tools/godoc/vfs
> golang.org/x/tools/godoc/vfs/gatefs golang.org/x/tools/godoc/vfs/httpfs
> golang.org/x/tools/godoc/vfs/mapfs golang.org/x/tools/godoc/vfs/zipfs
> golang.org/x/tools/imports golang.org/x/tools/playground
> golang.org/x/tools/playground/socket golang.org/x/tools/present
> golang.org/x/tools/refactor/eg golang.org/x/tools/refactor/importgraph
> golang.org/x/tools/refactor/rename golang.org/x/tools/refactor/satisfy
> returned exit code 1
> debian/rules:50: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 1
> make[1]: Leaving directory '/«BUILDDIR»/golang-golang-x-
> tools-0.0~git20161028.0.b814a3b+ds'
> debian/rules:18: recipe for target 'build-arch' failed
> make: *** [build-arch] Error 2
> _______________________________________________
> Pkg-go-maintainers mailing list
> pkg-go-maintain...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to