FAQ
Change f9b80e22aa65 broke the linux-amd64-race build:
http://build.golang.org/log/4cb048c15bf46019a79356f539739084e8da49a8

net: fix windows build
Windows builders say:
pkg\net\dnsclient_unix_test.go:24: undefined: dnsConfig
pkg\net\dnsclient_unix_test.go:25: undefined: exchange

R=golang-dev
CC=golang-dev
https://codereview.appspot.com/12889043

http://code.google.com/p/go/source/detail?r=f9b80e22aa65

$ tail -200 < log
debug/gosym
cmd/yacc
go/ast
encoding/csv
compress/gzip
archive/zip
compress/zlib
database/sql
encoding/gob
image/gif
text/template
image/png
runtime/debug
testing
crypto/elliptic
crypto/rand
crypto/dsa
encoding/asn1
testing/iotest
testing/quick
text/scanner
crypto/rsa
crypto/ecdsa
crypto/x509/pkix
html/template
go/parser
go/printer
go/doc
go/build
cmd/cgo
go/format
cmd/gofmt
cmd/fix
runtime/cgo
net
os/user
crypto/x509
net/textproto
log/syslog
mime/multipart
net/mail
crypto/tls
net/http
net/smtp
cmd/go
expvar
net/http/cgi
net/http/cookiejar
net/http/httptest
net/http/httputil
net/http/pprof
net/rpc
net/http/fcgi
net/rpc/jsonrpc


---
Installed Go for linux/amd64 in
/tmp/gobuilder/linux-amd64-race-f9b80e22aa65/go
Installed commands in /tmp/gobuilder/linux-amd64-race-f9b80e22aa65/go/bin

The binaries expect /tmp/gobuilder/linux-amd64-race-f9b80e22aa65/go to be
copied or moved to /usr/local/go
? cmd/cgo [no test files]
ok cmd/fix 1.133s
ok cmd/go 1.023s
ok cmd/gofmt 1.393s
? cmd/yacc [no test files]
ok archive/tar 1.024s
ok archive/zip 1.770s
ok bufio 1.949s
ok bytes 3.001s
ok compress/bzip2 3.005s
ok compress/flate 12.986s
ok compress/gzip 1.029s
ok compress/lzw 3.428s
# net
pkg/net/dnsclient_unix_test.go:10: imported and not used: "runtime"
ok compress/zlib 27.990s
ok container/heap 1.010s
ok container/list 1.009s
ok container/ring 1.178s
? crypto [no test files]
ok crypto/aes 1.089s
ok crypto/cipher 1.010s
ok crypto/des 1.090s
ok crypto/dsa 1.016s
ok crypto/ecdsa 1.100s
ok crypto/elliptic 1.174s
ok crypto/hmac 1.012s
ok crypto/md5 1.019s
ok crypto/rand 1.218s
ok crypto/rc4 1.171s
ok crypto/rsa 2.084s
ok crypto/sha1 1.010s
ok crypto/sha256 1.016s
ok crypto/sha512 1.022s
ok crypto/subtle 1.024s
ok crypto/tls 4.994s
ok crypto/x509 2.825s
? crypto/x509/pkix [no test files]
ok database/sql 1.060s
ok database/sql/driver 1.007s
ok debug/dwarf 1.021s
ok debug/elf 1.063s
ok debug/gosym 1.876s
ok debug/macho 1.016s
ok debug/pe 1.019s
ok encoding/ascii85 1.009s
ok encoding/asn1 1.018s
ok encoding/base32 1.013s
ok encoding/base64 1.015s
ok encoding/binary 1.012s
ok encoding/csv 1.009s
ok encoding/gob 1.137s
ok encoding/hex 1.011s
ok encoding/json 1.097s
ok encoding/pem 1.021s
ok encoding/xml 1.060s
ok errors 1.014s
ok expvar 1.011s
ok flag 1.010s
ok fmt 1.544s
ok go/ast 1.021s
ok go/build 1.980s
ok go/doc 1.433s
ok go/format 1.072s
ok go/parser 1.300s
ok go/printer 4.262s
ok go/scanner 1.028s
ok go/token 1.331s
? hash [no test files]
ok hash/adler32 1.075s
ok hash/crc32 1.005s
ok hash/crc64 1.006s
ok hash/fnv 1.008s
ok html 1.008s
ok html/template 1.185s
ok image 2.084s
ok image/color 1.037s
ok image/draw 2.020s
ok image/gif 1.892s
ok image/jpeg 3.458s
ok image/png 1.581s
ok index/suffixarray 1.059s
ok io 1.027s
ok io/ioutil 1.008s
ok log 1.015s
ok log/syslog 3.078s
ok math 1.019s
ok math/big 1.962s
ok math/cmplx 1.014s
ok math/rand 1.240s
ok mime 1.011s
ok mime/multipart 3.395s
FAIL net [build failed]
ok net/http 15.162s
ok net/http/cgi 1.234s
ok net/http/cookiejar 1.024s
ok net/http/fcgi 1.016s
ok net/http/httptest 1.013s
ok net/http/httputil 1.043s
? net/http/pprof [no test files]
ok net/mail 1.011s
ok net/rpc 1.153s
ok net/rpc/jsonrpc 1.022s
ok net/smtp 1.016s
ok net/textproto 1.014s
ok net/url 1.016s
ok os 1.664s
ok os/exec 1.965s
ok os/signal 3.401s
ok os/user 1.008s
ok path 1.010s
ok path/filepath 1.363s
ok reflect 1.350s
ok regexp 1.558s
ok regexp/syntax 9.169s
ok runtime 40.803s
? runtime/cgo [no test files]
ok runtime/debug 1.007s
ok runtime/pprof 34.215s
ok runtime/race 12.026s
ok sort 3.451s
ok strconv 6.482s
ok strings 3.700s
ok sync 1.346s
ok sync/atomic 1.568s
ok syscall 1.014s
ok testing 1.010s
? testing/iotest [no test files]
ok testing/quick 1.178s
ok text/scanner 1.054s
ok text/tabwriter 1.014s
ok text/template 1.155s
ok text/template/parse 1.071s
ok time 3.843s
ok unicode 1.015s
ok unicode/utf16 1.006s
ok unicode/utf8 1.020s
? unsafe [no test files]

