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: 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
package github.com/golang/example/hello: exit status 128
go_test.go:289: go [get -v github.com/golang/example/hello] failed 
unexpectedly: exit status 1
panic: test timed out after 3m0s

goroutine 100 [running]:
testing.startAlarm.func1()
/Users/x7qj/go/src/testing/testing.go:1041 +0xf9
created by time.goFunc
/Users/x7qj/go/src/time/sleep.go:170 +0x44

goroutine 1 [chan receive]:
testing.(*T).Run(0xc4200b81c0, 0x1533c43, 0x26, 0x154f668, 0x105aa00)
/Users/x7qj/go/src/testing/testing.go:717 +0x2f1
testing.runTests.func1(0xc4200b81c0)
/Users/x7qj/go/src/testing/testing.go:900 +0x67
testing.tRunner(0xc4200b81c0, 0xc42013fc40)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
testing.runTests(0xc4201276a0, 0x177b500, 0xcb, 0xcb, 0xc42015ae10)
/Users/x7qj/go/src/testing/testing.go:906 +0x29d
testing.(*M).Run(0xc420053f20, 0x4)
/Users/x7qj/go/src/testing/testing.go:841 +0xfc
cmd/go_test.TestMain(0xc42013ff20)
/Users/x7qj/go/src/cmd/go/go_test.go:119 +0x14a
main.main()
cmd/go/_test/_testmain.go:444 +0xf7

goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/Users/x7qj/go/src/runtime/asm_amd64.s:2184 +0x1

goroutine 20 [syscall, 2 minutes]:
os/signal.signal_recv(0x0)
/Users/x7qj/go/src/runtime/sigqueue.go:116 +0xff
os/signal.loop()
/Users/x7qj/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/Users/x7qj/go/src/os/signal/signal_unix.go:28 +0x41

