-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
go version go1.4-bootstrap-20170531 linux/amd64
Does this issue reproduce with the latest release?
Yes. go 1.8.1 and 1.11.1 has the same issue.
What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH=""
GORACE=""
GOROOT="/home/hello/go1.4"
GOTOOLDIR="/home/hello/go1.4/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -fmessage-length=0"
CXX="g++"
CGO_ENABLED="0"
What did you do?
If possible, provide a recipe for reproducing the error.
What did you expect to see?
ALL TESTS PASSED
---
Installed Go for linux/amd64 in /home/hello/git/go
Installed commands in /home/hello/git/go/bin
*** You need to add /home/hello/git/go/bin to your PATH.
What did you see instead?
ok testing/quick 0.142s
ok text/scanner 0.018s
ok text/tabwriter 0.016s
ok text/template 0.137s
ok text/template/parse 0.055s
--- FAIL: TestParseInLocation (0.02s)
format_test.go:263: ParseInLocation(Feb 01 2013 AST, Baghdad) = 2013-02-01 00:00:00 +0000
AST, want 2013-02-01 00:00:00 +0300 +03
FAIL
FAIL time 3.796s
ok unicode 0.011s
ok unicode/utf16 0.010s
ok unicode/utf8 0.018s
ok cmd/addr2line 9.702s
ok cmd/api 0.188s
ok cmd/asm/internal/asm 1.721s
ok cmd/asm/internal/lex 0.036s
ok cmd/compile/internal/big 2.845s
ok cmd/compile/internal/gc 1.905s
ok cmd/cover 12.484s
ok cmd/doc 0.338s
ok cmd/fix 0.029s
ok cmd/go 116.629s
ok cmd/gofmt 0.817s
ok cmd/internal/goobj 0.015s
ok cmd/internal/obj 0.006s
ok cmd/internal/obj/x86 0.011s
ok cmd/internal/unvendor/golang.org/x/arch/arm/armasm 0.052s
ok cmd/internal/unvendor/golang.org/x/arch/x86/x86asm 0.872s
ok cmd/nm 5.160s
ok cmd/objdump 12.139s
ok cmd/pack 9.844s
ok cmd/pprof/internal/profile 0.020s
ok cmd/vet 11.229s
2018/10/08 22:24:00 Failed: exit status 1
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.