On Thu, Dec 1, 2016 at 1:33 PM, Andrew O'Neill <foolus...@gmail.com> wrote:
>
> I ran "./all.bash" on go1.8beta1 from my work machine and the test
> TestMissingGOPATHGetWarnsIfNotExists failed. The proxy settings are correct
> for git but not set in my environment. The output is below. Not sure why
> it's ignoring my git proxy settings.

> --- FAIL: TestMissingGOPATHGetWarnsIfNotExists (150.99s)
> go_test.go:260: running testgo [get -v github.com/golang/example/hello]
> go_test.go:279: standard error:
> go_test.go:280: github.com/golang/example (download)
> created
> GOPATH=/var/folders/fw/cyq4bf811qv73hk5gc8_12gjvjltwj/T/072077158/go; see
> 'go help gopath'
> # cd .; git clone https://github.com/golang/example
> /var/folders/fw/cyq4bf811qv73hk5gc8_12gjvjltwj/T/072077158/go/src/github.com/golang/example
> Cloning into
> '/var/folders/fw/cyq4bf811qv73hk5gc8_12gjvjltwj/T/072077158/go/src/github.com/golang/example'...
> fatal: unable to access 'https://github.com/golang/example/': Failed to
> connect to github.com port 443: Operation timed out

Thanks for the report.  Whatever the problem is with the proxy, that
test should not be run by all.bash.  Sent https://golang.org/cl/33802.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to