goroutine 38 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b96c0)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc4201b7b80)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestFileLineInErrorMessages(0xc4200b96c0)
/Users/x7qj/go/src/cmd/go/go_test.go:623 +0x6c
testing.tRunner(0xc4200b96c0, 0x154f2c8)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 39 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b97a0)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc4201b7cc0)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestProgramNameInCrashMessages(0xc4200b97a0)
/Users/x7qj/go/src/cmd/go/go_test.go:637 +0x6c
testing.tRunner(0xc4200b97a0, 0x154f6d8)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 66 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b9a40)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420272500)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoInstallRebuildsStalePackagesInOtherGOPATH(0xc4200b9a40)
/Users/x7qj/go/src/cmd/go/go_test.go:829 +0x7d
testing.tRunner(0xc4200b9a40, 0x154f400)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 83 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420258620)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420216c80)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoInstallDetectsRemovedFilesInPackageMain(0xc420258620)
/Users/x7qj/go/src/cmd/go/go_test.go:928 +0x6c
testing.tRunner(0xc420258620, 0x154f3e0)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 214 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420258a80)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc4200ab040)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestNonCanonicalImportPaths(0xc420258a80)
/Users/x7qj/go/src/cmd/go/go_test.go:1317 +0x6c
testing.tRunner(0xc420258a80, 0x154f6a0)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 60 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420258380)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc4202168c0)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoInstallDetectsRemovedFiles(0xc420258380)
/Users/x7qj/go/src/cmd/go/go_test.go:859 +0x6c
testing.tRunner(0xc420258380, 0x154f3e8)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 158 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42039e2a0)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc4202163c0)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestPackageMainTestImportsArchiveNotBinary(0xc42039e2a0)
/Users/x7qj/go/src/cmd/go/go_test.go:1379 +0x7d
testing.tRunner(0xc42039e2a0, 0x154f6c0)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 268 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b9340)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420273040)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoTestWithPackageListedMultipleTimes(0xc4200b9340)
/Users/x7qj/go/src/cmd/go/go_test.go:1562 +0x6c
testing.tRunner(0xc4200b9340, 0x154f4a8)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 272 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b9880)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420273540)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestMentionGOPATHNotOnSecondEntry(0xc4200b9880)
/Users/x7qj/go/src/cmd/go/go_test.go:1666 +0x80
testing.tRunner(0xc4200b9880, 0x154f658)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 276 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42039e620)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420216a00)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestMentionGOPATHInFirstGOPATHEntry(0xc42039e620)
/Users/x7qj/go/src/cmd/go/go_test.go:1653 +0x80
testing.tRunner(0xc42039e620, 0x154f650)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 275 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42039e540)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420216780)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestMultipleGOPATHEntriesReportedSeparately(0xc42039e540)
/Users/x7qj/go/src/cmd/go/go_test.go:1640 +0x7d
testing.tRunner(0xc42039e540, 0x154f690)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 161 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42039e380)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420216500)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestUnsuccessfulGoInstallShouldMentionMissingPackage(0xc42039e380)
/Users/x7qj/go/src/cmd/go/go_test.go:1620 +0x6c
testing.tRunner(0xc42039e380, 0x154f750)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 274 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42039e460)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420216640)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGOROOTSearchFailureReporting(0xc42039e460)
/Users/x7qj/go/src/cmd/go/go_test.go:1630 +0x7d
testing.tRunner(0xc42039e460, 0x154f2d0)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 269 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b9420)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420273180)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoListHasAConsistentOrder(0xc4200b9420)
/Users/x7qj/go/src/cmd/go/go_test.go:1572 +0x6f
testing.tRunner(0xc4200b9420, 0x154f420)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 270 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b9500)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc4202732c0)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoListStdDoesNotIncludeCommands(0xc4200b9500)
/Users/x7qj/go/src/cmd/go/go_test.go:1584 +0x6c
testing.tRunner(0xc4200b9500, 0x154f430)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 271 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4200b95e0)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420273400)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoListCmdOnlyShowsCommands(0xc4200b95e0)
/Users/x7qj/go/src/cmd/go/go_test.go:1592 +0x7d
testing.tRunner(0xc4200b95e0, 0x154f410)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 277 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42039e700)
/Users/x7qj/go/src/testing/testing.go:608 +0x163
cmd/go_test.(*testgoData).parallel(0xc420216b40)
/Users/x7qj/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestMissingGOPATHEnvShowsDefault(0xc42039e700)
/Users/x7qj/go/src/cmd/go/go_test.go:1690 +0x7d
testing.tRunner(0xc42039e700, 0x154f660)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 273 [syscall]:
syscall.Syscall6(0xad, 0x1, 0xcebf, 0xc4201cca70, 0x24, 0x0, 0x0, 
0x18634b0, 0x0, 0xc4201543c0)
/Users/x7qj/go/src/syscall/asm_darwin_amd64.s:41 +0x5
os.(*Process).blockUntilWaitable(0xc420392750, 0xc4203a2000, 0xc420154400, 
0x3)
/Users/x7qj/go/src/os/wait_waitid.go:28 +0xa5
os.(*Process).wait(0xc420392750, 0x30, 0xc420134350, 0xc4203925a0)
/Users/x7qj/go/src/os/exec_unix.go:22 +0x4d
os.(*Process).Wait(0xc420392750, 0x0, 0x0, 0x15500d8)
/Users/x7qj/go/src/os/exec.go:115 +0x2b
os/exec.(*Cmd).Wait(0xc4203a2000, 0x0, 0x0)
/Users/x7qj/go/src/os/exec/exec.go:435 +0x62
os/exec.(*Cmd).Run(0xc4203a2000, 0x8, 0xc4201542c0)
/Users/x7qj/go/src/os/exec/exec.go:280 +0x5c
cmd/go_test.(*testgoData).doRun(0xc4201b6000, 0xc4201542c0, 0x2, 0x2, 0x0, 
0xc4201b6030)
/Users/x7qj/go/src/cmd/go/go_test.go:273 +0x42b
cmd/go_test.(*testgoData).run(0xc4201b6000, 0xc4201542c0, 0x2, 0x2)
/Users/x7qj/go/src/cmd/go/go_test.go:288 +0x5c
cmd/go_test.TestMissingGOPATHGetDoesntWarnIfExists(0xc42039e000)
/Users/x7qj/go/src/cmd/go/go_test.go:1750 +0x367
testing.tRunner(0xc42039e000, 0x154f668)
/Users/x7qj/go/src/testing/testing.go:679 +0x13f
created by testing.(*T).Run
/Users/x7qj/go/src/testing/testing.go:716 +0x2c7