--

---
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Search Discussions

  • Dmitry Vyukov at Aug 13, 2013 at 8:51 pm

    On Wed, Aug 14, 2013 at 12:49 AM, wrote:

    Change f9b80e22aa65 broke the linux-amd64-race build:
    http://build.golang.org/log/**4cb048c15bf46019a79356f5397390**84e8da49a8<http://build.golang.org/log/4cb048c15bf46019a79356f539739084e8da49a8>

    net: fix windows build
    Windows builders say:
    pkg\net\dnsclient_unix_test.**go:24: undefined: dnsConfig
    pkg\net\dnsclient_unix_test.**go:25: undefined: exchange

    R=golang-dev
    CC=golang-dev
    https://codereview.appspot.**com/12889043<https://codereview.appspot.com/12889043>

    http://code.google.com/p/go/**source/detail?r=f9b80e22aa65<http://code.google.com/p/go/source/detail?r=f9b80e22aa65>

    $ tail -200 < log
    debug/gosym
    cmd/yacc
    go/ast
    encoding/csv
    compress/gzip
    archive/zip
    compress/zlib
    database/sql
    encoding/gob
    image/gif
    text/template
    image/png
    runtime/debug
    testing
    crypto/elliptic
    crypto/rand
    crypto/dsa
    encoding/asn1
    testing/iotest
    testing/quick
    text/scanner
    crypto/rsa
    crypto/ecdsa
    crypto/x509/pkix
    html/template
    go/parser
    go/printer
    go/doc
    go/build
    cmd/cgo
    go/format
    cmd/gofmt
    cmd/fix
    runtime/cgo
    net
    os/user
    crypto/x509
    net/textproto
    log/syslog
    mime/multipart
    net/mail
    crypto/tls
    net/http
    net/smtp
    cmd/go
    expvar
    net/http/cgi
    net/http/cookiejar
    net/http/httptest
    net/http/httputil
    net/http/pprof
    net/rpc
    net/http/fcgi
    net/rpc/jsonrpc


    ---
    Installed Go for linux/amd64 in /tmp/gobuilder/linux-amd64-**
    race-f9b80e22aa65/go
    Installed commands in /tmp/gobuilder/linux-amd64-**
    race-f9b80e22aa65/go/bin

    The binaries expect /tmp/gobuilder/linux-amd64-**race-f9b80e22aa65/go to
    be copied or moved to /usr/local/go
    ? cmd/cgo [no test files]
    ok cmd/fix 1.133s
    ok cmd/go 1.023s
    ok cmd/gofmt 1.393s
    ? cmd/yacc [no test files]
    ok archive/tar 1.024s
    ok archive/zip 1.770s
    ok bufio 1.949s
    ok bytes 3.001s
    ok compress/bzip2 3.005s
    ok compress/flate 12.986s
    ok compress/gzip 1.029s
    ok compress/lzw 3.428s
    # net
    pkg/net/dnsclient_unix_test.**go:10: imported and not used: "runtime"

    epic fail...

    --

    ---
    You received this message because you are subscribed to the Google Groups "golang-dev" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/groups/opt_out.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupgolang-dev @
categoriesgo
postedAug 13, '13 at 8:49p
activeAug 13, '13 at 8:51p
posts2
users2
websitegolang.org

2 users in discussion

Dmitry Vyukov: 1 post Builder: 1 post

People

Translate

site design / logo © 2023 Grokbase