Re: [go-nuts] TestMissingGOPATHGetWarnsIfNotExists is failing for me behind a proxy on go1.8beta1

2016-12-01 Thread Ian Lance Taylor
On Thu, Dec 1, 2016 at 1:33 PM, Andrew O'Neill  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.


[go-nuts] TestMissingGOPATHGetWarnsIfNotExists is failing for me behind a proxy on go1.8beta1

2016-12-01 Thread Andrew O'Neill
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.

[01:22:26]x7qj@M00973465:src$ git config --global --get http.proxy
http://webproxysea.nordstrom.net:8181
[01:22:32]x7qj@M00973465:src$ git config --global --get https.proxy
http://webproxysea.nordstrom.net:8181

# Building Go bootstrap tool.
cmd/dist

# Building Go toolchain using /Users/x7qj/go1.4.

# Building go_bootstrap for host, darwin/amd64.

# Building packages and commands for darwin/amd64.


# Testing packages.
ok   archive/tar 0.051s
ok   archive/zip 1.552s
ok   bufio 0.089s
ok   bytes 0.204s
ok   compress/bzip2 0.074s
ok   compress/flate 0.559s
ok   compress/gzip 0.033s
ok   compress/lzw 0.027s
ok   compress/zlib 0.044s
ok   container/heap 0.026s
ok   container/list 0.026s
ok   container/ring 0.034s
ok   context 1.045s
ok   crypto/aes 0.057s
ok   crypto/cipher 0.047s
ok   crypto/des 0.035s
ok   crypto/dsa 0.029s
ok   crypto/ecdsa 0.113s
ok   crypto/elliptic 0.079s
ok   crypto/hmac 0.026s
ok   crypto/md5 0.029s
ok   crypto/rand 0.044s
ok   crypto/rc4 0.134s
ok   crypto/rsa 0.115s
ok   crypto/sha1 0.049s
ok   crypto/sha256 0.040s
ok   crypto/sha512 0.039s
ok   crypto/subtle 0.029s
ok   crypto/tls 0.631s
ok   crypto/x509 1.270s
ok   database/sql 0.118s
ok   database/sql/driver 0.026s
ok   debug/dwarf 0.043s
ok   debug/elf 0.042s
ok   debug/gosym 0.303s
ok   debug/macho 0.026s
ok   debug/pe 0.030s
ok   debug/plan9obj 0.027s
ok   encoding/ascii85 0.025s
ok   encoding/asn1 0.027s
ok   encoding/base32 0.027s
ok   encoding/base64 0.029s
ok   encoding/binary 0.027s
ok   encoding/csv 0.027s
ok   encoding/gob 0.076s
ok   encoding/hex 0.026s
ok   encoding/json 0.658s
ok   encoding/pem 0.042s
ok   encoding/xml 0.035s
ok   errors 0.025s
ok   expvar 0.038s
ok   flag 0.023s
ok   fmt 0.190s
ok   go/ast 0.034s
ok   go/build 0.492s
ok   go/constant 0.037s
ok   go/doc 0.078s
ok   go/format 0.036s
ok   go/internal/gccgoimporter 0.029s
ok   go/internal/gcimporter 0.676s
ok   go/parser 0.066s
ok   go/printer 0.412s
ok   go/scanner 0.027s
ok   go/token 0.050s
ok   go/types 0.656s
ok   hash/adler32 0.030s
ok   hash/crc32 0.030s
ok   hash/crc64 0.026s
ok   hash/fnv 0.025s
ok   html 0.028s
ok   html/template 0.154s
ok   image 0.166s
ok   image/color 0.094s
ok   image/draw 0.092s
ok   image/gif 0.146s
ok   image/jpeg 0.187s
ok   image/png 0.064s
ok   index/suffixarray 0.035s
ok   internal/pprof/profile 0.037s
ok   internal/singleflight 0.039s
ok   internal/trace 0.515s
ok   io 0.047s
ok   io/ioutil 0.038s
ok   log 0.027s
ok   log/syslog 1.270s
ok   math 0.029s
ok   math/big 2.073s
ok   math/cmplx 0.027s
ok   math/rand 0.095s
ok   mime 0.033s
ok   mime/multipart 0.320s
ok   mime/quotedprintable 0.128s
ok   net 4.429s
ok   net/http 5.551s
ok   net/http/cgi 0.976s
ok   net/http/cookiejar 0.051s
ok   net/http/fcgi 0.045s
ok   net/http/httptest 0.096s
ok   net/http/httptrace 0.047s
ok   net/http/httputil 0.240s
ok   net/http/internal 0.033s
ok   net/internal/socktest 0.029s
ok   net/mail 0.034s
ok   net/rpc 0.101s
ok   net/rpc/jsonrpc 0.051s
ok   net/smtp 0.061s
ok   net/textproto 0.056s
ok   net/url 0.046s
ok   os 0.582s
ok   os/exec 0.761s
ok   os/signal 4.371s
ok   os/user 0.033s
ok   path 0.027s
ok   path/filepath 0.056s
ok   reflect 0.115s
ok   regexp 0.147s
ok   regexp/syntax 0.532s
ok   runtime 18.687s
ok   runtime/debug 0.038s
ok   runtime/internal/atomic 0.174s
ok   runtime/internal/sys 0.026s
ok   runtime/pprof 8.106s
ok   runtime/pprof/internal/protopprof 0.029s
ok   runtime/trace 1.938s
ok   sort 0.085s
ok   strconv 1.106s
ok   strings 0.185s
ok   sync 0.291s
ok   sync/atomic 0.053s
ok   syscall 0.126s
ok   testing 2.369s
ok   testing/quick 0.074s
ok   text/scanner 0.028s
ok   text/tabwriter 0.036s
ok   text/template 1.195s
ok   text/template/parse 0.035s
ok   time 2.454s
ok   unicode 0.034s
ok   unicode/utf16 0.032s
ok   unicode/utf8 0.029s
ok   vendor/golang_org/x/crypto/chacha20poly1305 0.634s
ok   vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 0.026s
ok   vendor/golang_org/x/crypto/curve25519 0.051s
ok   vendor/golang_org/x/crypto/poly1305 0.029s
ok   vendor/golang_org/x/net/http2/hpack 0.031s
ok   vendor/golang_org/x/net/idna 0.029s
ok   vendor/golang_org/x/net/lex/httplex 0.028s
ok   vendor/golang_org/x/net/route 0.036s
ok   cmd/addr2line 1.085s
ok   cmd/api 0.049s
ok   cmd/asm/internal/asm 0.194s
ok   cmd/asm/internal/lex 0.105s
ok   cmd/compile 6.956s
ok   cmd/compile/internal/gc 5.131s
ok   cmd/compile/internal/ssa 0.137s
ok   cmd/compile/internal/syntax 0.032s
ok   cmd/compile/internal/test 0.117s [no tests to run]
ok   cmd/cover 1.450s
ok   cmd/doc 0.073s
ok   cmd/fix 0.042s
--- FAIL: TestMissingGOPATHGetWarnsIfNotExists (150.99s)
go_test.go:260: running testgo [get -v github.com/golang/example/hello]
go_test.go:279: s