darwin-amd64 broken by doc/go1: rearrange a bit, sort the packages

9 views
Skip to first unread message

bui...@golang.org

unread,
Jan 20, 2012, 5:43:15 PM1/20/12
to golan...@googlegroups.com
Change e39c63e4101e broke the darwin-amd64 build:
http://build.golang.org/log/384313b456dfdf241bf2290f4b488a0916fd4d04

doc/go1: rearrange a bit, sort the packages
This should make it easier to add the zillion little changes coming.
No content change here beyond a couple of introductory sentences.
Sections have been moved wholesale without editing them.

R=golang-dev, rsc, gri
CC=golang-dev
http://codereview.appspot.com/5557074

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

$ tail -200 < log
net/rpc/jsonrpc
net/smtp
old/netchan
old/regexp
old/template
os/signal
os/user
testing
testing/iotest
testing/quick
testing/script
websocket

---
Installed Go for darwin/amd64 in
/Volumes/ramdisk/gobuilder/darwin-amd64-e39c63e4101e/go.
Installed commands in
/Volumes/ramdisk/gobuilder/darwin-amd64-e39c63e4101e/go/bin.
*** You need to add
/Volumes/ramdisk/gobuilder/darwin-amd64-e39c63e4101e/go/bin to your $PATH.
***
The compiler is 6g.

On OS X the debuggers must be installed setgrp procmod.
Read and run ./sudo.bash to install the debuggers.

The binaries expect /Volumes/ramdisk/gobuilder/darwin-amd64-e39c63e4101e/go
to be copied or moved to /usr/local/go.

# Package tests
? cmd/cgo [no test files]
? cmd/go [no test files]
? cmd/godoc [no test files]
ok cmd/gofix 4.098s
ok cmd/gofmt 0.061s
ok cmd/goinstall 0.053s
? cmd/gotest [no test files]
? cmd/govet [no test files]
? cmd/goyacc [no test files]
? cmd/hgpatch [no test files]
ok archive/tar 0.022s
ok archive/zip 0.074s
ok bufio 0.087s
ok bytes 0.073s
ok compress/bzip2 0.096s
ok compress/flate 2.931s
ok compress/gzip 0.027s
ok compress/lzw 0.043s
ok compress/zlib 0.172s
ok container/heap 0.022s
ok container/list 0.023s
ok container/ring 0.034s
? crypto [no test files]
ok crypto/aes 0.052s
ok crypto/bcrypt 1.230s
ok crypto/blowfish 0.028s
ok crypto/cast5 0.046s
ok crypto/cipher 0.024s
ok crypto/des 0.043s
ok crypto/dsa 0.034s
ok crypto/ecdsa 0.290s
ok crypto/elliptic 0.030s
ok crypto/hmac 0.246s
ok crypto/md4 0.020s
ok crypto/md5 0.022s
ok crypto/ocsp 0.242s
ok crypto/openpgp 0.536s
ok crypto/openpgp/armor 0.022s
ok crypto/openpgp/elgamal 0.070s
? crypto/openpgp/errors [no test files]
ok crypto/openpgp/packet 0.068s
ok crypto/openpgp/s2k 0.262s
ok crypto/rand 0.271s
ok crypto/rc4 0.021s
ok crypto/ripemd160 0.282s
ok crypto/rsa 0.121s
ok crypto/sha1 0.022s
ok crypto/sha256 0.052s
ok crypto/sha512 0.048s
ok crypto/subtle 0.026s
ok crypto/tls 0.617s
ok crypto/twofish 0.042s
ok crypto/x509 1.133s
? crypto/x509/pkix [no test files]
ok crypto/xtea 0.066s
ok database/sql 0.024s
ok database/sql/driver 0.022s
ok debug/dwarf 0.027s
ok debug/elf 0.031s
ok debug/gosym 0.027s
ok debug/macho 0.026s
ok debug/pe 0.023s
ok encoding/ascii85 0.027s
ok encoding/asn1 0.026s
ok encoding/base32 0.021s
ok encoding/base64 0.023s
ok encoding/binary 0.022s
ok encoding/csv 0.023s
ok encoding/git85 0.027s
ok encoding/gob 0.084s
ok encoding/hex 0.022s
ok encoding/json 0.094s
ok encoding/pem 0.018s
ok encoding/xml 0.043s
ok errors 0.020s
ok exp/ebnf 0.021s
? exp/ebnflint [no test files]
ok exp/gotype 0.239s
ok exp/norm 2.275s
ok exp/proxy 0.025s
ok exp/spdy 0.042s
ok exp/ssh 5.207s
ok exp/terminal 0.021s
ok exp/types 0.349s
ok exp/utf8string 0.022s
ok expvar 0.188s
ok flag 0.022s
ok fmt 0.055s
ok go/ast 0.028s
ok go/build 0.541s
ok go/doc 0.148s
ok go/parser 0.070s
ok go/printer 0.141s
ok go/scanner 0.108s
ok go/token 0.070s
? hash [no test files]
ok hash/adler32 0.021s
ok hash/crc32 0.021s
ok hash/crc64 0.023s
ok hash/fnv 0.012s
ok html 0.087s
ok html/template 0.096s
ok image 0.958s
? image/bmp [no test files]
ok image/color 0.028s
ok image/draw 0.065s
? image/gif [no test files]
ok image/jpeg 0.118s
ok image/png 0.145s
ok image/tiff 0.066s
ok index/suffixarray 0.058s
ok io 0.037s
ok io/ioutil 0.024s
ok log 0.027s
ok log/syslog 0.239s
ok math 0.026s
ok math/big 1.171s
ok math/cmplx 0.019s
ok math/rand 0.691s
ok mime 0.022s
ok mime/multipart 0.413s
ok net 0.781s
? net/dict [no test files]
ok net/http 3.431s
FAIL net/http/cgi 600.036s
2012/01/21 09:33:18 cgi: copy error: write tcp 127.0.0.1:56651: broken pipe
*** Test killed: ran too long.
ok net/http/fcgi 0.048s
? net/http/httptest [no test files]
ok net/http/httputil 0.051s
? net/http/pprof [no test files]
ok net/mail 0.076s
ok net/rpc 0.116s
ok net/rpc/jsonrpc 0.032s
ok net/smtp 0.043s
ok net/textproto 0.077s
ok net/url 0.022s
ok old/netchan 1.319s
ok old/regexp 0.039s
ok old/template 0.042s
ok os 0.158s
ok os/exec 0.225s
ok os/signal 0.021s
ok os/user 0.025s
ok patch 0.024s
ok path 0.025s
ok path/filepath 0.032s
ok reflect 0.083s
ok regexp 0.113s
ok regexp/syntax 0.764s
ok runtime 1.418s
? runtime/cgo [no test files]
ok runtime/debug 0.024s
ok runtime/pprof 0.021s
ok sort 0.093s
ok strconv 0.078s
ok strings 0.031s
ok sync 0.064s
ok sync/atomic 0.058s
? syscall [no test files]
? testing [no test files]
? testing/iotest [no test files]
ok testing/quick 0.046s
ok testing/script 0.021s
ok text/scanner 0.025s
ok text/tabwriter 0.027s
ok text/template 0.042s
ok text/template/parse 0.025s
ok time 5.053s
ok unicode 0.021s
ok unicode/utf16 0.022s
ok unicode/utf8 0.028s
? unsafe [no test files]
ok websocket 0.072s

Reply all
Reply to author
Forward
0 new messages