goroutine 290 [syscall]:
syscall.Syscall(0x3, 0x4, 0xc42041e000, 0x200, 0xc42041e000, 0x200, 
0xc42041e000)
/Users/x7qj/go/src/syscall/asm_darwin_amd64.s:16 +0x5
syscall.read(0x4, 0xc42041e000, 0x200, 0x200, 0xc4203925d0, 0x1863960, 0x0)
/Users/x7qj/go/src/syscall/zsyscall_darwin_amd64.go:973 +0x55
syscall.Read(0x4, 0xc42041e000, 0x200, 0x200, 0x102afcf, 0x154ef88, 
0xc4204a55c0)
/Users/x7qj/go/src/syscall/syscall_unix.go:162 +0x49
os.(*File).read(0xc4201580a8, 0xc42041e000, 0x200, 0x200, 0x10dad8b, 
0x1483a60, 0x200)
/Users/x7qj/go/src/os/file_unix.go:165 +0x6a
os.(*File).Read(0xc4201580a8, 0xc42041e000, 0x200, 0x200, 0x1b9, 
0xc420142000, 0xc4204a5660)
/Users/x7qj/go/src/os/file.go:101 +0x76
bytes.(*Buffer).ReadFrom(0xc4201b6060, 0x1742ca0, 0xc4201580a8, 0x1ca4028, 
0xc4201b6060, 0x1421901)
/Users/x7qj/go/src/bytes/buffer.go:179 +0x160
io.copyBuffer(0x1741c20, 0xc4201b6060, 0x1742ca0, 0xc4201580a8, 0x0, 0x0, 
0x0, 0x1748ae0, 0xc42007de80, 0xc4201c62a0)
/Users/x7qj/go/src/io/io.go:384 +0x2cb
io.Copy(0x1741c20, 0xc4201b6060, 0x1742ca0, 0xc4201580a8, 0xc4204a5780, 
0x105aa45, 0x10857c2)
/Users/x7qj/go/src/io/io.go:360 +0x68
os/exec.(*Cmd).writerDescriptor.func1(0x1afed96f, 0x177e7a0)
/Users/x7qj/go/src/os/exec/exec.go:254 +0x4d
os/exec.(*Cmd).Start.func1(0xc4203a2000, 0xc420154380)
/Users/x7qj/go/src/os/exec/exec.go:371 +0x27
created by os/exec.(*Cmd).Start
/Users/x7qj/go/src/os/exec/exec.go:372 +0x4e4

goroutine 291 [syscall]:
syscall.Syscall(0x3, 0x6, 0xc420160200, 0x200, 0xc420160200, 0x200, 
0xc420160200)
/Users/x7qj/go/src/syscall/asm_darwin_amd64.s:16 +0x5
syscall.read(0x6, 0xc420160200, 0x200, 0x200, 0xc420298f30, 0x1863000, 0x0)
/Users/x7qj/go/src/syscall/zsyscall_darwin_amd64.go:973 +0x55
syscall.Read(0x6, 0xc420160200, 0x200, 0x200, 0x102afcf, 0x154ef88, 
0xc4204a7dc0)
/Users/x7qj/go/src/syscall/syscall_unix.go:162 +0x49
os.(*File).read(0xc4201580c0, 0xc420160200, 0x200, 0x200, 0x10dad8b, 
0x1483a60, 0x200)
/Users/x7qj/go/src/os/file_unix.go:165 +0x6a
os.(*File).Read(0xc4201580c0, 0xc420160200, 0x200, 0x200, 0x1010ec0, 
0xc42020eec0, 0xc4204a7e60)
/Users/x7qj/go/src/os/file.go:101 +0x76
bytes.(*Buffer).ReadFrom(0xc4201b60c8, 0x1742ca0, 0xc4201580c0, 0x1ca4028, 
0xc4201b60c8, 0xc4200abc01)
/Users/x7qj/go/src/bytes/buffer.go:179 +0x160
io.copyBuffer(0x1741c20, 0xc4201b60c8, 0x1742ca0, 0xc4201580c0, 0x0, 0x0, 
0x0, 0x2, 0x27, 0xc420215080)
/Users/x7qj/go/src/io/io.go:384 +0x2cb
io.Copy(0x1741c20, 0xc4201b60c8, 0x1742ca0, 0xc4201580c0, 0x19, 0x1520aae, 
0x8)
/Users/x7qj/go/src/io/io.go:360 +0x68
os/exec.(*Cmd).writerDescriptor.func1(0xbccb811, 0x177e7a0)
/Users/x7qj/go/src/os/exec/exec.go:254 +0x4d
os/exec.(*Cmd).Start.func1(0xc4203a2000, 0xc420154400)
/Users/x7qj/go/src/os/exec/exec.go:371 +0x27
created by os/exec.(*Cmd).Start
/Users/x7qj/go/src/os/exec/exec.go:372 +0x4e4
FAIL cmd/go 182.606s
ok   cmd/gofmt 0.078s
ok   cmd/internal/goobj 0.027s
ok   cmd/internal/obj 0.031s
ok   cmd/internal/obj/arm64 0.029s
ok   cmd/internal/obj/x86 0.030s
ok   cmd/link 0.028s
ok   cmd/nm 1.376s
ok   cmd/objdump 2.254s
ok   cmd/pack 1.900s
ok   cmd/trace 0.111s
ok   cmd/vendor/golang.org/x/arch/arm/armasm 0.032s
ok   cmd/vendor/golang.org/x/arch/ppc64/ppc64asm 0.029s
ok   cmd/vendor/golang.org/x/arch/x86/x86asm 0.199s
ok   cmd/vet 2.653s
ok   cmd/vet/internal/cfg 0.029s

-- 
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